@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
@@ -4,26 +4,54 @@ const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./AttachCustomerManagedPolicyReferenceToPermissionSetCommand"), exports);
5
5
  tslib_1.__exportStar(require("./AttachManagedPolicyToPermissionSetCommand"), exports);
6
6
  tslib_1.__exportStar(require("./CreateAccountAssignmentCommand"), exports);
7
+ tslib_1.__exportStar(require("./CreateApplicationAssignmentCommand"), exports);
8
+ tslib_1.__exportStar(require("./CreateApplicationCommand"), exports);
7
9
  tslib_1.__exportStar(require("./CreateInstanceAccessControlAttributeConfigurationCommand"), exports);
10
+ tslib_1.__exportStar(require("./CreateInstanceCommand"), exports);
8
11
  tslib_1.__exportStar(require("./CreatePermissionSetCommand"), exports);
12
+ tslib_1.__exportStar(require("./CreateTrustedTokenIssuerCommand"), exports);
9
13
  tslib_1.__exportStar(require("./DeleteAccountAssignmentCommand"), exports);
14
+ tslib_1.__exportStar(require("./DeleteApplicationAccessScopeCommand"), exports);
15
+ tslib_1.__exportStar(require("./DeleteApplicationAssignmentCommand"), exports);
16
+ tslib_1.__exportStar(require("./DeleteApplicationAuthenticationMethodCommand"), exports);
17
+ tslib_1.__exportStar(require("./DeleteApplicationCommand"), exports);
18
+ tslib_1.__exportStar(require("./DeleteApplicationGrantCommand"), exports);
10
19
  tslib_1.__exportStar(require("./DeleteInlinePolicyFromPermissionSetCommand"), exports);
11
20
  tslib_1.__exportStar(require("./DeleteInstanceAccessControlAttributeConfigurationCommand"), exports);
21
+ tslib_1.__exportStar(require("./DeleteInstanceCommand"), exports);
12
22
  tslib_1.__exportStar(require("./DeletePermissionSetCommand"), exports);
13
23
  tslib_1.__exportStar(require("./DeletePermissionsBoundaryFromPermissionSetCommand"), exports);
24
+ tslib_1.__exportStar(require("./DeleteTrustedTokenIssuerCommand"), exports);
14
25
  tslib_1.__exportStar(require("./DescribeAccountAssignmentCreationStatusCommand"), exports);
15
26
  tslib_1.__exportStar(require("./DescribeAccountAssignmentDeletionStatusCommand"), exports);
27
+ tslib_1.__exportStar(require("./DescribeApplicationAssignmentCommand"), exports);
28
+ tslib_1.__exportStar(require("./DescribeApplicationCommand"), exports);
29
+ tslib_1.__exportStar(require("./DescribeApplicationProviderCommand"), exports);
16
30
  tslib_1.__exportStar(require("./DescribeInstanceAccessControlAttributeConfigurationCommand"), exports);
31
+ tslib_1.__exportStar(require("./DescribeInstanceCommand"), exports);
17
32
  tslib_1.__exportStar(require("./DescribePermissionSetCommand"), exports);
18
33
  tslib_1.__exportStar(require("./DescribePermissionSetProvisioningStatusCommand"), exports);
34
+ tslib_1.__exportStar(require("./DescribeTrustedTokenIssuerCommand"), exports);
19
35
  tslib_1.__exportStar(require("./DetachCustomerManagedPolicyReferenceFromPermissionSetCommand"), exports);
20
36
  tslib_1.__exportStar(require("./DetachManagedPolicyFromPermissionSetCommand"), exports);
37
+ tslib_1.__exportStar(require("./GetApplicationAccessScopeCommand"), exports);
38
+ tslib_1.__exportStar(require("./GetApplicationAssignmentConfigurationCommand"), exports);
39
+ tslib_1.__exportStar(require("./GetApplicationAuthenticationMethodCommand"), exports);
40
+ tslib_1.__exportStar(require("./GetApplicationGrantCommand"), exports);
21
41
  tslib_1.__exportStar(require("./GetInlinePolicyForPermissionSetCommand"), exports);
