@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
@@ -15,18 +15,54 @@ import {
15
15
  CreateAccountAssignmentCommandInput,
16
16
  CreateAccountAssignmentCommandOutput,
17
17
  } from "../commands/CreateAccountAssignmentCommand";
18
+ import {
19
+ CreateApplicationAssignmentCommandInput,
20
+ CreateApplicationAssignmentCommandOutput,
21
+ } from "../commands/CreateApplicationAssignmentCommand";
22
+ import {
23
+ CreateApplicationCommandInput,
24
+ CreateApplicationCommandOutput,
25
+ } from "../commands/CreateApplicationCommand";
18
26
  import {
19
27
  CreateInstanceAccessControlAttributeConfigurationCommandInput,
20
28
  CreateInstanceAccessControlAttributeConfigurationCommandOutput,
21
29
  } from "../commands/CreateInstanceAccessControlAttributeConfigurationCommand";
30
+ import {
31
+ CreateInstanceCommandInput,
32
+ CreateInstanceCommandOutput,
33
+ } from "../commands/CreateInstanceCommand";
22
34
  import {
23
35
  CreatePermissionSetCommandInput,
24
36
  CreatePermissionSetCommandOutput,
25
37
  } from "../commands/CreatePermissionSetCommand";
38
+ import {
39
+ CreateTrustedTokenIssuerCommandInput,
40
+ CreateTrustedTokenIssuerCommandOutput,
41
+ } from "../commands/CreateTrustedTokenIssuerCommand";
26
42
  import {
27
43
  DeleteAccountAssignmentCommandInput,
28
44
  DeleteAccountAssignmentCommandOutput,
29
45
  } from "../commands/DeleteAccountAssignmentCommand";
