@aws-sdk/client-sso-admin 3.451.0 → 3.453.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 +85 -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 +82 -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 +107 -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 +113 -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 +112 -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 +2327 -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 +547 -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 +4 -2
|
@@ -11,18 +11,54 @@ import {
|
|
|
11
11
|
CreateAccountAssignmentCommandInput,
|
|
12
12
|
CreateAccountAssignmentCommandOutput,
|
|
13
13
|
} from "./commands/CreateAccountAssignmentCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateApplicationAssignmentCommandInput,
|
|
16
|
+
CreateApplicationAssignmentCommandOutput,
|
|
17
|
+
} from "./commands/CreateApplicationAssignmentCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateApplicationCommandInput,
|
|
20
|
+
CreateApplicationCommandOutput,
|
|
21
|
+
} from "./commands/CreateApplicationCommand";
|
|
14
22
|
import {
|
|
15
23
|
CreateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
16
24
|
CreateInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
17
25
|
} from "./commands/CreateInstanceAccessControlAttributeConfigurationCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateInstanceCommandInput,
|
|
28
|
+
CreateInstanceCommandOutput,
|
|
29
|
+
} from "./commands/CreateInstanceCommand";
|
|
18
30
|
import {
|
|
19
31
|
CreatePermissionSetCommandInput,
|
|
20
32
|
CreatePermissionSetCommandOutput,
|
|
21
33
|
} from "./commands/CreatePermissionSetCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateTrustedTokenIssuerCommandInput,
|
|
36
|
+
CreateTrustedTokenIssuerCommandOutput,
|
|
37
|
+
} from "./commands/CreateTrustedTokenIssuerCommand";
|
|
22
38
|
import {
|
|
23
39
|
DeleteAccountAssignmentCommandInput,
|
|
24
40
|
DeleteAccountAssignmentCommandOutput,
|
|
25
41
|
} from "./commands/DeleteAccountAssignmentCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteApplicationAccessScopeCommandInput,
|
|
44
|
+
DeleteApplicationAccessScopeCommandOutput,
|
|
45
|
+
} from "./commands/DeleteApplicationAccessScopeCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteApplicationAssignmentCommandInput,
|
|
48
|
+
DeleteApplicationAssignmentCommandOutput,
|
|
49
|
+
} from "./commands/DeleteApplicationAssignmentCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteApplicationAuthenticationMethodCommandInput,
|
|
52
|
+
DeleteApplicationAuthenticationMethodCommandOutput,
|
|
53
|
+
} from "./commands/DeleteApplicationAuthenticationMethodCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteApplicationCommandInput,
|
|
56
|
+
DeleteApplicationCommandOutput,
|
|
57
|
+
} from "./commands/DeleteApplicationCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteApplicationGrantCommandInput,
|
|
60
|
+
DeleteApplicationGrantCommandOutput,
|
|
61
|
+
} from "./commands/DeleteApplicationGrantCommand";
|
|
26
62
|
import {
|
|
27
63
|
DeleteInlinePolicyFromPermissionSetCommandInput,
|
|
28
64
|
DeleteInlinePolicyFromPermissionSetCommandOutput,
|
|
@@ -31,6 +67,10 @@ import {
|
|
|
31
67
|
DeleteInstanceAccessControlAttributeConfigurationCommandInput,
|
|
32
68
|
DeleteInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
33
69
|
} from "./commands/DeleteInstanceAccessControlAttributeConfigurationCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteInstanceCommandInput,
|
|
72
|
+
DeleteInstanceCommandOutput,
|
|
73
|
+
} from "./commands/DeleteInstanceCommand";
|
|
34
74
|
import {
|
|
35
75
|
DeletePermissionsBoundaryFromPermissionSetCommandInput,
|
|
36
76
|
DeletePermissionsBoundaryFromPermissionSetCommandOutput,
|
|
@@ -39,6 +79,10 @@ import {
|
|
|
39
79
|
DeletePermissionSetCommandInput,
|
|
40
80
|
DeletePermissionSetCommandOutput,
|
|
41
81
|
} from "./commands/DeletePermissionSetCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteTrustedTokenIssuerCommandInput,
|
|
84
|
+
DeleteTrustedTokenIssuerCommandOutput,
|
|
85
|
+
} from "./commands/DeleteTrustedTokenIssuerCommand";
|
|
42
86
|
import {
|
|
43
87
|
DescribeAccountAssignmentCreationStatusCommandInput,
|
|
44
88
|
DescribeAccountAssignmentCreationStatusCommandOutput,
|
|
@@ -47,10 +91,26 @@ import {
|
|
|
47
91
|
DescribeAccountAssignmentDeletionStatusCommandInput,
|
|
48
92
|
DescribeAccountAssignmentDeletionStatusCommandOutput,
|
|
49
93
|
} from "./commands/DescribeAccountAssignmentDeletionStatusCommand";
|
|
94
|
+
import {
|
|
95
|
+
DescribeApplicationAssignmentCommandInput,
|
|
96
|
+
DescribeApplicationAssignmentCommandOutput,
|
|
97
|
+
} from "./commands/DescribeApplicationAssignmentCommand";
|
|
98
|
+
import {
|
|
99
|
+
DescribeApplicationCommandInput,
|
|
100
|
+
DescribeApplicationCommandOutput,
|
|
101
|
+
} from "./commands/DescribeApplicationCommand";
|
|
102
|
+
import {
|
|
103
|
+
DescribeApplicationProviderCommandInput,
|
|
104
|
+
DescribeApplicationProviderCommandOutput,
|
|
105
|
+
} from "./commands/DescribeApplicationProviderCommand";
|
|
50
106
|
import {
|
|
51
107
|
DescribeInstanceAccessControlAttributeConfigurationCommandInput,
|
|
52
108
|
DescribeInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
53
109
|
} from "./commands/DescribeInstanceAccessControlAttributeConfigurationCommand";
|
|
110
|
+
import {
|
|
111
|
+
DescribeInstanceCommandInput,
|
|
112
|
+
DescribeInstanceCommandOutput,
|
|
113
|
+
} from "./commands/DescribeInstanceCommand";
|
|
54
114
|
import {
|
|
55
115
|
DescribePermissionSetCommandInput,
|
|
56
116
|
DescribePermissionSetCommandOutput,
|
|
@@ -59,6 +119,10 @@ import {
|
|
|
59
119
|
DescribePermissionSetProvisioningStatusCommandInput,
|
|
60
120
|
DescribePermissionSetProvisioningStatusCommandOutput,
|
|
61
121
|
} from "./commands/DescribePermissionSetProvisioningStatusCommand";
|
|
122
|
+
import {
|
|
123
|
+
DescribeTrustedTokenIssuerCommandInput,
|
|
124
|
+
DescribeTrustedTokenIssuerCommandOutput,
|
|
125
|
+
} from "./commands/DescribeTrustedTokenIssuerCommand";
|
|
62
126
|
import {
|
|
63
127
|
DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput,
|
|
64
128
|
DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOutput,
|
|
@@ -67,6 +131,22 @@ import {
|
|
|
67
131
|
DetachManagedPolicyFromPermissionSetCommandInput,
|
|
68
132
|
DetachManagedPolicyFromPermissionSetCommandOutput,
|
|
69
133
|
} from "./commands/DetachManagedPolicyFromPermissionSetCommand";
|
|
134
|
+
import {
|
|
135
|
+
GetApplicationAccessScopeCommandInput,
|
|
136
|
+
GetApplicationAccessScopeCommandOutput,
|
|
137
|
+
} from "./commands/GetApplicationAccessScopeCommand";
|
|
138
|
+
import {
|
|
139
|
+
GetApplicationAssignmentConfigurationCommandInput,
|
|
140
|
+
GetApplicationAssignmentConfigurationCommandOutput,
|
|
141
|
+
} from "./commands/GetApplicationAssignmentConfigurationCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetApplicationAuthenticationMethodCommandInput,
|
|
144
|
+
GetApplicationAuthenticationMethodCommandOutput,
|
|
145
|
+
} from "./commands/GetApplicationAuthenticationMethodCommand";
|
|
146
|
+
import {
|
|
147
|
+
GetApplicationGrantCommandInput,
|
|
148
|
+
GetApplicationGrantCommandOutput,
|
|
149
|
+
} from "./commands/GetApplicationGrantCommand";
|
|
70
150
|
import {
|
|
71
151
|
GetInlinePolicyForPermissionSetCommandInput,
|
|
72
152
|
GetInlinePolicyForPermissionSetCommandOutput,
|
|
@@ -87,10 +167,42 @@ import {
|
|
|
87
167
|
ListAccountAssignmentsCommandInput,
|
|
88
168
|
ListAccountAssignmentsCommandOutput,
|
|
89
169
|
} from "./commands/ListAccountAssignmentsCommand";
|
|
170
|
+
import {
|
|
171
|
+
ListAccountAssignmentsForPrincipalCommandInput,
|
|
172
|
+
ListAccountAssignmentsForPrincipalCommandOutput,
|
|
173
|
+
} from "./commands/ListAccountAssignmentsForPrincipalCommand";
|
|
90
174
|
import {
|
|
91
175
|
ListAccountsForProvisionedPermissionSetCommandInput,
|
|
92
176
|
ListAccountsForProvisionedPermissionSetCommandOutput,
|
|
93
177
|
} from "./commands/ListAccountsForProvisionedPermissionSetCommand";
|
|
178
|
+
import {
|
|
179
|
+
ListApplicationAccessScopesCommandInput,
|
|
180
|
+
ListApplicationAccessScopesCommandOutput,
|
|
181
|
+
} from "./commands/ListApplicationAccessScopesCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListApplicationAssignmentsCommandInput,
|
|
184
|
+
ListApplicationAssignmentsCommandOutput,
|
|
185
|
+
} from "./commands/ListApplicationAssignmentsCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListApplicationAssignmentsForPrincipalCommandInput,
|
|
188
|
+
ListApplicationAssignmentsForPrincipalCommandOutput,
|
|
189
|
+
} from "./commands/ListApplicationAssignmentsForPrincipalCommand";
|
|
190
|
+
import {
|
|
191
|
+
ListApplicationAuthenticationMethodsCommandInput,
|
|
192
|
+
ListApplicationAuthenticationMethodsCommandOutput,
|
|
193
|
+
} from "./commands/ListApplicationAuthenticationMethodsCommand";
|
|
194
|
+
import {
|
|
195
|
+
ListApplicationGrantsCommandInput,
|
|
196
|
+
ListApplicationGrantsCommandOutput,
|
|
197
|
+
} from "./commands/ListApplicationGrantsCommand";
|
|
198
|
+
import {
|
|
199
|
+
ListApplicationProvidersCommandInput,
|
|
200
|
+
ListApplicationProvidersCommandOutput,
|
|
201
|
+
} from "./commands/ListApplicationProvidersCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListApplicationsCommandInput,
|
|
204
|
+
ListApplicationsCommandOutput,
|
|
205
|
+
} from "./commands/ListApplicationsCommand";
|
|
94
206
|
import {
|
|
95
207
|
ListCustomerManagedPolicyReferencesInPermissionSetCommandInput,
|
|
96
208
|
ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput,
|
|
@@ -119,10 +231,30 @@ import {
|
|
|
119
231
|
ListTagsForResourceCommandInput,
|
|
120
232
|
ListTagsForResourceCommandOutput,
|
|
121
233
|
} from "./commands/ListTagsForResourceCommand";
|
|
234
|
+
import {
|
|
235
|
+
ListTrustedTokenIssuersCommandInput,
|
|
236
|
+
ListTrustedTokenIssuersCommandOutput,
|
|
237
|
+
} from "./commands/ListTrustedTokenIssuersCommand";
|
|
122
238
|
import {
|
|
123
239
|
ProvisionPermissionSetCommandInput,
|
|
124
240
|
ProvisionPermissionSetCommandOutput,
|
|
125
241
|
} from "./commands/ProvisionPermissionSetCommand";
|
|
242
|
+
import {
|
|
243
|
+
PutApplicationAccessScopeCommandInput,
|
|
244
|
+
PutApplicationAccessScopeCommandOutput,
|
|
245
|
+
} from "./commands/PutApplicationAccessScopeCommand";
|
|
246
|
+
import {
|
|
247
|
+
PutApplicationAssignmentConfigurationCommandInput,
|
|
248
|
+
PutApplicationAssignmentConfigurationCommandOutput,
|
|
249
|
+
} from "./commands/PutApplicationAssignmentConfigurationCommand";
|
|
250
|
+
import {
|
|
251
|
+
PutApplicationAuthenticationMethodCommandInput,
|
|
252
|
+
PutApplicationAuthenticationMethodCommandOutput,
|
|
253
|
+
} from "./commands/PutApplicationAuthenticationMethodCommand";
|
|
254
|
+
import {
|
|
255
|
+
PutApplicationGrantCommandInput,
|
|
256
|
+
PutApplicationGrantCommandOutput,
|
|
257
|
+
} from "./commands/PutApplicationGrantCommand";
|
|
126
258
|
import {
|
|
127
259
|
PutInlinePolicyToPermissionSetCommandInput,
|
|
128
260
|
PutInlinePolicyToPermissionSetCommandOutput,
|
|
@@ -139,14 +271,26 @@ import {
|
|
|
139
271
|
UntagResourceCommandInput,
|
|
140
272
|
UntagResourceCommandOutput,
|
|
141
273
|
} from "./commands/UntagResourceCommand";
|
|
274
|
+
import {
|
|
275
|
+
UpdateApplicationCommandInput,
|
|
276
|
+
UpdateApplicationCommandOutput,
|
|
277
|
+
} from "./commands/UpdateApplicationCommand";
|
|
142
278
|
import {
|
|
143
279
|
UpdateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
144
280
|
UpdateInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
145
281
|
} from "./commands/UpdateInstanceAccessControlAttributeConfigurationCommand";
|
|
282
|
+
import {
|
|
283
|
+
UpdateInstanceCommandInput,
|
|
284
|
+
UpdateInstanceCommandOutput,
|
|
285
|
+
} from "./commands/UpdateInstanceCommand";
|
|
146
286
|
import {
|
|
147
287
|
UpdatePermissionSetCommandInput,
|
|
148
288
|
UpdatePermissionSetCommandOutput,
|
|
149
289
|
} from "./commands/UpdatePermissionSetCommand";
|
|
290
|
+
import {
|
|
291
|
+
UpdateTrustedTokenIssuerCommandInput,
|
|
292
|
+
UpdateTrustedTokenIssuerCommandOutput,
|
|
293
|
+
} from "./commands/UpdateTrustedTokenIssuerCommand";
|
|
150
294
|
import { SSOAdminClient } from "./SSOAdminClient";
|
|
151
295
|
export interface SSOAdmin {
|
|
152
296
|
attachCustomerManagedPolicyReferenceToPermissionSet(
|
|
@@ -200,6 +344,45 @@ export interface SSOAdmin {
|
|
|
200
344
|
options: __HttpHandlerOptions,
|
|
201
345
|
cb: (err: any, data?: CreateAccountAssignmentCommandOutput) => void
|
|
202
346
|
): void;
|
|
347
|
+
createApplication(
|
|
348
|
+
args: CreateApplicationCommandInput,
|
|
349
|
+
options?: __HttpHandlerOptions
|
|
350
|
+
): Promise<CreateApplicationCommandOutput>;
|
|
351
|
+
createApplication(
|
|
352
|
+
args: CreateApplicationCommandInput,
|
|
353
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
354
|
+
): void;
|
|
355
|
+
createApplication(
|
|
356
|
+
args: CreateApplicationCommandInput,
|
|
357
|
+
options: __HttpHandlerOptions,
|
|
358
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
359
|
+
): void;
|
|
360
|
+
createApplicationAssignment(
|
|
361
|
+
args: CreateApplicationAssignmentCommandInput,
|
|
362
|
+
options?: __HttpHandlerOptions
|
|
363
|
+
): Promise<CreateApplicationAssignmentCommandOutput>;
|
|
364
|
+
createApplicationAssignment(
|
|
365
|
+
args: CreateApplicationAssignmentCommandInput,
|
|
366
|
+
cb: (err: any, data?: CreateApplicationAssignmentCommandOutput) => void
|
|
367
|
+
): void;
|
|
368
|
+
createApplicationAssignment(
|
|
369
|
+
args: CreateApplicationAssignmentCommandInput,
|
|
370
|
+
options: __HttpHandlerOptions,
|
|
371
|
+
cb: (err: any, data?: CreateApplicationAssignmentCommandOutput) => void
|
|
372
|
+
): void;
|
|
373
|
+
createInstance(
|
|
374
|
+
args: CreateInstanceCommandInput,
|
|
375
|
+
options?: __HttpHandlerOptions
|
|
376
|
+
): Promise<CreateInstanceCommandOutput>;
|
|
377
|
+
createInstance(
|
|
378
|
+
args: CreateInstanceCommandInput,
|
|
379
|
+
cb: (err: any, data?: CreateInstanceCommandOutput) => void
|
|
380
|
+
): void;
|
|
381
|
+
createInstance(
|
|
382
|
+
args: CreateInstanceCommandInput,
|
|
383
|
+
options: __HttpHandlerOptions,
|
|
384
|
+
cb: (err: any, data?: CreateInstanceCommandOutput) => void
|
|
385
|
+
): void;
|
|
203
386
|
createInstanceAccessControlAttributeConfiguration(
|
|
204
387
|
args: CreateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
205
388
|
options?: __HttpHandlerOptions
|
|
@@ -232,6 +415,19 @@ export interface SSOAdmin {
|
|
|
232
415
|
options: __HttpHandlerOptions,
|
|
233
416
|
cb: (err: any, data?: CreatePermissionSetCommandOutput) => void
|
|
234
417
|
): void;
|
|
418
|
+
createTrustedTokenIssuer(
|
|
419
|
+
args: CreateTrustedTokenIssuerCommandInput,
|
|
420
|
+
options?: __HttpHandlerOptions
|
|
421
|
+
): Promise<CreateTrustedTokenIssuerCommandOutput>;
|
|
422
|
+
createTrustedTokenIssuer(
|
|
423
|
+
args: CreateTrustedTokenIssuerCommandInput,
|
|
424
|
+
cb: (err: any, data?: CreateTrustedTokenIssuerCommandOutput) => void
|
|
425
|
+
): void;
|
|
426
|
+
createTrustedTokenIssuer(
|
|
427
|
+
args: CreateTrustedTokenIssuerCommandInput,
|
|
428
|
+
options: __HttpHandlerOptions,
|
|
429
|
+
cb: (err: any, data?: CreateTrustedTokenIssuerCommandOutput) => void
|
|
430
|
+
): void;
|
|
235
431
|
deleteAccountAssignment(
|
|
236
432
|
args: DeleteAccountAssignmentCommandInput,
|
|
237
433
|
options?: __HttpHandlerOptions
|
|
@@ -245,6 +441,77 @@ export interface SSOAdmin {
|
|
|
245
441
|
options: __HttpHandlerOptions,
|
|
246
442
|
cb: (err: any, data?: DeleteAccountAssignmentCommandOutput) => void
|
|
247
443
|
): void;
|
|
444
|
+
deleteApplication(
|
|
445
|
+
args: DeleteApplicationCommandInput,
|
|
446
|
+
options?: __HttpHandlerOptions
|
|
447
|
+
): Promise<DeleteApplicationCommandOutput>;
|
|
448
|
+
deleteApplication(
|
|
449
|
+
args: DeleteApplicationCommandInput,
|
|
450
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
451
|
+
): void;
|
|
452
|
+
deleteApplication(
|
|
453
|
+
args: DeleteApplicationCommandInput,
|
|
454
|
+
options: __HttpHandlerOptions,
|
|
455
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
456
|
+
): void;
|
|
457
|
+
deleteApplicationAccessScope(
|
|
458
|
+
args: DeleteApplicationAccessScopeCommandInput,
|
|
459
|
+
options?: __HttpHandlerOptions
|
|
460
|
+
): Promise<DeleteApplicationAccessScopeCommandOutput>;
|
|
461
|
+
deleteApplicationAccessScope(
|
|
462
|
+
args: DeleteApplicationAccessScopeCommandInput,
|
|
463
|
+
cb: (err: any, data?: DeleteApplicationAccessScopeCommandOutput) => void
|
|
464
|
+
): void;
|
|
465
|
+
deleteApplicationAccessScope(
|
|
466
|
+
args: DeleteApplicationAccessScopeCommandInput,
|
|
467
|
+
options: __HttpHandlerOptions,
|
|
468
|
+
cb: (err: any, data?: DeleteApplicationAccessScopeCommandOutput) => void
|
|
469
|
+
): void;
|
|
470
|
+
deleteApplicationAssignment(
|
|
471
|
+
args: DeleteApplicationAssignmentCommandInput,
|
|
472
|
+
options?: __HttpHandlerOptions
|
|
473
|
+
): Promise<DeleteApplicationAssignmentCommandOutput>;
|
|
474
|
+
deleteApplicationAssignment(
|
|
475
|
+
args: DeleteApplicationAssignmentCommandInput,
|
|
476
|
+
cb: (err: any, data?: DeleteApplicationAssignmentCommandOutput) => void
|
|
477
|
+
): void;
|
|
478
|
+
deleteApplicationAssignment(
|
|
479
|
+
args: DeleteApplicationAssignmentCommandInput,
|
|
480
|
+
options: __HttpHandlerOptions,
|
|
481
|
+
cb: (err: any, data?: DeleteApplicationAssignmentCommandOutput) => void
|
|
482
|
+
): void;
|
|
483
|
+
deleteApplicationAuthenticationMethod(
|
|
484
|
+
args: DeleteApplicationAuthenticationMethodCommandInput,
|
|
485
|
+
options?: __HttpHandlerOptions
|
|
486
|
+
): Promise<DeleteApplicationAuthenticationMethodCommandOutput>;
|
|
487
|
+
deleteApplicationAuthenticationMethod(
|
|
488
|
+
args: DeleteApplicationAuthenticationMethodCommandInput,
|
|
489
|
+
cb: (
|
|
490
|
+
err: any,
|
|
491
|
+
data?: DeleteApplicationAuthenticationMethodCommandOutput
|
|
492
|
+
) => void
|
|
493
|
+
): void;
|
|
494
|
+
deleteApplicationAuthenticationMethod(
|
|
495
|
+
args: DeleteApplicationAuthenticationMethodCommandInput,
|
|
496
|
+
options: __HttpHandlerOptions,
|
|
497
|
+
cb: (
|
|
498
|
+
err: any,
|
|
499
|
+
data?: DeleteApplicationAuthenticationMethodCommandOutput
|
|
500
|
+
) => void
|
|
501
|
+
): void;
|
|
502
|
+
deleteApplicationGrant(
|
|
503
|
+
args: DeleteApplicationGrantCommandInput,
|
|
504
|
+
options?: __HttpHandlerOptions
|
|
505
|
+
): Promise<DeleteApplicationGrantCommandOutput>;
|
|
506
|
+
deleteApplicationGrant(
|
|
507
|
+
args: DeleteApplicationGrantCommandInput,
|
|
508
|
+
cb: (err: any, data?: DeleteApplicationGrantCommandOutput) => void
|
|
509
|
+
): void;
|
|
510
|
+
deleteApplicationGrant(
|
|
511
|
+
args: DeleteApplicationGrantCommandInput,
|
|
512
|
+
options: __HttpHandlerOptions,
|
|
513
|
+
cb: (err: any, data?: DeleteApplicationGrantCommandOutput) => void
|
|
514
|
+
): void;
|
|
248
515
|
deleteInlinePolicyFromPermissionSet(
|
|
249
516
|
args: DeleteInlinePolicyFromPermissionSetCommandInput,
|
|
250
517
|
options?: __HttpHandlerOptions
|
|
@@ -264,6 +531,19 @@ export interface SSOAdmin {
|
|
|
264
531
|
data?: DeleteInlinePolicyFromPermissionSetCommandOutput
|
|
265
532
|
) => void
|
|
266
533
|
): void;
|
|
534
|
+
deleteInstance(
|
|
535
|
+
args: DeleteInstanceCommandInput,
|
|
536
|
+
options?: __HttpHandlerOptions
|
|
537
|
+
): Promise<DeleteInstanceCommandOutput>;
|
|
538
|
+
deleteInstance(
|
|
539
|
+
args: DeleteInstanceCommandInput,
|
|
540
|
+
cb: (err: any, data?: DeleteInstanceCommandOutput) => void
|
|
541
|
+
): void;
|
|
542
|
+
deleteInstance(
|
|
543
|
+
args: DeleteInstanceCommandInput,
|
|
544
|
+
options: __HttpHandlerOptions,
|
|
545
|
+
cb: (err: any, data?: DeleteInstanceCommandOutput) => void
|
|
546
|
+
): void;
|
|
267
547
|
deleteInstanceAccessControlAttributeConfiguration(
|
|
268
548
|
args: DeleteInstanceAccessControlAttributeConfigurationCommandInput,
|
|
269
549
|
options?: __HttpHandlerOptions
|
|
@@ -315,6 +595,19 @@ export interface SSOAdmin {
|
|
|
315
595
|
options: __HttpHandlerOptions,
|
|
316
596
|
cb: (err: any, data?: DeletePermissionSetCommandOutput) => void
|
|
317
597
|
): void;
|
|
598
|
+
deleteTrustedTokenIssuer(
|
|
599
|
+
args: DeleteTrustedTokenIssuerCommandInput,
|
|
600
|
+
options?: __HttpHandlerOptions
|
|
601
|
+
): Promise<DeleteTrustedTokenIssuerCommandOutput>;
|
|
602
|
+
deleteTrustedTokenIssuer(
|
|
603
|
+
args: DeleteTrustedTokenIssuerCommandInput,
|
|
604
|
+
cb: (err: any, data?: DeleteTrustedTokenIssuerCommandOutput) => void
|
|
605
|
+
): void;
|
|
606
|
+
deleteTrustedTokenIssuer(
|
|
607
|
+
args: DeleteTrustedTokenIssuerCommandInput,
|
|
608
|
+
options: __HttpHandlerOptions,
|
|
609
|
+
cb: (err: any, data?: DeleteTrustedTokenIssuerCommandOutput) => void
|
|
610
|
+
): void;
|
|
318
611
|
describeAccountAssignmentCreationStatus(
|
|
319
612
|
args: DescribeAccountAssignmentCreationStatusCommandInput,
|
|
320
613
|
options?: __HttpHandlerOptions
|
|
@@ -353,6 +646,58 @@ export interface SSOAdmin {
|
|
|
353
646
|
data?: DescribeAccountAssignmentDeletionStatusCommandOutput
|
|
354
647
|
) => void
|
|
355
648
|
): void;
|
|
649
|
+
describeApplication(
|
|
650
|
+
args: DescribeApplicationCommandInput,
|
|
651
|
+
options?: __HttpHandlerOptions
|
|
652
|
+
): Promise<DescribeApplicationCommandOutput>;
|
|
653
|
+
describeApplication(
|
|
654
|
+
args: DescribeApplicationCommandInput,
|
|
655
|
+
cb: (err: any, data?: DescribeApplicationCommandOutput) => void
|
|
656
|
+
): void;
|
|
657
|
+
describeApplication(
|
|
658
|
+
args: DescribeApplicationCommandInput,
|
|
659
|
+
options: __HttpHandlerOptions,
|
|
660
|
+
cb: (err: any, data?: DescribeApplicationCommandOutput) => void
|
|
661
|
+
): void;
|
|
662
|
+
describeApplicationAssignment(
|
|
663
|
+
args: DescribeApplicationAssignmentCommandInput,
|
|
664
|
+
options?: __HttpHandlerOptions
|
|
665
|
+
): Promise<DescribeApplicationAssignmentCommandOutput>;
|
|
666
|
+
describeApplicationAssignment(
|
|
667
|
+
args: DescribeApplicationAssignmentCommandInput,
|
|
668
|
+
cb: (err: any, data?: DescribeApplicationAssignmentCommandOutput) => void
|
|
669
|
+
): void;
|
|
670
|
+
describeApplicationAssignment(
|
|
671
|
+
args: DescribeApplicationAssignmentCommandInput,
|
|
672
|
+
options: __HttpHandlerOptions,
|
|
673
|
+
cb: (err: any, data?: DescribeApplicationAssignmentCommandOutput) => void
|
|
674
|
+
): void;
|
|
675
|
+
describeApplicationProvider(
|
|
676
|
+
args: DescribeApplicationProviderCommandInput,
|
|
677
|
+
options?: __HttpHandlerOptions
|
|
678
|
+
): Promise<DescribeApplicationProviderCommandOutput>;
|
|
679
|
+
describeApplicationProvider(
|
|
680
|
+
args: DescribeApplicationProviderCommandInput,
|
|
681
|
+
cb: (err: any, data?: DescribeApplicationProviderCommandOutput) => void
|
|
682
|
+
): void;
|
|
683
|
+
describeApplicationProvider(
|
|
684
|
+
args: DescribeApplicationProviderCommandInput,
|
|
685
|
+
options: __HttpHandlerOptions,
|
|
686
|
+
cb: (err: any, data?: DescribeApplicationProviderCommandOutput) => void
|
|
687
|
+
): void;
|
|
688
|
+
describeInstance(
|
|
689
|
+
args: DescribeInstanceCommandInput,
|
|
690
|
+
options?: __HttpHandlerOptions
|
|
691
|
+
): Promise<DescribeInstanceCommandOutput>;
|
|
692
|
+
describeInstance(
|
|
693
|
+
args: DescribeInstanceCommandInput,
|
|
694
|
+
cb: (err: any, data?: DescribeInstanceCommandOutput) => void
|
|
695
|
+
): void;
|
|
696
|
+
describeInstance(
|
|
697
|
+
args: DescribeInstanceCommandInput,
|
|
698
|
+
options: __HttpHandlerOptions,
|
|
699
|
+
cb: (err: any, data?: DescribeInstanceCommandOutput) => void
|
|
700
|
+
): void;
|
|
356
701
|
describeInstanceAccessControlAttributeConfiguration(
|
|
357
702
|
args: DescribeInstanceAccessControlAttributeConfigurationCommandInput,
|
|
358
703
|
options?: __HttpHandlerOptions
|
|
@@ -404,6 +749,19 @@ export interface SSOAdmin {
|
|
|
404
749
|
data?: DescribePermissionSetProvisioningStatusCommandOutput
|
|
405
750
|
) => void
|
|
406
751
|
): void;
|
|
752
|
+
describeTrustedTokenIssuer(
|
|
753
|
+
args: DescribeTrustedTokenIssuerCommandInput,
|
|
754
|
+
options?: __HttpHandlerOptions
|
|
755
|
+
): Promise<DescribeTrustedTokenIssuerCommandOutput>;
|
|
756
|
+
describeTrustedTokenIssuer(
|
|
757
|
+
args: DescribeTrustedTokenIssuerCommandInput,
|
|
758
|
+
cb: (err: any, data?: DescribeTrustedTokenIssuerCommandOutput) => void
|
|
759
|
+
): void;
|
|
760
|
+
describeTrustedTokenIssuer(
|
|
761
|
+
args: DescribeTrustedTokenIssuerCommandInput,
|
|
762
|
+
options: __HttpHandlerOptions,
|
|
763
|
+
cb: (err: any, data?: DescribeTrustedTokenIssuerCommandOutput) => void
|
|
764
|
+
): void;
|
|
407
765
|
detachCustomerManagedPolicyReferenceFromPermissionSet(
|
|
408
766
|
args: DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput,
|
|
409
767
|
options?: __HttpHandlerOptions
|
|
@@ -442,6 +800,70 @@ export interface SSOAdmin {
|
|
|
442
800
|
data?: DetachManagedPolicyFromPermissionSetCommandOutput
|
|
443
801
|
) => void
|
|
444
802
|
): void;
|
|
803
|
+
getApplicationAccessScope(
|
|
804
|
+
args: GetApplicationAccessScopeCommandInput,
|
|
805
|
+
options?: __HttpHandlerOptions
|
|
806
|
+
): Promise<GetApplicationAccessScopeCommandOutput>;
|
|
807
|
+
getApplicationAccessScope(
|
|
808
|
+
args: GetApplicationAccessScopeCommandInput,
|
|
809
|
+
cb: (err: any, data?: GetApplicationAccessScopeCommandOutput) => void
|
|
810
|
+
): void;
|
|
811
|
+
getApplicationAccessScope(
|
|
812
|
+
args: GetApplicationAccessScopeCommandInput,
|
|
813
|
+
options: __HttpHandlerOptions,
|
|
814
|
+
cb: (err: any, data?: GetApplicationAccessScopeCommandOutput) => void
|
|
815
|
+
): void;
|
|
816
|
+
getApplicationAssignmentConfiguration(
|
|
817
|
+
args: GetApplicationAssignmentConfigurationCommandInput,
|
|
818
|
+
options?: __HttpHandlerOptions
|
|
819
|
+
): Promise<GetApplicationAssignmentConfigurationCommandOutput>;
|
|
820
|
+
getApplicationAssignmentConfiguration(
|
|
821
|
+
args: GetApplicationAssignmentConfigurationCommandInput,
|
|
822
|
+
cb: (
|
|
823
|
+
err: any,
|
|
824
|
+
data?: GetApplicationAssignmentConfigurationCommandOutput
|
|
825
|
+
) => void
|
|
826
|
+
): void;
|
|
827
|
+
getApplicationAssignmentConfiguration(
|
|
828
|
+
args: GetApplicationAssignmentConfigurationCommandInput,
|
|
829
|
+
options: __HttpHandlerOptions,
|
|
830
|
+
cb: (
|
|
831
|
+
err: any,
|
|
832
|
+
data?: GetApplicationAssignmentConfigurationCommandOutput
|
|
833
|
+
) => void
|
|
834
|
+
): void;
|
|
835
|
+
getApplicationAuthenticationMethod(
|
|
836
|
+
args: GetApplicationAuthenticationMethodCommandInput,
|
|
837
|
+
options?: __HttpHandlerOptions
|
|
838
|
+
): Promise<GetApplicationAuthenticationMethodCommandOutput>;
|
|
839
|
+
getApplicationAuthenticationMethod(
|
|
840
|
+
args: GetApplicationAuthenticationMethodCommandInput,
|
|
841
|
+
cb: (
|
|
842
|
+
err: any,
|
|
843
|
+
data?: GetApplicationAuthenticationMethodCommandOutput
|
|
844
|
+
) => void
|
|
845
|
+
): void;
|
|
846
|
+
getApplicationAuthenticationMethod(
|
|
847
|
+
args: GetApplicationAuthenticationMethodCommandInput,
|
|
848
|
+
options: __HttpHandlerOptions,
|
|
849
|
+
cb: (
|
|
850
|
+
err: any,
|
|
851
|
+
data?: GetApplicationAuthenticationMethodCommandOutput
|
|
852
|
+
) => void
|
|
853
|
+
): void;
|
|
854
|
+
getApplicationGrant(
|
|
855
|
+
args: GetApplicationGrantCommandInput,
|
|
856
|
+
options?: __HttpHandlerOptions
|
|
857
|
+
): Promise<GetApplicationGrantCommandOutput>;
|
|
858
|
+
getApplicationGrant(
|
|
859
|
+
args: GetApplicationGrantCommandInput,
|
|
860
|
+
cb: (err: any, data?: GetApplicationGrantCommandOutput) => void
|
|
861
|
+
): void;
|
|
862
|
+
getApplicationGrant(
|
|
863
|
+
args: GetApplicationGrantCommandInput,
|
|
864
|
+
options: __HttpHandlerOptions,
|
|
865
|
+
cb: (err: any, data?: GetApplicationGrantCommandOutput) => void
|
|
866
|
+
): void;
|
|
445
867
|
getInlinePolicyForPermissionSet(
|
|
446
868
|
args: GetInlinePolicyForPermissionSetCommandInput,
|
|
447
869
|
options?: __HttpHandlerOptions
|
|
@@ -525,6 +947,25 @@ export interface SSOAdmin {
|
|
|
525
947
|
options: __HttpHandlerOptions,
|
|
526
948
|
cb: (err: any, data?: ListAccountAssignmentsCommandOutput) => void
|
|
527
949
|
): void;
|
|
950
|
+
listAccountAssignmentsForPrincipal(
|
|
951
|
+
args: ListAccountAssignmentsForPrincipalCommandInput,
|
|
952
|
+
options?: __HttpHandlerOptions
|
|
953
|
+
): Promise<ListAccountAssignmentsForPrincipalCommandOutput>;
|
|
954
|
+
listAccountAssignmentsForPrincipal(
|
|
955
|
+
args: ListAccountAssignmentsForPrincipalCommandInput,
|
|
956
|
+
cb: (
|
|
957
|
+
err: any,
|
|
958
|
+
data?: ListAccountAssignmentsForPrincipalCommandOutput
|
|
959
|
+
) => void
|
|
960
|
+
): void;
|
|
961
|
+
listAccountAssignmentsForPrincipal(
|
|
962
|
+
args: ListAccountAssignmentsForPrincipalCommandInput,
|
|
963
|
+
options: __HttpHandlerOptions,
|
|
964
|
+
cb: (
|
|
965
|
+
err: any,
|
|
966
|
+
data?: ListAccountAssignmentsForPrincipalCommandOutput
|
|
967
|
+
) => void
|
|
968
|
+
): void;
|
|
528
969
|
listAccountsForProvisionedPermissionSet(
|
|
529
970
|
args: ListAccountsForProvisionedPermissionSetCommandInput,
|
|
530
971
|
options?: __HttpHandlerOptions
|
|
@@ -544,6 +985,109 @@ export interface SSOAdmin {
|
|
|
544
985
|
data?: ListAccountsForProvisionedPermissionSetCommandOutput
|
|
545
986
|
) => void
|
|
546
987
|
): void;
|
|
988
|
+
listApplicationAccessScopes(
|
|
989
|
+
args: ListApplicationAccessScopesCommandInput,
|
|
990
|
+
options?: __HttpHandlerOptions
|
|
991
|
+
): Promise<ListApplicationAccessScopesCommandOutput>;
|
|
992
|
+
listApplicationAccessScopes(
|
|
993
|
+
args: ListApplicationAccessScopesCommandInput,
|
|
994
|
+
cb: (err: any, data?: ListApplicationAccessScopesCommandOutput) => void
|
|
995
|
+
): void;
|
|
996
|
+
listApplicationAccessScopes(
|
|
997
|
+
args: ListApplicationAccessScopesCommandInput,
|
|
998
|
+
options: __HttpHandlerOptions,
|
|
999
|
+
cb: (err: any, data?: ListApplicationAccessScopesCommandOutput) => void
|
|
1000
|
+
): void;
|
|
1001
|
+
listApplicationAssignments(
|
|
1002
|
+
args: ListApplicationAssignmentsCommandInput,
|
|
1003
|
+
options?: __HttpHandlerOptions
|
|
1004
|
+
): Promise<ListApplicationAssignmentsCommandOutput>;
|
|
1005
|
+
listApplicationAssignments(
|
|
1006
|
+
args: ListApplicationAssignmentsCommandInput,
|
|
1007
|
+
cb: (err: any, data?: ListApplicationAssignmentsCommandOutput) => void
|
|
1008
|
+
): void;
|
|
1009
|
+
listApplicationAssignments(
|
|
1010
|
+
args: ListApplicationAssignmentsCommandInput,
|
|
1011
|
+
options: __HttpHandlerOptions,
|
|
1012
|
+
cb: (err: any, data?: ListApplicationAssignmentsCommandOutput) => void
|
|
1013
|
+
): void;
|
|
1014
|
+
listApplicationAssignmentsForPrincipal(
|
|
1015
|
+
args: ListApplicationAssignmentsForPrincipalCommandInput,
|
|
1016
|
+
options?: __HttpHandlerOptions
|
|
1017
|
+
): Promise<ListApplicationAssignmentsForPrincipalCommandOutput>;
|
|
1018
|
+
listApplicationAssignmentsForPrincipal(
|
|
1019
|
+
args: ListApplicationAssignmentsForPrincipalCommandInput,
|
|
1020
|
+
cb: (
|
|
1021
|
+
err: any,
|
|
1022
|
+
data?: ListApplicationAssignmentsForPrincipalCommandOutput
|
|
1023
|
+
) => void
|
|
1024
|
+
): void;
|
|
1025
|
+
listApplicationAssignmentsForPrincipal(
|
|
1026
|
+
args: ListApplicationAssignmentsForPrincipalCommandInput,
|
|
1027
|
+
options: __HttpHandlerOptions,
|
|
1028
|
+
cb: (
|
|
1029
|
+
err: any,
|
|
1030
|
+
data?: ListApplicationAssignmentsForPrincipalCommandOutput
|
|
1031
|
+
) => void
|
|
1032
|
+
): void;
|
|
1033
|
+
listApplicationAuthenticationMethods(
|
|
1034
|
+
args: ListApplicationAuthenticationMethodsCommandInput,
|
|
1035
|
+
options?: __HttpHandlerOptions
|
|
1036
|
+
): Promise<ListApplicationAuthenticationMethodsCommandOutput>;
|
|
1037
|
+
listApplicationAuthenticationMethods(
|
|
1038
|
+
args: ListApplicationAuthenticationMethodsCommandInput,
|
|
1039
|
+
cb: (
|
|
1040
|
+
err: any,
|
|
1041
|
+
data?: ListApplicationAuthenticationMethodsCommandOutput
|
|
1042
|
+
) => void
|
|
1043
|
+
): void;
|
|
1044
|
+
listApplicationAuthenticationMethods(
|
|
1045
|
+
args: ListApplicationAuthenticationMethodsCommandInput,
|
|
1046
|
+
options: __HttpHandlerOptions,
|
|
1047
|
+
cb: (
|
|
1048
|
+
err: any,
|
|
1049
|
+
data?: ListApplicationAuthenticationMethodsCommandOutput
|
|
1050
|
+
) => void
|
|
1051
|
+
): void;
|
|
1052
|
+
listApplicationGrants(
|
|
1053
|
+
args: ListApplicationGrantsCommandInput,
|
|
1054
|
+
options?: __HttpHandlerOptions
|
|
1055
|
+
): Promise<ListApplicationGrantsCommandOutput>;
|
|
1056
|
+
listApplicationGrants(
|
|
1057
|
+
args: ListApplicationGrantsCommandInput,
|
|
1058
|
+
cb: (err: any, data?: ListApplicationGrantsCommandOutput) => void
|
|
1059
|
+
): void;
|
|
1060
|
+
listApplicationGrants(
|
|
1061
|
+
args: ListApplicationGrantsCommandInput,
|
|
1062
|
+
options: __HttpHandlerOptions,
|
|
1063
|
+
cb: (err: any, data?: ListApplicationGrantsCommandOutput) => void
|
|
1064
|
+
): void;
|
|
1065
|
+
listApplicationProviders(
|
|
1066
|
+
args: ListApplicationProvidersCommandInput,
|
|
1067
|
+
options?: __HttpHandlerOptions
|
|
1068
|
+
): Promise<ListApplicationProvidersCommandOutput>;
|
|
1069
|
+
listApplicationProviders(
|
|
1070
|
+
args: ListApplicationProvidersCommandInput,
|
|
1071
|
+
cb: (err: any, data?: ListApplicationProvidersCommandOutput) => void
|
|
1072
|
+
): void;
|
|
1073
|
+
listApplicationProviders(
|
|
1074
|
+
args: ListApplicationProvidersCommandInput,
|
|
1075
|
+
options: __HttpHandlerOptions,
|
|
1076
|
+
cb: (err: any, data?: ListApplicationProvidersCommandOutput) => void
|
|
1077
|
+
): void;
|
|
1078
|
+
listApplications(
|
|
1079
|
+
args: ListApplicationsCommandInput,
|
|
1080
|
+
options?: __HttpHandlerOptions
|
|
1081
|
+
): Promise<ListApplicationsCommandOutput>;
|
|
1082
|
+
listApplications(
|
|
1083
|
+
args: ListApplicationsCommandInput,
|
|
1084
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
1085
|
+
): void;
|
|
1086
|
+
listApplications(
|
|
1087
|
+
args: ListApplicationsCommandInput,
|
|
1088
|
+
options: __HttpHandlerOptions,
|
|
1089
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
1090
|
+
): void;
|
|
547
1091
|
listCustomerManagedPolicyReferencesInPermissionSet(
|
|
548
1092
|
args: ListCustomerManagedPolicyReferencesInPermissionSetCommandInput,
|
|
549
1093
|
options?: __HttpHandlerOptions
|
|
@@ -659,6 +1203,19 @@ export interface SSOAdmin {
|
|
|
659
1203
|
options: __HttpHandlerOptions,
|
|
660
1204
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
661
1205
|
): void;
|
|
1206
|
+
listTrustedTokenIssuers(
|
|
1207
|
+
args: ListTrustedTokenIssuersCommandInput,
|
|
1208
|
+
options?: __HttpHandlerOptions
|
|
1209
|
+
): Promise<ListTrustedTokenIssuersCommandOutput>;
|
|
1210
|
+
listTrustedTokenIssuers(
|
|
1211
|
+
args: ListTrustedTokenIssuersCommandInput,
|
|
1212
|
+
cb: (err: any, data?: ListTrustedTokenIssuersCommandOutput) => void
|
|
1213
|
+
): void;
|
|
1214
|
+
listTrustedTokenIssuers(
|
|
1215
|
+
args: ListTrustedTokenIssuersCommandInput,
|
|
1216
|
+
options: __HttpHandlerOptions,
|
|
1217
|
+
cb: (err: any, data?: ListTrustedTokenIssuersCommandOutput) => void
|
|
1218
|
+
): void;
|
|
662
1219
|
provisionPermissionSet(
|
|
663
1220
|
args: ProvisionPermissionSetCommandInput,
|
|
664
1221
|
options?: __HttpHandlerOptions
|
|
@@ -672,6 +1229,70 @@ export interface SSOAdmin {
|
|
|
672
1229
|
options: __HttpHandlerOptions,
|
|
673
1230
|
cb: (err: any, data?: ProvisionPermissionSetCommandOutput) => void
|
|
674
1231
|
): void;
|
|
1232
|
+
putApplicationAccessScope(
|
|
1233
|
+
args: PutApplicationAccessScopeCommandInput,
|
|
1234
|
+
options?: __HttpHandlerOptions
|
|
1235
|
+
): Promise<PutApplicationAccessScopeCommandOutput>;
|
|
1236
|
+
putApplicationAccessScope(
|
|
1237
|
+
args: PutApplicationAccessScopeCommandInput,
|
|
1238
|
+
cb: (err: any, data?: PutApplicationAccessScopeCommandOutput) => void
|
|
1239
|
+
): void;
|
|
1240
|
+
putApplicationAccessScope(
|
|
1241
|
+
args: PutApplicationAccessScopeCommandInput,
|
|
1242
|
+
options: __HttpHandlerOptions,
|
|
1243
|
+
cb: (err: any, data?: PutApplicationAccessScopeCommandOutput) => void
|
|
1244
|
+
): void;
|
|
1245
|
+
putApplicationAssignmentConfiguration(
|
|
1246
|
+
args: PutApplicationAssignmentConfigurationCommandInput,
|
|
1247
|
+
options?: __HttpHandlerOptions
|
|
1248
|
+
): Promise<PutApplicationAssignmentConfigurationCommandOutput>;
|
|
1249
|
+
putApplicationAssignmentConfiguration(
|
|
1250
|
+
args: PutApplicationAssignmentConfigurationCommandInput,
|
|
1251
|
+
cb: (
|
|
1252
|
+
err: any,
|
|
1253
|
+
data?: PutApplicationAssignmentConfigurationCommandOutput
|
|
1254
|
+
) => void
|
|
1255
|
+
): void;
|
|
1256
|
+
putApplicationAssignmentConfiguration(
|
|
1257
|
+
args: PutApplicationAssignmentConfigurationCommandInput,
|
|
1258
|
+
options: __HttpHandlerOptions,
|
|
1259
|
+
cb: (
|
|
1260
|
+
err: any,
|
|
1261
|
+
data?: PutApplicationAssignmentConfigurationCommandOutput
|
|
1262
|
+
) => void
|
|
1263
|
+
): void;
|
|
1264
|
+
putApplicationAuthenticationMethod(
|
|
1265
|
+
args: PutApplicationAuthenticationMethodCommandInput,
|
|
1266
|
+
options?: __HttpHandlerOptions
|
|
1267
|
+
): Promise<PutApplicationAuthenticationMethodCommandOutput>;
|
|
1268
|
+
putApplicationAuthenticationMethod(
|
|
1269
|
+
args: PutApplicationAuthenticationMethodCommandInput,
|
|
1270
|
+
cb: (
|
|
1271
|
+
err: any,
|
|
1272
|
+
data?: PutApplicationAuthenticationMethodCommandOutput
|
|
1273
|
+
) => void
|
|
1274
|
+
): void;
|
|
1275
|
+
putApplicationAuthenticationMethod(
|
|
1276
|
+
args: PutApplicationAuthenticationMethodCommandInput,
|
|
1277
|
+
options: __HttpHandlerOptions,
|
|
1278
|
+
cb: (
|
|
1279
|
+
err: any,
|
|
1280
|
+
data?: PutApplicationAuthenticationMethodCommandOutput
|
|
1281
|
+
) => void
|
|
1282
|
+
): void;
|
|
1283
|
+
putApplicationGrant(
|
|
1284
|
+
args: PutApplicationGrantCommandInput,
|
|
1285
|
+
options?: __HttpHandlerOptions
|
|
1286
|
+
): Promise<PutApplicationGrantCommandOutput>;
|
|
1287
|
+
putApplicationGrant(
|
|
1288
|
+
args: PutApplicationGrantCommandInput,
|
|
1289
|
+
cb: (err: any, data?: PutApplicationGrantCommandOutput) => void
|
|
1290
|
+
): void;
|
|
1291
|
+
putApplicationGrant(
|
|
1292
|
+
args: PutApplicationGrantCommandInput,
|
|
1293
|
+
options: __HttpHandlerOptions,
|
|
1294
|
+
cb: (err: any, data?: PutApplicationGrantCommandOutput) => void
|
|
1295
|
+
): void;
|
|
675
1296
|
putInlinePolicyToPermissionSet(
|
|
676
1297
|
args: PutInlinePolicyToPermissionSetCommandInput,
|
|
677
1298
|
options?: __HttpHandlerOptions
|
|
@@ -730,6 +1351,32 @@ export interface SSOAdmin {
|
|
|
730
1351
|
options: __HttpHandlerOptions,
|
|
731
1352
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
732
1353
|
): void;
|
|
1354
|
+
updateApplication(
|
|
1355
|
+
args: UpdateApplicationCommandInput,
|
|
1356
|
+
options?: __HttpHandlerOptions
|
|
1357
|
+
): Promise<UpdateApplicationCommandOutput>;
|
|
1358
|
+
updateApplication(
|
|
1359
|
+
args: UpdateApplicationCommandInput,
|
|
1360
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
1361
|
+
): void;
|
|
1362
|
+
updateApplication(
|
|
1363
|
+
args: UpdateApplicationCommandInput,
|
|
1364
|
+
options: __HttpHandlerOptions,
|
|
1365
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
1366
|
+
): void;
|
|
1367
|
+
updateInstance(
|
|
1368
|
+
args: UpdateInstanceCommandInput,
|
|
1369
|
+
options?: __HttpHandlerOptions
|
|
1370
|
+
): Promise<UpdateInstanceCommandOutput>;
|
|
1371
|
+
updateInstance(
|
|
1372
|
+
args: UpdateInstanceCommandInput,
|
|
1373
|
+
cb: (err: any, data?: UpdateInstanceCommandOutput) => void
|
|
1374
|
+
): void;
|
|
1375
|
+
updateInstance(
|
|
1376
|
+
args: UpdateInstanceCommandInput,
|
|
1377
|
+
options: __HttpHandlerOptions,
|
|
1378
|
+
cb: (err: any, data?: UpdateInstanceCommandOutput) => void
|
|
1379
|
+
): void;
|
|
733
1380
|
updateInstanceAccessControlAttributeConfiguration(
|
|
734
1381
|
args: UpdateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
735
1382
|
options?: __HttpHandlerOptions
|
|
@@ -762,5 +1409,18 @@ export interface SSOAdmin {
|
|
|
762
1409
|
options: __HttpHandlerOptions,
|
|
763
1410
|
cb: (err: any, data?: UpdatePermissionSetCommandOutput) => void
|
|
764
1411
|
): void;
|
|
1412
|
+
updateTrustedTokenIssuer(
|
|
1413
|
+
args: UpdateTrustedTokenIssuerCommandInput,
|
|
1414
|
+
options?: __HttpHandlerOptions
|
|
1415
|
+
): Promise<UpdateTrustedTokenIssuerCommandOutput>;
|
|
1416
|
+
updateTrustedTokenIssuer(
|
|
1417
|
+
args: UpdateTrustedTokenIssuerCommandInput,
|
|
1418
|
+
cb: (err: any, data?: UpdateTrustedTokenIssuerCommandOutput) => void
|
|
1419
|
+
): void;
|
|
1420
|
+
updateTrustedTokenIssuer(
|
|
1421
|
+
args: UpdateTrustedTokenIssuerCommandInput,
|
|
1422
|
+
options: __HttpHandlerOptions,
|
|
1423
|
+
cb: (err: any, data?: UpdateTrustedTokenIssuerCommandOutput) => void
|
|
1424
|
+
): void;
|
|
765
1425
|
}
|
|
766
1426
|
export declare class SSOAdmin extends SSOAdminClient implements SSOAdmin {}
|