22
42
  tslib_1.__exportStar(require("./GetPermissionsBoundaryForPermissionSetCommand"), exports);
23
43
  tslib_1.__exportStar(require("./ListAccountAssignmentCreationStatusCommand"), exports);
24
44
  tslib_1.__exportStar(require("./ListAccountAssignmentDeletionStatusCommand"), exports);
25
45
  tslib_1.__exportStar(require("./ListAccountAssignmentsCommand"), exports);
46
+ tslib_1.__exportStar(require("./ListAccountAssignmentsForPrincipalCommand"), exports);
26
47
  tslib_1.__exportStar(require("./ListAccountsForProvisionedPermissionSetCommand"), exports);
48
+ tslib_1.__exportStar(require("./ListApplicationAccessScopesCommand"), exports);
49
+ tslib_1.__exportStar(require("./ListApplicationAssignmentsCommand"), exports);
50
+ tslib_1.__exportStar(require("./ListApplicationAssignmentsForPrincipalCommand"), exports);
51
+ tslib_1.__exportStar(require("./ListApplicationAuthenticationMethodsCommand"), exports);
52
+ tslib_1.__exportStar(require("./ListApplicationGrantsCommand"), exports);
53
+ tslib_1.__exportStar(require("./ListApplicationProvidersCommand"), exports);
54
+ tslib_1.__exportStar(require("./ListApplicationsCommand"), exports);
27
55
  tslib_1.__exportStar(require("./ListCustomerManagedPolicyReferencesInPermissionSetCommand"), exports);
28
56
  tslib_1.__exportStar(require("./ListInstancesCommand"), exports);
29
57
  tslib_1.__exportStar(require("./ListManagedPoliciesInPermissionSetCommand"), exports);
