@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,111 +0,0 @@
1
- import { SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOAdminClient";
2
- import {
3
- CreateInstanceAccessControlAttributeConfigurationRequest,
4
- CreateInstanceAccessControlAttributeConfigurationResponse,
5
- } from "../models/models_0";
6
- import {
7
- deserializeAws_json1_1CreateInstanceAccessControlAttributeConfigurationCommand,
8
- serializeAws_json1_1CreateInstanceAccessControlAttributeConfigurationCommand,
9
- } from "../protocols/Aws_json1_1";
10
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
11
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
12
- import { Command as $Command } from "@aws-sdk/smithy-client";
13
- import {
14
- FinalizeHandlerArguments,
15
- Handler,
16
- HandlerExecutionContext,
17
- MiddlewareStack,
18
- HttpHandlerOptions as __HttpHandlerOptions,
19
- MetadataBearer as __MetadataBearer,
20
- SerdeContext as __SerdeContext,
21
- } from "@aws-sdk/types";
22
-
23
- export interface CreateInstanceAccessControlAttributeConfigurationCommandInput
24
- extends CreateInstanceAccessControlAttributeConfigurationRequest {}
25
- export interface CreateInstanceAccessControlAttributeConfigurationCommandOutput
26
- extends CreateInstanceAccessControlAttributeConfigurationResponse,
27
- __MetadataBearer {}
28
-
29
- /**
30
- * <p>Enables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO
31
- * instance. You can also specify new attributes to add to your ABAC configuration during the
32
- * enabling process. For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>Amazon Web Services SSO User Guide</i>.</p>
33
- * @example
34
- * Use a bare-bones client and the command you need to make an API call.
35
- * ```javascript
36
- * import { SSOAdminClient, CreateInstanceAccessControlAttributeConfigurationCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
37
- * // const { SSOAdminClient, CreateInstanceAccessControlAttributeConfigurationCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
38
- * const client = new SSOAdminClient(config);
39
- * const command = new CreateInstanceAccessControlAttributeConfigurationCommand(input);
40
- * const response = await client.send(command);
41
- * ```
42
- *
43
- * @see {@link CreateInstanceAccessControlAttributeConfigurationCommandInput} for command's `input` shape.
44
- * @see {@link CreateInstanceAccessControlAttributeConfigurationCommandOutput} for command's `response` shape.
45
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
46
- *
47
- */
48
- export class CreateInstanceAccessControlAttributeConfigurationCommand extends $Command<
49
- CreateInstanceAccessControlAttributeConfigurationCommandInput,
50
- CreateInstanceAccessControlAttributeConfigurationCommandOutput,
51
- SSOAdminClientResolvedConfig
52
- > {
53
- // Start section: command_properties
54
- // End section: command_properties
55
-
56
- constructor(readonly input: CreateInstanceAccessControlAttributeConfigurationCommandInput) {
57
- // Start section: command_constructor
58
- super();
59
- // End section: command_constructor
60
- }
61
-
62
- /**
63
- * @internal
64
- */
65
- resolveMiddleware(
66
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
67
- configuration: SSOAdminClientResolvedConfig,
68
- options?: __HttpHandlerOptions
69
- ): Handler<
70
- CreateInstanceAccessControlAttributeConfigurationCommandInput,
71
- CreateInstanceAccessControlAttributeConfigurationCommandOutput
72
- > {
73
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
74
-
75
- const stack = clientStack.concat(this.middlewareStack);
76
-
77
- const { logger } = configuration;
78
- const clientName = "SSOAdminClient";
79
- const commandName = "CreateInstanceAccessControlAttributeConfigurationCommand";
80
- const handlerExecutionContext: HandlerExecutionContext = {
81
- logger,
82
- clientName,
83
- commandName,
84
- inputFilterSensitiveLog: CreateInstanceAccessControlAttributeConfigurationRequest.filterSensitiveLog,
85
- outputFilterSensitiveLog: CreateInstanceAccessControlAttributeConfigurationResponse.filterSensitiveLog,
86
- };
87
- const { requestHandler } = configuration;
88
- return stack.resolve(
89
- (request: FinalizeHandlerArguments<any>) =>
90
- requestHandler.handle(request.request as __HttpRequest, options || {}),
91
- handlerExecutionContext
92
- );
93
- }
94
-
95
- private serialize(
96
- input: CreateInstanceAccessControlAttributeConfigurationCommandInput,
97
- context: __SerdeContext
98
- ): Promise<__HttpRequest> {
99
- return serializeAws_json1_1CreateInstanceAccessControlAttributeConfigurationCommand(input, context);
100
- }
101
-
102
- private deserialize(
103
- output: __HttpResponse,
104
- context: __SerdeContext
105
- ): Promise<CreateInstanceAccessControlAttributeConfigurationCommandOutput> {
106
- return deserializeAws_json1_1CreateInstanceAccessControlAttributeConfigurationCommand(output, context);
107
- }
108
-
109
- // Start section: command_body_extra
110
- // End section: command_body_extra
111
- }
@@ -1,99 +0,0 @@
1
- import { SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOAdminClient";
2
- import { CreatePermissionSetRequest, CreatePermissionSetResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1CreatePermissionSetCommand,
5
- serializeAws_json1_1CreatePermissionSetCommand,
6
- } from "../protocols/Aws_json1_1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface CreatePermissionSetCommandInput extends CreatePermissionSetRequest {}
21
- export interface CreatePermissionSetCommandOutput extends CreatePermissionSetResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Creates a permission set within a specified SSO instance.</p>
25
- * <note>
26
- * <p>To grant users and groups access to Amazon Web Services account resources, use <code>
27
- * <a>CreateAccountAssignment</a>
28
- * </code>.</p>
29
- * </note>
30
- * @example
31
- * Use a bare-bones client and the command you need to make an API call.
32
- * ```javascript
33
- * import { SSOAdminClient, CreatePermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
34
- * // const { SSOAdminClient, CreatePermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
35
- * const client = new SSOAdminClient(config);
36
- * const command = new CreatePermissionSetCommand(input);
37
- * const response = await client.send(command);
38
- * ```
39
- *
40
- * @see {@link CreatePermissionSetCommandInput} for command's `input` shape.
41
- * @see {@link CreatePermissionSetCommandOutput} for command's `response` shape.
42
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
43
- *
44
- */
45
- export class CreatePermissionSetCommand extends $Command<
46
- CreatePermissionSetCommandInput,
47
- CreatePermissionSetCommandOutput,
48
- SSOAdminClientResolvedConfig
49
- > {
50
- // Start section: command_properties
51
- // End section: command_properties
52
-
53
- constructor(readonly input: CreatePermissionSetCommandInput) {
54
- // Start section: command_constructor
55
- super();
56
- // End section: command_constructor
57
- }
58
-
59
- /**
60
- * @internal
61
- */
62
- resolveMiddleware(
63
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
64
- configuration: SSOAdminClientResolvedConfig,
65
- options?: __HttpHandlerOptions
66
- ): Handler<CreatePermissionSetCommandInput, CreatePermissionSetCommandOutput> {
67
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
68
-
69
- const stack = clientStack.concat(this.middlewareStack);
70
-
71
- const { logger } = configuration;
72
- const clientName = "SSOAdminClient";
73
- const commandName = "CreatePermissionSetCommand";
74
- const handlerExecutionContext: HandlerExecutionContext = {
75
- logger,
76
- clientName,
77
- commandName,
78
- inputFilterSensitiveLog: CreatePermissionSetRequest.filterSensitiveLog,
79
- outputFilterSensitiveLog: CreatePermissionSetResponse.filterSensitiveLog,
80
- };
81
- const { requestHandler } = configuration;
82
- return stack.resolve(
83
- (request: FinalizeHandlerArguments<any>) =>
84
- requestHandler.handle(request.request as __HttpRequest, options || {}),
85
- handlerExecutionContext
86
- );
87
- }
88
-
89
- private serialize(input: CreatePermissionSetCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
90
- return serializeAws_json1_1CreatePermissionSetCommand(input, context);
91
- }
92
-
93
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreatePermissionSetCommandOutput> {
94
- return deserializeAws_json1_1CreatePermissionSetCommand(output, context);
95
- }
96
-
97
- // Start section: command_body_extra
98
- // End section: command_body_extra
99
- }
@@ -1,95 +0,0 @@
1
- import { SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOAdminClient";
2
- import { DeleteAccountAssignmentRequest, DeleteAccountAssignmentResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1DeleteAccountAssignmentCommand,
5
- serializeAws_json1_1DeleteAccountAssignmentCommand,
6
- } from "../protocols/Aws_json1_1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface DeleteAccountAssignmentCommandInput extends DeleteAccountAssignmentRequest {}
21
- export interface DeleteAccountAssignmentCommandOutput extends DeleteAccountAssignmentResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Deletes a principal's access from a specified Amazon Web Services account using a specified permission
25
- * set.</p>
26
- * @example
27
- * Use a bare-bones client and the command you need to make an API call.
28
- * ```javascript
29
- * import { SSOAdminClient, DeleteAccountAssignmentCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
30
- * // const { SSOAdminClient, DeleteAccountAssignmentCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
31
- * const client = new SSOAdminClient(config);
32
- * const command = new DeleteAccountAssignmentCommand(input);
33
- * const response = await client.send(command);
34
- * ```
35
- *
36
- * @see {@link DeleteAccountAssignmentCommandInput} for command's `input` shape.
37
- * @see {@link DeleteAccountAssignmentCommandOutput} for command's `response` shape.
38
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
39
- *
40
- */
41
- export class DeleteAccountAssignmentCommand extends $Command<
42
- DeleteAccountAssignmentCommandInput,
43
- DeleteAccountAssignmentCommandOutput,
44
- SSOAdminClientResolvedConfig
45
- > {
46
- // Start section: command_properties
47
- // End section: command_properties
48
-
49
- constructor(readonly input: DeleteAccountAssignmentCommandInput) {
50
- // Start section: command_constructor
51
- super();
52
- // End section: command_constructor
53
- }
54
-
55
- /**
56
- * @internal
57
- */
58
- resolveMiddleware(
59
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
60
- configuration: SSOAdminClientResolvedConfig,
61
- options?: __HttpHandlerOptions
62
- ): Handler<DeleteAccountAssignmentCommandInput, DeleteAccountAssignmentCommandOutput> {
63
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
64
-
65
- const stack = clientStack.concat(this.middlewareStack);
66
-
67
- const { logger } = configuration;
68
- const clientName = "SSOAdminClient";
69
- const commandName = "DeleteAccountAssignmentCommand";
70
- const handlerExecutionContext: HandlerExecutionContext = {
71
- logger,
72
- clientName,
73
- commandName,
74
- inputFilterSensitiveLog: DeleteAccountAssignmentRequest.filterSensitiveLog,
75
- outputFilterSensitiveLog: DeleteAccountAssignmentResponse.filterSensitiveLog,
76
- };
77
- const { requestHandler } = configuration;
78
- return stack.resolve(
79
- (request: FinalizeHandlerArguments<any>) =>
80
- requestHandler.handle(request.request as __HttpRequest, options || {}),
81
- handlerExecutionContext
82
- );
83
- }
84
-
85
- private serialize(input: DeleteAccountAssignmentCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
86
- return serializeAws_json1_1DeleteAccountAssignmentCommand(input, context);
87
- }
88
-
89
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DeleteAccountAssignmentCommandOutput> {
90
- return deserializeAws_json1_1DeleteAccountAssignmentCommand(output, context);
91
- }
92
-
93
- // Start section: command_body_extra
94
- // End section: command_body_extra
95
- }
@@ -1,105 +0,0 @@
1
- import { SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOAdminClient";
2
- import {
3
- DeleteInlinePolicyFromPermissionSetRequest,
4
- DeleteInlinePolicyFromPermissionSetResponse,
5
- } from "../models/models_0";
6
- import {
7
- deserializeAws_json1_1DeleteInlinePolicyFromPermissionSetCommand,
8
- serializeAws_json1_1DeleteInlinePolicyFromPermissionSetCommand,
9
- } from "../protocols/Aws_json1_1";
10
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
11
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
12
- import { Command as $Command } from "@aws-sdk/smithy-client";
13
- import {
14
- FinalizeHandlerArguments,
15
- Handler,
16
- HandlerExecutionContext,
17
- MiddlewareStack,
18
- HttpHandlerOptions as __HttpHandlerOptions,
19
- MetadataBearer as __MetadataBearer,
20
- SerdeContext as __SerdeContext,
21
- } from "@aws-sdk/types";
22
-
23
- export interface DeleteInlinePolicyFromPermissionSetCommandInput extends DeleteInlinePolicyFromPermissionSetRequest {}
24
- export interface DeleteInlinePolicyFromPermissionSetCommandOutput
25
- extends DeleteInlinePolicyFromPermissionSetResponse,
26
- __MetadataBearer {}
27
-
28
- /**
29
- * <p>Deletes the inline policy from a specified permission set.</p>
30
- * @example
31
- * Use a bare-bones client and the command you need to make an API call.
32
- * ```javascript
33
- * import { SSOAdminClient, DeleteInlinePolicyFromPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
34
- * // const { SSOAdminClient, DeleteInlinePolicyFromPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
35
- * const client = new SSOAdminClient(config);
36
- * const command = new DeleteInlinePolicyFromPermissionSetCommand(input);
37
- * const response = await client.send(command);
38
- * ```
39
- *
40
- * @see {@link DeleteInlinePolicyFromPermissionSetCommandInput} for command's `input` shape.
41
- * @see {@link DeleteInlinePolicyFromPermissionSetCommandOutput} for command's `response` shape.
42
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
43
- *
44
- */
45
- export class DeleteInlinePolicyFromPermissionSetCommand extends $Command<
46
- DeleteInlinePolicyFromPermissionSetCommandInput,
47
- DeleteInlinePolicyFromPermissionSetCommandOutput,
48
- SSOAdminClientResolvedConfig
49
- > {
50
- // Start section: command_properties
51
- // End section: command_properties
52
-
53
- constructor(readonly input: DeleteInlinePolicyFromPermissionSetCommandInput) {
54
- // Start section: command_constructor
55
- super();
56
- // End section: command_constructor
57
- }
58
-
59
- /**
60
- * @internal
61
- */
62
- resolveMiddleware(
63
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
64
- configuration: SSOAdminClientResolvedConfig,
65
- options?: __HttpHandlerOptions
66
- ): Handler<DeleteInlinePolicyFromPermissionSetCommandInput, DeleteInlinePolicyFromPermissionSetCommandOutput> {
67
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
68
-
69
- const stack = clientStack.concat(this.middlewareStack);
70
-
71
- const { logger } = configuration;
72
- const clientName = "SSOAdminClient";
73
- const commandName = "DeleteInlinePolicyFromPermissionSetCommand";
74
- const handlerExecutionContext: HandlerExecutionContext = {
75
- logger,
76
- clientName,
77
- commandName,
78
- inputFilterSensitiveLog: DeleteInlinePolicyFromPermissionSetRequest.filterSensitiveLog,
79
- outputFilterSensitiveLog: DeleteInlinePolicyFromPermissionSetResponse.filterSensitiveLog,
80
- };
81
- const { requestHandler } = configuration;
82
- return stack.resolve(
83
- (request: FinalizeHandlerArguments<any>) =>
84
- requestHandler.handle(request.request as __HttpRequest, options || {}),
85
- handlerExecutionContext
86
- );
87
- }
88
-
89
- private serialize(
90
- input: DeleteInlinePolicyFromPermissionSetCommandInput,
91
- context: __SerdeContext
92
- ): Promise<__HttpRequest> {
93
- return serializeAws_json1_1DeleteInlinePolicyFromPermissionSetCommand(input, context);
94
- }
95
-
96
- private deserialize(
97
- output: __HttpResponse,
98
- context: __SerdeContext
99
- ): Promise<DeleteInlinePolicyFromPermissionSetCommandOutput> {
100
- return deserializeAws_json1_1DeleteInlinePolicyFromPermissionSetCommand(output, context);
101
- }
102
-
103
- // Start section: command_body_extra
104
- // End section: command_body_extra
105
- }
@@ -1,112 +0,0 @@
1
- import { SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOAdminClient";
2
- import {
3
- DeleteInstanceAccessControlAttributeConfigurationRequest,
4
- DeleteInstanceAccessControlAttributeConfigurationResponse,
5
- } from "../models/models_0";
6
- import {
7
- deserializeAws_json1_1DeleteInstanceAccessControlAttributeConfigurationCommand,
8
- serializeAws_json1_1DeleteInstanceAccessControlAttributeConfigurationCommand,
9
- } from "../protocols/Aws_json1_1";
10
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
11
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
12
- import { Command as $Command } from "@aws-sdk/smithy-client";
13
- import {
14
- FinalizeHandlerArguments,
15
- Handler,
16
- HandlerExecutionContext,
17
- MiddlewareStack,
18
- HttpHandlerOptions as __HttpHandlerOptions,
19
- MetadataBearer as __MetadataBearer,
20
- SerdeContext as __SerdeContext,
21
- } from "@aws-sdk/types";
22
-
23
- export interface DeleteInstanceAccessControlAttributeConfigurationCommandInput
24
- extends DeleteInstanceAccessControlAttributeConfigurationRequest {}
25
- export interface DeleteInstanceAccessControlAttributeConfigurationCommandOutput
26
- extends DeleteInstanceAccessControlAttributeConfigurationResponse,
27
- __MetadataBearer {}
28
-
29
- /**
30
- * <p>Disables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO
31
- * instance and deletes all of the attribute mappings that have been configured. Once deleted,
32
- * any attributes that are received from an identity source and any custom attributes you have
33
- * previously configured will not be passed. For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>Amazon Web Services SSO User Guide</i>.</p>
34
- * @example
35
- * Use a bare-bones client and the command you need to make an API call.
36
- * ```javascript
37
- * import { SSOAdminClient, DeleteInstanceAccessControlAttributeConfigurationCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
38
- * // const { SSOAdminClient, DeleteInstanceAccessControlAttributeConfigurationCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
39
- * const client = new SSOAdminClient(config);
40
- * const command = new DeleteInstanceAccessControlAttributeConfigurationCommand(input);
41
- * const response = await client.send(command);
42
- * ```
43
- *
44
- * @see {@link DeleteInstanceAccessControlAttributeConfigurationCommandInput} for command's `input` shape.
45
- * @see {@link DeleteInstanceAccessControlAttributeConfigurationCommandOutput} for command's `response` shape.
46
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
47
- *
48
- */
49
- export class DeleteInstanceAccessControlAttributeConfigurationCommand extends $Command<
50
- DeleteInstanceAccessControlAttributeConfigurationCommandInput,
51
- DeleteInstanceAccessControlAttributeConfigurationCommandOutput,
52
- SSOAdminClientResolvedConfig
53
- > {
54
- // Start section: command_properties
55
- // End section: command_properties
56
-
57
- constructor(readonly input: DeleteInstanceAccessControlAttributeConfigurationCommandInput) {
58
- // Start section: command_constructor
59
- super();
60
- // End section: command_constructor
61
- }
62
-
63
- /**
64
- * @internal
65
- */
66
- resolveMiddleware(
67
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
68
- configuration: SSOAdminClientResolvedConfig,
69
- options?: __HttpHandlerOptions
70
- ): Handler<
71
- DeleteInstanceAccessControlAttributeConfigurationCommandInput,
72
- DeleteInstanceAccessControlAttributeConfigurationCommandOutput
73
- > {
74
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
75
-
76
- const stack = clientStack.concat(this.middlewareStack);
77
-
78
- const { logger } = configuration;
79
- const clientName = "SSOAdminClient";
80
- const commandName = "DeleteInstanceAccessControlAttributeConfigurationCommand";
81
- const handlerExecutionContext: HandlerExecutionContext = {
82
- logger,
83
- clientName,
84
- commandName,
85
- inputFilterSensitiveLog: DeleteInstanceAccessControlAttributeConfigurationRequest.filterSensitiveLog,
86
- outputFilterSensitiveLog: DeleteInstanceAccessControlAttributeConfigurationResponse.filterSensitiveLog,
87
- };
88
- const { requestHandler } = configuration;
89
- return stack.resolve(
90
- (request: FinalizeHandlerArguments<any>) =>
91
- requestHandler.handle(request.request as __HttpRequest, options || {}),
92
- handlerExecutionContext
93
- );
94
- }
95
-
96
- private serialize(
97
- input: DeleteInstanceAccessControlAttributeConfigurationCommandInput,
98
- context: __SerdeContext
99
- ): Promise<__HttpRequest> {
100
- return serializeAws_json1_1DeleteInstanceAccessControlAttributeConfigurationCommand(input, context);
101
- }
102
-
103
- private deserialize(
104
- output: __HttpResponse,
105
- context: __SerdeContext
106
- ): Promise<DeleteInstanceAccessControlAttributeConfigurationCommandOutput> {
107
- return deserializeAws_json1_1DeleteInstanceAccessControlAttributeConfigurationCommand(output, context);
108
- }
109
-
110
- // Start section: command_body_extra
111
- // End section: command_body_extra
112
- }
@@ -1,94 +0,0 @@
1
- import { SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOAdminClient";
2
- import { DeletePermissionSetRequest, DeletePermissionSetResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1DeletePermissionSetCommand,
5
- serializeAws_json1_1DeletePermissionSetCommand,
6
- } from "../protocols/Aws_json1_1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface DeletePermissionSetCommandInput extends DeletePermissionSetRequest {}
21
- export interface DeletePermissionSetCommandOutput extends DeletePermissionSetResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Deletes the specified permission set.</p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { SSOAdminClient, DeletePermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
29
- * // const { SSOAdminClient, DeletePermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
30
- * const client = new SSOAdminClient(config);
31
- * const command = new DeletePermissionSetCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link DeletePermissionSetCommandInput} for command's `input` shape.
36
- * @see {@link DeletePermissionSetCommandOutput} for command's `response` shape.
37
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
40
- export class DeletePermissionSetCommand extends $Command<
41
- DeletePermissionSetCommandInput,
42
- DeletePermissionSetCommandOutput,
43
- SSOAdminClientResolvedConfig
44
- > {
45
- // Start section: command_properties
46
- // End section: command_properties
47
-
48
- constructor(readonly input: DeletePermissionSetCommandInput) {
49
- // Start section: command_constructor
50
- super();
51
- // End section: command_constructor
52
- }
53
-
54
- /**
55
- * @internal
56
- */
57
- resolveMiddleware(
58
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
59
- configuration: SSOAdminClientResolvedConfig,
60
- options?: __HttpHandlerOptions
61
- ): Handler<DeletePermissionSetCommandInput, DeletePermissionSetCommandOutput> {
62
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
63
-
64
- const stack = clientStack.concat(this.middlewareStack);
65
-
66
- const { logger } = configuration;
67
- const clientName = "SSOAdminClient";
68
- const commandName = "DeletePermissionSetCommand";
69
- const handlerExecutionContext: HandlerExecutionContext = {
70
- logger,
71
- clientName,
72
- commandName,
73
- inputFilterSensitiveLog: DeletePermissionSetRequest.filterSensitiveLog,
74
- outputFilterSensitiveLog: DeletePermissionSetResponse.filterSensitiveLog,
75
- };
76
- const { requestHandler } = configuration;
77
- return stack.resolve(
78
- (request: FinalizeHandlerArguments<any>) =>
79
- requestHandler.handle(request.request as __HttpRequest, options || {}),
80
- handlerExecutionContext
81
- );
82
- }
83
-
84
- private serialize(input: DeletePermissionSetCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
85
- return serializeAws_json1_1DeletePermissionSetCommand(input, context);
86
- }
87
-
88
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DeletePermissionSetCommandOutput> {
89
- return deserializeAws_json1_1DeletePermissionSetCommand(output, context);
90
- }
91
-
92
- // Start section: command_body_extra
93
- // End section: command_body_extra
94
- }