@aws-sdk/client-sso-admin 3.34.0 → 3.37.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 (414) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/SSOAdmin.js +1 -12
  3. package/dist-cjs/SSOAdminClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/AttachManagedPolicyToPermissionSetCommand.js +2 -35
  5. package/dist-cjs/commands/CreateAccountAssignmentCommand.js +36 -0
  6. package/{dist/cjs → dist-cjs}/commands/CreateInstanceAccessControlAttributeConfigurationCommand.js +2 -29
  7. package/{dist/cjs → dist-cjs}/commands/CreatePermissionSetCommand.js +2 -32
  8. package/{dist/cjs → dist-cjs}/commands/DeleteAccountAssignmentCommand.js +2 -28
  9. package/{dist/cjs → dist-cjs}/commands/DeleteInlinePolicyFromPermissionSetCommand.js +2 -27
  10. package/{dist/cjs → dist-cjs}/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.js +2 -30
  11. package/{dist/cjs → dist-cjs}/commands/DeletePermissionSetCommand.js +2 -27
  12. package/{dist/cjs → dist-cjs}/commands/DescribeAccountAssignmentCreationStatusCommand.js +2 -27
  13. package/{dist/cjs → dist-cjs}/commands/DescribeAccountAssignmentDeletionStatusCommand.js +2 -27
  14. package/{dist/cjs → dist-cjs}/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.js +2 -30
  15. package/{dist/cjs → dist-cjs}/commands/DescribePermissionSetCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/commands/DescribePermissionSetProvisioningStatusCommand.js +2 -27
  17. package/{dist/cjs → dist-cjs}/commands/DetachManagedPolicyFromPermissionSetCommand.js +2 -27
  18. package/{dist/cjs → dist-cjs}/commands/GetInlinePolicyForPermissionSetCommand.js +2 -27
  19. package/{dist/cjs → dist-cjs}/commands/ListAccountAssignmentCreationStatusCommand.js +2 -28
  20. package/{dist/cjs → dist-cjs}/commands/ListAccountAssignmentDeletionStatusCommand.js +2 -28
  21. package/{dist/cjs → dist-cjs}/commands/ListAccountAssignmentsCommand.js +2 -28
  22. package/{dist/cjs → dist-cjs}/commands/ListAccountsForProvisionedPermissionSetCommand.js +2 -27
  23. package/{dist/cjs → dist-cjs}/commands/ListInstancesCommand.js +2 -27
  24. package/{dist/cjs → dist-cjs}/commands/ListManagedPoliciesInPermissionSetCommand.js +2 -27
  25. package/{dist/cjs → dist-cjs}/commands/ListPermissionSetProvisioningStatusCommand.js +2 -28
  26. package/{dist/cjs → dist-cjs}/commands/ListPermissionSetsCommand.js +2 -27
  27. package/{dist/cjs → dist-cjs}/commands/ListPermissionSetsProvisionedToAccountCommand.js +2 -27
  28. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
  29. package/{dist/cjs → dist-cjs}/commands/ProvisionPermissionSetCommand.js +2 -28
  30. package/{dist/cjs → dist-cjs}/commands/PutInlinePolicyToPermissionSetCommand.js +2 -34
  31. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
  32. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  33. package/{dist/cjs → dist-cjs}/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.js +2 -32
  34. package/{dist/cjs → dist-cjs}/commands/UpdatePermissionSetCommand.js +2 -27
  35. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  36. package/{dist/cjs → dist-cjs}/index.js +0 -1
  37. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  38. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -247
  39. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  40. package/{dist/cjs → dist-cjs}/pagination/ListAccountAssignmentCreationStatusPaginator.js +1 -12
  41. package/{dist/cjs → dist-cjs}/pagination/ListAccountAssignmentDeletionStatusPaginator.js +1 -12
  42. package/{dist/cjs → dist-cjs}/pagination/ListAccountAssignmentsPaginator.js +1 -12
  43. package/{dist/cjs → dist-cjs}/pagination/ListAccountsForProvisionedPermissionSetPaginator.js +1 -12
  44. package/{dist/cjs → dist-cjs}/pagination/ListInstancesPaginator.js +1 -12
  45. package/{dist/cjs → dist-cjs}/pagination/ListManagedPoliciesInPermissionSetPaginator.js +1 -12
  46. package/{dist/cjs → dist-cjs}/pagination/ListPermissionSetProvisioningStatusPaginator.js +1 -12
  47. package/{dist/cjs → dist-cjs}/pagination/ListPermissionSetsPaginator.js +1 -12
  48. package/{dist/cjs → dist-cjs}/pagination/ListPermissionSetsProvisionedToAccountPaginator.js +1 -12
  49. package/{dist/cjs → dist-cjs}/pagination/ListTagsForResourcePaginator.js +1 -12
  50. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
  51. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  52. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  53. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  54. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  55. package/{dist/es → dist-es}/SSOAdmin.js +1 -2
  56. package/{dist/es → dist-es}/SSOAdminClient.js +1 -2
  57. package/{dist/es → dist-es}/commands/AttachManagedPolicyToPermissionSetCommand.js +2 -3
  58. package/{dist/es → dist-es}/commands/CreateAccountAssignmentCommand.js +2 -3
  59. package/{dist/es → dist-es}/commands/CreateInstanceAccessControlAttributeConfigurationCommand.js +2 -3
  60. package/{dist/es → dist-es}/commands/CreatePermissionSetCommand.js +2 -3
  61. package/{dist/es → dist-es}/commands/DeleteAccountAssignmentCommand.js +2 -3
  62. package/{dist/es → dist-es}/commands/DeleteInlinePolicyFromPermissionSetCommand.js +2 -3
  63. package/{dist/es → dist-es}/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.js +2 -3
  64. package/{dist/es → dist-es}/commands/DeletePermissionSetCommand.js +2 -3
  65. package/{dist/es → dist-es}/commands/DescribeAccountAssignmentCreationStatusCommand.js +2 -3
  66. package/{dist/es → dist-es}/commands/DescribeAccountAssignmentDeletionStatusCommand.js +2 -3
  67. package/{dist/es → dist-es}/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.js +2 -3
  68. package/{dist/es → dist-es}/commands/DescribePermissionSetCommand.js +2 -3
  69. package/{dist/es → dist-es}/commands/DescribePermissionSetProvisioningStatusCommand.js +2 -3
  70. package/{dist/es → dist-es}/commands/DetachManagedPolicyFromPermissionSetCommand.js +2 -3
  71. package/{dist/es → dist-es}/commands/GetInlinePolicyForPermissionSetCommand.js +2 -3
  72. package/{dist/es → dist-es}/commands/ListAccountAssignmentCreationStatusCommand.js +2 -3
  73. package/{dist/es → dist-es}/commands/ListAccountAssignmentDeletionStatusCommand.js +2 -3
  74. package/{dist/es → dist-es}/commands/ListAccountAssignmentsCommand.js +2 -3
  75. package/{dist/es → dist-es}/commands/ListAccountsForProvisionedPermissionSetCommand.js +2 -3
  76. package/{dist/es → dist-es}/commands/ListInstancesCommand.js +2 -3
  77. package/{dist/es → dist-es}/commands/ListManagedPoliciesInPermissionSetCommand.js +2 -3
  78. package/{dist/es → dist-es}/commands/ListPermissionSetProvisioningStatusCommand.js +2 -3
  79. package/{dist/es → dist-es}/commands/ListPermissionSetsCommand.js +2 -3
  80. package/{dist/es → dist-es}/commands/ListPermissionSetsProvisionedToAccountCommand.js +2 -3
  81. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  82. package/{dist/es → dist-es}/commands/ProvisionPermissionSetCommand.js +2 -3
  83. package/{dist/es → dist-es}/commands/PutInlinePolicyToPermissionSetCommand.js +2 -3
  84. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
  85. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
  86. package/{dist/es → dist-es}/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.js +2 -3
  87. package/{dist/es → dist-es}/commands/UpdatePermissionSetCommand.js +2 -3
  88. package/{dist/es → dist-es}/endpoints.js +1 -2
  89. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  90. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  91. package/{dist/es → dist-es}/models/models_0.js +0 -1
  92. package/dist-es/pagination/Interfaces.js +1 -0
  93. package/{dist/es → dist-es}/pagination/ListAccountAssignmentCreationStatusPaginator.js +1 -2
  94. package/{dist/es → dist-es}/pagination/ListAccountAssignmentDeletionStatusPaginator.js +1 -2
  95. package/{dist/es → dist-es}/pagination/ListAccountAssignmentsPaginator.js +1 -2
  96. package/{dist/es → dist-es}/pagination/ListAccountsForProvisionedPermissionSetPaginator.js +1 -2
  97. package/{dist/es → dist-es}/pagination/ListInstancesPaginator.js +1 -2
  98. package/{dist/es → dist-es}/pagination/ListManagedPoliciesInPermissionSetPaginator.js +1 -2
  99. package/{dist/es → dist-es}/pagination/ListPermissionSetProvisioningStatusPaginator.js +1 -2
  100. package/{dist/es → dist-es}/pagination/ListPermissionSetsPaginator.js +1 -2
  101. package/{dist/es → dist-es}/pagination/ListPermissionSetsProvisionedToAccountPaginator.js +1 -2
  102. package/{dist/es → dist-es}/pagination/ListTagsForResourcePaginator.js +1 -2
  103. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
  104. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  105. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  106. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  107. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  108. package/{dist/types → dist-types}/SSOAdmin.d.ts +2 -2
  109. package/{dist/types → dist-types}/SSOAdminClient.d.ts +8 -8
  110. package/{dist/types → dist-types}/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +3 -3
  111. package/{dist/types → dist-types}/commands/CreateAccountAssignmentCommand.d.ts +3 -3
  112. package/{dist/types → dist-types}/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +3 -3
  113. package/{dist/types → dist-types}/commands/CreatePermissionSetCommand.d.ts +3 -3
  114. package/{dist/types → dist-types}/commands/DeleteAccountAssignmentCommand.d.ts +3 -3
  115. package/{dist/types → dist-types}/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +3 -3
  116. package/{dist/types → dist-types}/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +3 -3
  117. package/{dist/types → dist-types}/commands/DeletePermissionSetCommand.d.ts +3 -3
  118. package/{dist/types → dist-types}/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +3 -3
  119. package/{dist/types → dist-types}/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +3 -3
  120. package/{dist/types → dist-types}/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +3 -3
  121. package/{dist/types → dist-types}/commands/DescribePermissionSetCommand.d.ts +3 -3
  122. package/{dist/types → dist-types}/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +3 -3
  123. package/{dist/types → dist-types}/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +3 -3
  124. package/{dist/types → dist-types}/commands/GetInlinePolicyForPermissionSetCommand.d.ts +3 -3
  125. package/{dist/types → dist-types}/commands/ListAccountAssignmentCreationStatusCommand.d.ts +3 -3
  126. package/{dist/types → dist-types}/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +3 -3
  127. package/{dist/types → dist-types}/commands/ListAccountAssignmentsCommand.d.ts +3 -3
  128. package/{dist/types → dist-types}/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +3 -3
  129. package/{dist/types → dist-types}/commands/ListInstancesCommand.d.ts +3 -3
  130. package/{dist/types → dist-types}/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +3 -3
  131. package/{dist/types → dist-types}/commands/ListPermissionSetProvisioningStatusCommand.d.ts +3 -3
  132. package/{dist/types → dist-types}/commands/ListPermissionSetsCommand.d.ts +3 -3
  133. package/{dist/types → dist-types}/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +3 -3
  134. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +3 -3
  135. package/{dist/types → dist-types}/commands/ProvisionPermissionSetCommand.d.ts +3 -3
  136. package/{dist/types → dist-types}/commands/PutInlinePolicyToPermissionSetCommand.d.ts +3 -3
  137. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +3 -3
  138. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +3 -3
  139. package/{dist/types → dist-types}/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +3 -3
  140. package/{dist/types → dist-types}/commands/UpdatePermissionSetCommand.d.ts +3 -3
  141. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  142. package/{index.ts → dist-types/index.d.ts} +0 -0
  143. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  144. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  145. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  146. package/{dist/types → dist-types}/pagination/ListAccountAssignmentCreationStatusPaginator.d.ts +1 -1
  147. package/{dist/types → dist-types}/pagination/ListAccountAssignmentDeletionStatusPaginator.d.ts +1 -1
  148. package/{dist/types → dist-types}/pagination/ListAccountAssignmentsPaginator.d.ts +1 -1
  149. package/{dist/types → dist-types}/pagination/ListAccountsForProvisionedPermissionSetPaginator.d.ts +1 -1
  150. package/{dist/types → dist-types}/pagination/ListInstancesPaginator.d.ts +1 -1
  151. package/{dist/types → dist-types}/pagination/ListManagedPoliciesInPermissionSetPaginator.d.ts +1 -1
  152. package/{dist/types → dist-types}/pagination/ListPermissionSetProvisioningStatusPaginator.d.ts +1 -1
  153. package/{dist/types → dist-types}/pagination/ListPermissionSetsPaginator.d.ts +1 -1
  154. package/{dist/types → dist-types}/pagination/ListPermissionSetsProvisionedToAccountPaginator.d.ts +1 -1
  155. package/{dist/types → dist-types}/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  156. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  157. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  158. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  159. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  160. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  161. package/{dist/types → dist-types}/ts3.4/SSOAdmin.d.ts +34 -158
  162. package/{dist/types → dist-types}/ts3.4/SSOAdminClient.d.ts +32 -104
  163. package/dist-types/ts3.4/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +17 -0
  164. package/dist-types/ts3.4/commands/CreateAccountAssignmentCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/CreatePermissionSetCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/DeleteAccountAssignmentCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/DeletePermissionSetCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/DescribePermissionSetCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/GetInlinePolicyForPermissionSetCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/ListAccountAssignmentCreationStatusCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/ListAccountAssignmentsCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/ListPermissionSetProvisioningStatusCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/ListPermissionSetsCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  188. package/dist-types/ts3.4/commands/ProvisionPermissionSetCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/PutInlinePolicyToPermissionSetCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  192. package/dist-types/ts3.4/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +17 -0
  193. package/dist-types/ts3.4/commands/UpdatePermissionSetCommand.d.ts +17 -0
  194. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  195. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  196. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  197. package/dist-types/ts3.4/models/models_0.d.ts +909 -0
  198. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  199. package/{dist/types → dist-types}/ts3.4/pagination/ListAccountAssignmentCreationStatusPaginator.d.ts +1 -1
  200. package/{dist/types → dist-types}/ts3.4/pagination/ListAccountAssignmentDeletionStatusPaginator.d.ts +1 -1
  201. package/{dist/types → dist-types}/ts3.4/pagination/ListAccountAssignmentsPaginator.d.ts +1 -1
  202. package/{dist/types → dist-types}/ts3.4/pagination/ListAccountsForProvisionedPermissionSetPaginator.d.ts +1 -1
  203. package/{dist/types → dist-types}/ts3.4/pagination/ListInstancesPaginator.d.ts +1 -1
  204. package/{dist/types → dist-types}/ts3.4/pagination/ListManagedPoliciesInPermissionSetPaginator.d.ts +1 -1
  205. package/{dist/types → dist-types}/ts3.4/pagination/ListPermissionSetProvisioningStatusPaginator.d.ts +1 -1
  206. package/{dist/types → dist-types}/ts3.4/pagination/ListPermissionSetsPaginator.d.ts +1 -1
  207. package/{dist/types → dist-types}/ts3.4/pagination/ListPermissionSetsProvisionedToAccountPaginator.d.ts +1 -1
  208. package/{dist/types → dist-types}/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  209. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  210. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  211. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  212. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  213. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  214. package/package.json +45 -42
  215. package/SSOAdmin.ts +0 -1222
  216. package/SSOAdminClient.ts +0 -416
  217. package/commands/AttachManagedPolicyToPermissionSetCommand.ts +0 -113
  218. package/commands/CreateAccountAssignmentCommand.ts +0 -108
  219. package/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts +0 -111
  220. package/commands/CreatePermissionSetCommand.ts +0 -99
  221. package/commands/DeleteAccountAssignmentCommand.ts +0 -95
  222. package/commands/DeleteInlinePolicyFromPermissionSetCommand.ts +0 -105
  223. package/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts +0 -112
  224. package/commands/DeletePermissionSetCommand.ts +0 -94
  225. package/commands/DescribeAccountAssignmentCreationStatusCommand.ts +0 -109
  226. package/commands/DescribeAccountAssignmentDeletionStatusCommand.ts +0 -109
  227. package/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts +0 -112
  228. package/commands/DescribePermissionSetCommand.ts +0 -94
  229. package/commands/DescribePermissionSetProvisioningStatusCommand.ts +0 -109
  230. package/commands/DetachManagedPolicyFromPermissionSetCommand.ts +0 -105
  231. package/commands/GetInlinePolicyForPermissionSetCommand.ts +0 -102
  232. package/commands/ListAccountAssignmentCreationStatusCommand.ts +0 -106
  233. package/commands/ListAccountAssignmentDeletionStatusCommand.ts +0 -106
  234. package/commands/ListAccountAssignmentsCommand.ts +0 -95
  235. package/commands/ListAccountsForProvisionedPermissionSetCommand.ts +0 -109
  236. package/commands/ListInstancesCommand.ts +0 -94
  237. package/commands/ListManagedPoliciesInPermissionSetCommand.ts +0 -105
  238. package/commands/ListPermissionSetProvisioningStatusCommand.ts +0 -106
  239. package/commands/ListPermissionSetsCommand.ts +0 -94
  240. package/commands/ListPermissionSetsProvisionedToAccountCommand.ts +0 -106
  241. package/commands/ListTagsForResourceCommand.ts +0 -94
  242. package/commands/ProvisionPermissionSetCommand.ts +0 -95
  243. package/commands/PutInlinePolicyToPermissionSetCommand.ts +0 -109
  244. package/commands/TagResourceCommand.ts +0 -94
  245. package/commands/UntagResourceCommand.ts +0 -94
  246. package/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts +0 -114
  247. package/commands/UpdatePermissionSetCommand.ts +0 -94
  248. package/dist/cjs/SSOAdmin.js.map +0 -1
  249. package/dist/cjs/SSOAdminClient.js +0 -51
  250. package/dist/cjs/SSOAdminClient.js.map +0 -1
  251. package/dist/cjs/commands/AttachManagedPolicyToPermissionSetCommand.js.map +0 -1
  252. package/dist/cjs/commands/CreateAccountAssignmentCommand.js +0 -75
  253. package/dist/cjs/commands/CreateAccountAssignmentCommand.js.map +0 -1
  254. package/dist/cjs/commands/CreateInstanceAccessControlAttributeConfigurationCommand.js.map +0 -1
  255. package/dist/cjs/commands/CreatePermissionSetCommand.js.map +0 -1
  256. package/dist/cjs/commands/DeleteAccountAssignmentCommand.js.map +0 -1
  257. package/dist/cjs/commands/DeleteInlinePolicyFromPermissionSetCommand.js.map +0 -1
  258. package/dist/cjs/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.js.map +0 -1
  259. package/dist/cjs/commands/DeletePermissionSetCommand.js.map +0 -1
  260. package/dist/cjs/commands/DescribeAccountAssignmentCreationStatusCommand.js.map +0 -1
  261. package/dist/cjs/commands/DescribeAccountAssignmentDeletionStatusCommand.js.map +0 -1
  262. package/dist/cjs/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.js.map +0 -1
  263. package/dist/cjs/commands/DescribePermissionSetCommand.js.map +0 -1
  264. package/dist/cjs/commands/DescribePermissionSetProvisioningStatusCommand.js.map +0 -1
  265. package/dist/cjs/commands/DetachManagedPolicyFromPermissionSetCommand.js.map +0 -1
  266. package/dist/cjs/commands/GetInlinePolicyForPermissionSetCommand.js.map +0 -1
  267. package/dist/cjs/commands/ListAccountAssignmentCreationStatusCommand.js.map +0 -1
  268. package/dist/cjs/commands/ListAccountAssignmentDeletionStatusCommand.js.map +0 -1
  269. package/dist/cjs/commands/ListAccountAssignmentsCommand.js.map +0 -1
  270. package/dist/cjs/commands/ListAccountsForProvisionedPermissionSetCommand.js.map +0 -1
  271. package/dist/cjs/commands/ListInstancesCommand.js.map +0 -1
  272. package/dist/cjs/commands/ListManagedPoliciesInPermissionSetCommand.js.map +0 -1
  273. package/dist/cjs/commands/ListPermissionSetProvisioningStatusCommand.js.map +0 -1
  274. package/dist/cjs/commands/ListPermissionSetsCommand.js.map +0 -1
  275. package/dist/cjs/commands/ListPermissionSetsProvisionedToAccountCommand.js.map +0 -1
  276. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  277. package/dist/cjs/commands/ProvisionPermissionSetCommand.js.map +0 -1
  278. package/dist/cjs/commands/PutInlinePolicyToPermissionSetCommand.js.map +0 -1
  279. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  280. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  281. package/dist/cjs/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.js.map +0 -1
  282. package/dist/cjs/commands/UpdatePermissionSetCommand.js.map +0 -1
  283. package/dist/cjs/endpoints.js.map +0 -1
  284. package/dist/cjs/index.js.map +0 -1
  285. package/dist/cjs/models/index.js.map +0 -1
  286. package/dist/cjs/models/models_0.js.map +0 -1
  287. package/dist/cjs/package.json +0 -91
  288. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  289. package/dist/cjs/pagination/ListAccountAssignmentCreationStatusPaginator.js.map +0 -1
  290. package/dist/cjs/pagination/ListAccountAssignmentDeletionStatusPaginator.js.map +0 -1
  291. package/dist/cjs/pagination/ListAccountAssignmentsPaginator.js.map +0 -1
  292. package/dist/cjs/pagination/ListAccountsForProvisionedPermissionSetPaginator.js.map +0 -1
  293. package/dist/cjs/pagination/ListInstancesPaginator.js.map +0 -1
  294. package/dist/cjs/pagination/ListManagedPoliciesInPermissionSetPaginator.js.map +0 -1
  295. package/dist/cjs/pagination/ListPermissionSetProvisioningStatusPaginator.js.map +0 -1
  296. package/dist/cjs/pagination/ListPermissionSetsPaginator.js.map +0 -1
  297. package/dist/cjs/pagination/ListPermissionSetsProvisionedToAccountPaginator.js.map +0 -1
  298. package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
  299. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  300. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  301. package/dist/cjs/runtimeConfig.js.map +0 -1
  302. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  303. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  304. package/dist/es/SSOAdmin.js.map +0 -1
  305. package/dist/es/SSOAdminClient.js.map +0 -1
  306. package/dist/es/commands/AttachManagedPolicyToPermissionSetCommand.js.map +0 -1
  307. package/dist/es/commands/CreateAccountAssignmentCommand.js.map +0 -1
  308. package/dist/es/commands/CreateInstanceAccessControlAttributeConfigurationCommand.js.map +0 -1
  309. package/dist/es/commands/CreatePermissionSetCommand.js.map +0 -1
  310. package/dist/es/commands/DeleteAccountAssignmentCommand.js.map +0 -1
  311. package/dist/es/commands/DeleteInlinePolicyFromPermissionSetCommand.js.map +0 -1
  312. package/dist/es/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.js.map +0 -1
  313. package/dist/es/commands/DeletePermissionSetCommand.js.map +0 -1
  314. package/dist/es/commands/DescribeAccountAssignmentCreationStatusCommand.js.map +0 -1
  315. package/dist/es/commands/DescribeAccountAssignmentDeletionStatusCommand.js.map +0 -1
  316. package/dist/es/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.js.map +0 -1
  317. package/dist/es/commands/DescribePermissionSetCommand.js.map +0 -1
  318. package/dist/es/commands/DescribePermissionSetProvisioningStatusCommand.js.map +0 -1
  319. package/dist/es/commands/DetachManagedPolicyFromPermissionSetCommand.js.map +0 -1
  320. package/dist/es/commands/GetInlinePolicyForPermissionSetCommand.js.map +0 -1
  321. package/dist/es/commands/ListAccountAssignmentCreationStatusCommand.js.map +0 -1
  322. package/dist/es/commands/ListAccountAssignmentDeletionStatusCommand.js.map +0 -1
  323. package/dist/es/commands/ListAccountAssignmentsCommand.js.map +0 -1
  324. package/dist/es/commands/ListAccountsForProvisionedPermissionSetCommand.js.map +0 -1
  325. package/dist/es/commands/ListInstancesCommand.js.map +0 -1
  326. package/dist/es/commands/ListManagedPoliciesInPermissionSetCommand.js.map +0 -1
  327. package/dist/es/commands/ListPermissionSetProvisioningStatusCommand.js.map +0 -1
  328. package/dist/es/commands/ListPermissionSetsCommand.js.map +0 -1
  329. package/dist/es/commands/ListPermissionSetsProvisionedToAccountCommand.js.map +0 -1
  330. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  331. package/dist/es/commands/ProvisionPermissionSetCommand.js.map +0 -1
  332. package/dist/es/commands/PutInlinePolicyToPermissionSetCommand.js.map +0 -1
  333. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  334. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  335. package/dist/es/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.js.map +0 -1
  336. package/dist/es/commands/UpdatePermissionSetCommand.js.map +0 -1
  337. package/dist/es/endpoints.js.map +0 -1
  338. package/dist/es/index.js +0 -46
  339. package/dist/es/index.js.map +0 -1
  340. package/dist/es/models/index.js +0 -2
  341. package/dist/es/models/index.js.map +0 -1
  342. package/dist/es/models/models_0.js.map +0 -1
  343. package/dist/es/package.json +0 -91
  344. package/dist/es/pagination/Interfaces.js +0 -2
  345. package/dist/es/pagination/Interfaces.js.map +0 -1
  346. package/dist/es/pagination/ListAccountAssignmentCreationStatusPaginator.js.map +0 -1
  347. package/dist/es/pagination/ListAccountAssignmentDeletionStatusPaginator.js.map +0 -1
  348. package/dist/es/pagination/ListAccountAssignmentsPaginator.js.map +0 -1
  349. package/dist/es/pagination/ListAccountsForProvisionedPermissionSetPaginator.js.map +0 -1
  350. package/dist/es/pagination/ListInstancesPaginator.js.map +0 -1
  351. package/dist/es/pagination/ListManagedPoliciesInPermissionSetPaginator.js.map +0 -1
  352. package/dist/es/pagination/ListPermissionSetProvisioningStatusPaginator.js.map +0 -1
  353. package/dist/es/pagination/ListPermissionSetsPaginator.js.map +0 -1
  354. package/dist/es/pagination/ListPermissionSetsProvisionedToAccountPaginator.js.map +0 -1
  355. package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
  356. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  357. package/dist/es/runtimeConfig.browser.js.map +0 -1
  358. package/dist/es/runtimeConfig.js.map +0 -1
  359. package/dist/es/runtimeConfig.native.js.map +0 -1
  360. package/dist/es/runtimeConfig.shared.js.map +0 -1
  361. package/dist/types/ts3.4/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +0 -43
  362. package/dist/types/ts3.4/commands/CreateAccountAssignmentCommand.d.ts +0 -49
  363. package/dist/types/ts3.4/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +0 -37
  364. package/dist/types/ts3.4/commands/CreatePermissionSetCommand.d.ts +0 -40
  365. package/dist/types/ts3.4/commands/DeleteAccountAssignmentCommand.d.ts +0 -36
  366. package/dist/types/ts3.4/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +0 -35
  367. package/dist/types/ts3.4/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +0 -38
  368. package/dist/types/ts3.4/commands/DeletePermissionSetCommand.d.ts +0 -35
  369. package/dist/types/ts3.4/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +0 -35
  370. package/dist/types/ts3.4/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +0 -35
  371. package/dist/types/ts3.4/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +0 -38
  372. package/dist/types/ts3.4/commands/DescribePermissionSetCommand.d.ts +0 -35
  373. package/dist/types/ts3.4/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +0 -35
  374. package/dist/types/ts3.4/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +0 -35
  375. package/dist/types/ts3.4/commands/GetInlinePolicyForPermissionSetCommand.d.ts +0 -35
  376. package/dist/types/ts3.4/commands/ListAccountAssignmentCreationStatusCommand.d.ts +0 -36
  377. package/dist/types/ts3.4/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +0 -36
  378. package/dist/types/ts3.4/commands/ListAccountAssignmentsCommand.d.ts +0 -36
  379. package/dist/types/ts3.4/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +0 -35
  380. package/dist/types/ts3.4/commands/ListInstancesCommand.d.ts +0 -35
  381. package/dist/types/ts3.4/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +0 -35
  382. package/dist/types/ts3.4/commands/ListPermissionSetProvisioningStatusCommand.d.ts +0 -36
  383. package/dist/types/ts3.4/commands/ListPermissionSetsCommand.d.ts +0 -35
  384. package/dist/types/ts3.4/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +0 -35
  385. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
  386. package/dist/types/ts3.4/commands/ProvisionPermissionSetCommand.d.ts +0 -36
  387. package/dist/types/ts3.4/commands/PutInlinePolicyToPermissionSetCommand.d.ts +0 -42
  388. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
  389. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  390. package/dist/types/ts3.4/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +0 -40
  391. package/dist/types/ts3.4/commands/UpdatePermissionSetCommand.d.ts +0 -35
  392. package/dist/types/ts3.4/models/models_0.d.ts +0 -1541
  393. package/endpoints.ts +0 -57
  394. package/jest.config.js +0 -4
  395. package/models/models_0.ts +0 -1978
  396. package/pagination/Interfaces.ts +0 -7
  397. package/pagination/ListAccountAssignmentCreationStatusPaginator.ts +0 -58
  398. package/pagination/ListAccountAssignmentDeletionStatusPaginator.ts +0 -58
  399. package/pagination/ListAccountAssignmentsPaginator.ts +0 -58
  400. package/pagination/ListAccountsForProvisionedPermissionSetPaginator.ts +0 -58
  401. package/pagination/ListInstancesPaginator.ts +0 -58
  402. package/pagination/ListManagedPoliciesInPermissionSetPaginator.ts +0 -58
  403. package/pagination/ListPermissionSetProvisioningStatusPaginator.ts +0 -58
  404. package/pagination/ListPermissionSetsPaginator.ts +0 -58
  405. package/pagination/ListPermissionSetsProvisionedToAccountPaginator.ts +0 -58
  406. package/pagination/ListTagsForResourcePaginator.ts +0 -57
  407. package/protocols/Aws_json1_1.ts +0 -4739
  408. package/runtimeConfig.browser.ts +0 -40
  409. package/runtimeConfig.native.ts +0 -16
  410. package/runtimeConfig.shared.ts +0 -16
  411. package/runtimeConfig.ts +0 -45
  412. package/tsconfig.es.json +0 -10
  413. package/tsconfig.json +0 -31
  414. package/tsconfig.types.json +0 -8