@@ -31,10 +59,18 @@ tslib_1.__exportStar(require("./ListPermissionSetProvisioningStatusCommand"), ex
31
59
  tslib_1.__exportStar(require("./ListPermissionSetsCommand"), exports);
32
60
  tslib_1.__exportStar(require("./ListPermissionSetsProvisionedToAccountCommand"), exports);
33
61
  tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
62
+ tslib_1.__exportStar(require("./ListTrustedTokenIssuersCommand"), exports);
34
63
  tslib_1.__exportStar(require("./ProvisionPermissionSetCommand"), exports);
64
+ tslib_1.__exportStar(require("./PutApplicationAccessScopeCommand"), exports);
65
+ tslib_1.__exportStar(require("./PutApplicationAssignmentConfigurationCommand"), exports);
66
+ tslib_1.__exportStar(require("./PutApplicationAuthenticationMethodCommand"), exports);
67
+ tslib_1.__exportStar(require("./PutApplicationGrantCommand"), exports);
35
68
  tslib_1.__exportStar(require("./PutInlinePolicyToPermissionSetCommand"), exports);
36
69
  tslib_1.__exportStar(require("./PutPermissionsBoundaryToPermissionSetCommand"), exports);
37
70
  tslib_1.__exportStar(require("./TagResourceCommand"), exports);
38
71
  tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
72
+ tslib_1.__exportStar(require("./UpdateApplicationCommand"), exports);
39
73
  tslib_1.__exportStar(require("./UpdateInstanceAccessControlAttributeConfigurationCommand"), exports);
74
+ tslib_1.__exportStar(require("./UpdateInstanceCommand"), exports);
40
75
  tslib_1.__exportStar(require("./UpdatePermissionSetCommand"), exports);
76
+ tslib_1.__exportStar(require("./UpdateTrustedTokenIssuerCommand"), exports);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ProvisionTargetType = exports.ProvisioningStatus = exports.InstanceAccessControlAttributeConfigurationStatus = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.TargetType = exports.StatusValues = exports.PrincipalType = exports.AccessDeniedException = void 0;
3
+ exports.TrustedTokenIssuerUpdateConfiguration = exports.ProvisionTargetType = exports.ProvisioningStatus = exports.InstanceAccessControlAttributeConfigurationStatus = exports.InstanceStatus = exports.TrustedTokenIssuerType = exports.TrustedTokenIssuerConfiguration = exports.JwksRetrievalOption = exports.ServiceQuotaExceededException = exports.FederationProtocol = exports.Grant = exports.GrantType = exports.AuthenticationMethod = exports.AuthenticationMethodType = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.ApplicationStatus = exports.ApplicationVisibility = exports.SignInOrigin = exports.TargetType = exports.StatusValues = exports.PrincipalType = exports.AccessDeniedException = void 0;
4
4
  const SSOAdminServiceException_1 = require("./SSOAdminServiceException");
5
5
  class AccessDeniedException extends SSOAdminServiceException_1.SSOAdminServiceException {
6
6
  constructor(opts) {
@@ -28,6 +28,18 @@ exports.StatusValues = {
28
28
  exports.TargetType = {
29
29
  AWS_ACCOUNT: "AWS_ACCOUNT",
30
30
  };
31
+ exports.SignInOrigin = {
32
+ APPLICATION: "APPLICATION",
33
+ IDENTITY_CENTER: "IDENTITY_CENTER",
34
+ };
35
+ exports.ApplicationVisibility = {
36
+ DISABLED: "DISABLED",
37
+ ENABLED: "ENABLED",
38
+ };
39
+ exports.ApplicationStatus = {
40
+ DISABLED: "DISABLED",
41
+ ENABLED: "ENABLED",
42
+ };
31
43
  class ConflictException extends SSOAdminServiceException_1.SSOAdminServiceException {
32
44
  constructor(opts) {
33
45
  super({
@@ -70,20 +82,6 @@ class ResourceNotFoundException extends SSOAdminServiceException_1.SSOAdminServi
70
82
  }
71
83
  }
72
84
  exports.ResourceNotFoundException = ResourceNotFoundException;
73
- class ServiceQuotaExceededException extends SSOAdminServiceException_1.SSOAdminServiceException {
74
- constructor(opts) {
75
- super({
76
- name: "ServiceQuotaExceededException",
77
- $fault: "client",
78
- ...opts,
79
- });
80
- this.name = "ServiceQuotaExceededException";
81
- this.$fault = "client";
82
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
83
- this.Message = opts.Message;
84
- }
85
- }
86
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
87
85
  class ThrottlingException extends SSOAdminServiceException_1.SSOAdminServiceException {
88
86
  constructor(opts) {
89
87
  super({
@@ -112,6 +110,70 @@ class ValidationException extends SSOAdminServiceException_1.SSOAdminServiceExce
112
110
  }
113
111
  }
114
112
  exports.ValidationException = ValidationException;
113
+ exports.AuthenticationMethodType = {
114
+ IAM: "IAM",
115
+ };
116
+ var AuthenticationMethod;
117
+ (function (AuthenticationMethod) {
118
+ AuthenticationMethod.visit = (value, visitor) => {
119
+ if (value.Iam !== undefined)
120
+ return visitor.Iam(value.Iam);
121
+ return visitor._(value.$unknown[0], value.$unknown[1]);
122
+ };
123
+ })(AuthenticationMethod = exports.AuthenticationMethod || (exports.AuthenticationMethod = {}));
124
+ exports.GrantType = {
125
+ AUTHORIZATION_CODE: "authorization_code",
126
+ JWT_BEARER: "urn:ietf:params:oauth:grant-type:jwt-bearer",
127
+ REFRESH_TOKEN: "refresh_token",
128
+ TOKEN_EXCHANGE: "urn:ietf:params:oauth:grant-type:token-exchange",
129
+ };
130
+ var Grant;
131
+ (function (Grant) {
132
+ Grant.visit = (value, visitor) => {
133
+ if (value.AuthorizationCode !== undefined)
134
+ return visitor.AuthorizationCode(value.AuthorizationCode);
135
+ if (value.JwtBearer !== undefined)
136
+ return visitor.JwtBearer(value.JwtBearer);
137
+ return visitor._(value.$unknown[0], value.$unknown[1]);
138
+ };
139
+ })(Grant = exports.Grant || (exports.Grant = {}));
140
+ exports.FederationProtocol = {
141
+ OAUTH: "OAUTH",
142
+ SAML: "SAML",
143
+ };
144
+ class ServiceQuotaExceededException extends SSOAdminServiceException_1.SSOAdminServiceException {
145
+ constructor(opts) {
146
+ super({
147
+ name: "ServiceQuotaExceededException",
148
+ $fault: "client",
149
+ ...opts,
150
+ });
151
+ this.name = "ServiceQuotaExceededException";
152
+ this.$fault = "client";
153
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
154
+ this.Message = opts.Message;
155
+ }
156
+ }
157
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
158
+ exports.JwksRetrievalOption = {
159
+ OPEN_ID_DISCOVERY: "OPEN_ID_DISCOVERY",
160
+ };
161
+ var TrustedTokenIssuerConfiguration;
162
+ (function (TrustedTokenIssuerConfiguration) {
163
+ TrustedTokenIssuerConfiguration.visit = (value, visitor) => {
164
+ if (value.OidcJwtConfiguration !== undefined)
165
+ return visitor.OidcJwtConfiguration(value.OidcJwtConfiguration);
166
+ return visitor._(value.$unknown[0], value.$unknown[1]);
167
+ };
168
+ })(TrustedTokenIssuerConfiguration = exports.TrustedTokenIssuerConfiguration || (exports.TrustedTokenIssuerConfiguration = {}));
169
+ exports.TrustedTokenIssuerType = {
170
+ OIDC_JWT: "OIDC_JWT",
171
+ };
172
+ exports.InstanceStatus = {
173
+ ACTIVE: "ACTIVE",
174
+ CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
175
+ DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
176
+ };
115
177
  exports.InstanceAccessControlAttributeConfigurationStatus = {
116
178
  CREATION_FAILED: "CREATION_FAILED",
117
179
  CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS",
@@ -125,3 +187,11 @@ exports.ProvisionTargetType = {
125
187
  ALL_PROVISIONED_ACCOUNTS: "ALL_PROVISIONED_ACCOUNTS",
126
188
  AWS_ACCOUNT: "AWS_ACCOUNT",
127
189
  };
190
+ var TrustedTokenIssuerUpdateConfiguration;
191
+ (function (TrustedTokenIssuerUpdateConfiguration) {
192
+ TrustedTokenIssuerUpdateConfiguration.visit = (value, visitor) => {
193
+ if (value.OidcJwtConfiguration !== undefined)
194
+ return visitor.OidcJwtConfiguration(value.OidcJwtConfiguration);
195
+ return visitor._(value.$unknown[0], value.$unknown[1]);
196
+ };
197
+ })(TrustedTokenIssuerUpdateConfiguration = exports.TrustedTokenIssuerUpdateConfiguration || (exports.TrustedTokenIssuerUpdateConfiguration = {}));
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListAccountAssignmentsForPrincipal = void 0;
4
+ const ListAccountAssignmentsForPrincipalCommand_1 = require("../commands/ListAccountAssignmentsForPrincipalCommand");
5
+ const SSOAdminClient_1 = require("../SSOAdminClient");
6
+ const makePagedClientRequest = async (client, input, ...args) => {
7
+ return await client.send(new ListAccountAssignmentsForPrincipalCommand_1.ListAccountAssignmentsForPrincipalCommand(input), ...args);
8
+ };
9
+ async function* paginateListAccountAssignmentsForPrincipal(config, input, ...additionalArguments) {
10
+ let token = config.startingToken || undefined;
11
+ let hasNext = true;
12
+ let page;
13
+ while (hasNext) {
14
+ input.NextToken = token;
15
+ input["MaxResults"] = config.pageSize;
16
+ if (config.client instanceof SSOAdminClient_1.SSOAdminClient) {
17
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
+ }
19
+ else {
20
+ throw new Error("Invalid client, expected SSOAdmin | SSOAdminClient");
21
+ }
22
+ yield page;
23
+ const prevToken = token;
24
+ token = page.NextToken;
25
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
+ }
27
+ return undefined;
28
+ }
29
+ exports.paginateListAccountAssignmentsForPrincipal = paginateListAccountAssignmentsForPrincipal;
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListApplicationAccessScopes = void 0;
4
+ const ListApplicationAccessScopesCommand_1 = require("../commands/ListApplicationAccessScopesCommand");
5
+ const SSOAdminClient_1 = require("../SSOAdminClient");
6
+ const makePagedClientRequest = async (client, input, ...args) => {
7
+ return await client.send(new ListApplicationAccessScopesCommand_1.ListApplicationAccessScopesCommand(input), ...args);
8
+ };
9
+ async function* paginateListApplicationAccessScopes(config, input, ...additionalArguments) {
10
+ let token = config.startingToken || undefined;
11
+ let hasNext = true;
12
+ let page;
13
+ while (hasNext) {
14
+ input.NextToken = token;
15
+ input["MaxResults"] = config.pageSize;
16
+ if (config.client instanceof SSOAdminClient_1.SSOAdminClient) {
17
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
+ }
19
+ else {
20
+ throw new Error("Invalid client, expected SSOAdmin | SSOAdminClient");
21
+ }
22
+ yield page;
23
+ const prevToken = token;
24
+ token = page.NextToken;
25
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
+ }
27
+ return undefined;
28
+ }
29
+ exports.paginateListApplicationAccessScopes = paginateListApplicationAccessScopes;
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListApplicationAssignmentsForPrincipal = void 0;
4
+ const ListApplicationAssignmentsForPrincipalCommand_1 = require("../commands/ListApplicationAssignmentsForPrincipalCommand");
5
+ const SSOAdminClient_1 = require("../SSOAdminClient");
6
+ const makePagedClientRequest = async (client, input, ...args) => {
7
+ return await client.send(new ListApplicationAssignmentsForPrincipalCommand_1.ListApplicationAssignmentsForPrincipalCommand(input), ...args);
8
+ };
9
+ async function* paginateListApplicationAssignmentsForPrincipal(config, input, ...additionalArguments) {
10
+ let token = config.startingToken || undefined;
11
+ let hasNext = true;
12
+ let page;
13
+ while (hasNext) {
14
+ input.NextToken = token;
15
+ input["MaxResults"] = config.pageSize;
16
+ if (config.client instanceof SSOAdminClient_1.SSOAdminClient) {
17
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
+ }
19
+ else {
20
+ throw new Error("Invalid client, expected SSOAdmin | SSOAdminClient");
21
+ }
22
+ yield page;
23
+ const prevToken = token;
24
+ token = page.NextToken;
25
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
+ }
27
+ return undefined;
28
+ }
29
+ exports.paginateListApplicationAssignmentsForPrincipal = paginateListApplicationAssignmentsForPrincipal;
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListApplicationAssignments = void 0;
4
+ const ListApplicationAssignmentsCommand_1 = require("../commands/ListApplicationAssignmentsCommand");
5
+ const SSOAdminClient_1 = require("../SSOAdminClient");
6
+ const makePagedClientRequest = async (client, input, ...args) => {
7
+ return await client.send(new ListApplicationAssignmentsCommand_1.ListApplicationAssignmentsCommand(input), ...args);
8
+ };
9
+ async function* paginateListApplicationAssignments(config, input, ...additionalArguments) {
10
+ let token = config.startingToken || undefined;
11
+ let hasNext = true;
12
+ let page;
13
+ while (hasNext) {
14
+ input.NextToken = token;
15
+ input["MaxResults"] = config.pageSize;
16
+ if (config.client instanceof SSOAdminClient_1.SSOAdminClient) {
17
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
+ }
19
+ else {
20
+ throw new Error("Invalid client, expected SSOAdmin | SSOAdminClient");
21
+ }
22
+ yield page;
23
+ const prevToken = token;
24
+ token = page.NextToken;
25
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
+ }
27
+ return undefined;
28
+ }
29
+ exports.paginateListApplicationAssignments = paginateListApplicationAssignments;
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListApplicationAuthenticationMethods = void 0;
4
+ const ListApplicationAuthenticationMethodsCommand_1 = require("../commands/ListApplicationAuthenticationMethodsCommand");
5
+ const SSOAdminClient_1 = require("../SSOAdminClient");
6
+ const makePagedClientRequest = async (client, input, ...args) => {
7
+ return await client.send(new ListApplicationAuthenticationMethodsCommand_1.ListApplicationAuthenticationMethodsCommand(input), ...args);
8
+ };
9
+ async function* paginateListApplicationAuthenticationMethods(config, input, ...additionalArguments) {
10
+ let token = config.startingToken || undefined;
11
+ let hasNext = true;
12
+ let page;
13
+ while (hasNext) {
14
+ input.NextToken = token;
15
+ if (config.client instanceof SSOAdminClient_1.SSOAdminClient) {
16
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
17
+ }
18
+ else {
19
+ throw new Error("Invalid client, expected SSOAdmin | SSOAdminClient");
20
+ }
21
+ yield page;
22
+ const prevToken = token;
23
+ token = page.NextToken;
24
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
25
+ }
26
+ return undefined;
27
+ }
28
+ exports.paginateListApplicationAuthenticationMethods = paginateListApplicationAuthenticationMethods;
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListApplicationGrants = void 0;
4
+ const ListApplicationGrantsCommand_1 = require("../commands/ListApplicationGrantsCommand");
5
+ const SSOAdminClient_1 = require("../SSOAdminClient");
6
+ const makePagedClientRequest = async (client, input, ...args) => {
7
+ return await client.send(new ListApplicationGrantsCommand_1.ListApplicationGrantsCommand(input), ...args);
8
+ };
9
+ async function* paginateListApplicationGrants(config, input, ...additionalArguments) {
10
+ let token = config.startingToken || undefined;
11
+ let hasNext = true;
12
+ let page;
13
+ while (hasNext) {
14
+ input.NextToken = token;
15
+ if (config.client instanceof SSOAdminClient_1.SSOAdminClient) {
16
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
17
+ }
18
+ else {
19
+ throw new Error("Invalid client, expected SSOAdmin | SSOAdminClient");
20
+ }
21
+ yield page;
22
+ const prevToken = token;
23
+ token = page.NextToken;
24
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
25
+ }
26
+ return undefined;
27
+ }
28
+ exports.paginateListApplicationGrants = paginateListApplicationGrants;
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListApplicationProviders = void 0;
4
+ const ListApplicationProvidersCommand_1 = require("../commands/ListApplicationProvidersCommand");
5
+ const SSOAdminClient_1 = require("../SSOAdminClient");
6
+ const makePagedClientRequest = async (client, input, ...args) => {
7
+ return await client.send(new ListApplicationProvidersCommand_1.ListApplicationProvidersCommand(input), ...args);
8
+ };
9
+ async function* paginateListApplicationProviders(config, input, ...additionalArguments) {
10
+ let token = config.startingToken || undefined;
11
+ let hasNext = true;
12
+ let page;
13
+ while (hasNext) {
14
+ input.NextToken = token;
15
+ input["MaxResults"] = config.pageSize;
16
+ if (config.client instanceof SSOAdminClient_1.SSOAdminClient) {
17
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
+ }
19
+ else {
20
+ throw new Error("Invalid client, expected SSOAdmin | SSOAdminClient");
21
+ }
22
+ yield page;
23
+ const prevToken = token;
24
+ token = page.NextToken;
25
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
+ }
27
+ return undefined;
28
+ }
29
+ exports.paginateListApplicationProviders = paginateListApplicationProviders;
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListApplications = void 0;
4
+ const ListApplicationsCommand_1 = require("../commands/ListApplicationsCommand");
5
+ const SSOAdminClient_1 = require("../SSOAdminClient");
6
+ const makePagedClientRequest = async (client, input, ...args) => {
7
+ return await client.send(new ListApplicationsCommand_1.ListApplicationsCommand(input), ...args);
8
+ };
9
+ async function* paginateListApplications(config, input, ...additionalArguments) {
10
+ let token = config.startingToken || undefined;
11
+ let hasNext = true;
12
+ let page;
13
+ while (hasNext) {
14
+ input.NextToken = token;
15
+ input["MaxResults"] = config.pageSize;
16
+ if (config.client instanceof SSOAdminClient_1.SSOAdminClient) {
17
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
+ }
19
+ else {
20
+ throw new Error("Invalid client, expected SSOAdmin | SSOAdminClient");
21
+ }
22
+ yield page;
23
+ const prevToken = token;
24
+ token = page.NextToken;
25
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
+ }
27
+ return undefined;
28
+ }
29
+ exports.paginateListApplications = paginateListApplications;
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListTrustedTokenIssuers = void 0;
4
+ const ListTrustedTokenIssuersCommand_1 = require("../commands/ListTrustedTokenIssuersCommand");
5
+ const SSOAdminClient_1 = require("../SSOAdminClient");
6
+ const makePagedClientRequest = async (client, input, ...args) => {
7
+ return await client.send(new ListTrustedTokenIssuersCommand_1.ListTrustedTokenIssuersCommand(input), ...args);
8
+ };
9
+ async function* paginateListTrustedTokenIssuers(config, input, ...additionalArguments) {
10
+ let token = config.startingToken || undefined;
11
+ let hasNext = true;
12
+ let page;
13
+ while (hasNext) {
14
+ input.NextToken = token;
15
+ input["MaxResults"] = config.pageSize;
16
+ if (config.client instanceof SSOAdminClient_1.SSOAdminClient) {
17
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
+ }
19
+ else {
20
+ throw new Error("Invalid client, expected SSOAdmin | SSOAdminClient");
21
+ }
22
+ yield page;
23
+ const prevToken = token;
24
+ token = page.NextToken;
25
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
+ }
27
+ return undefined;
28
+ }
29
+ exports.paginateListTrustedTokenIssuers = paginateListTrustedTokenIssuers;
@@ -4,8 +4,16 @@ const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./Interfaces"), exports);
5
5
  tslib_1.__exportStar(require("./ListAccountAssignmentCreationStatusPaginator"), exports);
6
6
  tslib_1.__exportStar(require("./ListAccountAssignmentDeletionStatusPaginator"), exports);
7
+ tslib_1.__exportStar(require("./ListAccountAssignmentsForPrincipalPaginator"), exports);
7
8
  tslib_1.__exportStar(require("./ListAccountAssignmentsPaginator"), exports);
8
9
  tslib_1.__exportStar(require("./ListAccountsForProvisionedPermissionSetPaginator"), exports);
10
+ tslib_1.__exportStar(require("./ListApplicationAccessScopesPaginator"), exports);
11
+ tslib_1.__exportStar(require("./ListApplicationAssignmentsForPrincipalPaginator"), exports);
12
+ tslib_1.__exportStar(require("./ListApplicationAssignmentsPaginator"), exports);
13
+ tslib_1.__exportStar(require("./ListApplicationAuthenticationMethodsPaginator"), exports);
14
+ tslib_1.__exportStar(require("./ListApplicationGrantsPaginator"), exports);
15
+ tslib_1.__exportStar(require("./ListApplicationProvidersPaginator"), exports);
16
+ tslib_1.__exportStar(require("./ListApplicationsPaginator"), exports);
9
17
  tslib_1.__exportStar(require("./ListCustomerManagedPolicyReferencesInPermissionSetPaginator"), exports);
10
18
  tslib_1.__exportStar(require("./ListInstancesPaginator"), exports);
11
19
  tslib_1.__exportStar(require("./ListManagedPoliciesInPermissionSetPaginator"), exports);
@@ -13,3 +21,4 @@ tslib_1.__exportStar(require("./ListPermissionSetProvisioningStatusPaginator"),
13
21
  tslib_1.__exportStar(require("./ListPermissionSetsPaginator"), exports);
14
22
  tslib_1.__exportStar(require("./ListPermissionSetsProvisionedToAccountPaginator"), exports);
15
23
  tslib_1.__exportStar(require("./ListTagsForResourcePaginator"), exports);
24
+ tslib_1.__exportStar(require("./ListTrustedTokenIssuersPaginator"), exports);