46
+ import {
47
+ DeleteApplicationAccessScopeCommandInput,
48
+ DeleteApplicationAccessScopeCommandOutput,
49
+ } from "../commands/DeleteApplicationAccessScopeCommand";
50
+ import {
51
+ DeleteApplicationAssignmentCommandInput,
52
+ DeleteApplicationAssignmentCommandOutput,
53
+ } from "../commands/DeleteApplicationAssignmentCommand";
54
+ import {
55
+ DeleteApplicationAuthenticationMethodCommandInput,
56
+ DeleteApplicationAuthenticationMethodCommandOutput,
57
+ } from "../commands/DeleteApplicationAuthenticationMethodCommand";
58
+ import {
59
+ DeleteApplicationCommandInput,
60
+ DeleteApplicationCommandOutput,
61
+ } from "../commands/DeleteApplicationCommand";
62
+ import {
63
+ DeleteApplicationGrantCommandInput,
64
+ DeleteApplicationGrantCommandOutput,
65
+ } from "../commands/DeleteApplicationGrantCommand";
30
66
  import {
31
67
  DeleteInlinePolicyFromPermissionSetCommandInput,
32
68
  DeleteInlinePolicyFromPermissionSetCommandOutput,
@@ -35,6 +71,10 @@ import {
35
71
  DeleteInstanceAccessControlAttributeConfigurationCommandInput,
36
72
  DeleteInstanceAccessControlAttributeConfigurationCommandOutput,
37
73
  } from "../commands/DeleteInstanceAccessControlAttributeConfigurationCommand";
74
+ import {
75
+ DeleteInstanceCommandInput,
76
+ DeleteInstanceCommandOutput,
77
+ } from "../commands/DeleteInstanceCommand";
38
78
  import {
39
79
  DeletePermissionsBoundaryFromPermissionSetCommandInput,
40
80
  DeletePermissionsBoundaryFromPermissionSetCommandOutput,
@@ -43,6 +83,10 @@ import {
43
83
  DeletePermissionSetCommandInput,
44
84
  DeletePermissionSetCommandOutput,
45
85
  } from "../commands/DeletePermissionSetCommand";
86
+ import {
87
+ DeleteTrustedTokenIssuerCommandInput,
88
+ DeleteTrustedTokenIssuerCommandOutput,
89
+ } from "../commands/DeleteTrustedTokenIssuerCommand";
46
90
  import {
47
91
  DescribeAccountAssignmentCreationStatusCommandInput,
48
92
  DescribeAccountAssignmentCreationStatusCommandOutput,
@@ -51,10 +95,26 @@ import {
51
95
  DescribeAccountAssignmentDeletionStatusCommandInput,
52
96
  DescribeAccountAssignmentDeletionStatusCommandOutput,
53
97
  } from "../commands/DescribeAccountAssignmentDeletionStatusCommand";
98
+ import {
99
+ DescribeApplicationAssignmentCommandInput,
100
+ DescribeApplicationAssignmentCommandOutput,
101
+ } from "../commands/DescribeApplicationAssignmentCommand";
102
+ import {
103
+ DescribeApplicationCommandInput,
104
+ DescribeApplicationCommandOutput,
105
+ } from "../commands/DescribeApplicationCommand";
106
+ import {
107
+ DescribeApplicationProviderCommandInput,
108
+ DescribeApplicationProviderCommandOutput,
109
+ } from "../commands/DescribeApplicationProviderCommand";
54
110
  import {
55
111
  DescribeInstanceAccessControlAttributeConfigurationCommandInput,
56
112
  DescribeInstanceAccessControlAttributeConfigurationCommandOutput,
57
113
  } from "../commands/DescribeInstanceAccessControlAttributeConfigurationCommand";
114
+ import {
115
+ DescribeInstanceCommandInput,
116
+ DescribeInstanceCommandOutput,
117
+ } from "../commands/DescribeInstanceCommand";
58
118
  import {
59
119
  DescribePermissionSetCommandInput,
60
120
  DescribePermissionSetCommandOutput,
@@ -63,6 +123,10 @@ import {
63
123
  DescribePermissionSetProvisioningStatusCommandInput,
64
124
  DescribePermissionSetProvisioningStatusCommandOutput,
65
125
  } from "../commands/DescribePermissionSetProvisioningStatusCommand";
126
+ import {
127
+ DescribeTrustedTokenIssuerCommandInput,
128
+ DescribeTrustedTokenIssuerCommandOutput,
129
+ } from "../commands/DescribeTrustedTokenIssuerCommand";
66
130
  import {
67
131
  DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput,
68
132
  DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOutput,
@@ -71,6 +135,22 @@ import {
71
135
  DetachManagedPolicyFromPermissionSetCommandInput,
72
136
  DetachManagedPolicyFromPermissionSetCommandOutput,
73
137
  } from "../commands/DetachManagedPolicyFromPermissionSetCommand";
138
+ import {
139
+ GetApplicationAccessScopeCommandInput,
140
+ GetApplicationAccessScopeCommandOutput,
141
+ } from "../commands/GetApplicationAccessScopeCommand";
142
+ import {
143
+ GetApplicationAssignmentConfigurationCommandInput,
144
+ GetApplicationAssignmentConfigurationCommandOutput,
145
+ } from "../commands/GetApplicationAssignmentConfigurationCommand";
146
+ import {
147
+ GetApplicationAuthenticationMethodCommandInput,
148
+ GetApplicationAuthenticationMethodCommandOutput,
149
+ } from "../commands/GetApplicationAuthenticationMethodCommand";
150
+ import {
151
+ GetApplicationGrantCommandInput,
152
+ GetApplicationGrantCommandOutput,
153
+ } from "../commands/GetApplicationGrantCommand";
74
154
  import {
75
155
  GetInlinePolicyForPermissionSetCommandInput,
76
156
  GetInlinePolicyForPermissionSetCommandOutput,
@@ -91,10 +171,42 @@ import {
91
171
  ListAccountAssignmentsCommandInput,
92
172
  ListAccountAssignmentsCommandOutput,
93
173
  } from "../commands/ListAccountAssignmentsCommand";
174
+ import {
175
+ ListAccountAssignmentsForPrincipalCommandInput,
176
+ ListAccountAssignmentsForPrincipalCommandOutput,
177
+ } from "../commands/ListAccountAssignmentsForPrincipalCommand";
94
178
  import {
95
179
  ListAccountsForProvisionedPermissionSetCommandInput,
96
180
  ListAccountsForProvisionedPermissionSetCommandOutput,
97
181
  } from "../commands/ListAccountsForProvisionedPermissionSetCommand";
182
+ import {
183
+ ListApplicationAccessScopesCommandInput,
184
+ ListApplicationAccessScopesCommandOutput,
185
+ } from "../commands/ListApplicationAccessScopesCommand";
186
+ import {
187
+ ListApplicationAssignmentsCommandInput,
188
+ ListApplicationAssignmentsCommandOutput,
189
+ } from "../commands/ListApplicationAssignmentsCommand";
190
+ import {
191
+ ListApplicationAssignmentsForPrincipalCommandInput,
192
+ ListApplicationAssignmentsForPrincipalCommandOutput,
193
+ } from "../commands/ListApplicationAssignmentsForPrincipalCommand";
194
+ import {
195
+ ListApplicationAuthenticationMethodsCommandInput,
196
+ ListApplicationAuthenticationMethodsCommandOutput,
197
+ } from "../commands/ListApplicationAuthenticationMethodsCommand";
198
+ import {
199
+ ListApplicationGrantsCommandInput,
200
+ ListApplicationGrantsCommandOutput,
201
+ } from "../commands/ListApplicationGrantsCommand";
202
+ import {
203
+ ListApplicationProvidersCommandInput,
204
+ ListApplicationProvidersCommandOutput,
205
+ } from "../commands/ListApplicationProvidersCommand";
206
+ import {
207
+ ListApplicationsCommandInput,
208
+ ListApplicationsCommandOutput,
209
+ } from "../commands/ListApplicationsCommand";
98
210
  import {
99
211
  ListCustomerManagedPolicyReferencesInPermissionSetCommandInput,
100
212
  ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput,
@@ -123,10 +235,30 @@ import {
123
235
  ListTagsForResourceCommandInput,
124
236
  ListTagsForResourceCommandOutput,
125
237
  } from "../commands/ListTagsForResourceCommand";
238
+ import {
239
+ ListTrustedTokenIssuersCommandInput,
240
+ ListTrustedTokenIssuersCommandOutput,
241
+ } from "../commands/ListTrustedTokenIssuersCommand";
126
242
  import {
127
243
  ProvisionPermissionSetCommandInput,
128
244
  ProvisionPermissionSetCommandOutput,
129
245
  } from "../commands/ProvisionPermissionSetCommand";
246
+ import {
247
+ PutApplicationAccessScopeCommandInput,
248
+ PutApplicationAccessScopeCommandOutput,
249
+ } from "../commands/PutApplicationAccessScopeCommand";
250
+ import {
251
+ PutApplicationAssignmentConfigurationCommandInput,
252
+ PutApplicationAssignmentConfigurationCommandOutput,
253
+ } from "../commands/PutApplicationAssignmentConfigurationCommand";
254
+ import {
255
+ PutApplicationAuthenticationMethodCommandInput,
256
+ PutApplicationAuthenticationMethodCommandOutput,
257
+ } from "../commands/PutApplicationAuthenticationMethodCommand";
258
+ import {
259
+ PutApplicationGrantCommandInput,
260
+ PutApplicationGrantCommandOutput,
261
+ } from "../commands/PutApplicationGrantCommand";
130
262
  import {
131
263
  PutInlinePolicyToPermissionSetCommandInput,
132
264
  PutInlinePolicyToPermissionSetCommandOutput,
@@ -143,14 +275,26 @@ import {
143
275
  UntagResourceCommandInput,
144
276
  UntagResourceCommandOutput,
145
277
  } from "../commands/UntagResourceCommand";
278
+ import {
279
+ UpdateApplicationCommandInput,
280
+ UpdateApplicationCommandOutput,
281
+ } from "../commands/UpdateApplicationCommand";
146
282
  import {
147
283
  UpdateInstanceAccessControlAttributeConfigurationCommandInput,
148
284
  UpdateInstanceAccessControlAttributeConfigurationCommandOutput,
149
285
  } from "../commands/UpdateInstanceAccessControlAttributeConfigurationCommand";
286
+ import {
287
+ UpdateInstanceCommandInput,
288
+ UpdateInstanceCommandOutput,
289
+ } from "../commands/UpdateInstanceCommand";
150
290
  import {
151
291
  UpdatePermissionSetCommandInput,
152
292
  UpdatePermissionSetCommandOutput,
153
293
  } from "../commands/UpdatePermissionSetCommand";
294
+ import {
295
+ UpdateTrustedTokenIssuerCommandInput,
296
+ UpdateTrustedTokenIssuerCommandOutput,
297
+ } from "../commands/UpdateTrustedTokenIssuerCommand";
154
298
  export declare const se_AttachCustomerManagedPolicyReferenceToPermissionSetCommand: (
155
299
  input: AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput,
156
300
  context: __SerdeContext
@@ -163,6 +307,18 @@ export declare const se_CreateAccountAssignmentCommand: (
163
307
  input: CreateAccountAssignmentCommandInput,
164
308
  context: __SerdeContext
165
309
  ) => Promise<__HttpRequest>;
310
+ export declare const se_CreateApplicationCommand: (
311
+ input: CreateApplicationCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const se_CreateApplicationAssignmentCommand: (
315
+ input: CreateApplicationAssignmentCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const se_CreateInstanceCommand: (
319
+ input: CreateInstanceCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
166
322
  export declare const se_CreateInstanceAccessControlAttributeConfigurationCommand: (
167
323
  input: CreateInstanceAccessControlAttributeConfigurationCommandInput,
168
324
  context: __SerdeContext
@@ -171,14 +327,42 @@ export declare const se_CreatePermissionSetCommand: (
171
327
  input: CreatePermissionSetCommandInput,
172
328
  context: __SerdeContext
173
329
  ) => Promise<__HttpRequest>;
330
+ export declare const se_CreateTrustedTokenIssuerCommand: (
331
+ input: CreateTrustedTokenIssuerCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
174
334
  export declare const se_DeleteAccountAssignmentCommand: (
175
335
  input: DeleteAccountAssignmentCommandInput,
176
336
  context: __SerdeContext
177
337
  ) => Promise<__HttpRequest>;
338
+ export declare const se_DeleteApplicationCommand: (
339
+ input: DeleteApplicationCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const se_DeleteApplicationAccessScopeCommand: (
343
+ input: DeleteApplicationAccessScopeCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const se_DeleteApplicationAssignmentCommand: (
347
+ input: DeleteApplicationAssignmentCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const se_DeleteApplicationAuthenticationMethodCommand: (
351
+ input: DeleteApplicationAuthenticationMethodCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const se_DeleteApplicationGrantCommand: (
355
+ input: DeleteApplicationGrantCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
178
358
  export declare const se_DeleteInlinePolicyFromPermissionSetCommand: (
179
359
  input: DeleteInlinePolicyFromPermissionSetCommandInput,
180
360
  context: __SerdeContext
181
361
  ) => Promise<__HttpRequest>;
362
+ export declare const se_DeleteInstanceCommand: (
363
+ input: DeleteInstanceCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
182
366
  export declare const se_DeleteInstanceAccessControlAttributeConfigurationCommand: (
183
367
  input: DeleteInstanceAccessControlAttributeConfigurationCommandInput,
184
368
  context: __SerdeContext
@@ -191,6 +375,10 @@ export declare const se_DeletePermissionSetCommand: (
191
375
  input: DeletePermissionSetCommandInput,
192
376
  context: __SerdeContext
193
377
  ) => Promise<__HttpRequest>;
378
+ export declare const se_DeleteTrustedTokenIssuerCommand: (
379
+ input: DeleteTrustedTokenIssuerCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
194
382
  export declare const se_DescribeAccountAssignmentCreationStatusCommand: (
195
383
  input: DescribeAccountAssignmentCreationStatusCommandInput,
196
384
  context: __SerdeContext
@@ -199,6 +387,22 @@ export declare const se_DescribeAccountAssignmentDeletionStatusCommand: (
199
387
  input: DescribeAccountAssignmentDeletionStatusCommandInput,
200
388
  context: __SerdeContext
201
389
  ) => Promise<__HttpRequest>;
390
+ export declare const se_DescribeApplicationCommand: (
391
+ input: DescribeApplicationCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const se_DescribeApplicationAssignmentCommand: (
395
+ input: DescribeApplicationAssignmentCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const se_DescribeApplicationProviderCommand: (
399
+ input: DescribeApplicationProviderCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const se_DescribeInstanceCommand: (
403
+ input: DescribeInstanceCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
202
406
  export declare const se_DescribeInstanceAccessControlAttributeConfigurationCommand: (
203
407
  input: DescribeInstanceAccessControlAttributeConfigurationCommandInput,
204
408
  context: __SerdeContext
@@ -211,6 +415,10 @@ export declare const se_DescribePermissionSetProvisioningStatusCommand: (
211
415
  input: DescribePermissionSetProvisioningStatusCommandInput,
212
416
  context: __SerdeContext
213
417
  ) => Promise<__HttpRequest>;
418
+ export declare const se_DescribeTrustedTokenIssuerCommand: (
419
+ input: DescribeTrustedTokenIssuerCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
214
422
  export declare const se_DetachCustomerManagedPolicyReferenceFromPermissionSetCommand: (
215
423
  input: DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput,
216
424
  context: __SerdeContext
@@ -219,6 +427,22 @@ export declare const se_DetachManagedPolicyFromPermissionSetCommand: (
219
427
  input: DetachManagedPolicyFromPermissionSetCommandInput,
220
428
  context: __SerdeContext
221
429
  ) => Promise<__HttpRequest>;
430
+ export declare const se_GetApplicationAccessScopeCommand: (
431
+ input: GetApplicationAccessScopeCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const se_GetApplicationAssignmentConfigurationCommand: (
435
+ input: GetApplicationAssignmentConfigurationCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const se_GetApplicationAuthenticationMethodCommand: (
439
+ input: GetApplicationAuthenticationMethodCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const se_GetApplicationGrantCommand: (
443
+ input: GetApplicationGrantCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
222
446
  export declare const se_GetInlinePolicyForPermissionSetCommand: (
223
447
  input: GetInlinePolicyForPermissionSetCommandInput,
224
448
  context: __SerdeContext
@@ -239,10 +463,42 @@ export declare const se_ListAccountAssignmentsCommand: (
239
463
  input: ListAccountAssignmentsCommandInput,
240
464
  context: __SerdeContext
241
465
  ) => Promise<__HttpRequest>;
466
+ export declare const se_ListAccountAssignmentsForPrincipalCommand: (
467
+ input: ListAccountAssignmentsForPrincipalCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
242
470
  export declare const se_ListAccountsForProvisionedPermissionSetCommand: (
243
471
  input: ListAccountsForProvisionedPermissionSetCommandInput,
244
472
  context: __SerdeContext
245
473
  ) => Promise<__HttpRequest>;
474
+ export declare const se_ListApplicationAccessScopesCommand: (
475
+ input: ListApplicationAccessScopesCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const se_ListApplicationAssignmentsCommand: (
479
+ input: ListApplicationAssignmentsCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const se_ListApplicationAssignmentsForPrincipalCommand: (
483
+ input: ListApplicationAssignmentsForPrincipalCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const se_ListApplicationAuthenticationMethodsCommand: (
487
+ input: ListApplicationAuthenticationMethodsCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const se_ListApplicationGrantsCommand: (
491
+ input: ListApplicationGrantsCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const se_ListApplicationProvidersCommand: (
495
+ input: ListApplicationProvidersCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const se_ListApplicationsCommand: (
499
+ input: ListApplicationsCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
246
502
  export declare const se_ListCustomerManagedPolicyReferencesInPermissionSetCommand: (
247
503
  input: ListCustomerManagedPolicyReferencesInPermissionSetCommandInput,
248
504
  context: __SerdeContext
@@ -271,10 +527,30 @@ export declare const se_ListTagsForResourceCommand: (
271
527
  input: ListTagsForResourceCommandInput,
272
528
  context: __SerdeContext
273
529
  ) => Promise<__HttpRequest>;
530
+ export declare const se_ListTrustedTokenIssuersCommand: (
531
+ input: ListTrustedTokenIssuersCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
274
534
  export declare const se_ProvisionPermissionSetCommand: (
275
535
  input: ProvisionPermissionSetCommandInput,
276
536
  context: __SerdeContext
277
537
  ) => Promise<__HttpRequest>;
538
+ export declare const se_PutApplicationAccessScopeCommand: (
539
+ input: PutApplicationAccessScopeCommandInput,
540
+ context: __SerdeContext
541
+ ) => Promise<__HttpRequest>;
542
+ export declare const se_PutApplicationAssignmentConfigurationCommand: (
543
+ input: PutApplicationAssignmentConfigurationCommandInput,
544
+ context: __SerdeContext
545
+ ) => Promise<__HttpRequest>;
546
+ export declare const se_PutApplicationAuthenticationMethodCommand: (
547
+ input: PutApplicationAuthenticationMethodCommandInput,
548
+ context: __SerdeContext
549
+ ) => Promise<__HttpRequest>;
550
+ export declare const se_PutApplicationGrantCommand: (
551
+ input: PutApplicationGrantCommandInput,
552
+ context: __SerdeContext
553
+ ) => Promise<__HttpRequest>;
278
554
  export declare const se_PutInlinePolicyToPermissionSetCommand: (
279
555
  input: PutInlinePolicyToPermissionSetCommandInput,
280
556
  context: __SerdeContext
@@ -291,6 +567,14 @@ export declare const se_UntagResourceCommand: (
291
567
  input: UntagResourceCommandInput,
292
568
  context: __SerdeContext
293
569
  ) => Promise<__HttpRequest>;
570
+ export declare const se_UpdateApplicationCommand: (
571
+ input: UpdateApplicationCommandInput,
572
+ context: __SerdeContext
573
+ ) => Promise<__HttpRequest>;
574
+ export declare const se_UpdateInstanceCommand: (
575
+ input: UpdateInstanceCommandInput,
576
+ context: __SerdeContext
577
+ ) => Promise<__HttpRequest>;
294
578
  export declare const se_UpdateInstanceAccessControlAttributeConfigurationCommand: (
295
579
  input: UpdateInstanceAccessControlAttributeConfigurationCommandInput,
296
580
  context: __SerdeContext
@@ -299,6 +583,10 @@ export declare const se_UpdatePermissionSetCommand: (
299
583
  input: UpdatePermissionSetCommandInput,
300
584
  context: __SerdeContext
301
585
  ) => Promise<__HttpRequest>;
586
+ export declare const se_UpdateTrustedTokenIssuerCommand: (
587
+ input: UpdateTrustedTokenIssuerCommandInput,
588
+ context: __SerdeContext
589
+ ) => Promise<__HttpRequest>;
302
590
  export declare const de_AttachCustomerManagedPolicyReferenceToPermissionSetCommand: (
303
591
  output: __HttpResponse,
304
592
  context: __SerdeContext
@@ -311,6 +599,18 @@ export declare const de_CreateAccountAssignmentCommand: (
311
599
  output: __HttpResponse,
312
600
  context: __SerdeContext
313
601
  ) => Promise<CreateAccountAssignmentCommandOutput>;
602
+ export declare const de_CreateApplicationCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<CreateApplicationCommandOutput>;
606
+ export declare const de_CreateApplicationAssignmentCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<CreateApplicationAssignmentCommandOutput>;
610
+ export declare const de_CreateInstanceCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<CreateInstanceCommandOutput>;
314
614
  export declare const de_CreateInstanceAccessControlAttributeConfigurationCommand: (
315
615
  output: __HttpResponse,
316
616
  context: __SerdeContext
@@ -319,14 +619,42 @@ export declare const de_CreatePermissionSetCommand: (
319
619
  output: __HttpResponse,
320
620
  context: __SerdeContext
321
621
  ) => Promise<CreatePermissionSetCommandOutput>;
622
+ export declare const de_CreateTrustedTokenIssuerCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<CreateTrustedTokenIssuerCommandOutput>;
322
626
  export declare const de_DeleteAccountAssignmentCommand: (
323
627
  output: __HttpResponse,
324
628
  context: __SerdeContext
325
629
  ) => Promise<DeleteAccountAssignmentCommandOutput>;
630
+ export declare const de_DeleteApplicationCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<DeleteApplicationCommandOutput>;
634
+ export declare const de_DeleteApplicationAccessScopeCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<DeleteApplicationAccessScopeCommandOutput>;
638
+ export declare const de_DeleteApplicationAssignmentCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<DeleteApplicationAssignmentCommandOutput>;
642
+ export declare const de_DeleteApplicationAuthenticationMethodCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<DeleteApplicationAuthenticationMethodCommandOutput>;
646
+ export declare const de_DeleteApplicationGrantCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<DeleteApplicationGrantCommandOutput>;
326
650
  export declare const de_DeleteInlinePolicyFromPermissionSetCommand: (
327
651
  output: __HttpResponse,
328
652
  context: __SerdeContext
329
653
  ) => Promise<DeleteInlinePolicyFromPermissionSetCommandOutput>;
654
+ export declare const de_DeleteInstanceCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<DeleteInstanceCommandOutput>;
330
658
  export declare const de_DeleteInstanceAccessControlAttributeConfigurationCommand: (
331
659
  output: __HttpResponse,
332
660
  context: __SerdeContext
@@ -339,6 +667,10 @@ export declare const de_DeletePermissionSetCommand: (
339
667
  output: __HttpResponse,
340
668
  context: __SerdeContext
341
669
  ) => Promise<DeletePermissionSetCommandOutput>;
670
+ export declare const de_DeleteTrustedTokenIssuerCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<DeleteTrustedTokenIssuerCommandOutput>;
342
674
  export declare const de_DescribeAccountAssignmentCreationStatusCommand: (
343
675
  output: __HttpResponse,
344
676
  context: __SerdeContext
@@ -347,6 +679,22 @@ export declare const de_DescribeAccountAssignmentDeletionStatusCommand: (
347
679
  output: __HttpResponse,
348
680
  context: __SerdeContext
349
681
  ) => Promise<DescribeAccountAssignmentDeletionStatusCommandOutput>;
682
+ export declare const de_DescribeApplicationCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<DescribeApplicationCommandOutput>;
686
+ export declare const de_DescribeApplicationAssignmentCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<DescribeApplicationAssignmentCommandOutput>;
690
+ export declare const de_DescribeApplicationProviderCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<DescribeApplicationProviderCommandOutput>;
694
+ export declare const de_DescribeInstanceCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<DescribeInstanceCommandOutput>;
350
698
  export declare const de_DescribeInstanceAccessControlAttributeConfigurationCommand: (
351
699
  output: __HttpResponse,
352
700
  context: __SerdeContext
@@ -359,6 +707,10 @@ export declare const de_DescribePermissionSetProvisioningStatusCommand: (
359
707
  output: __HttpResponse,
360
708
  context: __SerdeContext
361
709
  ) => Promise<DescribePermissionSetProvisioningStatusCommandOutput>;
710
+ export declare const de_DescribeTrustedTokenIssuerCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<DescribeTrustedTokenIssuerCommandOutput>;
362
714
  export declare const de_DetachCustomerManagedPolicyReferenceFromPermissionSetCommand: (
363
715
  output: __HttpResponse,
364
716
  context: __SerdeContext
@@ -367,6 +719,22 @@ export declare const de_DetachManagedPolicyFromPermissionSetCommand: (
367
719
  output: __HttpResponse,
368
720
  context: __SerdeContext
369
721
  ) => Promise<DetachManagedPolicyFromPermissionSetCommandOutput>;
722
+ export declare const de_GetApplicationAccessScopeCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<GetApplicationAccessScopeCommandOutput>;
726
+ export declare const de_GetApplicationAssignmentConfigurationCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<GetApplicationAssignmentConfigurationCommandOutput>;
730
+ export declare const de_GetApplicationAuthenticationMethodCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<GetApplicationAuthenticationMethodCommandOutput>;
734
+ export declare const de_GetApplicationGrantCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<GetApplicationGrantCommandOutput>;
370
738
  export declare const de_GetInlinePolicyForPermissionSetCommand: (
371
739
  output: __HttpResponse,
372
740
  context: __SerdeContext
@@ -387,10 +755,42 @@ export declare const de_ListAccountAssignmentsCommand: (
387
755
  output: __HttpResponse,
388
756
  context: __SerdeContext
389
757
  ) => Promise<ListAccountAssignmentsCommandOutput>;
758
+ export declare const de_ListAccountAssignmentsForPrincipalCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<ListAccountAssignmentsForPrincipalCommandOutput>;
390
762
  export declare const de_ListAccountsForProvisionedPermissionSetCommand: (
391
763
  output: __HttpResponse,
392
764
  context: __SerdeContext
393
765
  ) => Promise<ListAccountsForProvisionedPermissionSetCommandOutput>;
766
+ export declare const de_ListApplicationAccessScopesCommand: (
767
+ output: __HttpResponse,
768
+ context: __SerdeContext
769
+ ) => Promise<ListApplicationAccessScopesCommandOutput>;
770
+ export declare const de_ListApplicationAssignmentsCommand: (
771
+ output: __HttpResponse,
772
+ context: __SerdeContext
773
+ ) => Promise<ListApplicationAssignmentsCommandOutput>;
774
+ export declare const de_ListApplicationAssignmentsForPrincipalCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<ListApplicationAssignmentsForPrincipalCommandOutput>;
778
+ export declare const de_ListApplicationAuthenticationMethodsCommand: (
779
+ output: __HttpResponse,
780
+ context: __SerdeContext
781
+ ) => Promise<ListApplicationAuthenticationMethodsCommandOutput>;
782
+ export declare const de_ListApplicationGrantsCommand: (
783
+ output: __HttpResponse,
784
+ context: __SerdeContext
785
+ ) => Promise<ListApplicationGrantsCommandOutput>;
786
+ export declare const de_ListApplicationProvidersCommand: (
787
+ output: __HttpResponse,
788
+ context: __SerdeContext
789
+ ) => Promise<ListApplicationProvidersCommandOutput>;
790
+ export declare const de_ListApplicationsCommand: (
791
+ output: __HttpResponse,
792
+ context: __SerdeContext
793
+ ) => Promise<ListApplicationsCommandOutput>;
394
794
  export declare const de_ListCustomerManagedPolicyReferencesInPermissionSetCommand: (
395
795
  output: __HttpResponse,
396
796
  context: __SerdeContext
@@ -419,10 +819,30 @@ export declare const de_ListTagsForResourceCommand: (
419
819
  output: __HttpResponse,
420
820
  context: __SerdeContext
421
821
  ) => Promise<ListTagsForResourceCommandOutput>;
822
+ export declare const de_ListTrustedTokenIssuersCommand: (
823
+ output: __HttpResponse,
824
+ context: __SerdeContext
825
+ ) => Promise<ListTrustedTokenIssuersCommandOutput>;
422
826
  export declare const de_ProvisionPermissionSetCommand: (
423
827
  output: __HttpResponse,
424
828
  context: __SerdeContext
425
829
  ) => Promise<ProvisionPermissionSetCommandOutput>;
830
+ export declare const de_PutApplicationAccessScopeCommand: (
831
+ output: __HttpResponse,
832
+ context: __SerdeContext
833
+ ) => Promise<PutApplicationAccessScopeCommandOutput>;
834
+ export declare const de_PutApplicationAssignmentConfigurationCommand: (
835
+ output: __HttpResponse,
836
+ context: __SerdeContext
837
+ ) => Promise<PutApplicationAssignmentConfigurationCommandOutput>;
838
+ export declare const de_PutApplicationAuthenticationMethodCommand: (
839
+ output: __HttpResponse,
840
+ context: __SerdeContext
841
+ ) => Promise<PutApplicationAuthenticationMethodCommandOutput>;
842
+ export declare const de_PutApplicationGrantCommand: (
843
+ output: __HttpResponse,
844
+ context: __SerdeContext
845
+ ) => Promise<PutApplicationGrantCommandOutput>;
426
846
  export declare const de_PutInlinePolicyToPermissionSetCommand: (
427
847
  output: __HttpResponse,
428
848
  context: __SerdeContext
@@ -439,6 +859,14 @@ export declare const de_UntagResourceCommand: (
439
859
  output: __HttpResponse,
440
860
  context: __SerdeContext
441
861
  ) => Promise<UntagResourceCommandOutput>;
862
+ export declare const de_UpdateApplicationCommand: (
863
+ output: __HttpResponse,
864
+ context: __SerdeContext
865
+ ) => Promise<UpdateApplicationCommandOutput>;
866
+ export declare const de_UpdateInstanceCommand: (
867
+ output: __HttpResponse,
868
+ context: __SerdeContext
869
+ ) => Promise<UpdateInstanceCommandOutput>;
442
870
  export declare const de_UpdateInstanceAccessControlAttributeConfigurationCommand: (
443
871
  output: __HttpResponse,
444
872
  context: __SerdeContext
@@ -447,3 +875,7 @@ export declare const de_UpdatePermissionSetCommand: (
447
875
  output: __HttpResponse,
448
876
  context: __SerdeContext
449
877
  ) => Promise<UpdatePermissionSetCommandOutput>;
878
+ export declare const de_UpdateTrustedTokenIssuerCommand: (
879
+ output: __HttpResponse,
880
+ context: __SerdeContext
881
+ ) => Promise<UpdateTrustedTokenIssuerCommandOutput>;