@aws-sdk/client-sso-admin 3.451.0 → 3.454.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/README.md +306 -14
- package/dist-cjs/SSOAdmin.js +72 -0
- package/dist-cjs/commands/CreateApplicationAssignmentCommand.js +51 -0
- package/dist-cjs/commands/CreateApplicationCommand.js +51 -0
- package/dist-cjs/commands/CreateInstanceCommand.js +51 -0
- package/dist-cjs/commands/CreateTrustedTokenIssuerCommand.js +51 -0
- package/dist-cjs/commands/DeleteApplicationAccessScopeCommand.js +51 -0
- package/dist-cjs/commands/DeleteApplicationAssignmentCommand.js +51 -0
- package/dist-cjs/commands/DeleteApplicationAuthenticationMethodCommand.js +51 -0
- package/dist-cjs/commands/DeleteApplicationCommand.js +51 -0
- package/dist-cjs/commands/DeleteApplicationGrantCommand.js +51 -0
- package/dist-cjs/commands/DeleteInstanceCommand.js +51 -0
- package/dist-cjs/commands/DeleteTrustedTokenIssuerCommand.js +51 -0
- package/dist-cjs/commands/DescribeApplicationAssignmentCommand.js +51 -0
- package/dist-cjs/commands/DescribeApplicationCommand.js +51 -0
- package/dist-cjs/commands/DescribeApplicationProviderCommand.js +51 -0
- package/dist-cjs/commands/DescribeInstanceCommand.js +51 -0
- package/dist-cjs/commands/DescribeTrustedTokenIssuerCommand.js +51 -0
- package/dist-cjs/commands/GetApplicationAccessScopeCommand.js +51 -0
- package/dist-cjs/commands/GetApplicationAssignmentConfigurationCommand.js +51 -0
- package/dist-cjs/commands/GetApplicationAuthenticationMethodCommand.js +51 -0
- package/dist-cjs/commands/GetApplicationGrantCommand.js +51 -0
- package/dist-cjs/commands/ListAccountAssignmentsForPrincipalCommand.js +51 -0
- package/dist-cjs/commands/ListApplicationAccessScopesCommand.js +51 -0
- package/dist-cjs/commands/ListApplicationAssignmentsCommand.js +51 -0
- package/dist-cjs/commands/ListApplicationAssignmentsForPrincipalCommand.js +51 -0
- package/dist-cjs/commands/ListApplicationAuthenticationMethodsCommand.js +51 -0
- package/dist-cjs/commands/ListApplicationGrantsCommand.js +51 -0
- package/dist-cjs/commands/ListApplicationProvidersCommand.js +51 -0
- package/dist-cjs/commands/ListApplicationsCommand.js +51 -0
- package/dist-cjs/commands/ListTrustedTokenIssuersCommand.js +51 -0
- package/dist-cjs/commands/PutApplicationAccessScopeCommand.js +51 -0
- package/dist-cjs/commands/PutApplicationAssignmentConfigurationCommand.js +51 -0
- package/dist-cjs/commands/PutApplicationAuthenticationMethodCommand.js +51 -0
- package/dist-cjs/commands/PutApplicationGrantCommand.js +51 -0
- package/dist-cjs/commands/UpdateApplicationCommand.js +51 -0
- package/dist-cjs/commands/UpdateInstanceCommand.js +51 -0
- package/dist-cjs/commands/UpdateTrustedTokenIssuerCommand.js +51 -0
- package/dist-cjs/commands/index.js +36 -0
- package/dist-cjs/models/models_0.js +89 -15
- package/dist-cjs/pagination/ListAccountAssignmentsForPrincipalPaginator.js +29 -0
- package/dist-cjs/pagination/ListApplicationAccessScopesPaginator.js +29 -0
- package/dist-cjs/pagination/ListApplicationAssignmentsForPrincipalPaginator.js +29 -0
- package/dist-cjs/pagination/ListApplicationAssignmentsPaginator.js +29 -0
- package/dist-cjs/pagination/ListApplicationAuthenticationMethodsPaginator.js +28 -0
- package/dist-cjs/pagination/ListApplicationGrantsPaginator.js +28 -0
- package/dist-cjs/pagination/ListApplicationProvidersPaginator.js +29 -0
- package/dist-cjs/pagination/ListApplicationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListTrustedTokenIssuersPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +9 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2257 -190
- package/dist-es/SSOAdmin.js +72 -0
- package/dist-es/commands/CreateApplicationAssignmentCommand.js +47 -0
- package/dist-es/commands/CreateApplicationCommand.js +47 -0
- package/dist-es/commands/CreateInstanceCommand.js +47 -0
- package/dist-es/commands/CreateTrustedTokenIssuerCommand.js +47 -0
- package/dist-es/commands/DeleteApplicationAccessScopeCommand.js +47 -0
- package/dist-es/commands/DeleteApplicationAssignmentCommand.js +47 -0
- package/dist-es/commands/DeleteApplicationAuthenticationMethodCommand.js +47 -0
- package/dist-es/commands/DeleteApplicationCommand.js +47 -0
- package/dist-es/commands/DeleteApplicationGrantCommand.js +47 -0
- package/dist-es/commands/DeleteInstanceCommand.js +47 -0
- package/dist-es/commands/DeleteTrustedTokenIssuerCommand.js +47 -0
- package/dist-es/commands/DescribeApplicationAssignmentCommand.js +47 -0
- package/dist-es/commands/DescribeApplicationCommand.js +47 -0
- package/dist-es/commands/DescribeApplicationProviderCommand.js +47 -0
- package/dist-es/commands/DescribeInstanceCommand.js +47 -0
- package/dist-es/commands/DescribeTrustedTokenIssuerCommand.js +47 -0
- package/dist-es/commands/GetApplicationAccessScopeCommand.js +47 -0
- package/dist-es/commands/GetApplicationAssignmentConfigurationCommand.js +47 -0
- package/dist-es/commands/GetApplicationAuthenticationMethodCommand.js +47 -0
- package/dist-es/commands/GetApplicationGrantCommand.js +47 -0
- package/dist-es/commands/ListAccountAssignmentsForPrincipalCommand.js +47 -0
- package/dist-es/commands/ListApplicationAccessScopesCommand.js +47 -0
- package/dist-es/commands/ListApplicationAssignmentsCommand.js +47 -0
- package/dist-es/commands/ListApplicationAssignmentsForPrincipalCommand.js +47 -0
- package/dist-es/commands/ListApplicationAuthenticationMethodsCommand.js +47 -0
- package/dist-es/commands/ListApplicationGrantsCommand.js +47 -0
- package/dist-es/commands/ListApplicationProvidersCommand.js +47 -0
- package/dist-es/commands/ListApplicationsCommand.js +47 -0
- package/dist-es/commands/ListTrustedTokenIssuersCommand.js +47 -0
- package/dist-es/commands/PutApplicationAccessScopeCommand.js +47 -0
- package/dist-es/commands/PutApplicationAssignmentConfigurationCommand.js +47 -0
- package/dist-es/commands/PutApplicationAuthenticationMethodCommand.js +47 -0
- package/dist-es/commands/PutApplicationGrantCommand.js +47 -0
- package/dist-es/commands/UpdateApplicationCommand.js +47 -0
- package/dist-es/commands/UpdateInstanceCommand.js +47 -0
- package/dist-es/commands/UpdateTrustedTokenIssuerCommand.js +47 -0
- package/dist-es/commands/index.js +36 -0
- package/dist-es/models/models_0.js +86 -12
- package/dist-es/pagination/ListAccountAssignmentsForPrincipalPaginator.js +25 -0
- package/dist-es/pagination/ListApplicationAccessScopesPaginator.js +25 -0
- package/dist-es/pagination/ListApplicationAssignmentsForPrincipalPaginator.js +25 -0
- package/dist-es/pagination/ListApplicationAssignmentsPaginator.js +25 -0
- package/dist-es/pagination/ListApplicationAuthenticationMethodsPaginator.js +24 -0
- package/dist-es/pagination/ListApplicationGrantsPaginator.js +24 -0
- package/dist-es/pagination/ListApplicationProvidersPaginator.js +25 -0
- package/dist-es/pagination/ListApplicationsPaginator.js +25 -0
- package/dist-es/pagination/ListTrustedTokenIssuersPaginator.js +25 -0
- package/dist-es/pagination/index.js +9 -0
- package/dist-es/protocols/Aws_json1_1.js +2156 -162
- package/dist-types/SSOAdmin.d.ts +271 -15
- package/dist-types/SSOAdminClient.d.ts +57 -17
- package/dist-types/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +8 -8
- package/dist-types/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +13 -13
- package/dist-types/commands/CreateAccountAssignmentCommand.d.ts +21 -19
- package/dist-types/commands/CreateApplicationAssignmentCommand.d.ts +100 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +118 -0
- package/dist-types/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +12 -11
- package/dist-types/commands/CreateInstanceCommand.d.ts +115 -0
- package/dist-types/commands/CreatePermissionSetCommand.d.ts +8 -8
- package/dist-types/commands/CreateTrustedTokenIssuerCommand.d.ts +117 -0
- package/dist-types/commands/DeleteAccountAssignmentCommand.d.ts +12 -11
- package/dist-types/commands/DeleteApplicationAccessScopeCommand.d.ts +95 -0
- package/dist-types/commands/DeleteApplicationAssignmentCommand.d.ts +97 -0
- package/dist-types/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +95 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +95 -0
- package/dist-types/commands/DeleteApplicationGrantCommand.d.ts +95 -0
- package/dist-types/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +7 -7
- package/dist-types/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +10 -10
- package/dist-types/commands/DeleteInstanceCommand.d.ts +93 -0
- package/dist-types/commands/DeletePermissionSetCommand.d.ts +7 -7
- package/dist-types/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +9 -3
- package/dist-types/commands/DeleteTrustedTokenIssuerCommand.d.ts +97 -0
- package/dist-types/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +3 -3
- package/dist-types/commands/DescribeApplicationAssignmentCommand.d.ts +96 -0
- package/dist-types/commands/DescribeApplicationCommand.d.ts +104 -0
- package/dist-types/commands/DescribeApplicationProviderCommand.d.ts +104 -0
- package/dist-types/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +6 -5
- package/dist-types/commands/DescribeInstanceCommand.d.ts +110 -0
- package/dist-types/commands/DescribePermissionSetCommand.d.ts +3 -3
- package/dist-types/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTrustedTokenIssuerCommand.d.ts +101 -0
- package/dist-types/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +7 -7
- package/dist-types/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +9 -8
- package/dist-types/commands/GetApplicationAccessScopeCommand.d.ts +94 -0
- package/dist-types/commands/GetApplicationAssignmentConfigurationCommand.d.ts +90 -0
- package/dist-types/commands/GetApplicationAuthenticationMethodCommand.d.ts +95 -0
- package/dist-types/commands/GetApplicationGrantCommand.d.ts +109 -0
- package/dist-types/commands/GetInlinePolicyForPermissionSetCommand.d.ts +3 -3
- package/dist-types/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +3 -3
- package/dist-types/commands/ListAccountAssignmentCreationStatusCommand.d.ts +5 -5
- package/dist-types/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +5 -5
- package/dist-types/commands/ListAccountAssignmentsCommand.d.ts +5 -4
- package/dist-types/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +106 -0
- package/dist-types/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +3 -3
- package/dist-types/commands/ListApplicationAccessScopesCommand.d.ts +100 -0
- package/dist-types/commands/ListApplicationAssignmentsCommand.d.ts +99 -0
- package/dist-types/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +104 -0
- package/dist-types/commands/ListApplicationAuthenticationMethodsCommand.d.ts +101 -0
- package/dist-types/commands/ListApplicationGrantsCommand.d.ts +115 -0
- package/dist-types/commands/ListApplicationProvidersCommand.d.ts +107 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +114 -0
- package/dist-types/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +3 -3
- package/dist-types/commands/ListInstancesCommand.d.ts +9 -4
- package/dist-types/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +3 -3
- package/dist-types/commands/ListPermissionSetProvisioningStatusCommand.d.ts +4 -4
- package/dist-types/commands/ListPermissionSetsCommand.d.ts +3 -3
- package/dist-types/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +5 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -4
- package/dist-types/commands/ListTrustedTokenIssuersCommand.d.ts +96 -0
- package/dist-types/commands/ProvisionPermissionSetCommand.d.ts +8 -8
- package/dist-types/commands/PutApplicationAccessScopeCommand.d.ts +99 -0
- package/dist-types/commands/PutApplicationAssignmentConfigurationCommand.d.ts +97 -0
- package/dist-types/commands/PutApplicationAuthenticationMethodCommand.d.ts +100 -0
- package/dist-types/commands/PutApplicationGrantCommand.d.ts +114 -0
- package/dist-types/commands/PutInlinePolicyToPermissionSetCommand.d.ts +13 -12
- package/dist-types/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +7 -7
- package/dist-types/commands/TagResourceCommand.d.ts +9 -9
- package/dist-types/commands/UntagResourceCommand.d.ts +8 -8
- package/dist-types/commands/UpdateApplicationCommand.d.ts +103 -0
- package/dist-types/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +12 -12
- package/dist-types/commands/UpdateInstanceCommand.d.ts +93 -0
- package/dist-types/commands/UpdatePermissionSetCommand.d.ts +7 -7
- package/dist-types/commands/UpdateTrustedTokenIssuerCommand.d.ts +105 -0
- package/dist-types/commands/index.d.ts +36 -0
- package/dist-types/index.d.ts +19 -15
- package/dist-types/models/models_0.d.ts +2369 -276
- package/dist-types/pagination/ListAccountAssignmentsForPrincipalPaginator.d.ts +7 -0
- package/dist-types/pagination/ListApplicationAccessScopesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListApplicationAssignmentsForPrincipalPaginator.d.ts +7 -0
- package/dist-types/pagination/ListApplicationAssignmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListApplicationAuthenticationMethodsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListApplicationGrantsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListApplicationProvidersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTrustedTokenIssuersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +9 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +324 -0
- package/dist-types/ts3.4/SSOAdmin.d.ts +660 -0
- package/dist-types/ts3.4/SSOAdminClient.d.ts +218 -2
- package/dist-types/ts3.4/commands/CreateApplicationAssignmentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateTrustedTokenIssuerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteApplicationAccessScopeCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteApplicationAssignmentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteApplicationGrantCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteTrustedTokenIssuerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeApplicationAssignmentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeApplicationProviderCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeTrustedTokenIssuerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetApplicationAccessScopeCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetApplicationAssignmentConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetApplicationAuthenticationMethodCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetApplicationGrantCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListApplicationAccessScopesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListApplicationAssignmentsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListApplicationAuthenticationMethodsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListApplicationGrantsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListApplicationProvidersCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListTrustedTokenIssuersCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutApplicationAccessScopeCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/PutApplicationAssignmentConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutApplicationAuthenticationMethodCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/PutApplicationGrantCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateInstanceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateTrustedTokenIssuerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +36 -0
- package/dist-types/ts3.4/models/models_0.d.ts +573 -23
- package/dist-types/ts3.4/pagination/ListAccountAssignmentsForPrincipalPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListApplicationAccessScopesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListApplicationAssignmentsForPrincipalPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListApplicationAssignmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListApplicationAuthenticationMethodsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListApplicationGrantsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListApplicationProvidersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTrustedTokenIssuersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +9 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +432 -0
- package/package.json +5 -3
|
@@ -11,26 +11,54 @@ import { BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConf
|
|
|
11
11
|
import { AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput, AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutput } from "./commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand";
|
|
12
12
|
import { AttachManagedPolicyToPermissionSetCommandInput, AttachManagedPolicyToPermissionSetCommandOutput } from "./commands/AttachManagedPolicyToPermissionSetCommand";
|
|
13
13
|
import { CreateAccountAssignmentCommandInput, CreateAccountAssignmentCommandOutput } from "./commands/CreateAccountAssignmentCommand";
|
|
14
|
+
import { CreateApplicationAssignmentCommandInput, CreateApplicationAssignmentCommandOutput } from "./commands/CreateApplicationAssignmentCommand";
|
|
15
|
+
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
14
16
|
import { CreateInstanceAccessControlAttributeConfigurationCommandInput, CreateInstanceAccessControlAttributeConfigurationCommandOutput } from "./commands/CreateInstanceAccessControlAttributeConfigurationCommand";
|
|
17
|
+
import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "./commands/CreateInstanceCommand";
|
|
15
18
|
import { CreatePermissionSetCommandInput, CreatePermissionSetCommandOutput } from "./commands/CreatePermissionSetCommand";
|
|
19
|
+
import { CreateTrustedTokenIssuerCommandInput, CreateTrustedTokenIssuerCommandOutput } from "./commands/CreateTrustedTokenIssuerCommand";
|
|
16
20
|
import { DeleteAccountAssignmentCommandInput, DeleteAccountAssignmentCommandOutput } from "./commands/DeleteAccountAssignmentCommand";
|
|
21
|
+
import { DeleteApplicationAccessScopeCommandInput, DeleteApplicationAccessScopeCommandOutput } from "./commands/DeleteApplicationAccessScopeCommand";
|
|
22
|
+
import { DeleteApplicationAssignmentCommandInput, DeleteApplicationAssignmentCommandOutput } from "./commands/DeleteApplicationAssignmentCommand";
|
|
23
|
+
import { DeleteApplicationAuthenticationMethodCommandInput, DeleteApplicationAuthenticationMethodCommandOutput } from "./commands/DeleteApplicationAuthenticationMethodCommand";
|
|
24
|
+
import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
|
|
25
|
+
import { DeleteApplicationGrantCommandInput, DeleteApplicationGrantCommandOutput } from "./commands/DeleteApplicationGrantCommand";
|
|
17
26
|
import { DeleteInlinePolicyFromPermissionSetCommandInput, DeleteInlinePolicyFromPermissionSetCommandOutput } from "./commands/DeleteInlinePolicyFromPermissionSetCommand";
|
|
18
27
|
import { DeleteInstanceAccessControlAttributeConfigurationCommandInput, DeleteInstanceAccessControlAttributeConfigurationCommandOutput } from "./commands/DeleteInstanceAccessControlAttributeConfigurationCommand";
|
|
28
|
+
import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "./commands/DeleteInstanceCommand";
|
|
19
29
|
import { DeletePermissionsBoundaryFromPermissionSetCommandInput, DeletePermissionsBoundaryFromPermissionSetCommandOutput } from "./commands/DeletePermissionsBoundaryFromPermissionSetCommand";
|
|
20
30
|
import { DeletePermissionSetCommandInput, DeletePermissionSetCommandOutput } from "./commands/DeletePermissionSetCommand";
|
|
31
|
+
import { DeleteTrustedTokenIssuerCommandInput, DeleteTrustedTokenIssuerCommandOutput } from "./commands/DeleteTrustedTokenIssuerCommand";
|
|
21
32
|
import { DescribeAccountAssignmentCreationStatusCommandInput, DescribeAccountAssignmentCreationStatusCommandOutput } from "./commands/DescribeAccountAssignmentCreationStatusCommand";
|
|
22
33
|
import { DescribeAccountAssignmentDeletionStatusCommandInput, DescribeAccountAssignmentDeletionStatusCommandOutput } from "./commands/DescribeAccountAssignmentDeletionStatusCommand";
|
|
34
|
+
import { DescribeApplicationAssignmentCommandInput, DescribeApplicationAssignmentCommandOutput } from "./commands/DescribeApplicationAssignmentCommand";
|
|
35
|
+
import { DescribeApplicationCommandInput, DescribeApplicationCommandOutput } from "./commands/DescribeApplicationCommand";
|
|
36
|
+
import { DescribeApplicationProviderCommandInput, DescribeApplicationProviderCommandOutput } from "./commands/DescribeApplicationProviderCommand";
|
|
23
37
|
import { DescribeInstanceAccessControlAttributeConfigurationCommandInput, DescribeInstanceAccessControlAttributeConfigurationCommandOutput } from "./commands/DescribeInstanceAccessControlAttributeConfigurationCommand";
|
|
38
|
+
import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "./commands/DescribeInstanceCommand";
|
|
24
39
|
import { DescribePermissionSetCommandInput, DescribePermissionSetCommandOutput } from "./commands/DescribePermissionSetCommand";
|
|
25
40
|
import { DescribePermissionSetProvisioningStatusCommandInput, DescribePermissionSetProvisioningStatusCommandOutput } from "./commands/DescribePermissionSetProvisioningStatusCommand";
|
|
41
|
+
import { DescribeTrustedTokenIssuerCommandInput, DescribeTrustedTokenIssuerCommandOutput } from "./commands/DescribeTrustedTokenIssuerCommand";
|
|
26
42
|
import { DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput, DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOutput } from "./commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand";
|
|
27
43
|
import { DetachManagedPolicyFromPermissionSetCommandInput, DetachManagedPolicyFromPermissionSetCommandOutput } from "./commands/DetachManagedPolicyFromPermissionSetCommand";
|
|
44
|
+
import { GetApplicationAccessScopeCommandInput, GetApplicationAccessScopeCommandOutput } from "./commands/GetApplicationAccessScopeCommand";
|
|
45
|
+
import { GetApplicationAssignmentConfigurationCommandInput, GetApplicationAssignmentConfigurationCommandOutput } from "./commands/GetApplicationAssignmentConfigurationCommand";
|
|
46
|
+
import { GetApplicationAuthenticationMethodCommandInput, GetApplicationAuthenticationMethodCommandOutput } from "./commands/GetApplicationAuthenticationMethodCommand";
|
|
47
|
+
import { GetApplicationGrantCommandInput, GetApplicationGrantCommandOutput } from "./commands/GetApplicationGrantCommand";
|
|
28
48
|
import { GetInlinePolicyForPermissionSetCommandInput, GetInlinePolicyForPermissionSetCommandOutput } from "./commands/GetInlinePolicyForPermissionSetCommand";
|
|
29
49
|
import { GetPermissionsBoundaryForPermissionSetCommandInput, GetPermissionsBoundaryForPermissionSetCommandOutput } from "./commands/GetPermissionsBoundaryForPermissionSetCommand";
|
|
30
50
|
import { ListAccountAssignmentCreationStatusCommandInput, ListAccountAssignmentCreationStatusCommandOutput } from "./commands/ListAccountAssignmentCreationStatusCommand";
|
|
31
51
|
import { ListAccountAssignmentDeletionStatusCommandInput, ListAccountAssignmentDeletionStatusCommandOutput } from "./commands/ListAccountAssignmentDeletionStatusCommand";
|
|
32
52
|
import { ListAccountAssignmentsCommandInput, ListAccountAssignmentsCommandOutput } from "./commands/ListAccountAssignmentsCommand";
|
|
53
|
+
import { ListAccountAssignmentsForPrincipalCommandInput, ListAccountAssignmentsForPrincipalCommandOutput } from "./commands/ListAccountAssignmentsForPrincipalCommand";
|
|
33
54
|
import { ListAccountsForProvisionedPermissionSetCommandInput, ListAccountsForProvisionedPermissionSetCommandOutput } from "./commands/ListAccountsForProvisionedPermissionSetCommand";
|
|
55
|
+
import { ListApplicationAccessScopesCommandInput, ListApplicationAccessScopesCommandOutput } from "./commands/ListApplicationAccessScopesCommand";
|
|
56
|
+
import { ListApplicationAssignmentsCommandInput, ListApplicationAssignmentsCommandOutput } from "./commands/ListApplicationAssignmentsCommand";
|
|
57
|
+
import { ListApplicationAssignmentsForPrincipalCommandInput, ListApplicationAssignmentsForPrincipalCommandOutput } from "./commands/ListApplicationAssignmentsForPrincipalCommand";
|
|
58
|
+
import { ListApplicationAuthenticationMethodsCommandInput, ListApplicationAuthenticationMethodsCommandOutput } from "./commands/ListApplicationAuthenticationMethodsCommand";
|
|
59
|
+
import { ListApplicationGrantsCommandInput, ListApplicationGrantsCommandOutput } from "./commands/ListApplicationGrantsCommand";
|
|
60
|
+
import { ListApplicationProvidersCommandInput, ListApplicationProvidersCommandOutput } from "./commands/ListApplicationProvidersCommand";
|
|
61
|
+
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "./commands/ListApplicationsCommand";
|
|
34
62
|
import { ListCustomerManagedPolicyReferencesInPermissionSetCommandInput, ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput } from "./commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand";
|
|
35
63
|
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
|
|
36
64
|
import { ListManagedPoliciesInPermissionSetCommandInput, ListManagedPoliciesInPermissionSetCommandOutput } from "./commands/ListManagedPoliciesInPermissionSetCommand";
|
|
@@ -38,24 +66,32 @@ import { ListPermissionSetProvisioningStatusCommandInput, ListPermissionSetProvi
|
|
|
38
66
|
import { ListPermissionSetsCommandInput, ListPermissionSetsCommandOutput } from "./commands/ListPermissionSetsCommand";
|
|
39
67
|
import { ListPermissionSetsProvisionedToAccountCommandInput, ListPermissionSetsProvisionedToAccountCommandOutput } from "./commands/ListPermissionSetsProvisionedToAccountCommand";
|
|
40
68
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
69
|
+
import { ListTrustedTokenIssuersCommandInput, ListTrustedTokenIssuersCommandOutput } from "./commands/ListTrustedTokenIssuersCommand";
|
|
41
70
|
import { ProvisionPermissionSetCommandInput, ProvisionPermissionSetCommandOutput } from "./commands/ProvisionPermissionSetCommand";
|
|
71
|
+
import { PutApplicationAccessScopeCommandInput, PutApplicationAccessScopeCommandOutput } from "./commands/PutApplicationAccessScopeCommand";
|
|
72
|
+
import { PutApplicationAssignmentConfigurationCommandInput, PutApplicationAssignmentConfigurationCommandOutput } from "./commands/PutApplicationAssignmentConfigurationCommand";
|
|
73
|
+
import { PutApplicationAuthenticationMethodCommandInput, PutApplicationAuthenticationMethodCommandOutput } from "./commands/PutApplicationAuthenticationMethodCommand";
|
|
74
|
+
import { PutApplicationGrantCommandInput, PutApplicationGrantCommandOutput } from "./commands/PutApplicationGrantCommand";
|
|
42
75
|
import { PutInlinePolicyToPermissionSetCommandInput, PutInlinePolicyToPermissionSetCommandOutput } from "./commands/PutInlinePolicyToPermissionSetCommand";
|
|
43
76
|
import { PutPermissionsBoundaryToPermissionSetCommandInput, PutPermissionsBoundaryToPermissionSetCommandOutput } from "./commands/PutPermissionsBoundaryToPermissionSetCommand";
|
|
44
77
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
45
78
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
79
|
+
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
|
|
46
80
|
import { UpdateInstanceAccessControlAttributeConfigurationCommandInput, UpdateInstanceAccessControlAttributeConfigurationCommandOutput } from "./commands/UpdateInstanceAccessControlAttributeConfigurationCommand";
|
|
81
|
+
import { UpdateInstanceCommandInput, UpdateInstanceCommandOutput } from "./commands/UpdateInstanceCommand";
|
|
47
82
|
import { UpdatePermissionSetCommandInput, UpdatePermissionSetCommandOutput } from "./commands/UpdatePermissionSetCommand";
|
|
83
|
+
import { UpdateTrustedTokenIssuerCommandInput, UpdateTrustedTokenIssuerCommandOutput } from "./commands/UpdateTrustedTokenIssuerCommand";
|
|
48
84
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
49
85
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
50
86
|
export { __Client };
|
|
51
87
|
/**
|
|
52
88
|
* @public
|
|
53
89
|
*/
|
|
54
|
-
export type ServiceInputTypes = AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput | AttachManagedPolicyToPermissionSetCommandInput | CreateAccountAssignmentCommandInput | CreateInstanceAccessControlAttributeConfigurationCommandInput | CreatePermissionSetCommandInput | DeleteAccountAssignmentCommandInput | DeleteInlinePolicyFromPermissionSetCommandInput | DeleteInstanceAccessControlAttributeConfigurationCommandInput | DeletePermissionSetCommandInput | DeletePermissionsBoundaryFromPermissionSetCommandInput | DescribeAccountAssignmentCreationStatusCommandInput | DescribeAccountAssignmentDeletionStatusCommandInput | DescribeInstanceAccessControlAttributeConfigurationCommandInput | DescribePermissionSetCommandInput | DescribePermissionSetProvisioningStatusCommandInput | DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput | DetachManagedPolicyFromPermissionSetCommandInput | GetInlinePolicyForPermissionSetCommandInput | GetPermissionsBoundaryForPermissionSetCommandInput | ListAccountAssignmentCreationStatusCommandInput | ListAccountAssignmentDeletionStatusCommandInput | ListAccountAssignmentsCommandInput | ListAccountsForProvisionedPermissionSetCommandInput | ListCustomerManagedPolicyReferencesInPermissionSetCommandInput | ListInstancesCommandInput | ListManagedPoliciesInPermissionSetCommandInput | ListPermissionSetProvisioningStatusCommandInput | ListPermissionSetsCommandInput | ListPermissionSetsProvisionedToAccountCommandInput | ListTagsForResourceCommandInput | ProvisionPermissionSetCommandInput | PutInlinePolicyToPermissionSetCommandInput | PutPermissionsBoundaryToPermissionSetCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateInstanceAccessControlAttributeConfigurationCommandInput | UpdatePermissionSetCommandInput;
|
|
90
|
+
export type ServiceInputTypes = AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput | AttachManagedPolicyToPermissionSetCommandInput | CreateAccountAssignmentCommandInput | CreateApplicationAssignmentCommandInput | CreateApplicationCommandInput | CreateInstanceAccessControlAttributeConfigurationCommandInput | CreateInstanceCommandInput | CreatePermissionSetCommandInput | CreateTrustedTokenIssuerCommandInput | DeleteAccountAssignmentCommandInput | DeleteApplicationAccessScopeCommandInput | DeleteApplicationAssignmentCommandInput | DeleteApplicationAuthenticationMethodCommandInput | DeleteApplicationCommandInput | DeleteApplicationGrantCommandInput | DeleteInlinePolicyFromPermissionSetCommandInput | DeleteInstanceAccessControlAttributeConfigurationCommandInput | DeleteInstanceCommandInput | DeletePermissionSetCommandInput | DeletePermissionsBoundaryFromPermissionSetCommandInput | DeleteTrustedTokenIssuerCommandInput | DescribeAccountAssignmentCreationStatusCommandInput | DescribeAccountAssignmentDeletionStatusCommandInput | DescribeApplicationAssignmentCommandInput | DescribeApplicationCommandInput | DescribeApplicationProviderCommandInput | DescribeInstanceAccessControlAttributeConfigurationCommandInput | DescribeInstanceCommandInput | DescribePermissionSetCommandInput | DescribePermissionSetProvisioningStatusCommandInput | DescribeTrustedTokenIssuerCommandInput | DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput | DetachManagedPolicyFromPermissionSetCommandInput | GetApplicationAccessScopeCommandInput | GetApplicationAssignmentConfigurationCommandInput | GetApplicationAuthenticationMethodCommandInput | GetApplicationGrantCommandInput | GetInlinePolicyForPermissionSetCommandInput | GetPermissionsBoundaryForPermissionSetCommandInput | ListAccountAssignmentCreationStatusCommandInput | ListAccountAssignmentDeletionStatusCommandInput | ListAccountAssignmentsCommandInput | ListAccountAssignmentsForPrincipalCommandInput | ListAccountsForProvisionedPermissionSetCommandInput | ListApplicationAccessScopesCommandInput | ListApplicationAssignmentsCommandInput | ListApplicationAssignmentsForPrincipalCommandInput | ListApplicationAuthenticationMethodsCommandInput | ListApplicationGrantsCommandInput | ListApplicationProvidersCommandInput | ListApplicationsCommandInput | ListCustomerManagedPolicyReferencesInPermissionSetCommandInput | ListInstancesCommandInput | ListManagedPoliciesInPermissionSetCommandInput | ListPermissionSetProvisioningStatusCommandInput | ListPermissionSetsCommandInput | ListPermissionSetsProvisionedToAccountCommandInput | ListTagsForResourceCommandInput | ListTrustedTokenIssuersCommandInput | ProvisionPermissionSetCommandInput | PutApplicationAccessScopeCommandInput | PutApplicationAssignmentConfigurationCommandInput | PutApplicationAuthenticationMethodCommandInput | PutApplicationGrantCommandInput | PutInlinePolicyToPermissionSetCommandInput | PutPermissionsBoundaryToPermissionSetCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationCommandInput | UpdateInstanceAccessControlAttributeConfigurationCommandInput | UpdateInstanceCommandInput | UpdatePermissionSetCommandInput | UpdateTrustedTokenIssuerCommandInput;
|
|
55
91
|
/**
|
|
56
92
|
* @public
|
|
57
93
|
*/
|
|
58
|
-
export type ServiceOutputTypes = AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutput | AttachManagedPolicyToPermissionSetCommandOutput | CreateAccountAssignmentCommandOutput | CreateInstanceAccessControlAttributeConfigurationCommandOutput | CreatePermissionSetCommandOutput | DeleteAccountAssignmentCommandOutput | DeleteInlinePolicyFromPermissionSetCommandOutput | DeleteInstanceAccessControlAttributeConfigurationCommandOutput | DeletePermissionSetCommandOutput | DeletePermissionsBoundaryFromPermissionSetCommandOutput | DescribeAccountAssignmentCreationStatusCommandOutput | DescribeAccountAssignmentDeletionStatusCommandOutput | DescribeInstanceAccessControlAttributeConfigurationCommandOutput | DescribePermissionSetCommandOutput | DescribePermissionSetProvisioningStatusCommandOutput | DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOutput | DetachManagedPolicyFromPermissionSetCommandOutput | GetInlinePolicyForPermissionSetCommandOutput | GetPermissionsBoundaryForPermissionSetCommandOutput | ListAccountAssignmentCreationStatusCommandOutput | ListAccountAssignmentDeletionStatusCommandOutput | ListAccountAssignmentsCommandOutput | ListAccountsForProvisionedPermissionSetCommandOutput | ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput | ListInstancesCommandOutput | ListManagedPoliciesInPermissionSetCommandOutput | ListPermissionSetProvisioningStatusCommandOutput | ListPermissionSetsCommandOutput | ListPermissionSetsProvisionedToAccountCommandOutput | ListTagsForResourceCommandOutput | ProvisionPermissionSetCommandOutput | PutInlinePolicyToPermissionSetCommandOutput | PutPermissionsBoundaryToPermissionSetCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateInstanceAccessControlAttributeConfigurationCommandOutput | UpdatePermissionSetCommandOutput;
|
|
94
|
+
export type ServiceOutputTypes = AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutput | AttachManagedPolicyToPermissionSetCommandOutput | CreateAccountAssignmentCommandOutput | CreateApplicationAssignmentCommandOutput | CreateApplicationCommandOutput | CreateInstanceAccessControlAttributeConfigurationCommandOutput | CreateInstanceCommandOutput | CreatePermissionSetCommandOutput | CreateTrustedTokenIssuerCommandOutput | DeleteAccountAssignmentCommandOutput | DeleteApplicationAccessScopeCommandOutput | DeleteApplicationAssignmentCommandOutput | DeleteApplicationAuthenticationMethodCommandOutput | DeleteApplicationCommandOutput | DeleteApplicationGrantCommandOutput | DeleteInlinePolicyFromPermissionSetCommandOutput | DeleteInstanceAccessControlAttributeConfigurationCommandOutput | DeleteInstanceCommandOutput | DeletePermissionSetCommandOutput | DeletePermissionsBoundaryFromPermissionSetCommandOutput | DeleteTrustedTokenIssuerCommandOutput | DescribeAccountAssignmentCreationStatusCommandOutput | DescribeAccountAssignmentDeletionStatusCommandOutput | DescribeApplicationAssignmentCommandOutput | DescribeApplicationCommandOutput | DescribeApplicationProviderCommandOutput | DescribeInstanceAccessControlAttributeConfigurationCommandOutput | DescribeInstanceCommandOutput | DescribePermissionSetCommandOutput | DescribePermissionSetProvisioningStatusCommandOutput | DescribeTrustedTokenIssuerCommandOutput | DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOutput | DetachManagedPolicyFromPermissionSetCommandOutput | GetApplicationAccessScopeCommandOutput | GetApplicationAssignmentConfigurationCommandOutput | GetApplicationAuthenticationMethodCommandOutput | GetApplicationGrantCommandOutput | GetInlinePolicyForPermissionSetCommandOutput | GetPermissionsBoundaryForPermissionSetCommandOutput | ListAccountAssignmentCreationStatusCommandOutput | ListAccountAssignmentDeletionStatusCommandOutput | ListAccountAssignmentsCommandOutput | ListAccountAssignmentsForPrincipalCommandOutput | ListAccountsForProvisionedPermissionSetCommandOutput | ListApplicationAccessScopesCommandOutput | ListApplicationAssignmentsCommandOutput | ListApplicationAssignmentsForPrincipalCommandOutput | ListApplicationAuthenticationMethodsCommandOutput | ListApplicationGrantsCommandOutput | ListApplicationProvidersCommandOutput | ListApplicationsCommandOutput | ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput | ListInstancesCommandOutput | ListManagedPoliciesInPermissionSetCommandOutput | ListPermissionSetProvisioningStatusCommandOutput | ListPermissionSetsCommandOutput | ListPermissionSetsProvisionedToAccountCommandOutput | ListTagsForResourceCommandOutput | ListTrustedTokenIssuersCommandOutput | ProvisionPermissionSetCommandOutput | PutApplicationAccessScopeCommandOutput | PutApplicationAssignmentConfigurationCommandOutput | PutApplicationAuthenticationMethodCommandOutput | PutApplicationGrantCommandOutput | PutInlinePolicyToPermissionSetCommandOutput | PutPermissionsBoundaryToPermissionSetCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationCommandOutput | UpdateInstanceAccessControlAttributeConfigurationCommandOutput | UpdateInstanceCommandOutput | UpdatePermissionSetCommandOutput | UpdateTrustedTokenIssuerCommandOutput;
|
|
59
95
|
/**
|
|
60
96
|
* @public
|
|
61
97
|
*/
|
|
@@ -189,25 +225,29 @@ export interface SSOAdminClientResolvedConfig extends SSOAdminClientResolvedConf
|
|
|
189
225
|
}
|
|
190
226
|
/**
|
|
191
227
|
* @public
|
|
192
|
-
* <p>IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage
|
|
193
|
-
*
|
|
194
|
-
*
|
|
195
|
-
*
|
|
228
|
+
* <p>IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage
|
|
229
|
+
* their access centrally across Amazon Web Services accounts and applications. IAM Identity Center is the recommended
|
|
230
|
+
* approach for workforce authentication and authorization in Amazon Web Services, for organizations of
|
|
231
|
+
* any size and type.</p>
|
|
196
232
|
* <note>
|
|
197
|
-
* <p>IAM Identity Center uses the <code>sso</code> and <code>identitystore</code> API
|
|
233
|
+
* <p>IAM Identity Center uses the <code>sso</code> and <code>identitystore</code> API
|
|
234
|
+
* namespaces.</p>
|
|
198
235
|
* </note>
|
|
199
|
-
* <p>This reference guide provides information on single sign-on operations which could be
|
|
200
|
-
*
|
|
201
|
-
*
|
|
236
|
+
* <p>This reference guide provides information on single sign-on operations which could be
|
|
237
|
+
* used for access management of Amazon Web Services accounts. For information about IAM Identity Center features, see
|
|
238
|
+
* the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">IAM Identity Center
|
|
239
|
+
* User Guide</a>.</p>
|
|
202
240
|
* <p>Many operations in the IAM Identity Center APIs rely on identifiers for users and groups, known as
|
|
203
|
-
*
|
|
204
|
-
*
|
|
205
|
-
*
|
|
241
|
+
* principals. For more information about how to work with principals and principal IDs in
|
|
242
|
+
* IAM Identity Center, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Identity Store API
|
|
243
|
+
* Reference</a>.</p>
|
|
206
244
|
* <note>
|
|
207
|
-
* <p>Amazon Web Services provides SDKs that consist of libraries and sample code for various
|
|
208
|
-
*
|
|
209
|
-
*
|
|
210
|
-
*
|
|
245
|
+
* <p>Amazon Web Services provides SDKs that consist of libraries and sample code for various
|
|
246
|
+
* programming languages and platforms (Java, Ruby, .Net, iOS, Android, and more). The
|
|
247
|
+
* SDKs provide a convenient way to create programmatic access to IAM Identity Center and other Amazon Web Services
|
|
248
|
+
* services. For more information about the Amazon Web Services SDKs, including how to download and
|
|
249
|
+
* install them, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web
|
|
250
|
+
* Services</a>.</p>
|
|
211
251
|
* </note>
|
|
212
252
|
*/
|
|
213
253
|
export declare class SSOAdminClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig> {
|
|
@@ -54,25 +54,25 @@ export interface AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutpu
|
|
|
54
54
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ConflictException} (client fault)
|
|
57
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
58
|
-
*
|
|
59
|
-
*
|
|
60
|
-
*
|
|
57
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
58
|
+
* occurs when the previous write did not have time to propagate to the host serving the
|
|
59
|
+
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
60
|
+
* this exception.</p>
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link InternalServerException} (server fault)
|
|
63
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
64
|
-
*
|
|
63
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
64
|
+
* with an internal server.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
67
67
|
* <p>Indicates that a requested resource is not found.</p>
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
70
70
|
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
71
|
-
*
|
|
71
|
+
* created.</p>
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link ThrottlingException} (client fault)
|
|
74
74
|
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
75
|
-
*
|
|
75
|
+
* operations.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link ValidationException} (client fault)
|
|
78
78
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -25,12 +25,12 @@ export interface AttachManagedPolicyToPermissionSetCommandOutput extends AttachM
|
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Attaches an Amazon Web Services managed policy ARN to a permission set.</p>
|
|
27
27
|
* <note>
|
|
28
|
-
* <p>If the permission set is already referenced by one or more account assignments,
|
|
29
|
-
*
|
|
28
|
+
* <p>If the permission set is already referenced by one or more account assignments,
|
|
29
|
+
* you will need to call <code>
|
|
30
30
|
* <a>ProvisionPermissionSet</a>
|
|
31
|
-
* </code> after
|
|
32
|
-
*
|
|
33
|
-
*
|
|
31
|
+
* </code> after
|
|
32
|
+
* this operation. Calling <code>ProvisionPermissionSet</code> applies the
|
|
33
|
+
* corresponding IAM policy updates to all assigned accounts.</p>
|
|
34
34
|
* </note>
|
|
35
35
|
* @example
|
|
36
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -59,25 +59,25 @@ export interface AttachManagedPolicyToPermissionSetCommandOutput extends AttachM
|
|
|
59
59
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link ConflictException} (client fault)
|
|
62
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
-
*
|
|
62
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
63
|
+
* occurs when the previous write did not have time to propagate to the host serving the
|
|
64
|
+
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
65
|
+
* this exception.</p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link InternalServerException} (server fault)
|
|
68
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
69
|
-
*
|
|
68
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
69
|
+
* with an internal server.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
72
72
|
* <p>Indicates that a requested resource is not found.</p>
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
75
75
|
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
76
|
-
*
|
|
76
|
+
* created.</p>
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link ThrottlingException} (client fault)
|
|
79
79
|
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
80
|
-
*
|
|
80
|
+
* operations.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link ValidationException} (client fault)
|
|
83
83
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -24,24 +24,26 @@ export interface CreateAccountAssignmentCommandOutput extends CreateAccountAssig
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Assigns access to a principal for a specified Amazon Web Services account using a specified
|
|
27
|
-
*
|
|
27
|
+
* permission set.</p>
|
|
28
28
|
* <note>
|
|
29
|
-
* <p>The term <i>principal</i> here refers to a user or group that is
|
|
30
|
-
*
|
|
29
|
+
* <p>The term <i>principal</i> here refers to a user or group that is
|
|
30
|
+
* defined in IAM Identity Center.</p>
|
|
31
31
|
* </note>
|
|
32
32
|
* <note>
|
|
33
33
|
* <p>As part of a successful <code>CreateAccountAssignment</code> call, the specified
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
34
|
+
* permission set will automatically be provisioned to the account in the form of an
|
|
35
|
+
* IAM policy. That policy is attached to the IAM role created in IAM Identity Center. If the
|
|
36
|
+
* permission set is subsequently updated, the corresponding IAM policies attached to
|
|
37
|
+
* roles in your accounts will not be updated automatically. In this case, you must
|
|
38
|
+
* call <code>
|
|
38
39
|
* <a>ProvisionPermissionSet</a>
|
|
39
|
-
* </code> to make these
|
|
40
|
+
* </code> to make these
|
|
41
|
+
* updates.</p>
|
|
40
42
|
* </note>
|
|
41
43
|
* <note>
|
|
42
|
-
* <p>
|
|
43
|
-
*
|
|
44
|
-
*
|
|
44
|
+
* <p> After a successful response, call
|
|
45
|
+
* <code>DescribeAccountAssignmentCreationStatus</code> to describe the status of
|
|
46
|
+
* an assignment creation request. </p>
|
|
45
47
|
* </note>
|
|
46
48
|
* @example
|
|
47
49
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -85,25 +87,25 @@ export interface CreateAccountAssignmentCommandOutput extends CreateAccountAssig
|
|
|
85
87
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
86
88
|
*
|
|
87
89
|
* @throws {@link ConflictException} (client fault)
|
|
88
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
*
|
|
90
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
91
|
+
* occurs when the previous write did not have time to propagate to the host serving the
|
|
92
|
+
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
93
|
+
* this exception.</p>
|
|
92
94
|
*
|
|
93
95
|
* @throws {@link InternalServerException} (server fault)
|
|
94
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
95
|
-
*
|
|
96
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
97
|
+
* with an internal server.</p>
|
|
96
98
|
*
|
|
97
99
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
98
100
|
* <p>Indicates that a requested resource is not found.</p>
|
|
99
101
|
*
|
|
100
102
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
101
103
|
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
102
|
-
*
|
|
104
|
+
* created.</p>
|
|
103
105
|
*
|
|
104
106
|
* @throws {@link ThrottlingException} (client fault)
|
|
105
107
|
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
106
|
-
*
|
|
108
|
+
* operations.</p>
|
|
107
109
|
*
|
|
108
110
|
* @throws {@link ValidationException} (client fault)
|
|
109
111
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { CreateApplicationAssignmentRequest, CreateApplicationAssignmentResponse } from "../models/models_0";
|
|
5
|
+
import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateApplicationAssignmentCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateApplicationAssignmentCommandInput extends CreateApplicationAssignmentRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateApplicationAssignmentCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateApplicationAssignmentCommandOutput extends CreateApplicationAssignmentResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Grant application access to a user or group.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { SSOAdminClient, CreateApplicationAssignmentCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
31
|
+
* // const { SSOAdminClient, CreateApplicationAssignmentCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
32
|
+
* const client = new SSOAdminClient(config);
|
|
33
|
+
* const input = { // CreateApplicationAssignmentRequest
|
|
34
|
+
* ApplicationArn: "STRING_VALUE", // required
|
|
35
|
+
* PrincipalId: "STRING_VALUE", // required
|
|
36
|
+
* PrincipalType: "USER" || "GROUP", // required
|
|
37
|
+
* };
|
|
38
|
+
* const command = new CreateApplicationAssignmentCommand(input);
|
|
39
|
+
* const response = await client.send(command);
|
|
40
|
+
* // {};
|
|
41
|
+
*
|
|
42
|
+
* ```
|
|
43
|
+
*
|
|
44
|
+
* @param CreateApplicationAssignmentCommandInput - {@link CreateApplicationAssignmentCommandInput}
|
|
45
|
+
* @returns {@link CreateApplicationAssignmentCommandOutput}
|
|
46
|
+
* @see {@link CreateApplicationAssignmentCommandInput} for command's `input` shape.
|
|
47
|
+
* @see {@link CreateApplicationAssignmentCommandOutput} for command's `response` shape.
|
|
48
|
+
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
51
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ConflictException} (client fault)
|
|
54
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
55
|
+
* occurs when the previous write did not have time to propagate to the host serving the
|
|
56
|
+
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
57
|
+
* this exception.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InternalServerException} (server fault)
|
|
60
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
61
|
+
* with an internal server.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
64
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
67
|
+
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
68
|
+
* created.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
71
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
72
|
+
* operations.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ValidationException} (client fault)
|
|
75
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link SSOAdminServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from SSOAdmin service.</p>
|
|
79
|
+
*
|
|
80
|
+
*/
|
|
81
|
+
export declare class CreateApplicationAssignmentCommand extends $Command<CreateApplicationAssignmentCommandInput, CreateApplicationAssignmentCommandOutput, SSOAdminClientResolvedConfig> {
|
|
82
|
+
readonly input: CreateApplicationAssignmentCommandInput;
|
|
83
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
constructor(input: CreateApplicationAssignmentCommandInput);
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
91
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSOAdminClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationAssignmentCommandInput, CreateApplicationAssignmentCommandOutput>;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
95
|
+
private serialize;
|
|
96
|
+
/**
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
99
|
+
private deserialize;
|
|
100
|
+
}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
|
|
5
|
+
import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateApplicationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateApplicationCommandInput extends CreateApplicationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateApplicationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Creates an application in IAM Identity Center for the given application provider.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { SSOAdminClient, CreateApplicationCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
31
|
+
* // const { SSOAdminClient, CreateApplicationCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
32
|
+
* const client = new SSOAdminClient(config);
|
|
33
|
+
* const input = { // CreateApplicationRequest
|
|
34
|
+
* InstanceArn: "STRING_VALUE", // required
|
|
35
|
+
* ApplicationProviderArn: "STRING_VALUE", // required
|
|
36
|
+
* Name: "STRING_VALUE", // required
|
|
37
|
+
* Description: "STRING_VALUE",
|
|
38
|
+
* PortalOptions: { // PortalOptions
|
|
39
|
+
* SignInOptions: { // SignInOptions
|
|
40
|
+
* Origin: "IDENTITY_CENTER" || "APPLICATION", // required
|
|
41
|
+
* ApplicationUrl: "STRING_VALUE",
|
|
42
|
+
* },
|
|
43
|
+
* Visibility: "ENABLED" || "DISABLED",
|
|
44
|
+
* },
|
|
45
|
+
* Tags: [ // TagList
|
|
46
|
+
* { // Tag
|
|
47
|
+
* Key: "STRING_VALUE", // required
|
|
48
|
+
* Value: "STRING_VALUE", // required
|
|
49
|
+
* },
|
|
50
|
+
* ],
|
|
51
|
+
* Status: "ENABLED" || "DISABLED",
|
|
52
|
+
* ClientToken: "STRING_VALUE",
|
|
53
|
+
* };
|
|
54
|
+
* const command = new CreateApplicationCommand(input);
|
|
55
|
+
* const response = await client.send(command);
|
|
56
|
+
* // { // CreateApplicationResponse
|
|
57
|
+
* // ApplicationArn: "STRING_VALUE",
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
60
|
+
* ```
|
|
61
|
+
*
|
|
62
|
+
* @param CreateApplicationCommandInput - {@link CreateApplicationCommandInput}
|
|
63
|
+
* @returns {@link CreateApplicationCommandOutput}
|
|
64
|
+
* @see {@link CreateApplicationCommandInput} for command's `input` shape.
|
|
65
|
+
* @see {@link CreateApplicationCommandOutput} for command's `response` shape.
|
|
66
|
+
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
69
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ConflictException} (client fault)
|
|
72
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
73
|
+
* occurs when the previous write did not have time to propagate to the host serving the
|
|
74
|
+
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
75
|
+
* this exception.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link InternalServerException} (server fault)
|
|
78
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
79
|
+
* with an internal server.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
82
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
85
|
+
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
86
|
+
* created.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
89
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
90
|
+
* operations.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link ValidationException} (client fault)
|
|
93
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link SSOAdminServiceException}
|
|
96
|
+
* <p>Base exception class for all service exceptions from SSOAdmin service.</p>
|
|
97
|
+
*
|
|
98
|
+
*/
|
|
99
|
+
export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, SSOAdminClientResolvedConfig> {
|
|
100
|
+
readonly input: CreateApplicationCommandInput;
|
|
101
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
constructor(input: CreateApplicationCommandInput);
|
|
106
|
+
/**
|
|
107
|
+
* @internal
|
|
108
|
+
*/
|
|
109
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSOAdminClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
|
|
110
|
+
/**
|
|
111
|
+
* @internal
|
|
112
|
+
*/
|
|
113
|
+
private serialize;
|
|
114
|
+
/**
|
|
115
|
+
* @internal
|
|
116
|
+
*/
|
|
117
|
+
private deserialize;
|
|
118
|
+
}
|
|
@@ -24,11 +24,12 @@ export interface CreateInstanceAccessControlAttributeConfigurationCommandOutput
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Enables the attributes-based access control (ABAC) feature for the specified IAM Identity Center
|
|
27
|
-
*
|
|
28
|
-
*
|
|
27
|
+
* instance. You can also specify new attributes to add to your ABAC configuration during
|
|
28
|
+
* 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>
|
|
29
29
|
* <note>
|
|
30
|
-
* <p>After a successful response, call
|
|
31
|
-
*
|
|
30
|
+
* <p>After a successful response, call
|
|
31
|
+
* <code>DescribeInstanceAccessControlAttributeConfiguration</code> to validate
|
|
32
|
+
* that <code>InstanceAccessControlAttributeConfiguration</code> was created.</p>
|
|
32
33
|
* </note>
|
|
33
34
|
* @example
|
|
34
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,21 +68,21 @@ export interface CreateInstanceAccessControlAttributeConfigurationCommandOutput
|
|
|
67
68
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
68
69
|
*
|
|
69
70
|
* @throws {@link ConflictException} (client fault)
|
|
70
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
*
|
|
71
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
72
|
+
* occurs when the previous write did not have time to propagate to the host serving the
|
|
73
|
+
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
74
|
+
* this exception.</p>
|
|
74
75
|
*
|
|
75
76
|
* @throws {@link InternalServerException} (server fault)
|
|
76
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
77
|
-
*
|
|
77
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
78
|
+
* with an internal server.</p>
|
|
78
79
|
*
|
|
79
80
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
80
81
|
* <p>Indicates that a requested resource is not found.</p>
|
|
81
82
|
*
|
|
82
83
|
* @throws {@link ThrottlingException} (client fault)
|
|
83
84
|
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
84
|
-
*
|
|
85
|
+
* operations.</p>
|
|
85
86
|
*
|
|
86
87
|
* @throws {@link ValidationException} (client fault)
|
|
87
88
|
* <p>The request failed because it contains a syntax error.</p>
|