@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.
Files changed (242) hide show
  1. package/README.md +306 -14
  2. package/dist-cjs/SSOAdmin.js +72 -0
  3. package/dist-cjs/commands/CreateApplicationAssignmentCommand.js +51 -0
  4. package/dist-cjs/commands/CreateApplicationCommand.js +51 -0
  5. package/dist-cjs/commands/CreateInstanceCommand.js +51 -0
  6. package/dist-cjs/commands/CreateTrustedTokenIssuerCommand.js +51 -0
  7. package/dist-cjs/commands/DeleteApplicationAccessScopeCommand.js +51 -0
  8. package/dist-cjs/commands/DeleteApplicationAssignmentCommand.js +51 -0
  9. package/dist-cjs/commands/DeleteApplicationAuthenticationMethodCommand.js +51 -0
  10. package/dist-cjs/commands/DeleteApplicationCommand.js +51 -0
  11. package/dist-cjs/commands/DeleteApplicationGrantCommand.js +51 -0
  12. package/dist-cjs/commands/DeleteInstanceCommand.js +51 -0
  13. package/dist-cjs/commands/DeleteTrustedTokenIssuerCommand.js +51 -0
  14. package/dist-cjs/commands/DescribeApplicationAssignmentCommand.js +51 -0
  15. package/dist-cjs/commands/DescribeApplicationCommand.js +51 -0
  16. package/dist-cjs/commands/DescribeApplicationProviderCommand.js +51 -0
  17. package/dist-cjs/commands/DescribeInstanceCommand.js +51 -0
  18. package/dist-cjs/commands/DescribeTrustedTokenIssuerCommand.js +51 -0
  19. package/dist-cjs/commands/GetApplicationAccessScopeCommand.js +51 -0
  20. package/dist-cjs/commands/GetApplicationAssignmentConfigurationCommand.js +51 -0
  21. package/dist-cjs/commands/GetApplicationAuthenticationMethodCommand.js +51 -0
  22. package/dist-cjs/commands/GetApplicationGrantCommand.js +51 -0
  23. package/dist-cjs/commands/ListAccountAssignmentsForPrincipalCommand.js +51 -0
  24. package/dist-cjs/commands/ListApplicationAccessScopesCommand.js +51 -0
  25. package/dist-cjs/commands/ListApplicationAssignmentsCommand.js +51 -0
  26. package/dist-cjs/commands/ListApplicationAssignmentsForPrincipalCommand.js +51 -0
  27. package/dist-cjs/commands/ListApplicationAuthenticationMethodsCommand.js +51 -0
  28. package/dist-cjs/commands/ListApplicationGrantsCommand.js +51 -0
  29. package/dist-cjs/commands/ListApplicationProvidersCommand.js +51 -0
  30. package/dist-cjs/commands/ListApplicationsCommand.js +51 -0
  31. package/dist-cjs/commands/ListTrustedTokenIssuersCommand.js +51 -0
  32. package/dist-cjs/commands/PutApplicationAccessScopeCommand.js +51 -0
  33. package/dist-cjs/commands/PutApplicationAssignmentConfigurationCommand.js +51 -0
  34. package/dist-cjs/commands/PutApplicationAuthenticationMethodCommand.js +51 -0
  35. package/dist-cjs/commands/PutApplicationGrantCommand.js +51 -0
  36. package/dist-cjs/commands/UpdateApplicationCommand.js +51 -0
  37. package/dist-cjs/commands/UpdateInstanceCommand.js +51 -0
  38. package/dist-cjs/commands/UpdateTrustedTokenIssuerCommand.js +51 -0
  39. package/dist-cjs/commands/index.js +36 -0
  40. package/dist-cjs/models/models_0.js +85 -15
  41. package/dist-cjs/pagination/ListAccountAssignmentsForPrincipalPaginator.js +29 -0
  42. package/dist-cjs/pagination/ListApplicationAccessScopesPaginator.js +29 -0
  43. package/dist-cjs/pagination/ListApplicationAssignmentsForPrincipalPaginator.js +29 -0
  44. package/dist-cjs/pagination/ListApplicationAssignmentsPaginator.js +29 -0
  45. package/dist-cjs/pagination/ListApplicationAuthenticationMethodsPaginator.js +28 -0
  46. package/dist-cjs/pagination/ListApplicationGrantsPaginator.js +28 -0
  47. package/dist-cjs/pagination/ListApplicationProvidersPaginator.js +29 -0
  48. package/dist-cjs/pagination/ListApplicationsPaginator.js +29 -0
  49. package/dist-cjs/pagination/ListTrustedTokenIssuersPaginator.js +29 -0
  50. package/dist-cjs/pagination/index.js +9 -0
  51. package/dist-cjs/protocols/Aws_json1_1.js +2257 -190
  52. package/dist-es/SSOAdmin.js +72 -0
  53. package/dist-es/commands/CreateApplicationAssignmentCommand.js +47 -0
  54. package/dist-es/commands/CreateApplicationCommand.js +47 -0
  55. package/dist-es/commands/CreateInstanceCommand.js +47 -0
  56. package/dist-es/commands/CreateTrustedTokenIssuerCommand.js +47 -0
  57. package/dist-es/commands/DeleteApplicationAccessScopeCommand.js +47 -0
  58. package/dist-es/commands/DeleteApplicationAssignmentCommand.js +47 -0
  59. package/dist-es/commands/DeleteApplicationAuthenticationMethodCommand.js +47 -0
  60. package/dist-es/commands/DeleteApplicationCommand.js +47 -0
  61. package/dist-es/commands/DeleteApplicationGrantCommand.js +47 -0
  62. package/dist-es/commands/DeleteInstanceCommand.js +47 -0
  63. package/dist-es/commands/DeleteTrustedTokenIssuerCommand.js +47 -0
  64. package/dist-es/commands/DescribeApplicationAssignmentCommand.js +47 -0
  65. package/dist-es/commands/DescribeApplicationCommand.js +47 -0
  66. package/dist-es/commands/DescribeApplicationProviderCommand.js +47 -0
  67. package/dist-es/commands/DescribeInstanceCommand.js +47 -0
  68. package/dist-es/commands/DescribeTrustedTokenIssuerCommand.js +47 -0
  69. package/dist-es/commands/GetApplicationAccessScopeCommand.js +47 -0
  70. package/dist-es/commands/GetApplicationAssignmentConfigurationCommand.js +47 -0
  71. package/dist-es/commands/GetApplicationAuthenticationMethodCommand.js +47 -0
  72. package/dist-es/commands/GetApplicationGrantCommand.js +47 -0
  73. package/dist-es/commands/ListAccountAssignmentsForPrincipalCommand.js +47 -0
  74. package/dist-es/commands/ListApplicationAccessScopesCommand.js +47 -0
  75. package/dist-es/commands/ListApplicationAssignmentsCommand.js +47 -0
  76. package/dist-es/commands/ListApplicationAssignmentsForPrincipalCommand.js +47 -0
  77. package/dist-es/commands/ListApplicationAuthenticationMethodsCommand.js +47 -0
  78. package/dist-es/commands/ListApplicationGrantsCommand.js +47 -0
  79. package/dist-es/commands/ListApplicationProvidersCommand.js +47 -0
  80. package/dist-es/commands/ListApplicationsCommand.js +47 -0
  81. package/dist-es/commands/ListTrustedTokenIssuersCommand.js +47 -0
  82. package/dist-es/commands/PutApplicationAccessScopeCommand.js +47 -0
  83. package/dist-es/commands/PutApplicationAssignmentConfigurationCommand.js +47 -0
  84. package/dist-es/commands/PutApplicationAuthenticationMethodCommand.js +47 -0
  85. package/dist-es/commands/PutApplicationGrantCommand.js +47 -0
  86. package/dist-es/commands/UpdateApplicationCommand.js +47 -0
  87. package/dist-es/commands/UpdateInstanceCommand.js +47 -0
  88. package/dist-es/commands/UpdateTrustedTokenIssuerCommand.js +47 -0
  89. package/dist-es/commands/index.js +36 -0
  90. package/dist-es/models/models_0.js +82 -12
  91. package/dist-es/pagination/ListAccountAssignmentsForPrincipalPaginator.js +25 -0
  92. package/dist-es/pagination/ListApplicationAccessScopesPaginator.js +25 -0
  93. package/dist-es/pagination/ListApplicationAssignmentsForPrincipalPaginator.js +25 -0
  94. package/dist-es/pagination/ListApplicationAssignmentsPaginator.js +25 -0
  95. package/dist-es/pagination/ListApplicationAuthenticationMethodsPaginator.js +24 -0
  96. package/dist-es/pagination/ListApplicationGrantsPaginator.js +24 -0
  97. package/dist-es/pagination/ListApplicationProvidersPaginator.js +25 -0
  98. package/dist-es/pagination/ListApplicationsPaginator.js +25 -0
  99. package/dist-es/pagination/ListTrustedTokenIssuersPaginator.js +25 -0
  100. package/dist-es/pagination/index.js +9 -0
  101. package/dist-es/protocols/Aws_json1_1.js +2156 -162
  102. package/dist-types/SSOAdmin.d.ts +271 -15
  103. package/dist-types/SSOAdminClient.d.ts +57 -17
  104. package/dist-types/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +8 -8
  105. package/dist-types/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +13 -13
  106. package/dist-types/commands/CreateAccountAssignmentCommand.d.ts +21 -19
  107. package/dist-types/commands/CreateApplicationAssignmentCommand.d.ts +100 -0
  108. package/dist-types/commands/CreateApplicationCommand.d.ts +118 -0
  109. package/dist-types/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +12 -11
  110. package/dist-types/commands/CreateInstanceCommand.d.ts +115 -0
  111. package/dist-types/commands/CreatePermissionSetCommand.d.ts +8 -8
  112. package/dist-types/commands/CreateTrustedTokenIssuerCommand.d.ts +117 -0
  113. package/dist-types/commands/DeleteAccountAssignmentCommand.d.ts +12 -11
  114. package/dist-types/commands/DeleteApplicationAccessScopeCommand.d.ts +95 -0
  115. package/dist-types/commands/DeleteApplicationAssignmentCommand.d.ts +97 -0
  116. package/dist-types/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +95 -0
  117. package/dist-types/commands/DeleteApplicationCommand.d.ts +95 -0
  118. package/dist-types/commands/DeleteApplicationGrantCommand.d.ts +95 -0
  119. package/dist-types/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +7 -7
  120. package/dist-types/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +10 -10
  121. package/dist-types/commands/DeleteInstanceCommand.d.ts +93 -0
  122. package/dist-types/commands/DeletePermissionSetCommand.d.ts +7 -7
  123. package/dist-types/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +9 -3
  124. package/dist-types/commands/DeleteTrustedTokenIssuerCommand.d.ts +97 -0
  125. package/dist-types/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +3 -3
  126. package/dist-types/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +3 -3
  127. package/dist-types/commands/DescribeApplicationAssignmentCommand.d.ts +96 -0
  128. package/dist-types/commands/DescribeApplicationCommand.d.ts +104 -0
  129. package/dist-types/commands/DescribeApplicationProviderCommand.d.ts +104 -0
  130. package/dist-types/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +6 -5
  131. package/dist-types/commands/DescribeInstanceCommand.d.ts +110 -0
  132. package/dist-types/commands/DescribePermissionSetCommand.d.ts +3 -3
  133. package/dist-types/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +3 -3
  134. package/dist-types/commands/DescribeTrustedTokenIssuerCommand.d.ts +101 -0
  135. package/dist-types/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +7 -7
  136. package/dist-types/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +9 -8
  137. package/dist-types/commands/GetApplicationAccessScopeCommand.d.ts +94 -0
  138. package/dist-types/commands/GetApplicationAssignmentConfigurationCommand.d.ts +90 -0
  139. package/dist-types/commands/GetApplicationAuthenticationMethodCommand.d.ts +95 -0
  140. package/dist-types/commands/GetApplicationGrantCommand.d.ts +107 -0
  141. package/dist-types/commands/GetInlinePolicyForPermissionSetCommand.d.ts +3 -3
  142. package/dist-types/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +3 -3
  143. package/dist-types/commands/ListAccountAssignmentCreationStatusCommand.d.ts +5 -5
  144. package/dist-types/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +5 -5
  145. package/dist-types/commands/ListAccountAssignmentsCommand.d.ts +5 -4
  146. package/dist-types/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +106 -0
  147. package/dist-types/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +3 -3
  148. package/dist-types/commands/ListApplicationAccessScopesCommand.d.ts +100 -0
  149. package/dist-types/commands/ListApplicationAssignmentsCommand.d.ts +99 -0
  150. package/dist-types/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +104 -0
  151. package/dist-types/commands/ListApplicationAuthenticationMethodsCommand.d.ts +101 -0
  152. package/dist-types/commands/ListApplicationGrantsCommand.d.ts +113 -0
  153. package/dist-types/commands/ListApplicationProvidersCommand.d.ts +107 -0
  154. package/dist-types/commands/ListApplicationsCommand.d.ts +114 -0
  155. package/dist-types/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +3 -3
  156. package/dist-types/commands/ListInstancesCommand.d.ts +9 -4
  157. package/dist-types/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +3 -3
  158. package/dist-types/commands/ListPermissionSetProvisioningStatusCommand.d.ts +4 -4
  159. package/dist-types/commands/ListPermissionSetsCommand.d.ts +3 -3
  160. package/dist-types/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +5 -4
  161. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -4
  162. package/dist-types/commands/ListTrustedTokenIssuersCommand.d.ts +96 -0
  163. package/dist-types/commands/ProvisionPermissionSetCommand.d.ts +8 -8
  164. package/dist-types/commands/PutApplicationAccessScopeCommand.d.ts +99 -0
  165. package/dist-types/commands/PutApplicationAssignmentConfigurationCommand.d.ts +97 -0
  166. package/dist-types/commands/PutApplicationAuthenticationMethodCommand.d.ts +100 -0
  167. package/dist-types/commands/PutApplicationGrantCommand.d.ts +112 -0
  168. package/dist-types/commands/PutInlinePolicyToPermissionSetCommand.d.ts +13 -12
  169. package/dist-types/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +7 -7
  170. package/dist-types/commands/TagResourceCommand.d.ts +9 -9
  171. package/dist-types/commands/UntagResourceCommand.d.ts +8 -8
  172. package/dist-types/commands/UpdateApplicationCommand.d.ts +103 -0
  173. package/dist-types/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +12 -12
  174. package/dist-types/commands/UpdateInstanceCommand.d.ts +93 -0
  175. package/dist-types/commands/UpdatePermissionSetCommand.d.ts +7 -7
  176. package/dist-types/commands/UpdateTrustedTokenIssuerCommand.d.ts +105 -0
  177. package/dist-types/commands/index.d.ts +36 -0
  178. package/dist-types/index.d.ts +19 -15
  179. package/dist-types/models/models_0.d.ts +2327 -276
  180. package/dist-types/pagination/ListAccountAssignmentsForPrincipalPaginator.d.ts +7 -0
  181. package/dist-types/pagination/ListApplicationAccessScopesPaginator.d.ts +7 -0
  182. package/dist-types/pagination/ListApplicationAssignmentsForPrincipalPaginator.d.ts +7 -0
  183. package/dist-types/pagination/ListApplicationAssignmentsPaginator.d.ts +7 -0
  184. package/dist-types/pagination/ListApplicationAuthenticationMethodsPaginator.d.ts +7 -0
  185. package/dist-types/pagination/ListApplicationGrantsPaginator.d.ts +7 -0
  186. package/dist-types/pagination/ListApplicationProvidersPaginator.d.ts +7 -0
  187. package/dist-types/pagination/ListApplicationsPaginator.d.ts +7 -0
  188. package/dist-types/pagination/ListTrustedTokenIssuersPaginator.d.ts +7 -0
  189. package/dist-types/pagination/index.d.ts +9 -0
  190. package/dist-types/protocols/Aws_json1_1.d.ts +324 -0
  191. package/dist-types/ts3.4/SSOAdmin.d.ts +660 -0
  192. package/dist-types/ts3.4/SSOAdminClient.d.ts +218 -2
  193. package/dist-types/ts3.4/commands/CreateApplicationAssignmentCommand.d.ts +42 -0
  194. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +39 -0
  195. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +38 -0
  196. package/dist-types/ts3.4/commands/CreateTrustedTokenIssuerCommand.d.ts +42 -0
  197. package/dist-types/ts3.4/commands/DeleteApplicationAccessScopeCommand.d.ts +38 -0
  198. package/dist-types/ts3.4/commands/DeleteApplicationAssignmentCommand.d.ts +42 -0
  199. package/dist-types/ts3.4/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +38 -0
  200. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +39 -0
  201. package/dist-types/ts3.4/commands/DeleteApplicationGrantCommand.d.ts +37 -0
  202. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +38 -0
  203. package/dist-types/ts3.4/commands/DeleteTrustedTokenIssuerCommand.d.ts +42 -0
  204. package/dist-types/ts3.4/commands/DescribeApplicationAssignmentCommand.d.ts +42 -0
  205. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +39 -0
  206. package/dist-types/ts3.4/commands/DescribeApplicationProviderCommand.d.ts +42 -0
  207. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +38 -0
  208. package/dist-types/ts3.4/commands/DescribeTrustedTokenIssuerCommand.d.ts +42 -0
  209. package/dist-types/ts3.4/commands/GetApplicationAccessScopeCommand.d.ts +42 -0
  210. package/dist-types/ts3.4/commands/GetApplicationAssignmentConfigurationCommand.d.ts +42 -0
  211. package/dist-types/ts3.4/commands/GetApplicationAuthenticationMethodCommand.d.ts +42 -0
  212. package/dist-types/ts3.4/commands/GetApplicationGrantCommand.d.ts +39 -0
  213. package/dist-types/ts3.4/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +42 -0
  214. package/dist-types/ts3.4/commands/ListApplicationAccessScopesCommand.d.ts +42 -0
  215. package/dist-types/ts3.4/commands/ListApplicationAssignmentsCommand.d.ts +42 -0
  216. package/dist-types/ts3.4/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +42 -0
  217. package/dist-types/ts3.4/commands/ListApplicationAuthenticationMethodsCommand.d.ts +42 -0
  218. package/dist-types/ts3.4/commands/ListApplicationGrantsCommand.d.ts +42 -0
  219. package/dist-types/ts3.4/commands/ListApplicationProvidersCommand.d.ts +42 -0
  220. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +38 -0
  221. package/dist-types/ts3.4/commands/ListTrustedTokenIssuersCommand.d.ts +42 -0
  222. package/dist-types/ts3.4/commands/PutApplicationAccessScopeCommand.d.ts +38 -0
  223. package/dist-types/ts3.4/commands/PutApplicationAssignmentConfigurationCommand.d.ts +42 -0
  224. package/dist-types/ts3.4/commands/PutApplicationAuthenticationMethodCommand.d.ts +38 -0
  225. package/dist-types/ts3.4/commands/PutApplicationGrantCommand.d.ts +34 -0
  226. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +39 -0
  227. package/dist-types/ts3.4/commands/UpdateInstanceCommand.d.ts +38 -0
  228. package/dist-types/ts3.4/commands/UpdateTrustedTokenIssuerCommand.d.ts +42 -0
  229. package/dist-types/ts3.4/commands/index.d.ts +36 -0
  230. package/dist-types/ts3.4/models/models_0.d.ts +547 -23
  231. package/dist-types/ts3.4/pagination/ListAccountAssignmentsForPrincipalPaginator.d.ts +11 -0
  232. package/dist-types/ts3.4/pagination/ListApplicationAccessScopesPaginator.d.ts +11 -0
  233. package/dist-types/ts3.4/pagination/ListApplicationAssignmentsForPrincipalPaginator.d.ts +11 -0
  234. package/dist-types/ts3.4/pagination/ListApplicationAssignmentsPaginator.d.ts +11 -0
  235. package/dist-types/ts3.4/pagination/ListApplicationAuthenticationMethodsPaginator.d.ts +11 -0
  236. package/dist-types/ts3.4/pagination/ListApplicationGrantsPaginator.d.ts +11 -0
  237. package/dist-types/ts3.4/pagination/ListApplicationProvidersPaginator.d.ts +11 -0
  238. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -0
  239. package/dist-types/ts3.4/pagination/ListTrustedTokenIssuersPaginator.d.ts +11 -0
  240. package/dist-types/ts3.4/pagination/index.d.ts +9 -0
  241. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +432 -0
  242. package/package.json +4 -2
