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