@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
|
@@ -57,18 +57,54 @@ import {
|
|
|
57
57
|
CreateAccountAssignmentCommandInput,
|
|
58
58
|
CreateAccountAssignmentCommandOutput,
|
|
59
59
|
} from "./commands/CreateAccountAssignmentCommand";
|
|
60
|
+
import {
|
|
61
|
+
CreateApplicationAssignmentCommandInput,
|
|
62
|
+
CreateApplicationAssignmentCommandOutput,
|
|
63
|
+
} from "./commands/CreateApplicationAssignmentCommand";
|
|
64
|
+
import {
|
|
65
|
+
CreateApplicationCommandInput,
|
|
66
|
+
CreateApplicationCommandOutput,
|
|
67
|
+
} from "./commands/CreateApplicationCommand";
|
|
60
68
|
import {
|
|
61
69
|
CreateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
62
70
|
CreateInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
63
71
|
} from "./commands/CreateInstanceAccessControlAttributeConfigurationCommand";
|
|
72
|
+
import {
|
|
73
|
+
CreateInstanceCommandInput,
|
|
74
|
+
CreateInstanceCommandOutput,
|
|
75
|
+
} from "./commands/CreateInstanceCommand";
|
|
64
76
|
import {
|
|
65
77
|
CreatePermissionSetCommandInput,
|
|
66
78
|
CreatePermissionSetCommandOutput,
|
|
67
79
|
} from "./commands/CreatePermissionSetCommand";
|
|
80
|
+
import {
|
|
81
|
+
CreateTrustedTokenIssuerCommandInput,
|
|
82
|
+
CreateTrustedTokenIssuerCommandOutput,
|
|
83
|
+
} from "./commands/CreateTrustedTokenIssuerCommand";
|
|
68
84
|
import {
|
|
69
85
|
DeleteAccountAssignmentCommandInput,
|
|
70
86
|
DeleteAccountAssignmentCommandOutput,
|
|
71
87
|
} from "./commands/DeleteAccountAssignmentCommand";
|
|
88
|
+
import {
|
|
89
|
+
DeleteApplicationAccessScopeCommandInput,
|
|
90
|
+
DeleteApplicationAccessScopeCommandOutput,
|
|
91
|
+
} from "./commands/DeleteApplicationAccessScopeCommand";
|
|
92
|
+
import {
|
|
93
|
+
DeleteApplicationAssignmentCommandInput,
|
|
94
|
+
DeleteApplicationAssignmentCommandOutput,
|
|
95
|
+
} from "./commands/DeleteApplicationAssignmentCommand";
|
|
96
|
+
import {
|
|
97
|
+
DeleteApplicationAuthenticationMethodCommandInput,
|
|
98
|
+
DeleteApplicationAuthenticationMethodCommandOutput,
|
|
99
|
+
} from "./commands/DeleteApplicationAuthenticationMethodCommand";
|
|
100
|
+
import {
|
|
101
|
+
DeleteApplicationCommandInput,
|
|
102
|
+
DeleteApplicationCommandOutput,
|
|
103
|
+
} from "./commands/DeleteApplicationCommand";
|
|
104
|
+
import {
|
|
105
|
+
DeleteApplicationGrantCommandInput,
|
|
106
|
+
DeleteApplicationGrantCommandOutput,
|
|
107
|
+
} from "./commands/DeleteApplicationGrantCommand";
|
|
72
108
|
import {
|
|
73
109
|
DeleteInlinePolicyFromPermissionSetCommandInput,
|
|
74
110
|
DeleteInlinePolicyFromPermissionSetCommandOutput,
|
|
@@ -77,6 +113,10 @@ import {
|
|
|
77
113
|
DeleteInstanceAccessControlAttributeConfigurationCommandInput,
|
|
78
114
|
DeleteInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
79
115
|
} from "./commands/DeleteInstanceAccessControlAttributeConfigurationCommand";
|
|
116
|
+
import {
|
|
117
|
+
DeleteInstanceCommandInput,
|
|
118
|
+
DeleteInstanceCommandOutput,
|
|
119
|
+
} from "./commands/DeleteInstanceCommand";
|
|
80
120
|
import {
|
|
81
121
|
DeletePermissionsBoundaryFromPermissionSetCommandInput,
|
|
82
122
|
DeletePermissionsBoundaryFromPermissionSetCommandOutput,
|
|
@@ -85,6 +125,10 @@ import {
|
|
|
85
125
|
DeletePermissionSetCommandInput,
|
|
86
126
|
DeletePermissionSetCommandOutput,
|
|
87
127
|
} from "./commands/DeletePermissionSetCommand";
|
|
128
|
+
import {
|
|
129
|
+
DeleteTrustedTokenIssuerCommandInput,
|
|
130
|
+
DeleteTrustedTokenIssuerCommandOutput,
|
|
131
|
+
} from "./commands/DeleteTrustedTokenIssuerCommand";
|
|
88
132
|
import {
|
|
89
133
|
DescribeAccountAssignmentCreationStatusCommandInput,
|
|
90
134
|
DescribeAccountAssignmentCreationStatusCommandOutput,
|
|
@@ -93,10 +137,26 @@ import {
|
|
|
93
137
|
DescribeAccountAssignmentDeletionStatusCommandInput,
|
|
94
138
|
DescribeAccountAssignmentDeletionStatusCommandOutput,
|
|
95
139
|
} from "./commands/DescribeAccountAssignmentDeletionStatusCommand";
|
|
140
|
+
import {
|
|
141
|
+
DescribeApplicationAssignmentCommandInput,
|
|
142
|
+
DescribeApplicationAssignmentCommandOutput,
|
|
143
|
+
} from "./commands/DescribeApplicationAssignmentCommand";
|
|
144
|
+
import {
|
|
145
|
+
DescribeApplicationCommandInput,
|
|
146
|
+
DescribeApplicationCommandOutput,
|
|
147
|
+
} from "./commands/DescribeApplicationCommand";
|
|
148
|
+
import {
|
|
149
|
+
DescribeApplicationProviderCommandInput,
|
|
150
|
+
DescribeApplicationProviderCommandOutput,
|
|
151
|
+
} from "./commands/DescribeApplicationProviderCommand";
|
|
96
152
|
import {
|
|
97
153
|
DescribeInstanceAccessControlAttributeConfigurationCommandInput,
|
|
98
154
|
DescribeInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
99
155
|
} from "./commands/DescribeInstanceAccessControlAttributeConfigurationCommand";
|
|
156
|
+
import {
|
|
157
|
+
DescribeInstanceCommandInput,
|
|
158
|
+
DescribeInstanceCommandOutput,
|
|
159
|
+
} from "./commands/DescribeInstanceCommand";
|
|
100
160
|
import {
|
|
101
161
|
DescribePermissionSetCommandInput,
|
|
102
162
|
DescribePermissionSetCommandOutput,
|
|
@@ -105,6 +165,10 @@ import {
|
|
|
105
165
|
DescribePermissionSetProvisioningStatusCommandInput,
|
|
106
166
|
DescribePermissionSetProvisioningStatusCommandOutput,
|
|
107
167
|
} from "./commands/DescribePermissionSetProvisioningStatusCommand";
|
|
168
|
+
import {
|
|
169
|
+
DescribeTrustedTokenIssuerCommandInput,
|
|
170
|
+
DescribeTrustedTokenIssuerCommandOutput,
|
|
171
|
+
} from "./commands/DescribeTrustedTokenIssuerCommand";
|
|
108
172
|
import {
|
|
109
173
|
DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput,
|
|
110
174
|
DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOutput,
|
|
@@ -113,6 +177,22 @@ import {
|
|
|
113
177
|
DetachManagedPolicyFromPermissionSetCommandInput,
|
|
114
178
|
DetachManagedPolicyFromPermissionSetCommandOutput,
|
|
115
179
|
} from "./commands/DetachManagedPolicyFromPermissionSetCommand";
|
|
180
|
+
import {
|
|
181
|
+
GetApplicationAccessScopeCommandInput,
|
|
182
|
+
GetApplicationAccessScopeCommandOutput,
|
|
183
|
+
} from "./commands/GetApplicationAccessScopeCommand";
|
|
184
|
+
import {
|
|
185
|
+
GetApplicationAssignmentConfigurationCommandInput,
|
|
186
|
+
GetApplicationAssignmentConfigurationCommandOutput,
|
|
187
|
+
} from "./commands/GetApplicationAssignmentConfigurationCommand";
|
|
188
|
+
import {
|
|
189
|
+
GetApplicationAuthenticationMethodCommandInput,
|
|
190
|
+
GetApplicationAuthenticationMethodCommandOutput,
|
|
191
|
+
} from "./commands/GetApplicationAuthenticationMethodCommand";
|
|
192
|
+
import {
|
|
193
|
+
GetApplicationGrantCommandInput,
|
|
194
|
+
GetApplicationGrantCommandOutput,
|
|
195
|
+
} from "./commands/GetApplicationGrantCommand";
|
|
116
196
|
import {
|
|
117
197
|
GetInlinePolicyForPermissionSetCommandInput,
|
|
118
198
|
GetInlinePolicyForPermissionSetCommandOutput,
|
|
@@ -133,10 +213,42 @@ import {
|
|
|
133
213
|
ListAccountAssignmentsCommandInput,
|
|
134
214
|
ListAccountAssignmentsCommandOutput,
|
|
135
215
|
} from "./commands/ListAccountAssignmentsCommand";
|
|
216
|
+
import {
|
|
217
|
+
ListAccountAssignmentsForPrincipalCommandInput,
|
|
218
|
+
ListAccountAssignmentsForPrincipalCommandOutput,
|
|
219
|
+
} from "./commands/ListAccountAssignmentsForPrincipalCommand";
|
|
136
220
|
import {
|
|
137
221
|
ListAccountsForProvisionedPermissionSetCommandInput,
|
|
138
222
|
ListAccountsForProvisionedPermissionSetCommandOutput,
|
|
139
223
|
} from "./commands/ListAccountsForProvisionedPermissionSetCommand";
|
|
224
|
+
import {
|
|
225
|
+
ListApplicationAccessScopesCommandInput,
|
|
226
|
+
ListApplicationAccessScopesCommandOutput,
|
|
227
|
+
} from "./commands/ListApplicationAccessScopesCommand";
|
|
228
|
+
import {
|
|
229
|
+
ListApplicationAssignmentsCommandInput,
|
|
230
|
+
ListApplicationAssignmentsCommandOutput,
|
|
231
|
+
} from "./commands/ListApplicationAssignmentsCommand";
|
|
232
|
+
import {
|
|
233
|
+
ListApplicationAssignmentsForPrincipalCommandInput,
|
|
234
|
+
ListApplicationAssignmentsForPrincipalCommandOutput,
|
|
235
|
+
} from "./commands/ListApplicationAssignmentsForPrincipalCommand";
|
|
236
|
+
import {
|
|
237
|
+
ListApplicationAuthenticationMethodsCommandInput,
|
|
238
|
+
ListApplicationAuthenticationMethodsCommandOutput,
|
|
239
|
+
} from "./commands/ListApplicationAuthenticationMethodsCommand";
|
|
240
|
+
import {
|
|
241
|
+
ListApplicationGrantsCommandInput,
|
|
242
|
+
ListApplicationGrantsCommandOutput,
|
|
243
|
+
} from "./commands/ListApplicationGrantsCommand";
|
|
244
|
+
import {
|
|
245
|
+
ListApplicationProvidersCommandInput,
|
|
246
|
+
ListApplicationProvidersCommandOutput,
|
|
247
|
+
} from "./commands/ListApplicationProvidersCommand";
|
|
248
|
+
import {
|
|
249
|
+
ListApplicationsCommandInput,
|
|
250
|
+
ListApplicationsCommandOutput,
|
|
251
|
+
} from "./commands/ListApplicationsCommand";
|
|
140
252
|
import {
|
|
141
253
|
ListCustomerManagedPolicyReferencesInPermissionSetCommandInput,
|
|
142
254
|
ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput,
|
|
@@ -165,10 +277,30 @@ import {
|
|
|
165
277
|
ListTagsForResourceCommandInput,
|
|
166
278
|
ListTagsForResourceCommandOutput,
|
|
167
279
|
} from "./commands/ListTagsForResourceCommand";
|
|
280
|
+
import {
|
|
281
|
+
ListTrustedTokenIssuersCommandInput,
|
|
282
|
+
ListTrustedTokenIssuersCommandOutput,
|
|
283
|
+
} from "./commands/ListTrustedTokenIssuersCommand";
|
|
168
284
|
import {
|
|
169
285
|
ProvisionPermissionSetCommandInput,
|
|
170
286
|
ProvisionPermissionSetCommandOutput,
|
|
171
287
|
} from "./commands/ProvisionPermissionSetCommand";
|
|
288
|
+
import {
|
|
289
|
+
PutApplicationAccessScopeCommandInput,
|
|
290
|
+
PutApplicationAccessScopeCommandOutput,
|
|
291
|
+
} from "./commands/PutApplicationAccessScopeCommand";
|
|
292
|
+
import {
|
|
293
|
+
PutApplicationAssignmentConfigurationCommandInput,
|
|
294
|
+
PutApplicationAssignmentConfigurationCommandOutput,
|
|
295
|
+
} from "./commands/PutApplicationAssignmentConfigurationCommand";
|
|
296
|
+
import {
|
|
297
|
+
PutApplicationAuthenticationMethodCommandInput,
|
|
298
|
+
PutApplicationAuthenticationMethodCommandOutput,
|
|
299
|
+
} from "./commands/PutApplicationAuthenticationMethodCommand";
|
|
300
|
+
import {
|
|
301
|
+
PutApplicationGrantCommandInput,
|
|
302
|
+
PutApplicationGrantCommandOutput,
|
|
303
|
+
} from "./commands/PutApplicationGrantCommand";
|
|
172
304
|
import {
|
|
173
305
|
PutInlinePolicyToPermissionSetCommandInput,
|
|
174
306
|
PutInlinePolicyToPermissionSetCommandOutput,
|
|
@@ -185,14 +317,26 @@ import {
|
|
|
185
317
|
UntagResourceCommandInput,
|
|
186
318
|
UntagResourceCommandOutput,
|
|
187
319
|
} from "./commands/UntagResourceCommand";
|
|
320
|
+
import {
|
|
321
|
+
UpdateApplicationCommandInput,
|
|
322
|
+
UpdateApplicationCommandOutput,
|
|
323
|
+
} from "./commands/UpdateApplicationCommand";
|
|
188
324
|
import {
|
|
189
325
|
UpdateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
190
326
|
UpdateInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
191
327
|
} from "./commands/UpdateInstanceAccessControlAttributeConfigurationCommand";
|
|
328
|
+
import {
|
|
329
|
+
UpdateInstanceCommandInput,
|
|
330
|
+
UpdateInstanceCommandOutput,
|
|
331
|
+
} from "./commands/UpdateInstanceCommand";
|
|
192
332
|
import {
|
|
193
333
|
UpdatePermissionSetCommandInput,
|
|
194
334
|
UpdatePermissionSetCommandOutput,
|
|
195
335
|
} from "./commands/UpdatePermissionSetCommand";
|
|
336
|
+
import {
|
|
337
|
+
UpdateTrustedTokenIssuerCommandInput,
|
|
338
|
+
UpdateTrustedTokenIssuerCommandOutput,
|
|
339
|
+
} from "./commands/UpdateTrustedTokenIssuerCommand";
|
|
196
340
|
import {
|
|
197
341
|
ClientInputEndpointParameters,
|
|
198
342
|
ClientResolvedEndpointParameters,
|
|
@@ -204,26 +348,54 @@ export type ServiceInputTypes =
|
|
|
204
348
|
| AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput
|
|
205
349
|
| AttachManagedPolicyToPermissionSetCommandInput
|
|
206
350
|
| CreateAccountAssignmentCommandInput
|
|
351
|
+
| CreateApplicationAssignmentCommandInput
|
|
352
|
+
| CreateApplicationCommandInput
|
|
207
353
|
| CreateInstanceAccessControlAttributeConfigurationCommandInput
|
|
354
|
+
| CreateInstanceCommandInput
|
|
208
355
|
| CreatePermissionSetCommandInput
|
|
356
|
+
| CreateTrustedTokenIssuerCommandInput
|
|
209
357
|
| DeleteAccountAssignmentCommandInput
|
|
358
|
+
| DeleteApplicationAccessScopeCommandInput
|
|
359
|
+
| DeleteApplicationAssignmentCommandInput
|
|
360
|
+
| DeleteApplicationAuthenticationMethodCommandInput
|
|
361
|
+
| DeleteApplicationCommandInput
|
|
362
|
+
| DeleteApplicationGrantCommandInput
|
|
210
363
|
| DeleteInlinePolicyFromPermissionSetCommandInput
|
|
211
364
|
| DeleteInstanceAccessControlAttributeConfigurationCommandInput
|
|
365
|
+
| DeleteInstanceCommandInput
|
|
212
366
|
| DeletePermissionSetCommandInput
|
|
213
367
|
| DeletePermissionsBoundaryFromPermissionSetCommandInput
|
|
368
|
+
| DeleteTrustedTokenIssuerCommandInput
|
|
214
369
|
| DescribeAccountAssignmentCreationStatusCommandInput
|
|
215
370
|
| DescribeAccountAssignmentDeletionStatusCommandInput
|
|
371
|
+
| DescribeApplicationAssignmentCommandInput
|
|
372
|
+
| DescribeApplicationCommandInput
|
|
373
|
+
| DescribeApplicationProviderCommandInput
|
|
216
374
|
| DescribeInstanceAccessControlAttributeConfigurationCommandInput
|
|
375
|
+
| DescribeInstanceCommandInput
|
|
217
376
|
| DescribePermissionSetCommandInput
|
|
218
377
|
| DescribePermissionSetProvisioningStatusCommandInput
|
|
378
|
+
| DescribeTrustedTokenIssuerCommandInput
|
|
219
379
|
| DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput
|
|
220
380
|
| DetachManagedPolicyFromPermissionSetCommandInput
|
|
381
|
+
| GetApplicationAccessScopeCommandInput
|
|
382
|
+
| GetApplicationAssignmentConfigurationCommandInput
|
|
383
|
+
| GetApplicationAuthenticationMethodCommandInput
|
|
384
|
+
| GetApplicationGrantCommandInput
|
|
221
385
|
| GetInlinePolicyForPermissionSetCommandInput
|
|
222
386
|
| GetPermissionsBoundaryForPermissionSetCommandInput
|
|
223
387
|
| ListAccountAssignmentCreationStatusCommandInput
|
|
224
388
|
| ListAccountAssignmentDeletionStatusCommandInput
|
|
225
389
|
| ListAccountAssignmentsCommandInput
|
|
390
|
+
| ListAccountAssignmentsForPrincipalCommandInput
|
|
226
391
|
| ListAccountsForProvisionedPermissionSetCommandInput
|
|
392
|
+
| ListApplicationAccessScopesCommandInput
|
|
393
|
+
| ListApplicationAssignmentsCommandInput
|
|
394
|
+
| ListApplicationAssignmentsForPrincipalCommandInput
|
|
395
|
+
| ListApplicationAuthenticationMethodsCommandInput
|
|
396
|
+
| ListApplicationGrantsCommandInput
|
|
397
|
+
| ListApplicationProvidersCommandInput
|
|
398
|
+
| ListApplicationsCommandInput
|
|
227
399
|
| ListCustomerManagedPolicyReferencesInPermissionSetCommandInput
|
|
228
400
|
| ListInstancesCommandInput
|
|
229
401
|
| ListManagedPoliciesInPermissionSetCommandInput
|
|
@@ -231,37 +403,73 @@ export type ServiceInputTypes =
|
|
|
231
403
|
| ListPermissionSetsCommandInput
|
|
232
404
|
| ListPermissionSetsProvisionedToAccountCommandInput
|
|
233
405
|
| ListTagsForResourceCommandInput
|
|
406
|
+
| ListTrustedTokenIssuersCommandInput
|
|
234
407
|
| ProvisionPermissionSetCommandInput
|
|
408
|
+
| PutApplicationAccessScopeCommandInput
|
|
409
|
+
| PutApplicationAssignmentConfigurationCommandInput
|
|
410
|
+
| PutApplicationAuthenticationMethodCommandInput
|
|
411
|
+
| PutApplicationGrantCommandInput
|
|
235
412
|
| PutInlinePolicyToPermissionSetCommandInput
|
|
236
413
|
| PutPermissionsBoundaryToPermissionSetCommandInput
|
|
237
414
|
| TagResourceCommandInput
|
|
238
415
|
| UntagResourceCommandInput
|
|
416
|
+
| UpdateApplicationCommandInput
|
|
239
417
|
| UpdateInstanceAccessControlAttributeConfigurationCommandInput
|
|
240
|
-
|
|
|
418
|
+
| UpdateInstanceCommandInput
|
|
419
|
+
| UpdatePermissionSetCommandInput
|
|
420
|
+
| UpdateTrustedTokenIssuerCommandInput;
|
|
241
421
|
export type ServiceOutputTypes =
|
|
242
422
|
| AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutput
|
|
243
423
|
| AttachManagedPolicyToPermissionSetCommandOutput
|
|
244
424
|
| CreateAccountAssignmentCommandOutput
|
|
425
|
+
| CreateApplicationAssignmentCommandOutput
|
|
426
|
+
| CreateApplicationCommandOutput
|
|
245
427
|
| CreateInstanceAccessControlAttributeConfigurationCommandOutput
|
|
428
|
+
| CreateInstanceCommandOutput
|
|
246
429
|
| CreatePermissionSetCommandOutput
|
|
430
|
+
| CreateTrustedTokenIssuerCommandOutput
|
|
247
431
|
| DeleteAccountAssignmentCommandOutput
|
|
432
|
+
| DeleteApplicationAccessScopeCommandOutput
|
|
433
|
+
| DeleteApplicationAssignmentCommandOutput
|
|
434
|
+
| DeleteApplicationAuthenticationMethodCommandOutput
|
|
435
|
+
| DeleteApplicationCommandOutput
|
|
436
|
+
| DeleteApplicationGrantCommandOutput
|
|
248
437
|
| DeleteInlinePolicyFromPermissionSetCommandOutput
|
|
249
438
|
| DeleteInstanceAccessControlAttributeConfigurationCommandOutput
|
|
439
|
+
| DeleteInstanceCommandOutput
|
|
250
440
|
| DeletePermissionSetCommandOutput
|
|
251
441
|
| DeletePermissionsBoundaryFromPermissionSetCommandOutput
|
|
442
|
+
| DeleteTrustedTokenIssuerCommandOutput
|
|
252
443
|
| DescribeAccountAssignmentCreationStatusCommandOutput
|
|
253
444
|
| DescribeAccountAssignmentDeletionStatusCommandOutput
|
|
445
|
+
| DescribeApplicationAssignmentCommandOutput
|
|
446
|
+
| DescribeApplicationCommandOutput
|
|
447
|
+
| DescribeApplicationProviderCommandOutput
|
|
254
448
|
| DescribeInstanceAccessControlAttributeConfigurationCommandOutput
|
|
449
|
+
| DescribeInstanceCommandOutput
|
|
255
450
|
| DescribePermissionSetCommandOutput
|
|
256
451
|
| DescribePermissionSetProvisioningStatusCommandOutput
|
|
452
|
+
| DescribeTrustedTokenIssuerCommandOutput
|
|
257
453
|
| DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOutput
|
|
258
454
|
| DetachManagedPolicyFromPermissionSetCommandOutput
|
|
455
|
+
| GetApplicationAccessScopeCommandOutput
|
|
456
|
+
| GetApplicationAssignmentConfigurationCommandOutput
|
|
457
|
+
| GetApplicationAuthenticationMethodCommandOutput
|
|
458
|
+
| GetApplicationGrantCommandOutput
|
|
259
459
|
| GetInlinePolicyForPermissionSetCommandOutput
|
|
260
460
|
| GetPermissionsBoundaryForPermissionSetCommandOutput
|
|
261
461
|
| ListAccountAssignmentCreationStatusCommandOutput
|
|
262
462
|
| ListAccountAssignmentDeletionStatusCommandOutput
|
|
263
463
|
| ListAccountAssignmentsCommandOutput
|
|
464
|
+
| ListAccountAssignmentsForPrincipalCommandOutput
|
|
264
465
|
| ListAccountsForProvisionedPermissionSetCommandOutput
|
|
466
|
+
| ListApplicationAccessScopesCommandOutput
|
|
467
|
+
| ListApplicationAssignmentsCommandOutput
|
|
468
|
+
| ListApplicationAssignmentsForPrincipalCommandOutput
|
|
469
|
+
| ListApplicationAuthenticationMethodsCommandOutput
|
|
470
|
+
| ListApplicationGrantsCommandOutput
|
|
471
|
+
| ListApplicationProvidersCommandOutput
|
|
472
|
+
| ListApplicationsCommandOutput
|
|
265
473
|
| ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput
|
|
266
474
|
| ListInstancesCommandOutput
|
|
267
475
|
| ListManagedPoliciesInPermissionSetCommandOutput
|
|
@@ -269,13 +477,21 @@ export type ServiceOutputTypes =
|
|
|
269
477
|
| ListPermissionSetsCommandOutput
|
|
270
478
|
| ListPermissionSetsProvisionedToAccountCommandOutput
|
|
271
479
|
| ListTagsForResourceCommandOutput
|
|
480
|
+
| ListTrustedTokenIssuersCommandOutput
|
|
272
481
|
| ProvisionPermissionSetCommandOutput
|
|
482
|
+
| PutApplicationAccessScopeCommandOutput
|
|
483
|
+
| PutApplicationAssignmentConfigurationCommandOutput
|
|
484
|
+
| PutApplicationAuthenticationMethodCommandOutput
|
|
485
|
+
| PutApplicationGrantCommandOutput
|
|
273
486
|
| PutInlinePolicyToPermissionSetCommandOutput
|
|
274
487
|
| PutPermissionsBoundaryToPermissionSetCommandOutput
|
|
275
488
|
| TagResourceCommandOutput
|
|
276
489
|
| UntagResourceCommandOutput
|
|
490
|
+
| UpdateApplicationCommandOutput
|
|
277
491
|
| UpdateInstanceAccessControlAttributeConfigurationCommandOutput
|
|
278
|
-
|
|
|
492
|
+
| UpdateInstanceCommandOutput
|
|
493
|
+
| UpdatePermissionSetCommandOutput
|
|
494
|
+
| UpdateTrustedTokenIssuerCommandOutput;
|
|
279
495
|
export interface ClientDefaults
|
|
280
496
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
281
497
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateApplicationAssignmentRequest,
|
|
11
|
+
CreateApplicationAssignmentResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
SSOAdminClientResolvedConfig,
|
|
17
|
+
} from "../SSOAdminClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateApplicationAssignmentCommandInput
|
|
20
|
+
extends CreateApplicationAssignmentRequest {}
|
|
21
|
+
export interface CreateApplicationAssignmentCommandOutput
|
|
22
|
+
extends CreateApplicationAssignmentResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateApplicationAssignmentCommand extends $Command<
|
|
25
|
+
CreateApplicationAssignmentCommandInput,
|
|
26
|
+
CreateApplicationAssignmentCommandOutput,
|
|
27
|
+
SSOAdminClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateApplicationAssignmentCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateApplicationAssignmentCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateApplicationAssignmentCommandInput,
|
|
38
|
+
CreateApplicationAssignmentCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateApplicationRequest,
|
|
11
|
+
CreateApplicationResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
SSOAdminClientResolvedConfig,
|
|
17
|
+
} from "../SSOAdminClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateApplicationCommandInput
|
|
20
|
+
extends CreateApplicationRequest {}
|
|
21
|
+
export interface CreateApplicationCommandOutput
|
|
22
|
+
extends CreateApplicationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateApplicationCommand extends $Command<
|
|
25
|
+
CreateApplicationCommandInput,
|
|
26
|
+
CreateApplicationCommandOutput,
|
|
27
|
+
SSOAdminClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateApplicationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateApplicationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateInstanceRequest,
|
|
11
|
+
CreateInstanceResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
SSOAdminClientResolvedConfig,
|
|
17
|
+
} from "../SSOAdminClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateInstanceCommandInput extends CreateInstanceRequest {}
|
|
20
|
+
export interface CreateInstanceCommandOutput
|
|
21
|
+
extends CreateInstanceResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateInstanceCommand extends $Command<
|
|
24
|
+
CreateInstanceCommandInput,
|
|
25
|
+
CreateInstanceCommandOutput,
|
|
26
|
+
SSOAdminClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateInstanceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateInstanceCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateInstanceCommandInput, CreateInstanceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateTrustedTokenIssuerRequest,
|
|
11
|
+
CreateTrustedTokenIssuerResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
SSOAdminClientResolvedConfig,
|
|
17
|
+
} from "../SSOAdminClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateTrustedTokenIssuerCommandInput
|
|
20
|
+
extends CreateTrustedTokenIssuerRequest {}
|
|
21
|
+
export interface CreateTrustedTokenIssuerCommandOutput
|
|
22
|
+
extends CreateTrustedTokenIssuerResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateTrustedTokenIssuerCommand extends $Command<
|
|
25
|
+
CreateTrustedTokenIssuerCommandInput,
|
|
26
|
+
CreateTrustedTokenIssuerCommandOutput,
|
|
27
|
+
SSOAdminClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateTrustedTokenIssuerCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateTrustedTokenIssuerCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateTrustedTokenIssuerCommandInput,
|
|
38
|
+
CreateTrustedTokenIssuerCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { DeleteApplicationAccessScopeRequest } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
SSOAdminClientResolvedConfig,
|
|
14
|
+
} from "../SSOAdminClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface DeleteApplicationAccessScopeCommandInput
|
|
17
|
+
extends DeleteApplicationAccessScopeRequest {}
|
|
18
|
+
export interface DeleteApplicationAccessScopeCommandOutput
|
|
19
|
+
extends __MetadataBearer {}
|
|
20
|
+
export declare class DeleteApplicationAccessScopeCommand extends $Command<
|
|
21
|
+
DeleteApplicationAccessScopeCommandInput,
|
|
22
|
+
DeleteApplicationAccessScopeCommandOutput,
|
|
23
|
+
SSOAdminClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: DeleteApplicationAccessScopeCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: DeleteApplicationAccessScopeCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<
|
|
33
|
+
DeleteApplicationAccessScopeCommandInput,
|
|
34
|
+
DeleteApplicationAccessScopeCommandOutput
|
|
35
|
+
>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteApplicationAssignmentRequest,
|
|
11
|
+
DeleteApplicationAssignmentResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
SSOAdminClientResolvedConfig,
|
|
17
|
+
} from "../SSOAdminClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteApplicationAssignmentCommandInput
|
|
20
|
+
extends DeleteApplicationAssignmentRequest {}
|
|
21
|
+
export interface DeleteApplicationAssignmentCommandOutput
|
|
22
|
+
extends DeleteApplicationAssignmentResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeleteApplicationAssignmentCommand extends $Command<
|
|
25
|
+
DeleteApplicationAssignmentCommandInput,
|
|
26
|
+
DeleteApplicationAssignmentCommandOutput,
|
|
27
|
+
SSOAdminClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeleteApplicationAssignmentCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeleteApplicationAssignmentCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DeleteApplicationAssignmentCommandInput,
|
|
38
|
+
DeleteApplicationAssignmentCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { DeleteApplicationAuthenticationMethodRequest } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
SSOAdminClientResolvedConfig,
|
|
14
|
+
} from "../SSOAdminClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface DeleteApplicationAuthenticationMethodCommandInput
|
|
17
|
+
extends DeleteApplicationAuthenticationMethodRequest {}
|
|
18
|
+
export interface DeleteApplicationAuthenticationMethodCommandOutput
|
|
19
|
+
extends __MetadataBearer {}
|
|
20
|
+
export declare class DeleteApplicationAuthenticationMethodCommand extends $Command<
|
|
21
|
+
DeleteApplicationAuthenticationMethodCommandInput,
|
|
22
|
+
DeleteApplicationAuthenticationMethodCommandOutput,
|
|
23
|
+
SSOAdminClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: DeleteApplicationAuthenticationMethodCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: DeleteApplicationAuthenticationMethodCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<
|
|
33
|
+
DeleteApplicationAuthenticationMethodCommandInput,
|
|
34
|
+
DeleteApplicationAuthenticationMethodCommandOutput
|
|
35
|
+
>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|