@@ -1,1541 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
- /**
3
- * <p>The value used for mapping a specified attribute to an identity source.</p>
4
- */
5
- export interface AccessControlAttributeValue {
6
- /**
7
- * <p>The identity source to use when mapping a specified attribute to Amazon Web Services SSO.</p>
8
- */
9
- Source: string[] | undefined;
10
- }
11
- export declare namespace AccessControlAttributeValue {
12
- /**
13
- * @internal
14
- */
15
- const filterSensitiveLog: (obj: AccessControlAttributeValue) => any;
16
- }
17
- /**
18
- * <p>These are Amazon Web Services SSO identity store attributes that you can configure for use in
19
- * attributes-based access control (ABAC). You can create permissions policies that determine who
20
- * can access your Amazon Web Services resources based upon the configured attribute values. When you enable
21
- * ABAC and specify <code>AccessControlAttributes</code>, Amazon Web Services SSO passes the attribute values
22
- * of the authenticated user into IAM for use in policy evaluation.</p>
23
- */
24
- export interface AccessControlAttribute {
25
- /**
26
- * <p>The name of the attribute associated with your identities in your identity source. This is
27
- * used to map a specified attribute in your identity source with an attribute in Amazon Web Services
28
- * SSO.</p>
29
- */
30
- Key: string | undefined;
31
- /**
32
- * <p>The value used for mapping a specified attribute to an identity source.</p>
33
- */
34
- Value: AccessControlAttributeValue | undefined;
35
- }
36
- export declare namespace AccessControlAttribute {
37
- /**
38
- * @internal
39
- */
40
- const filterSensitiveLog: (obj: AccessControlAttribute) => any;
41
- }
42
- /**
43
- * <p>You do not have sufficient access to perform this action.</p>
44
- */
45
- export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
46
- name: "AccessDeniedException";
47
- $fault: "client";
48
- Message?: string;
49
- }
50
- export declare namespace AccessDeniedException {
51
- /**
52
- * @internal
53
- */
54
- const filterSensitiveLog: (obj: AccessDeniedException) => any;
55
- }
56
- export declare enum PrincipalType {
57
- GROUP = "GROUP",
58
- USER = "USER"
59
- }
60
- /**
61
- * <p>The assignment that indicates a principal's limited access to a specified Amazon Web Services account
62
- * with a specified permission set.</p>
63
- * <note>
64
- * <p>The term <i>principal</i> here refers to a user or group that is defined
65
- * in Amazon Web Services SSO.</p>
66
- * </note>
67
- */
68
- export interface AccountAssignment {
69
- /**
70
- * <p>The identifier of the Amazon Web Services account.</p>
71
- */
72
- AccountId?: string;
73
- /**
74
- * <p>The ARN of the permission set. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
75
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
76
- */
77
- PermissionSetArn?: string;
78
- /**
79
- * <p>The entity type for which the assignment will be created.</p>
80
- */
81
- PrincipalType?: PrincipalType | string;
82
- /**
83
- * <p>An identifier for an object in Amazon Web Services SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in Amazon Web Services SSO, see the <a href="/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Amazon Web Services SSO Identity Store API Reference</a>.</p>
84
- */
85
- PrincipalId?: string;
86
- }
87
- export declare namespace AccountAssignment {
88
- /**
89
- * @internal
90
- */
91
- const filterSensitiveLog: (obj: AccountAssignment) => any;
92
- }
93
- export declare enum StatusValues {
94
- FAILED = "FAILED",
95
- IN_PROGRESS = "IN_PROGRESS",
96
- SUCCEEDED = "SUCCEEDED"
97
- }
98
- export declare enum TargetType {
99
- AWS_ACCOUNT = "AWS_ACCOUNT"
100
- }
101
- /**
102
- * <p>The status of the creation or deletion operation of an assignment that a principal needs
103
- * to access an account.</p>
104
- */
105
- export interface AccountAssignmentOperationStatus {
106
- /**
107
- * <p>The status of the permission set provisioning process.</p>
108
- */
109
- Status?: StatusValues | string;
110
- /**
111
- * <p>The identifier for tracking the request operation that is generated by the universally
112
- * unique identifier (UUID) workflow.</p>
113
- */
114
- RequestId?: string;
115
- /**
116
- * <p>The message that contains an error or exception in case of an operation failure.</p>
117
- */
118
- FailureReason?: string;
119
- /**
120
- * <p>TargetID is an Amazon Web Services account identifier, typically a 10-12 digit string (For example, 123456789012).</p>
121
- */
122
- TargetId?: string;
123
- /**
124
- * <p>The entity type for which the assignment will be created.</p>
125
- */
126
- TargetType?: TargetType | string;
127
- /**
128
- * <p>The ARN of the permission set. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
129
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
130
- */
131
- PermissionSetArn?: string;
132
- /**
133
- * <p>The entity type for which the assignment will be created.</p>
134
- */
135
- PrincipalType?: PrincipalType | string;
136
- /**
137
- * <p>An identifier for an object in Amazon Web Services SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in Amazon Web Services SSO, see the <a href="/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Amazon Web Services SSO Identity Store API Reference</a>.</p>
138
- */
139
- PrincipalId?: string;
140
- /**
141
- * <p>The date that the permission set was created.</p>
142
- */
143
- CreatedDate?: Date;
144
- }
145
- export declare namespace AccountAssignmentOperationStatus {
146
- /**
147
- * @internal
148
- */
149
- const filterSensitiveLog: (obj: AccountAssignmentOperationStatus) => any;
150
- }
151
- /**
152
- * <p>Provides information about the <a>AccountAssignment</a> creation
153
- * request.</p>
154
- */
155
- export interface AccountAssignmentOperationStatusMetadata {
156
- /**
157
- * <p>The status of the permission set provisioning process.</p>
158
- */
159
- Status?: StatusValues | string;
160
- /**
161
- * <p>The identifier for tracking the request operation that is generated by the universally
162
- * unique identifier (UUID) workflow.</p>
163
- */
164
- RequestId?: string;
165
- /**
166
- * <p>The date that the permission set was created.</p>
167
- */
168
- CreatedDate?: Date;
169
- }
170
- export declare namespace AccountAssignmentOperationStatusMetadata {
171
- /**
172
- * @internal
173
- */
174
- const filterSensitiveLog: (obj: AccountAssignmentOperationStatusMetadata) => any;
175
- }
176
- /**
177
- * <p>A structure that stores the details of the IAM managed policy.</p>
178
- */
179
- export interface AttachedManagedPolicy {
180
- /**
181
- * <p>The name of the IAM managed policy.</p>
182
- */
183
- Name?: string;
184
- /**
185
- * <p>The ARN of the IAM managed policy. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
186
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
187
- */
188
- Arn?: string;
189
- }
190
- export declare namespace AttachedManagedPolicy {
191
- /**
192
- * @internal
193
- */
194
- const filterSensitiveLog: (obj: AttachedManagedPolicy) => any;
195
- }
196
- export interface AttachManagedPolicyToPermissionSetRequest {
197
- /**
198
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
199
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
200
- */
201
- InstanceArn: string | undefined;
202
- /**
203
- * <p>The ARN of the <a>PermissionSet</a> that the managed policy should be attached
204
- * to.</p>
205
- */
206
- PermissionSetArn: string | undefined;
207
- /**
208
- * <p>The IAM managed policy ARN to be attached to a permission set.</p>
209
- */
210
- ManagedPolicyArn: string | undefined;
211
- }
212
- export declare namespace AttachManagedPolicyToPermissionSetRequest {
213
- /**
214
- * @internal
215
- */
216
- const filterSensitiveLog: (obj: AttachManagedPolicyToPermissionSetRequest) => any;
217
- }
218
- export interface AttachManagedPolicyToPermissionSetResponse {
219
- }
220
- export declare namespace AttachManagedPolicyToPermissionSetResponse {
221
- /**
222
- * @internal
223
- */
224
- const filterSensitiveLog: (obj: AttachManagedPolicyToPermissionSetResponse) => any;
225
- }
226
- /**
227
- * <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
228
- * when the previous write did not have time to propagate to the host serving the current
229
- * request. A retry (with appropriate backoff logic) is the recommended response to this
230
- * exception.</p>
231
- */
232
- export interface ConflictException extends __SmithyException, $MetadataBearer {
233
- name: "ConflictException";
234
- $fault: "client";
235
- Message?: string;
236
- }
237
- export declare namespace ConflictException {
238
- /**
239
- * @internal
240
- */
241
- const filterSensitiveLog: (obj: ConflictException) => any;
242
- }
243
- /**
244
- * <p>The request processing has failed because of an unknown error, exception, or failure with
245
- * an internal server.</p>
246
- */
247
- export interface InternalServerException extends __SmithyException, $MetadataBearer {
248
- name: "InternalServerException";
249
- $fault: "server";
250
- Message?: string;
251
- }
252
- export declare namespace InternalServerException {
253
- /**
254
- * @internal
255
- */
256
- const filterSensitiveLog: (obj: InternalServerException) => any;
257
- }
258
- /**
259
- * <p>Indicates that a requested resource is not found.</p>
260
- */
261
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
262
- name: "ResourceNotFoundException";
263
- $fault: "client";
264
- Message?: string;
265
- }
266
- export declare namespace ResourceNotFoundException {
267
- /**
268
- * @internal
269
- */
270
- const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
271
- }
272
- /**
273
- * <p>Indicates that the principal has crossed the permitted number of resources that can be
274
- * created.</p>
275
- */
276
- export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
277
- name: "ServiceQuotaExceededException";
278
- $fault: "client";
279
- Message?: string;
280
- }
281
- export declare namespace ServiceQuotaExceededException {
282
- /**
283
- * @internal
284
- */
285
- const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
286
- }
287
- /**
288
- * <p>Indicates that the principal has crossed the throttling limits of the API
289
- * operations.</p>
290
- */
291
- export interface ThrottlingException extends __SmithyException, $MetadataBearer {
292
- name: "ThrottlingException";
293
- $fault: "client";
294
- Message?: string;
295
- }
296
- export declare namespace ThrottlingException {
297
- /**
298
- * @internal
299
- */
300
- const filterSensitiveLog: (obj: ThrottlingException) => any;
301
- }
302
- /**
303
- * <p>The request failed because it contains a syntax error.</p>
304
- */
305
- export interface ValidationException extends __SmithyException, $MetadataBearer {
306
- name: "ValidationException";
307
- $fault: "client";
308
- Message?: string;
309
- }
310
- export declare namespace ValidationException {
311
- /**
312
- * @internal
313
- */
314
- const filterSensitiveLog: (obj: ValidationException) => any;
315
- }
316
- export interface CreateAccountAssignmentRequest {
317
- /**
318
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
319
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
320
- */
321
- InstanceArn: string | undefined;
322
- /**
323
- * <p>TargetID is an Amazon Web Services account identifier, typically a 10-12 digit string (For example, 123456789012).</p>
324
- */
325
- TargetId: string | undefined;
326
- /**
327
- * <p>The entity type for which the assignment will be created.</p>
328
- */
329
- TargetType: TargetType | string | undefined;
330
- /**
331
- * <p>The ARN of the permission set that the admin wants to grant the principal access
332
- * to.</p>
333
- */
334
- PermissionSetArn: string | undefined;
335
- /**
336
- * <p>The entity type for which the assignment will be created.</p>
337
- */
338
- PrincipalType: PrincipalType | string | undefined;
339
- /**
340
- * <p>An identifier for an object in Amazon Web Services SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in Amazon Web Services SSO, see the <a href="/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Amazon Web Services SSO Identity Store API Reference</a>.</p>
341
- */
342
- PrincipalId: string | undefined;
343
- }
344
- export declare namespace CreateAccountAssignmentRequest {
345
- /**
346
- * @internal
347
- */
348
- const filterSensitiveLog: (obj: CreateAccountAssignmentRequest) => any;
349
- }
350
- export interface CreateAccountAssignmentResponse {
351
- /**
352
- * <p>The status object for the account assignment creation operation.</p>
353
- */
354
- AccountAssignmentCreationStatus?: AccountAssignmentOperationStatus;
355
- }
356
- export declare namespace CreateAccountAssignmentResponse {
357
- /**
358
- * @internal
359
- */
360
- const filterSensitiveLog: (obj: CreateAccountAssignmentResponse) => any;
361
- }
362
- /**
363
- * <p>Specifies the attributes to add to your attribute-based access control (ABAC)
364
- * configuration.</p>
365
- */
366
- export interface InstanceAccessControlAttributeConfiguration {
367
- /**
368
- * <p>Lists the attributes that are configured for ABAC in the specified Amazon Web Services SSO
369
- * instance.</p>
370
- */
371
- AccessControlAttributes: AccessControlAttribute[] | undefined;
372
- }
373
- export declare namespace InstanceAccessControlAttributeConfiguration {
374
- /**
375
- * @internal
376
- */
377
- const filterSensitiveLog: (obj: InstanceAccessControlAttributeConfiguration) => any;
378
- }
379
- export interface CreateInstanceAccessControlAttributeConfigurationRequest {
380
- /**
381
- * <p>The ARN of the SSO instance under which the operation will be executed.</p>
382
- */
383
- InstanceArn: string | undefined;
384
- /**
385
- * <p>Specifies the Amazon Web Services SSO identity store attributes to add to your ABAC configuration.
386
- * When using an external identity provider as an identity source, you can pass attributes
387
- * through the SAML assertion. Doing so provides an alternative to configuring attributes from
388
- * the Amazon Web Services SSO identity store. If a SAML assertion passes any of these attributes, Amazon Web Services
389
- * SSO will replace the attribute value with the value from the Amazon Web Services SSO identity
390
- * store.</p>
391
- */
392
- InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfiguration | undefined;
393
- }
394
- export declare namespace CreateInstanceAccessControlAttributeConfigurationRequest {
395
- /**
396
- * @internal
397
- */
398
- const filterSensitiveLog: (obj: CreateInstanceAccessControlAttributeConfigurationRequest) => any;
399
- }
400
- export interface CreateInstanceAccessControlAttributeConfigurationResponse {
401
- }
402
- export declare namespace CreateInstanceAccessControlAttributeConfigurationResponse {
403
- /**
404
- * @internal
405
- */
406
- const filterSensitiveLog: (obj: CreateInstanceAccessControlAttributeConfigurationResponse) => any;
407
- }
408
- /**
409
- * <p>A set of key-value pairs that are used to manage the resource. Tags can only be applied to
410
- * permission sets and cannot be applied to corresponding roles that Amazon Web Services SSO creates in Amazon Web Services
411
- * accounts.</p>
412
- */
413
- export interface Tag {
414
- /**
415
- * <p>The key for the tag.</p>
416
- */
417
- Key?: string;
418
- /**
419
- * <p>The value of the tag.</p>
420
- */
421
- Value?: string;
422
- }
423
- export declare namespace Tag {
424
- /**
425
- * @internal
426
- */
427
- const filterSensitiveLog: (obj: Tag) => any;
428
- }
429
- export interface CreatePermissionSetRequest {
430
- /**
431
- * <p>The name of the <a>PermissionSet</a>.</p>
432
- */
433
- Name: string | undefined;
434
- /**
435
- * <p>The description of the <a>PermissionSet</a>.</p>
436
- */
437
- Description?: string;
438
- /**
439
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
440
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
441
- */
442
- InstanceArn: string | undefined;
443
- /**
444
- * <p>The length of time that the application user sessions are valid in the ISO-8601
445
- * standard.</p>
446
- */
447
- SessionDuration?: string;
448
- /**
449
- * <p>Used to redirect users within the application during the federation authentication
450
- * process.</p>
451
- */
452
- RelayState?: string;
453
- /**
454
- * <p>The tags to attach to the new <a>PermissionSet</a>.</p>
455
- */
456
- Tags?: Tag[];
457
- }
458
- export declare namespace CreatePermissionSetRequest {
459
- /**
460
- * @internal
461
- */
462
- const filterSensitiveLog: (obj: CreatePermissionSetRequest) => any;
463
- }
464
- /**
465
- * <p>An entity that contains IAM policies.</p>
466
- */
467
- export interface PermissionSet {
468
- /**
469
- * <p>The name of the permission set.</p>
470
- */
471
- Name?: string;
472
- /**
473
- * <p>The ARN of the permission set. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
474
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
475
- */
476
- PermissionSetArn?: string;
477
- /**
478
- * <p>The description of the <a>PermissionSet</a>.</p>
479
- */
480
- Description?: string;
481
- /**
482
- * <p>The date that the permission set was created.</p>
483
- */
484
- CreatedDate?: Date;
485
- /**
486
- * <p>The length of time that the application user sessions are valid for in the ISO-8601
487
- * standard.</p>
488
- */
489
- SessionDuration?: string;
490
- /**
491
- * <p>Used to redirect users within the application during the federation authentication
492
- * process.</p>
493
- */
494
- RelayState?: string;
495
- }
496
- export declare namespace PermissionSet {
497
- /**
498
- * @internal
499
- */
500
- const filterSensitiveLog: (obj: PermissionSet) => any;
501
- }
502
- export interface CreatePermissionSetResponse {
503
- /**
504
- * <p>Defines the level of access on an Amazon Web Services account.</p>
505
- */
506
- PermissionSet?: PermissionSet;
507
- }
508
- export declare namespace CreatePermissionSetResponse {
509
- /**
510
- * @internal
511
- */
512
- const filterSensitiveLog: (obj: CreatePermissionSetResponse) => any;
513
- }
514
- export interface DeleteAccountAssignmentRequest {
515
- /**
516
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
517
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
518
- */
519
- InstanceArn: string | undefined;
520
- /**
521
- * <p>TargetID is an Amazon Web Services account identifier, typically a 10-12 digit string (For example, 123456789012).</p>
522
- */
523
- TargetId: string | undefined;
524
- /**
525
- * <p>The entity type for which the assignment will be deleted.</p>
526
- */
527
- TargetType: TargetType | string | undefined;
528
- /**
529
- * <p>The ARN of the permission set that will be used to remove access.</p>
530
- */
531
- PermissionSetArn: string | undefined;
532
- /**
533
- * <p>The entity type for which the assignment will be deleted.</p>
534
- */
535
- PrincipalType: PrincipalType | string | undefined;
536
- /**
537
- * <p>An identifier for an object in Amazon Web Services SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in Amazon Web Services SSO, see the <a href="/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Amazon Web Services SSO Identity Store API Reference</a>.</p>
538
- */
539
- PrincipalId: string | undefined;
540
- }
541
- export declare namespace DeleteAccountAssignmentRequest {
542
- /**
543
- * @internal
544
- */
545
- const filterSensitiveLog: (obj: DeleteAccountAssignmentRequest) => any;
546
- }
547
- export interface DeleteAccountAssignmentResponse {
548
- /**
549
- * <p>The status object for the account assignment deletion operation.</p>
550
- */
551
- AccountAssignmentDeletionStatus?: AccountAssignmentOperationStatus;
552
- }
553
- export declare namespace DeleteAccountAssignmentResponse {
554
- /**
555
- * @internal
556
- */
557
- const filterSensitiveLog: (obj: DeleteAccountAssignmentResponse) => any;
558
- }
559
- export interface DeleteInlinePolicyFromPermissionSetRequest {
560
- /**
561
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
562
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
563
- */
564
- InstanceArn: string | undefined;
565
- /**
566
- * <p>The ARN of the permission set that will be used to remove access.</p>
567
- */
568
- PermissionSetArn: string | undefined;
569
- }
570
- export declare namespace DeleteInlinePolicyFromPermissionSetRequest {
571
- /**
572
- * @internal
573
- */
574
- const filterSensitiveLog: (obj: DeleteInlinePolicyFromPermissionSetRequest) => any;
575
- }
576
- export interface DeleteInlinePolicyFromPermissionSetResponse {
577
- }
578
- export declare namespace DeleteInlinePolicyFromPermissionSetResponse {
579
- /**
580
- * @internal
581
- */
582
- const filterSensitiveLog: (obj: DeleteInlinePolicyFromPermissionSetResponse) => any;
583
- }
584
- export interface DeleteInstanceAccessControlAttributeConfigurationRequest {
585
- /**
586
- * <p>The ARN of the SSO instance under which the operation will be executed.</p>
587
- */
588
- InstanceArn: string | undefined;
589
- }
590
- export declare namespace DeleteInstanceAccessControlAttributeConfigurationRequest {
591
- /**
592
- * @internal
593
- */
594
- const filterSensitiveLog: (obj: DeleteInstanceAccessControlAttributeConfigurationRequest) => any;
595
- }
596
- export interface DeleteInstanceAccessControlAttributeConfigurationResponse {
597
- }
598
- export declare namespace DeleteInstanceAccessControlAttributeConfigurationResponse {
599
- /**
600
- * @internal
601
- */
602
- const filterSensitiveLog: (obj: DeleteInstanceAccessControlAttributeConfigurationResponse) => any;
603
- }
604
- export interface DeletePermissionSetRequest {
605
- /**
606
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
607
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
608
- */
609
- InstanceArn: string | undefined;
610
- /**
611
- * <p>The ARN of the permission set that should be deleted.</p>
612
- */
613
- PermissionSetArn: string | undefined;
614
- }
615
- export declare namespace DeletePermissionSetRequest {
616
- /**
617
- * @internal
618
- */
619
- const filterSensitiveLog: (obj: DeletePermissionSetRequest) => any;
620
- }
621
- export interface DeletePermissionSetResponse {
622
- }
623
- export declare namespace DeletePermissionSetResponse {
624
- /**
625
- * @internal
626
- */
627
- const filterSensitiveLog: (obj: DeletePermissionSetResponse) => any;
628
- }
629
- export interface DescribeAccountAssignmentCreationStatusRequest {
630
- /**
631
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
632
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
633
- */
634
- InstanceArn: string | undefined;
635
- /**
636
- * <p>The identifier that is used to track the request operation progress.</p>
637
- */
638
- AccountAssignmentCreationRequestId: string | undefined;
639
- }
640
- export declare namespace DescribeAccountAssignmentCreationStatusRequest {
641
- /**
642
- * @internal
643
- */
644
- const filterSensitiveLog: (obj: DescribeAccountAssignmentCreationStatusRequest) => any;
645
- }
646
- export interface DescribeAccountAssignmentCreationStatusResponse {
647
- /**
648
- * <p>The status object for the account assignment creation operation.</p>
649
- */
650
- AccountAssignmentCreationStatus?: AccountAssignmentOperationStatus;
651
- }
652
- export declare namespace DescribeAccountAssignmentCreationStatusResponse {
653
- /**
654
- * @internal
655
- */
656
- const filterSensitiveLog: (obj: DescribeAccountAssignmentCreationStatusResponse) => any;
657
- }
658
- export interface DescribeAccountAssignmentDeletionStatusRequest {
659
- /**
660
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
661
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
662
- */
663
- InstanceArn: string | undefined;
664
- /**
665
- * <p>The identifier that is used to track the request operation progress.</p>
666
- */
667
- AccountAssignmentDeletionRequestId: string | undefined;
668
- }
669
- export declare namespace DescribeAccountAssignmentDeletionStatusRequest {
670
- /**
671
- * @internal
672
- */
673
- const filterSensitiveLog: (obj: DescribeAccountAssignmentDeletionStatusRequest) => any;
674
- }
675
- export interface DescribeAccountAssignmentDeletionStatusResponse {
676
- /**
677
- * <p>The status object for the account assignment deletion operation.</p>
678
- */
679
- AccountAssignmentDeletionStatus?: AccountAssignmentOperationStatus;
680
- }
681
- export declare namespace DescribeAccountAssignmentDeletionStatusResponse {
682
- /**
683
- * @internal
684
- */
685
- const filterSensitiveLog: (obj: DescribeAccountAssignmentDeletionStatusResponse) => any;
686
- }
687
- export interface DescribeInstanceAccessControlAttributeConfigurationRequest {
688
- /**
689
- * <p>The ARN of the SSO instance under which the operation will be executed.</p>
690
- */
691
- InstanceArn: string | undefined;
692
- }
693
- export declare namespace DescribeInstanceAccessControlAttributeConfigurationRequest {
694
- /**
695
- * @internal
696
- */
697
- const filterSensitiveLog: (obj: DescribeInstanceAccessControlAttributeConfigurationRequest) => any;
698
- }
699
- export declare enum InstanceAccessControlAttributeConfigurationStatus {
700
- CREATION_FAILED = "CREATION_FAILED",
701
- CREATION_IN_PROGRESS = "CREATION_IN_PROGRESS",
702
- ENABLED = "ENABLED"
703
- }
704
- export interface DescribeInstanceAccessControlAttributeConfigurationResponse {
705
- /**
706
- * <p>The status of the attribute configuration process.</p>
707
- */
708
- Status?: InstanceAccessControlAttributeConfigurationStatus | string;
709
- /**
710
- * <p>Provides more details about the current status of the specified attribute.</p>
711
- */
712
- StatusReason?: string;
713
- /**
714
- * <p>Gets the list of Amazon Web Services SSO identity store attributes that have been added to your ABAC
715
- * configuration.</p>
716
- */
717
- InstanceAccessControlAttributeConfiguration?: InstanceAccessControlAttributeConfiguration;
718
- }
719
- export declare namespace DescribeInstanceAccessControlAttributeConfigurationResponse {
720
- /**
721
- * @internal
722
- */
723
- const filterSensitiveLog: (obj: DescribeInstanceAccessControlAttributeConfigurationResponse) => any;
724
- }
725
- export interface DescribePermissionSetRequest {
726
- /**
727
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
728
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
729
- */
730
- InstanceArn: string | undefined;
731
- /**
732
- * <p>The ARN of the permission set.</p>
733
- */
734
- PermissionSetArn: string | undefined;
735
- }
736
- export declare namespace DescribePermissionSetRequest {
737
- /**
738
- * @internal
739
- */
740
- const filterSensitiveLog: (obj: DescribePermissionSetRequest) => any;
741
- }
742
- export interface DescribePermissionSetResponse {
743
- /**
744
- * <p>Describes the level of access on an Amazon Web Services account.</p>
745
- */
746
- PermissionSet?: PermissionSet;
747
- }
748
- export declare namespace DescribePermissionSetResponse {
749
- /**
750
- * @internal
751
- */
752
- const filterSensitiveLog: (obj: DescribePermissionSetResponse) => any;
753
- }
754
- export interface DescribePermissionSetProvisioningStatusRequest {
755
- /**
756
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
757
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
758
- */
759
- InstanceArn: string | undefined;
760
- /**
761
- * <p>The identifier that is provided by the <a>ProvisionPermissionSet</a> call to
762
- * retrieve the current status of the provisioning workflow.</p>
763
- */
764
- ProvisionPermissionSetRequestId: string | undefined;
765
- }
766
- export declare namespace DescribePermissionSetProvisioningStatusRequest {
767
- /**
768
- * @internal
769
- */
770
- const filterSensitiveLog: (obj: DescribePermissionSetProvisioningStatusRequest) => any;
771
- }
772
- /**
773
- * <p>A structure that is used to provide the status of the provisioning operation for a
774
- * specified permission set.</p>
775
- */
776
- export interface PermissionSetProvisioningStatus {
777
- /**
778
- * <p>The status of the permission set provisioning process.</p>
779
- */
780
- Status?: StatusValues | string;
781
- /**
782
- * <p>The identifier for tracking the request operation that is generated by the universally
783
- * unique identifier (UUID) workflow.</p>
784
- */
785
- RequestId?: string;
786
- /**
787
- * <p>The identifier of the Amazon Web Services account from which to list the assignments.</p>
788
- */
789
- AccountId?: string;
790
- /**
791
- * <p>The ARN of the permission set that is being provisioned. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
792
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
793
- */
794
- PermissionSetArn?: string;
795
- /**
796
- * <p>The message that contains an error or exception in case of an operation failure.</p>
797
- */
798
- FailureReason?: string;
799
- /**
800
- * <p>The date that the permission set was created.</p>
801
- */
802
- CreatedDate?: Date;
803
- }
804
- export declare namespace PermissionSetProvisioningStatus {
805
- /**
806
- * @internal
807
- */
808
- const filterSensitiveLog: (obj: PermissionSetProvisioningStatus) => any;
809
- }
810
- export interface DescribePermissionSetProvisioningStatusResponse {
811
- /**
812
- * <p>The status object for the permission set provisioning operation.</p>
813
- */
814
- PermissionSetProvisioningStatus?: PermissionSetProvisioningStatus;
815
- }
816
- export declare namespace DescribePermissionSetProvisioningStatusResponse {
817
- /**
818
- * @internal
819
- */
820
- const filterSensitiveLog: (obj: DescribePermissionSetProvisioningStatusResponse) => any;
821
- }
822
- export interface DetachManagedPolicyFromPermissionSetRequest {
823
- /**
824
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
825
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
826
- */
827
- InstanceArn: string | undefined;
828
- /**
829
- * <p>The ARN of the <a>PermissionSet</a> from which the policy should be
830
- * detached.</p>
831
- */
832
- PermissionSetArn: string | undefined;
833
- /**
834
- * <p>The IAM managed policy ARN to be attached to a permission set.</p>
835
- */
836
- ManagedPolicyArn: string | undefined;
837
- }
838
- export declare namespace DetachManagedPolicyFromPermissionSetRequest {
839
- /**
840
- * @internal
841
- */
842
- const filterSensitiveLog: (obj: DetachManagedPolicyFromPermissionSetRequest) => any;
843
- }
844
- export interface DetachManagedPolicyFromPermissionSetResponse {
845
- }
846
- export declare namespace DetachManagedPolicyFromPermissionSetResponse {
847
- /**
848
- * @internal
849
- */
850
- const filterSensitiveLog: (obj: DetachManagedPolicyFromPermissionSetResponse) => any;
851
- }
852
- export interface GetInlinePolicyForPermissionSetRequest {
853
- /**
854
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
855
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
856
- */
857
- InstanceArn: string | undefined;
858
- /**
859
- * <p>The ARN of the permission set.</p>
860
- */
861
- PermissionSetArn: string | undefined;
862
- }
863
- export declare namespace GetInlinePolicyForPermissionSetRequest {
864
- /**
865
- * @internal
866
- */
867
- const filterSensitiveLog: (obj: GetInlinePolicyForPermissionSetRequest) => any;
868
- }
869
- export interface GetInlinePolicyForPermissionSetResponse {
870
- /**
871
- * <p>The IAM inline policy that is attached to the permission set.</p>
872
- */
873
- InlinePolicy?: string;
874
- }
875
- export declare namespace GetInlinePolicyForPermissionSetResponse {
876
- /**
877
- * @internal
878
- */
879
- const filterSensitiveLog: (obj: GetInlinePolicyForPermissionSetResponse) => any;
880
- }
881
- /**
882
- * <p>Provides information about the SSO instance.</p>
883
- */
884
- export interface InstanceMetadata {
885
- /**
886
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
887
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
888
- */
889
- InstanceArn?: string;
890
- /**
891
- * <p>The identifier of the identity store that is connected to the SSO instance.</p>
892
- */
893
- IdentityStoreId?: string;
894
- }
895
- export declare namespace InstanceMetadata {
896
- /**
897
- * @internal
898
- */
899
- const filterSensitiveLog: (obj: InstanceMetadata) => any;
900
- }
901
- /**
902
- * <p>Filters he operation status list based on the passed attribute value.</p>
903
- */
904
- export interface OperationStatusFilter {
905
- /**
906
- * <p>Filters the list operations result based on the status attribute.</p>
907
- */
908
- Status?: StatusValues | string;
909
- }
910
- export declare namespace OperationStatusFilter {
911
- /**
912
- * @internal
913
- */
914
- const filterSensitiveLog: (obj: OperationStatusFilter) => any;
915
- }
916
- export interface ListAccountAssignmentCreationStatusRequest {
917
- /**
918
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
919
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
920
- */
921
- InstanceArn: string | undefined;
922
- /**
923
- * <p>The maximum number of results to display for the assignment.</p>
924
- */
925
- MaxResults?: number;
926
- /**
927
- * <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
928
- */
929
- NextToken?: string;
930
- /**
931
- * <p>Filters results based on the passed attribute value.</p>
932
- */
933
- Filter?: OperationStatusFilter;
934
- }
935
- export declare namespace ListAccountAssignmentCreationStatusRequest {
936
- /**
937
- * @internal
938
- */
939
- const filterSensitiveLog: (obj: ListAccountAssignmentCreationStatusRequest) => any;
940
- }
941
- export interface ListAccountAssignmentCreationStatusResponse {
942
- /**
943
- * <p>The status object for the account assignment creation operation.</p>
944
- */
945
- AccountAssignmentsCreationStatus?: AccountAssignmentOperationStatusMetadata[];
946
- /**
947
- * <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
948
- */
949
- NextToken?: string;
950
- }
951
- export declare namespace ListAccountAssignmentCreationStatusResponse {
952
- /**
953
- * @internal
954
- */
955
- const filterSensitiveLog: (obj: ListAccountAssignmentCreationStatusResponse) => any;
956
- }
957
- export interface ListAccountAssignmentDeletionStatusRequest {
958
- /**
959
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
960
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
961
- */
962
- InstanceArn: string | undefined;
963
- /**
964
- * <p>The maximum number of results to display for the assignment.</p>
965
- */
966
- MaxResults?: number;
967
- /**
968
- * <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
969
- */
970
- NextToken?: string;
971
- /**
972
- * <p>Filters results based on the passed attribute value.</p>
973
- */
974
- Filter?: OperationStatusFilter;
975
- }
976
- export declare namespace ListAccountAssignmentDeletionStatusRequest {
977
- /**
978
- * @internal
979
- */
980
- const filterSensitiveLog: (obj: ListAccountAssignmentDeletionStatusRequest) => any;
981
- }
982
- export interface ListAccountAssignmentDeletionStatusResponse {
983
- /**
984
- * <p>The status object for the account assignment deletion operation.</p>
985
- */
986
- AccountAssignmentsDeletionStatus?: AccountAssignmentOperationStatusMetadata[];
987
- /**
988
- * <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
989
- */
990
- NextToken?: string;
991
- }
992
- export declare namespace ListAccountAssignmentDeletionStatusResponse {
993
- /**
994
- * @internal
995
- */
996
- const filterSensitiveLog: (obj: ListAccountAssignmentDeletionStatusResponse) => any;
997
- }
998
- export interface ListAccountAssignmentsRequest {
999
- /**
1000
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1001
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1002
- */
1003
- InstanceArn: string | undefined;
1004
- /**
1005
- * <p>The identifier of the Amazon Web Services account from which to list the assignments.</p>
1006
- */
1007
- AccountId: string | undefined;
1008
- /**
1009
- * <p>The ARN of the permission set from which to list assignments.</p>
1010
- */
1011
- PermissionSetArn: string | undefined;
1012
- /**
1013
- * <p>The maximum number of results to display for the assignment.</p>
1014
- */
1015
- MaxResults?: number;
1016
- /**
1017
- * <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
1018
- */
1019
- NextToken?: string;
1020
- }
1021
- export declare namespace ListAccountAssignmentsRequest {
1022
- /**
1023
- * @internal
1024
- */
1025
- const filterSensitiveLog: (obj: ListAccountAssignmentsRequest) => any;
1026
- }
1027
- export interface ListAccountAssignmentsResponse {
1028
- /**
1029
- * <p>The list of assignments that match the input Amazon Web Services account and permission set.</p>
1030
- */
1031
- AccountAssignments?: AccountAssignment[];
1032
- /**
1033
- * <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
1034
- */
1035
- NextToken?: string;
1036
- }
1037
- export declare namespace ListAccountAssignmentsResponse {
1038
- /**
1039
- * @internal
1040
- */
1041
- const filterSensitiveLog: (obj: ListAccountAssignmentsResponse) => any;
1042
- }
1043
- export declare enum ProvisioningStatus {
1044
- LATEST_PERMISSION_SET_NOT_PROVISIONED = "LATEST_PERMISSION_SET_NOT_PROVISIONED",
1045
- LATEST_PERMISSION_SET_PROVISIONED = "LATEST_PERMISSION_SET_PROVISIONED"
1046
- }
1047
- export interface ListAccountsForProvisionedPermissionSetRequest {
1048
- /**
1049
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1050
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1051
- */
1052
- InstanceArn: string | undefined;
1053
- /**
1054
- * <p>The ARN of the <a>PermissionSet</a> from which the associated Amazon Web Services accounts
1055
- * will be listed.</p>
1056
- */
1057
- PermissionSetArn: string | undefined;
1058
- /**
1059
- * <p>The permission set provisioning status for an Amazon Web Services account.</p>
1060
- */
1061
- ProvisioningStatus?: ProvisioningStatus | string;
1062
- /**
1063
- * <p>The maximum number of results to display for the <a>PermissionSet</a>.</p>
1064
- */
1065
- MaxResults?: number;
1066
- /**
1067
- * <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
1068
- */
1069
- NextToken?: string;
1070
- }
1071
- export declare namespace ListAccountsForProvisionedPermissionSetRequest {
1072
- /**
1073
- * @internal
1074
- */
1075
- const filterSensitiveLog: (obj: ListAccountsForProvisionedPermissionSetRequest) => any;
1076
- }
1077
- export interface ListAccountsForProvisionedPermissionSetResponse {
1078
- /**
1079
- * <p>The list of Amazon Web Services <code>AccountIds</code>.</p>
1080
- */
1081
- AccountIds?: string[];
1082
- /**
1083
- * <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
1084
- */
1085
- NextToken?: string;
1086
- }
1087
- export declare namespace ListAccountsForProvisionedPermissionSetResponse {
1088
- /**
1089
- * @internal
1090
- */
1091
- const filterSensitiveLog: (obj: ListAccountsForProvisionedPermissionSetResponse) => any;
1092
- }
1093
- export interface ListInstancesRequest {
1094
- /**
1095
- * <p>The maximum number of results to display for the instance.</p>
1096
- */
1097
- MaxResults?: number;
1098
- /**
1099
- * <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
1100
- */
1101
- NextToken?: string;
1102
- }
1103
- export declare namespace ListInstancesRequest {
1104
- /**
1105
- * @internal
1106
- */
1107
- const filterSensitiveLog: (obj: ListInstancesRequest) => any;
1108
- }
1109
- export interface ListInstancesResponse {
1110
- /**
1111
- * <p>Lists the SSO instances that the caller has access to.</p>
1112
- */
1113
- Instances?: InstanceMetadata[];
1114
- /**
1115
- * <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
1116
- */
1117
- NextToken?: string;
1118
- }
1119
- export declare namespace ListInstancesResponse {
1120
- /**
1121
- * @internal
1122
- */
1123
- const filterSensitiveLog: (obj: ListInstancesResponse) => any;
1124
- }
1125
- export interface ListManagedPoliciesInPermissionSetRequest {
1126
- /**
1127
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1128
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1129
- */
1130
- InstanceArn: string | undefined;
1131
- /**
1132
- * <p>The ARN of the <a>PermissionSet</a> whose managed policies will be
1133
- * listed.</p>
1134
- */
1135
- PermissionSetArn: string | undefined;
1136
- /**
1137
- * <p>The maximum number of results to display for the <a>PermissionSet</a>.</p>
1138
- */
1139
- MaxResults?: number;
1140
- /**
1141
- * <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
1142
- */
1143
- NextToken?: string;
1144
- }
1145
- export declare namespace ListManagedPoliciesInPermissionSetRequest {
1146
- /**
1147
- * @internal
1148
- */
1149
- const filterSensitiveLog: (obj: ListManagedPoliciesInPermissionSetRequest) => any;
1150
- }
1151
- export interface ListManagedPoliciesInPermissionSetResponse {
1152
- /**
1153
- * <p>The array of the <a>AttachedManagedPolicy</a> data type object.</p>
1154
- */
1155
- AttachedManagedPolicies?: AttachedManagedPolicy[];
1156
- /**
1157
- * <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
1158
- */
1159
- NextToken?: string;
1160
- }
1161
- export declare namespace ListManagedPoliciesInPermissionSetResponse {
1162
- /**
1163
- * @internal
1164
- */
1165
- const filterSensitiveLog: (obj: ListManagedPoliciesInPermissionSetResponse) => any;
1166
- }
1167
- export interface ListPermissionSetProvisioningStatusRequest {
1168
- /**
1169
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1170
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1171
- */
1172
- InstanceArn: string | undefined;
1173
- /**
1174
- * <p>The maximum number of results to display for the assignment.</p>
1175
- */
1176
- MaxResults?: number;
1177
- /**
1178
- * <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
1179
- */
1180
- NextToken?: string;
1181
- /**
1182
- * <p>Filters results based on the passed attribute value.</p>
1183
- */
1184
- Filter?: OperationStatusFilter;
1185
- }
1186
- export declare namespace ListPermissionSetProvisioningStatusRequest {
1187
- /**
1188
- * @internal
1189
- */
1190
- const filterSensitiveLog: (obj: ListPermissionSetProvisioningStatusRequest) => any;
1191
- }
1192
- /**
1193
- * <p>Provides information about the permission set provisioning status.</p>
1194
- */
1195
- export interface PermissionSetProvisioningStatusMetadata {
1196
- /**
1197
- * <p>The status of the permission set provisioning process.</p>
1198
- */
1199
- Status?: StatusValues | string;
1200
- /**
1201
- * <p>The identifier for tracking the request operation that is generated by the universally
1202
- * unique identifier (UUID) workflow.</p>
1203
- */
1204
- RequestId?: string;
1205
- /**
1206
- * <p>The date that the permission set was created.</p>
1207
- */
1208
- CreatedDate?: Date;
1209
- }
1210
- export declare namespace PermissionSetProvisioningStatusMetadata {
1211
- /**
1212
- * @internal
1213
- */
1214
- const filterSensitiveLog: (obj: PermissionSetProvisioningStatusMetadata) => any;
1215
- }
1216
- export interface ListPermissionSetProvisioningStatusResponse {
1217
- /**
1218
- * <p>The status object for the permission set provisioning operation.</p>
1219
- */
1220
- PermissionSetsProvisioningStatus?: PermissionSetProvisioningStatusMetadata[];
1221
- /**
1222
- * <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
1223
- */
1224
- NextToken?: string;
1225
- }
1226
- export declare namespace ListPermissionSetProvisioningStatusResponse {
1227
- /**
1228
- * @internal
1229
- */
1230
- const filterSensitiveLog: (obj: ListPermissionSetProvisioningStatusResponse) => any;
1231
- }
1232
- export interface ListPermissionSetsRequest {
1233
- /**
1234
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1235
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1236
- */
1237
- InstanceArn: string | undefined;
1238
- /**
1239
- * <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
1240
- */
1241
- NextToken?: string;
1242
- /**
1243
- * <p>The maximum number of results to display for the assignment.</p>
1244
- */
1245
- MaxResults?: number;
1246
- }
1247
- export declare namespace ListPermissionSetsRequest {
1248
- /**
1249
- * @internal
1250
- */
1251
- const filterSensitiveLog: (obj: ListPermissionSetsRequest) => any;
1252
- }
1253
- export interface ListPermissionSetsResponse {
1254
- /**
1255
- * <p>Defines the level of access on an Amazon Web Services account.</p>
1256
- */
1257
- PermissionSets?: string[];
1258
- /**
1259
- * <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
1260
- */
1261
- NextToken?: string;
1262
- }
1263
- export declare namespace ListPermissionSetsResponse {
1264
- /**
1265
- * @internal
1266
- */
1267
- const filterSensitiveLog: (obj: ListPermissionSetsResponse) => any;
1268
- }
1269
- export interface ListPermissionSetsProvisionedToAccountRequest {
1270
- /**
1271
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1272
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1273
- */
1274
- InstanceArn: string | undefined;
1275
- /**
1276
- * <p>The identifier of the Amazon Web Services account from which to list the assignments.</p>
1277
- */
1278
- AccountId: string | undefined;
1279
- /**
1280
- * <p>The status object for the permission set provisioning operation.</p>
1281
- */
1282
- ProvisioningStatus?: ProvisioningStatus | string;
1283
- /**
1284
- * <p>The maximum number of results to display for the assignment.</p>
1285
- */
1286
- MaxResults?: number;
1287
- /**
1288
- * <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
1289
- */
1290
- NextToken?: string;
1291
- }
1292
- export declare namespace ListPermissionSetsProvisionedToAccountRequest {
1293
- /**
1294
- * @internal
1295
- */
1296
- const filterSensitiveLog: (obj: ListPermissionSetsProvisionedToAccountRequest) => any;
1297
- }
1298
- export interface ListPermissionSetsProvisionedToAccountResponse {
1299
- /**
1300
- * <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
1301
- */
1302
- NextToken?: string;
1303
- /**
1304
- * <p>Defines the level of access that an Amazon Web Services account has.</p>
1305
- */
1306
- PermissionSets?: string[];
1307
- }
1308
- export declare namespace ListPermissionSetsProvisionedToAccountResponse {
1309
- /**
1310
- * @internal
1311
- */
1312
- const filterSensitiveLog: (obj: ListPermissionSetsProvisionedToAccountResponse) => any;
1313
- }
1314
- export interface ListTagsForResourceRequest {
1315
- /**
1316
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1317
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1318
- */
1319
- InstanceArn: string | undefined;
1320
- /**
1321
- * <p>The ARN of the resource with the tags to be listed.</p>
1322
- */
1323
- ResourceArn: string | undefined;
1324
- /**
1325
- * <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
1326
- */
1327
- NextToken?: string;
1328
- }
1329
- export declare namespace ListTagsForResourceRequest {
1330
- /**
1331
- * @internal
1332
- */
1333
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1334
- }
1335
- export interface ListTagsForResourceResponse {
1336
- /**
1337
- * <p>A set of key-value pairs that are used to manage the resource.</p>
1338
- */
1339
- Tags?: Tag[];
1340
- /**
1341
- * <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
1342
- */
1343
- NextToken?: string;
1344
- }
1345
- export declare namespace ListTagsForResourceResponse {
1346
- /**
1347
- * @internal
1348
- */
1349
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1350
- }
1351
- export declare enum ProvisionTargetType {
1352
- ALL_PROVISIONED_ACCOUNTS = "ALL_PROVISIONED_ACCOUNTS",
1353
- AWS_ACCOUNT = "AWS_ACCOUNT"
1354
- }
1355
- export interface ProvisionPermissionSetRequest {
1356
- /**
1357
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1358
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1359
- */
1360
- InstanceArn: string | undefined;
1361
- /**
1362
- * <p>The ARN of the permission set.</p>
1363
- */
1364
- PermissionSetArn: string | undefined;
1365
- /**
1366
- * <p>TargetID is an Amazon Web Services account identifier, typically a 10-12 digit string (For example, 123456789012).</p>
1367
- */
1368
- TargetId?: string;
1369
- /**
1370
- * <p>The entity type for which the assignment will be created.</p>
1371
- */
1372
- TargetType: ProvisionTargetType | string | undefined;
1373
- }
1374
- export declare namespace ProvisionPermissionSetRequest {
1375
- /**
1376
- * @internal
1377
- */
1378
- const filterSensitiveLog: (obj: ProvisionPermissionSetRequest) => any;
1379
- }
1380
- export interface ProvisionPermissionSetResponse {
1381
- /**
1382
- * <p>The status object for the permission set provisioning operation.</p>
1383
- */
1384
- PermissionSetProvisioningStatus?: PermissionSetProvisioningStatus;
1385
- }
1386
- export declare namespace ProvisionPermissionSetResponse {
1387
- /**
1388
- * @internal
1389
- */
1390
- const filterSensitiveLog: (obj: ProvisionPermissionSetResponse) => any;
1391
- }
1392
- export interface PutInlinePolicyToPermissionSetRequest {
1393
- /**
1394
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1395
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1396
- */
1397
- InstanceArn: string | undefined;
1398
- /**
1399
- * <p>The ARN of the permission set.</p>
1400
- */
1401
- PermissionSetArn: string | undefined;
1402
- /**
1403
- * <p>The IAM inline policy to attach to a <a>PermissionSet</a>.</p>
1404
- */
1405
- InlinePolicy: string | undefined;
1406
- }
1407
- export declare namespace PutInlinePolicyToPermissionSetRequest {
1408
- /**
1409
- * @internal
1410
- */
1411
- const filterSensitiveLog: (obj: PutInlinePolicyToPermissionSetRequest) => any;
1412
- }
1413
- export interface PutInlinePolicyToPermissionSetResponse {
1414
- }
1415
- export declare namespace PutInlinePolicyToPermissionSetResponse {
1416
- /**
1417
- * @internal
1418
- */
1419
- const filterSensitiveLog: (obj: PutInlinePolicyToPermissionSetResponse) => any;
1420
- }
1421
- export interface TagResourceRequest {
1422
- /**
1423
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1424
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1425
- */
1426
- InstanceArn: string | undefined;
1427
- /**
1428
- * <p>The ARN of the resource with the tags to be listed.</p>
1429
- */
1430
- ResourceArn: string | undefined;
1431
- /**
1432
- * <p>A set of key-value pairs that are used to manage the resource.</p>
1433
- */
1434
- Tags: Tag[] | undefined;
1435
- }
1436
- export declare namespace TagResourceRequest {
1437
- /**
1438
- * @internal
1439
- */
1440
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1441
- }
1442
- export interface TagResourceResponse {
1443
- }
1444
- export declare namespace TagResourceResponse {
1445
- /**
1446
- * @internal
1447
- */
1448
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1449
- }
1450
- export interface UntagResourceRequest {
1451
- /**
1452
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1453
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1454
- */
1455
- InstanceArn: string | undefined;
1456
- /**
1457
- * <p>The ARN of the resource with the tags to be listed.</p>
1458
- */
1459
- ResourceArn: string | undefined;
1460
- /**
1461
- * <p>The keys of tags that are attached to the resource.</p>
1462
- */
1463
- TagKeys: string[] | undefined;
1464
- }
1465
- export declare namespace UntagResourceRequest {
1466
- /**
1467
- * @internal
1468
- */
1469
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1470
- }
1471
- export interface UntagResourceResponse {
1472
- }
1473
- export declare namespace UntagResourceResponse {
1474
- /**
1475
- * @internal
1476
- */
1477
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1478
- }
1479
- export interface UpdateInstanceAccessControlAttributeConfigurationRequest {
1480
- /**
1481
- * <p>The ARN of the SSO instance under which the operation will be executed.</p>
1482
- */
1483
- InstanceArn: string | undefined;
1484
- /**
1485
- * <p>Updates the attributes for your ABAC configuration.</p>
1486
- */
1487
- InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfiguration | undefined;
1488
- }
1489
- export declare namespace UpdateInstanceAccessControlAttributeConfigurationRequest {
1490
- /**
1491
- * @internal
1492
- */
1493
- const filterSensitiveLog: (obj: UpdateInstanceAccessControlAttributeConfigurationRequest) => any;
1494
- }
1495
- export interface UpdateInstanceAccessControlAttributeConfigurationResponse {
1496
- }
1497
- export declare namespace UpdateInstanceAccessControlAttributeConfigurationResponse {
1498
- /**
1499
- * @internal
1500
- */
1501
- const filterSensitiveLog: (obj: UpdateInstanceAccessControlAttributeConfigurationResponse) => any;
1502
- }
1503
- export interface UpdatePermissionSetRequest {
1504
- /**
1505
- * <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1506
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1507
- */
1508
- InstanceArn: string | undefined;
1509
- /**
1510
- * <p>The ARN of the permission set.</p>
1511
- */
1512
- PermissionSetArn: string | undefined;
1513
- /**
1514
- * <p>The description of the <a>PermissionSet</a>.</p>
1515
- */
1516
- Description?: string;
1517
- /**
1518
- * <p>The length of time that the application user sessions are valid for in the ISO-8601
1519
- * standard.</p>
1520
- */
1521
- SessionDuration?: string;
1522
- /**
1523
- * <p>Used to redirect users within the application during the federation authentication
1524
- * process.</p>
1525
- */
1526
- RelayState?: string;
1527
- }
1528
- export declare namespace UpdatePermissionSetRequest {
1529
- /**
1530
- * @internal
1531
- */
1532
- const filterSensitiveLog: (obj: UpdatePermissionSetRequest) => any;
1533
- }
1534
- export interface UpdatePermissionSetResponse {
1535
- }
1536
- export declare namespace UpdatePermissionSetResponse {
1537
- /**
1538
- * @internal
1539
- */
1540
- const filterSensitiveLog: (obj: UpdatePermissionSetResponse) => any;
1541
- }