@@ -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
+ ListApplicationAssignmentsForPrincipalRequest,
11
+ ListApplicationAssignmentsForPrincipalResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ SSOAdminClientResolvedConfig,
17
+ } from "../SSOAdminClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListApplicationAssignmentsForPrincipalCommandInput
20
+ extends ListApplicationAssignmentsForPrincipalRequest {}
21
+ export interface ListApplicationAssignmentsForPrincipalCommandOutput
22
+ extends ListApplicationAssignmentsForPrincipalResponse,
23
+ __MetadataBearer {}
24
+ export declare class ListApplicationAssignmentsForPrincipalCommand extends $Command<
25
+ ListApplicationAssignmentsForPrincipalCommandInput,
26
+ ListApplicationAssignmentsForPrincipalCommandOutput,
27
+ SSOAdminClientResolvedConfig
28
+ > {
29
+ readonly input: ListApplicationAssignmentsForPrincipalCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ListApplicationAssignmentsForPrincipalCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: SSOAdminClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ ListApplicationAssignmentsForPrincipalCommandInput,
38
+ ListApplicationAssignmentsForPrincipalCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -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
+ ListApplicationAuthenticationMethodsRequest,
11
+ ListApplicationAuthenticationMethodsResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ SSOAdminClientResolvedConfig,
17
+ } from "../SSOAdminClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListApplicationAuthenticationMethodsCommandInput
20
+ extends ListApplicationAuthenticationMethodsRequest {}
21
+ export interface ListApplicationAuthenticationMethodsCommandOutput
22
+ extends ListApplicationAuthenticationMethodsResponse,
23
+ __MetadataBearer {}
24
+ export declare class ListApplicationAuthenticationMethodsCommand extends $Command<
25
+ ListApplicationAuthenticationMethodsCommandInput,
26
+ ListApplicationAuthenticationMethodsCommandOutput,
27
+ SSOAdminClientResolvedConfig
28
+ > {
29
+ readonly input: ListApplicationAuthenticationMethodsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ListApplicationAuthenticationMethodsCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: SSOAdminClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ ListApplicationAuthenticationMethodsCommandInput,
38
+ ListApplicationAuthenticationMethodsCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -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
+ ListApplicationGrantsRequest,
11
+ ListApplicationGrantsResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ SSOAdminClientResolvedConfig,
17
+ } from "../SSOAdminClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListApplicationGrantsCommandInput
20
+ extends ListApplicationGrantsRequest {}
21
+ export interface ListApplicationGrantsCommandOutput
22
+ extends ListApplicationGrantsResponse,
23
+ __MetadataBearer {}
24
+ export declare class ListApplicationGrantsCommand extends $Command<
25
+ ListApplicationGrantsCommandInput,
26
+ ListApplicationGrantsCommandOutput,
27
+ SSOAdminClientResolvedConfig
28
+ > {
29
+ readonly input: ListApplicationGrantsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ListApplicationGrantsCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: SSOAdminClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ ListApplicationGrantsCommandInput,
38
+ ListApplicationGrantsCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -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
+ ListApplicationProvidersRequest,
11
+ ListApplicationProvidersResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ SSOAdminClientResolvedConfig,
17
+ } from "../SSOAdminClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListApplicationProvidersCommandInput
20
+ extends ListApplicationProvidersRequest {}
21
+ export interface ListApplicationProvidersCommandOutput
22
+ extends ListApplicationProvidersResponse,
23
+ __MetadataBearer {}
24
+ export declare class ListApplicationProvidersCommand extends $Command<
25
+ ListApplicationProvidersCommandInput,
26
+ ListApplicationProvidersCommandOutput,
27
+ SSOAdminClientResolvedConfig
28
+ > {
29
+ readonly input: ListApplicationProvidersCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ListApplicationProvidersCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: SSOAdminClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ ListApplicationProvidersCommandInput,
38
+ ListApplicationProvidersCommandOutput
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 {
10
+ ListApplicationsRequest,
11
+ ListApplicationsResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ SSOAdminClientResolvedConfig,
17
+ } from "../SSOAdminClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
20
+ export interface ListApplicationsCommandOutput
21
+ extends ListApplicationsResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListApplicationsCommand extends $Command<
24
+ ListApplicationsCommandInput,
25
+ ListApplicationsCommandOutput,
26
+ SSOAdminClientResolvedConfig
27
+ > {
28
+ readonly input: ListApplicationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListApplicationsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SSOAdminClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
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
+ ListTrustedTokenIssuersRequest,
11
+ ListTrustedTokenIssuersResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ SSOAdminClientResolvedConfig,
17
+ } from "../SSOAdminClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListTrustedTokenIssuersCommandInput
20
+ extends ListTrustedTokenIssuersRequest {}
21
+ export interface ListTrustedTokenIssuersCommandOutput
22
+ extends ListTrustedTokenIssuersResponse,
23
+ __MetadataBearer {}
24
+ export declare class ListTrustedTokenIssuersCommand extends $Command<
25
+ ListTrustedTokenIssuersCommandInput,
26
+ ListTrustedTokenIssuersCommandOutput,
27
+ SSOAdminClientResolvedConfig
28
+ > {
29
+ readonly input: ListTrustedTokenIssuersCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ListTrustedTokenIssuersCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: SSOAdminClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ ListTrustedTokenIssuersCommandInput,
38
+ ListTrustedTokenIssuersCommandOutput
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 { PutApplicationAccessScopeRequest } from "../models/models_0";
10
+ import {
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ SSOAdminClientResolvedConfig,
14
+ } from "../SSOAdminClient";
15
+ export { __MetadataBearer, $Command };
16
+ export interface PutApplicationAccessScopeCommandInput
17
+ extends PutApplicationAccessScopeRequest {}
18
+ export interface PutApplicationAccessScopeCommandOutput
19
+ extends __MetadataBearer {}
20
+ export declare class PutApplicationAccessScopeCommand extends $Command<
21
+ PutApplicationAccessScopeCommandInput,
22
+ PutApplicationAccessScopeCommandOutput,
23
+ SSOAdminClientResolvedConfig
24
+ > {
25
+ readonly input: PutApplicationAccessScopeCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
+ constructor(input: PutApplicationAccessScopeCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: SSOAdminClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<
33
+ PutApplicationAccessScopeCommandInput,
34
+ PutApplicationAccessScopeCommandOutput
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
+ PutApplicationAssignmentConfigurationRequest,
11
+ PutApplicationAssignmentConfigurationResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ SSOAdminClientResolvedConfig,
17
+ } from "../SSOAdminClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface PutApplicationAssignmentConfigurationCommandInput
20
+ extends PutApplicationAssignmentConfigurationRequest {}
21
+ export interface PutApplicationAssignmentConfigurationCommandOutput
22
+ extends PutApplicationAssignmentConfigurationResponse,
23
+ __MetadataBearer {}
24
+ export declare class PutApplicationAssignmentConfigurationCommand extends $Command<
25
+ PutApplicationAssignmentConfigurationCommandInput,
26
+ PutApplicationAssignmentConfigurationCommandOutput,
27
+ SSOAdminClientResolvedConfig
28
+ > {
29
+ readonly input: PutApplicationAssignmentConfigurationCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: PutApplicationAssignmentConfigurationCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: SSOAdminClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ PutApplicationAssignmentConfigurationCommandInput,
38
+ PutApplicationAssignmentConfigurationCommandOutput
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 { PutApplicationAuthenticationMethodRequest } from "../models/models_0";
10
+ import {
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ SSOAdminClientResolvedConfig,
14
+ } from "../SSOAdminClient";
15
+ export { __MetadataBearer, $Command };
16
+ export interface PutApplicationAuthenticationMethodCommandInput
17
+ extends PutApplicationAuthenticationMethodRequest {}
18
+ export interface PutApplicationAuthenticationMethodCommandOutput
19
+ extends __MetadataBearer {}
20
+ export declare class PutApplicationAuthenticationMethodCommand extends $Command<
21
+ PutApplicationAuthenticationMethodCommandInput,
22
+ PutApplicationAuthenticationMethodCommandOutput,
23
+ SSOAdminClientResolvedConfig
24
+ > {
25
+ readonly input: PutApplicationAuthenticationMethodCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
+ constructor(input: PutApplicationAuthenticationMethodCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: SSOAdminClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<
33
+ PutApplicationAuthenticationMethodCommandInput,
34
+ PutApplicationAuthenticationMethodCommandOutput
35
+ >;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,34 @@
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 { PutApplicationGrantRequest } from "../models/models_0";
10
+ import {
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ SSOAdminClientResolvedConfig,
14
+ } from "../SSOAdminClient";
15
+ export { __MetadataBearer, $Command };
16
+ export interface PutApplicationGrantCommandInput
17
+ extends PutApplicationGrantRequest {}
18
+ export interface PutApplicationGrantCommandOutput extends __MetadataBearer {}
19
+ export declare class PutApplicationGrantCommand extends $Command<
20
+ PutApplicationGrantCommandInput,
21
+ PutApplicationGrantCommandOutput,
22
+ SSOAdminClientResolvedConfig
23
+ > {
24
+ readonly input: PutApplicationGrantCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
+ constructor(input: PutApplicationGrantCommandInput);
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: SSOAdminClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<PutApplicationGrantCommandInput, PutApplicationGrantCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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
+ UpdateApplicationRequest,
11
+ UpdateApplicationResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ SSOAdminClientResolvedConfig,
17
+ } from "../SSOAdminClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface UpdateApplicationCommandInput
20
+ extends UpdateApplicationRequest {}
21
+ export interface UpdateApplicationCommandOutput
22
+ extends UpdateApplicationResponse,
23
+ __MetadataBearer {}
24
+ export declare class UpdateApplicationCommand extends $Command<
25
+ UpdateApplicationCommandInput,
26
+ UpdateApplicationCommandOutput,
27
+ SSOAdminClientResolvedConfig
28
+ > {
29
+ readonly input: UpdateApplicationCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: UpdateApplicationCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: SSOAdminClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
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
+ UpdateInstanceRequest,
11
+ UpdateInstanceResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ SSOAdminClientResolvedConfig,
17
+ } from "../SSOAdminClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface UpdateInstanceCommandInput extends UpdateInstanceRequest {}
20
+ export interface UpdateInstanceCommandOutput
21
+ extends UpdateInstanceResponse,
22
+ __MetadataBearer {}
23
+ export declare class UpdateInstanceCommand extends $Command<
24
+ UpdateInstanceCommandInput,
25
+ UpdateInstanceCommandOutput,
26
+ SSOAdminClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateInstanceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: UpdateInstanceCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SSOAdminClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<UpdateInstanceCommandInput, UpdateInstanceCommandOutput>;
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
+ UpdateTrustedTokenIssuerRequest,
11
+ UpdateTrustedTokenIssuerResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ SSOAdminClientResolvedConfig,
17
+ } from "../SSOAdminClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface UpdateTrustedTokenIssuerCommandInput
20
+ extends UpdateTrustedTokenIssuerRequest {}
21
+ export interface UpdateTrustedTokenIssuerCommandOutput
22
+ extends UpdateTrustedTokenIssuerResponse,
23
+ __MetadataBearer {}
24
+ export declare class UpdateTrustedTokenIssuerCommand extends $Command<
25
+ UpdateTrustedTokenIssuerCommandInput,
26
+ UpdateTrustedTokenIssuerCommandOutput,
27
+ SSOAdminClientResolvedConfig
28
+ > {
29
+ readonly input: UpdateTrustedTokenIssuerCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: UpdateTrustedTokenIssuerCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: SSOAdminClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ UpdateTrustedTokenIssuerCommandInput,
38
+ UpdateTrustedTokenIssuerCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -1,26 +1,54 @@
1
1
  export * from "./AttachCustomerManagedPolicyReferenceToPermissionSetCommand";
2
2
  export * from "./AttachManagedPolicyToPermissionSetCommand";
3
3
  export * from "./CreateAccountAssignmentCommand";
4
+ export * from "./CreateApplicationAssignmentCommand";
5
+ export * from "./CreateApplicationCommand";
4
6
  export * from "./CreateInstanceAccessControlAttributeConfigurationCommand";
7
+ export * from "./CreateInstanceCommand";
5
8
  export * from "./CreatePermissionSetCommand";
9
+ export * from "./CreateTrustedTokenIssuerCommand";
6
10
  export * from "./DeleteAccountAssignmentCommand";
11
+ export * from "./DeleteApplicationAccessScopeCommand";
12
+ export * from "./DeleteApplicationAssignmentCommand";
13
+ export * from "./DeleteApplicationAuthenticationMethodCommand";
14
+ export * from "./DeleteApplicationCommand";
15
+ export * from "./DeleteApplicationGrantCommand";
7
16
  export * from "./DeleteInlinePolicyFromPermissionSetCommand";
8
17
  export * from "./DeleteInstanceAccessControlAttributeConfigurationCommand";
18
+ export * from "./DeleteInstanceCommand";
9
19
  export * from "./DeletePermissionSetCommand";
10
20
  export * from "./DeletePermissionsBoundaryFromPermissionSetCommand";
21
+ export * from "./DeleteTrustedTokenIssuerCommand";
11
22
  export * from "./DescribeAccountAssignmentCreationStatusCommand";
12
23
  export * from "./DescribeAccountAssignmentDeletionStatusCommand";
24
+ export * from "./DescribeApplicationAssignmentCommand";
25
+ export * from "./DescribeApplicationCommand";
26
+ export * from "./DescribeApplicationProviderCommand";
13
27
  export * from "./DescribeInstanceAccessControlAttributeConfigurationCommand";
28
+ export * from "./DescribeInstanceCommand";
14
29
  export * from "./DescribePermissionSetCommand";
15
30
  export * from "./DescribePermissionSetProvisioningStatusCommand";
31
+ export * from "./DescribeTrustedTokenIssuerCommand";
16
32
  export * from "./DetachCustomerManagedPolicyReferenceFromPermissionSetCommand";
17
33
  export * from "./DetachManagedPolicyFromPermissionSetCommand";
34
+ export * from "./GetApplicationAccessScopeCommand";
35
+ export * from "./GetApplicationAssignmentConfigurationCommand";
36
+ export * from "./GetApplicationAuthenticationMethodCommand";
37
+ export * from "./GetApplicationGrantCommand";
18
38
  export * from "./GetInlinePolicyForPermissionSetCommand";
19
39
  export * from "./GetPermissionsBoundaryForPermissionSetCommand";
20
40
  export * from "./ListAccountAssignmentCreationStatusCommand";
21
41
  export * from "./ListAccountAssignmentDeletionStatusCommand";
22
42
  export * from "./ListAccountAssignmentsCommand";
43
+ export * from "./ListAccountAssignmentsForPrincipalCommand";
23
44
  export * from "./ListAccountsForProvisionedPermissionSetCommand";
45
+ export * from "./ListApplicationAccessScopesCommand";
46
+ export * from "./ListApplicationAssignmentsCommand";
47
+ export * from "./ListApplicationAssignmentsForPrincipalCommand";
48
+ export * from "./ListApplicationAuthenticationMethodsCommand";
49
+ export * from "./ListApplicationGrantsCommand";
50
+ export * from "./ListApplicationProvidersCommand";
51
+ export * from "./ListApplicationsCommand";
24
52
  export * from "./ListCustomerManagedPolicyReferencesInPermissionSetCommand";
25
53
  export * from "./ListInstancesCommand";
26
54
  export * from "./ListManagedPoliciesInPermissionSetCommand";
@@ -28,10 +56,18 @@ export * from "./ListPermissionSetProvisioningStatusCommand";
28
56
  export * from "./ListPermissionSetsCommand";
29
57
  export * from "./ListPermissionSetsProvisionedToAccountCommand";
30
58
  export * from "./ListTagsForResourceCommand";
59
+ export * from "./ListTrustedTokenIssuersCommand";
31
60
  export * from "./ProvisionPermissionSetCommand";
61
+ export * from "./PutApplicationAccessScopeCommand";
62
+ export * from "./PutApplicationAssignmentConfigurationCommand";
63
+ export * from "./PutApplicationAuthenticationMethodCommand";
64
+ export * from "./PutApplicationGrantCommand";
32
65
  export * from "./PutInlinePolicyToPermissionSetCommand";
33
66
  export * from "./PutPermissionsBoundaryToPermissionSetCommand";
34
67
  export * from "./TagResourceCommand";
35
68
  export * from "./UntagResourceCommand";
69
+ export * from "./UpdateApplicationCommand";
36
70
  export * from "./UpdateInstanceAccessControlAttributeConfigurationCommand";
71
+ export * from "./UpdateInstanceCommand";
37
72
  export * from "./UpdatePermissionSetCommand";
73
+ export * from "./UpdateTrustedTokenIssuerCommand";