@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,110 +0,0 @@
1
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import {
5
- FinalizeHandlerArguments,
6
- Handler,
7
- HandlerExecutionContext,
8
- HttpHandlerOptions as __HttpHandlerOptions,
9
- MetadataBearer as __MetadataBearer,
10
- MiddlewareStack,
11
- SerdeContext as __SerdeContext,
12
- } from "@aws-sdk/types";
13
-
14
- import {
15
- DescribeAccountAssignmentCreationStatusRequest,
16
- DescribeAccountAssignmentCreationStatusResponse,
17
- } from "../models/models_0";
18
- import {
19
- deserializeAws_json1_1DescribeAccountAssignmentCreationStatusCommand,
20
- serializeAws_json1_1DescribeAccountAssignmentCreationStatusCommand,
21
- } from "../protocols/Aws_json1_1";
22
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
23
-
24
- export interface DescribeAccountAssignmentCreationStatusCommandInput
25
- extends DescribeAccountAssignmentCreationStatusRequest {}
26
- export interface DescribeAccountAssignmentCreationStatusCommandOutput
27
- extends DescribeAccountAssignmentCreationStatusResponse,
28
- __MetadataBearer {}
29
-
30
- /**
31
- * <p>Describes the status of the assignment creation request.</p>
32
- * @example
33
- * Use a bare-bones client and the command you need to make an API call.
34
- * ```javascript
35
- * import { SSOAdminClient, DescribeAccountAssignmentCreationStatusCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
36
- * // const { SSOAdminClient, DescribeAccountAssignmentCreationStatusCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
37
- * const client = new SSOAdminClient(config);
38
- * const command = new DescribeAccountAssignmentCreationStatusCommand(input);
39
- * const response = await client.send(command);
40
- * ```
41
- *
42
- * @see {@link DescribeAccountAssignmentCreationStatusCommandInput} for command's `input` shape.
43
- * @see {@link DescribeAccountAssignmentCreationStatusCommandOutput} for command's `response` shape.
44
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
45
- *
46
- */
47
- export class DescribeAccountAssignmentCreationStatusCommand extends $Command<
48
- DescribeAccountAssignmentCreationStatusCommandInput,
49
- DescribeAccountAssignmentCreationStatusCommandOutput,
50
- SSOAdminClientResolvedConfig
51
- > {
52
- // Start section: command_properties
53
- // End section: command_properties
54
-
55
- constructor(readonly input: DescribeAccountAssignmentCreationStatusCommandInput) {
56
- // Start section: command_constructor
57
- super();
58
- // End section: command_constructor
59
- }
60
-
61
- /**
62
- * @internal
63
- */
64
- resolveMiddleware(
65
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
66
- configuration: SSOAdminClientResolvedConfig,
67
- options?: __HttpHandlerOptions
68
- ): Handler<
69
- DescribeAccountAssignmentCreationStatusCommandInput,
70
- DescribeAccountAssignmentCreationStatusCommandOutput
71
- > {
72
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
73
-
74
- const stack = clientStack.concat(this.middlewareStack);
75
-
76
- const { logger } = configuration;
77
- const clientName = "SSOAdminClient";
78
- const commandName = "DescribeAccountAssignmentCreationStatusCommand";
79
- const handlerExecutionContext: HandlerExecutionContext = {
80
- logger,
81
- clientName,
82
- commandName,
83
- inputFilterSensitiveLog: DescribeAccountAssignmentCreationStatusRequest.filterSensitiveLog,
84
- outputFilterSensitiveLog: DescribeAccountAssignmentCreationStatusResponse.filterSensitiveLog,
85
- };
86
- const { requestHandler } = configuration;
87
- return stack.resolve(
88
- (request: FinalizeHandlerArguments<any>) =>
89
- requestHandler.handle(request.request as __HttpRequest, options || {}),
90
- handlerExecutionContext
91
- );
92
- }
93
-
94
- private serialize(
95
- input: DescribeAccountAssignmentCreationStatusCommandInput,
96
- context: __SerdeContext
97
- ): Promise<__HttpRequest> {
98
- return serializeAws_json1_1DescribeAccountAssignmentCreationStatusCommand(input, context);
99
- }
100
-
101
- private deserialize(
102
- output: __HttpResponse,
103
- context: __SerdeContext
104
- ): Promise<DescribeAccountAssignmentCreationStatusCommandOutput> {
105
- return deserializeAws_json1_1DescribeAccountAssignmentCreationStatusCommand(output, context);
106
- }
107
-
108
- // Start section: command_body_extra
109
- // End section: command_body_extra
110
- }
@@ -1,110 +0,0 @@
1
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import {
5
- FinalizeHandlerArguments,
6
- Handler,
7
- HandlerExecutionContext,
8
- HttpHandlerOptions as __HttpHandlerOptions,
9
- MetadataBearer as __MetadataBearer,
10
- MiddlewareStack,
11
- SerdeContext as __SerdeContext,
12
- } from "@aws-sdk/types";
13
-
14
- import {
15
- DescribeAccountAssignmentDeletionStatusRequest,
16
- DescribeAccountAssignmentDeletionStatusResponse,
17
- } from "../models/models_0";
18
- import {
19
- deserializeAws_json1_1DescribeAccountAssignmentDeletionStatusCommand,
20
- serializeAws_json1_1DescribeAccountAssignmentDeletionStatusCommand,
21
- } from "../protocols/Aws_json1_1";
22
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
23
-
24
- export interface DescribeAccountAssignmentDeletionStatusCommandInput
25
- extends DescribeAccountAssignmentDeletionStatusRequest {}
26
- export interface DescribeAccountAssignmentDeletionStatusCommandOutput
27
- extends DescribeAccountAssignmentDeletionStatusResponse,
28
- __MetadataBearer {}
29
-
30
- /**
31
- * <p>Describes the status of the assignment deletion request.</p>
32
- * @example
33
- * Use a bare-bones client and the command you need to make an API call.
34
- * ```javascript
35
- * import { SSOAdminClient, DescribeAccountAssignmentDeletionStatusCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
36
- * // const { SSOAdminClient, DescribeAccountAssignmentDeletionStatusCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
37
- * const client = new SSOAdminClient(config);
38
- * const command = new DescribeAccountAssignmentDeletionStatusCommand(input);
39
- * const response = await client.send(command);
40
- * ```
41
- *
42
- * @see {@link DescribeAccountAssignmentDeletionStatusCommandInput} for command's `input` shape.
43
- * @see {@link DescribeAccountAssignmentDeletionStatusCommandOutput} for command's `response` shape.
44
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
45
- *
46
- */
47
- export class DescribeAccountAssignmentDeletionStatusCommand extends $Command<
48
- DescribeAccountAssignmentDeletionStatusCommandInput,
49
- DescribeAccountAssignmentDeletionStatusCommandOutput,
50
- SSOAdminClientResolvedConfig
51
- > {
52
- // Start section: command_properties
53
- // End section: command_properties
54
-
55
- constructor(readonly input: DescribeAccountAssignmentDeletionStatusCommandInput) {
56
- // Start section: command_constructor
57
- super();
58
- // End section: command_constructor
59
- }
60
-
61
- /**
62
- * @internal
63
- */
64
- resolveMiddleware(
65
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
66
- configuration: SSOAdminClientResolvedConfig,
67
- options?: __HttpHandlerOptions
68
- ): Handler<
69
- DescribeAccountAssignmentDeletionStatusCommandInput,
70
- DescribeAccountAssignmentDeletionStatusCommandOutput
71
- > {
72
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
73
-
74
- const stack = clientStack.concat(this.middlewareStack);
75
-
76
- const { logger } = configuration;
77
- const clientName = "SSOAdminClient";
78
- const commandName = "DescribeAccountAssignmentDeletionStatusCommand";
79
- const handlerExecutionContext: HandlerExecutionContext = {
80
- logger,
81
- clientName,
82
- commandName,
83
- inputFilterSensitiveLog: DescribeAccountAssignmentDeletionStatusRequest.filterSensitiveLog,
84
- outputFilterSensitiveLog: DescribeAccountAssignmentDeletionStatusResponse.filterSensitiveLog,
85
- };
86
- const { requestHandler } = configuration;
87
- return stack.resolve(
88
- (request: FinalizeHandlerArguments<any>) =>
89
- requestHandler.handle(request.request as __HttpRequest, options || {}),
90
- handlerExecutionContext
91
- );
92
- }
93
-
94
- private serialize(
95
- input: DescribeAccountAssignmentDeletionStatusCommandInput,
96
- context: __SerdeContext
97
- ): Promise<__HttpRequest> {
98
- return serializeAws_json1_1DescribeAccountAssignmentDeletionStatusCommand(input, context);
99
- }
100
-
101
- private deserialize(
102
- output: __HttpResponse,
103
- context: __SerdeContext
104
- ): Promise<DescribeAccountAssignmentDeletionStatusCommandOutput> {
105
- return deserializeAws_json1_1DescribeAccountAssignmentDeletionStatusCommand(output, context);
106
- }
107
-
108
- // Start section: command_body_extra
109
- // End section: command_body_extra
110
- }
@@ -1,113 +0,0 @@
1
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import {
5
- FinalizeHandlerArguments,
6
- Handler,
7
- HandlerExecutionContext,
8
- HttpHandlerOptions as __HttpHandlerOptions,
9
- MetadataBearer as __MetadataBearer,
10
- MiddlewareStack,
11
- SerdeContext as __SerdeContext,
12
- } from "@aws-sdk/types";
13
-
14
- import {
15
- DescribeInstanceAccessControlAttributeConfigurationRequest,
16
- DescribeInstanceAccessControlAttributeConfigurationResponse,
17
- } from "../models/models_0";
18
- import {
19
- deserializeAws_json1_1DescribeInstanceAccessControlAttributeConfigurationCommand,
20
- serializeAws_json1_1DescribeInstanceAccessControlAttributeConfigurationCommand,
21
- } from "../protocols/Aws_json1_1";
22
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
23
-
24
- export interface DescribeInstanceAccessControlAttributeConfigurationCommandInput
25
- extends DescribeInstanceAccessControlAttributeConfigurationRequest {}
26
- export interface DescribeInstanceAccessControlAttributeConfigurationCommandOutput
27
- extends DescribeInstanceAccessControlAttributeConfigurationResponse,
28
- __MetadataBearer {}
29
-
30
- /**
31
- * <p>Returns the list of Amazon Web Services SSO identity store attributes that have been configured to
32
- * work with attributes-based access control (ABAC) for the specified Amazon Web Services SSO instance. This
33
- * will not return attributes configured and sent by an external identity provider.
34
- * 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>
35
- * @example
36
- * Use a bare-bones client and the command you need to make an API call.
37
- * ```javascript
38
- * import { SSOAdminClient, DescribeInstanceAccessControlAttributeConfigurationCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
39
- * // const { SSOAdminClient, DescribeInstanceAccessControlAttributeConfigurationCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
40
- * const client = new SSOAdminClient(config);
41
- * const command = new DescribeInstanceAccessControlAttributeConfigurationCommand(input);
42
- * const response = await client.send(command);
43
- * ```
44
- *
45
- * @see {@link DescribeInstanceAccessControlAttributeConfigurationCommandInput} for command's `input` shape.
46
- * @see {@link DescribeInstanceAccessControlAttributeConfigurationCommandOutput} for command's `response` shape.
47
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
48
- *
49
- */
50
- export class DescribeInstanceAccessControlAttributeConfigurationCommand extends $Command<
51
- DescribeInstanceAccessControlAttributeConfigurationCommandInput,
52
- DescribeInstanceAccessControlAttributeConfigurationCommandOutput,
53
- SSOAdminClientResolvedConfig
54
- > {
55
- // Start section: command_properties
56
- // End section: command_properties
57
-
58
- constructor(readonly input: DescribeInstanceAccessControlAttributeConfigurationCommandInput) {
59
- // Start section: command_constructor
60
- super();
61
- // End section: command_constructor
62
- }
63
-
64
- /**
65
- * @internal
66
- */
67
- resolveMiddleware(
68
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
69
- configuration: SSOAdminClientResolvedConfig,
70
- options?: __HttpHandlerOptions
71
- ): Handler<
72
- DescribeInstanceAccessControlAttributeConfigurationCommandInput,
73
- DescribeInstanceAccessControlAttributeConfigurationCommandOutput
74
- > {
75
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
76
-
77
- const stack = clientStack.concat(this.middlewareStack);
78
-
79
- const { logger } = configuration;
80
- const clientName = "SSOAdminClient";
81
- const commandName = "DescribeInstanceAccessControlAttributeConfigurationCommand";
82
- const handlerExecutionContext: HandlerExecutionContext = {
83
- logger,
84
- clientName,
85
- commandName,
86
- inputFilterSensitiveLog: DescribeInstanceAccessControlAttributeConfigurationRequest.filterSensitiveLog,
87
- outputFilterSensitiveLog: DescribeInstanceAccessControlAttributeConfigurationResponse.filterSensitiveLog,
88
- };
89
- const { requestHandler } = configuration;
90
- return stack.resolve(
91
- (request: FinalizeHandlerArguments<any>) =>
92
- requestHandler.handle(request.request as __HttpRequest, options || {}),
93
- handlerExecutionContext
94
- );
95
- }
96
-
97
- private serialize(
98
- input: DescribeInstanceAccessControlAttributeConfigurationCommandInput,
99
- context: __SerdeContext
100
- ): Promise<__HttpRequest> {
101
- return serializeAws_json1_1DescribeInstanceAccessControlAttributeConfigurationCommand(input, context);
102
- }
103
-
104
- private deserialize(
105
- output: __HttpResponse,
106
- context: __SerdeContext
107
- ): Promise<DescribeInstanceAccessControlAttributeConfigurationCommandOutput> {
108
- return deserializeAws_json1_1DescribeInstanceAccessControlAttributeConfigurationCommand(output, context);
109
- }
110
-
111
- // Start section: command_body_extra
112
- // End section: command_body_extra
113
- }
@@ -1,95 +0,0 @@
1
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import {
5
- FinalizeHandlerArguments,
6
- Handler,
7
- HandlerExecutionContext,
8
- HttpHandlerOptions as __HttpHandlerOptions,
9
- MetadataBearer as __MetadataBearer,
10
- MiddlewareStack,
11
- SerdeContext as __SerdeContext,
12
- } from "@aws-sdk/types";
13
-
14
- import { DescribePermissionSetRequest, DescribePermissionSetResponse } from "../models/models_0";
15
- import {
16
- deserializeAws_json1_1DescribePermissionSetCommand,
17
- serializeAws_json1_1DescribePermissionSetCommand,
18
- } from "../protocols/Aws_json1_1";
19
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
20
-
21
- export interface DescribePermissionSetCommandInput extends DescribePermissionSetRequest {}
22
- export interface DescribePermissionSetCommandOutput extends DescribePermissionSetResponse, __MetadataBearer {}
23
-
24
- /**
25
- * <p>Gets the details of the permission 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, DescribePermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
30
- * // const { SSOAdminClient, DescribePermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
31
- * const client = new SSOAdminClient(config);
32
- * const command = new DescribePermissionSetCommand(input);
33
- * const response = await client.send(command);
34
- * ```
35
- *
36
- * @see {@link DescribePermissionSetCommandInput} for command's `input` shape.
37
- * @see {@link DescribePermissionSetCommandOutput} for command's `response` shape.
38
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
39
- *
40
- */
41
- export class DescribePermissionSetCommand extends $Command<
42
- DescribePermissionSetCommandInput,
43
- DescribePermissionSetCommandOutput,
44
- SSOAdminClientResolvedConfig
45
- > {
46
- // Start section: command_properties
47
- // End section: command_properties
48
-
49
- constructor(readonly input: DescribePermissionSetCommandInput) {
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<DescribePermissionSetCommandInput, DescribePermissionSetCommandOutput> {
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 = "DescribePermissionSetCommand";
70
- const handlerExecutionContext: HandlerExecutionContext = {
71
- logger,
72
- clientName,
73
- commandName,
74
- inputFilterSensitiveLog: DescribePermissionSetRequest.filterSensitiveLog,
75
- outputFilterSensitiveLog: DescribePermissionSetResponse.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: DescribePermissionSetCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
86
- return serializeAws_json1_1DescribePermissionSetCommand(input, context);
87
- }
88
-
89
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DescribePermissionSetCommandOutput> {
90
- return deserializeAws_json1_1DescribePermissionSetCommand(output, context);
91
- }
92
-
93
- // Start section: command_body_extra
94
- // End section: command_body_extra
95
- }
@@ -1,110 +0,0 @@
1
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import {
5
- FinalizeHandlerArguments,
6
- Handler,
7
- HandlerExecutionContext,
8
- HttpHandlerOptions as __HttpHandlerOptions,
9
- MetadataBearer as __MetadataBearer,
10
- MiddlewareStack,
11
- SerdeContext as __SerdeContext,
12
- } from "@aws-sdk/types";
13
-
14
- import {
15
- DescribePermissionSetProvisioningStatusRequest,
16
- DescribePermissionSetProvisioningStatusResponse,
17
- } from "../models/models_0";
18
- import {
19
- deserializeAws_json1_1DescribePermissionSetProvisioningStatusCommand,
20
- serializeAws_json1_1DescribePermissionSetProvisioningStatusCommand,
21
- } from "../protocols/Aws_json1_1";
22
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
23
-
24
- export interface DescribePermissionSetProvisioningStatusCommandInput
25
- extends DescribePermissionSetProvisioningStatusRequest {}
26
- export interface DescribePermissionSetProvisioningStatusCommandOutput
27
- extends DescribePermissionSetProvisioningStatusResponse,
28
- __MetadataBearer {}
29
-
30
- /**
31
- * <p>Describes the status for the given permission set provisioning request.</p>
32
- * @example
33
- * Use a bare-bones client and the command you need to make an API call.
34
- * ```javascript
35
- * import { SSOAdminClient, DescribePermissionSetProvisioningStatusCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
36
- * // const { SSOAdminClient, DescribePermissionSetProvisioningStatusCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
37
- * const client = new SSOAdminClient(config);
38
- * const command = new DescribePermissionSetProvisioningStatusCommand(input);
39
- * const response = await client.send(command);
40
- * ```
41
- *
42
- * @see {@link DescribePermissionSetProvisioningStatusCommandInput} for command's `input` shape.
43
- * @see {@link DescribePermissionSetProvisioningStatusCommandOutput} for command's `response` shape.
44
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
45
- *
46
- */
47
- export class DescribePermissionSetProvisioningStatusCommand extends $Command<
48
- DescribePermissionSetProvisioningStatusCommandInput,
49
- DescribePermissionSetProvisioningStatusCommandOutput,
50
- SSOAdminClientResolvedConfig
51
- > {
52
- // Start section: command_properties
53
- // End section: command_properties
54
-
55
- constructor(readonly input: DescribePermissionSetProvisioningStatusCommandInput) {
56
- // Start section: command_constructor
57
- super();
58
- // End section: command_constructor
59
- }
60
-
61
- /**
62
- * @internal
63
- */
64
- resolveMiddleware(
65
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
66
- configuration: SSOAdminClientResolvedConfig,
67
- options?: __HttpHandlerOptions
68
- ): Handler<
69
- DescribePermissionSetProvisioningStatusCommandInput,
70
- DescribePermissionSetProvisioningStatusCommandOutput
71
- > {
72
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
73
-
74
- const stack = clientStack.concat(this.middlewareStack);
75
-
76
- const { logger } = configuration;
77
- const clientName = "SSOAdminClient";
78
- const commandName = "DescribePermissionSetProvisioningStatusCommand";
79
- const handlerExecutionContext: HandlerExecutionContext = {
80
- logger,
81
- clientName,
82
- commandName,
83
- inputFilterSensitiveLog: DescribePermissionSetProvisioningStatusRequest.filterSensitiveLog,
84
- outputFilterSensitiveLog: DescribePermissionSetProvisioningStatusResponse.filterSensitiveLog,
85
- };
86
- const { requestHandler } = configuration;
87
- return stack.resolve(
88
- (request: FinalizeHandlerArguments<any>) =>
89
- requestHandler.handle(request.request as __HttpRequest, options || {}),
90
- handlerExecutionContext
91
- );
92
- }
93
-
94
- private serialize(
95
- input: DescribePermissionSetProvisioningStatusCommandInput,
96
- context: __SerdeContext
97
- ): Promise<__HttpRequest> {
98
- return serializeAws_json1_1DescribePermissionSetProvisioningStatusCommand(input, context);
99
- }
100
-
101
- private deserialize(
102
- output: __HttpResponse,
103
- context: __SerdeContext
104
- ): Promise<DescribePermissionSetProvisioningStatusCommandOutput> {
105
- return deserializeAws_json1_1DescribePermissionSetProvisioningStatusCommand(output, context);
106
- }
107
-
108
- // Start section: command_body_extra
109
- // End section: command_body_extra
110
- }
@@ -1,106 +0,0 @@
1
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import {
5
- FinalizeHandlerArguments,
6
- Handler,
7
- HandlerExecutionContext,
8
- HttpHandlerOptions as __HttpHandlerOptions,
9
- MetadataBearer as __MetadataBearer,
10
- MiddlewareStack,
11
- SerdeContext as __SerdeContext,
12
- } from "@aws-sdk/types";
13
-
14
- import {
15
- DetachManagedPolicyFromPermissionSetRequest,
16
- DetachManagedPolicyFromPermissionSetResponse,
17
- } from "../models/models_0";
18
- import {
19
- deserializeAws_json1_1DetachManagedPolicyFromPermissionSetCommand,
20
- serializeAws_json1_1DetachManagedPolicyFromPermissionSetCommand,
21
- } from "../protocols/Aws_json1_1";
22
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
23
-
24
- export interface DetachManagedPolicyFromPermissionSetCommandInput extends DetachManagedPolicyFromPermissionSetRequest {}
25
- export interface DetachManagedPolicyFromPermissionSetCommandOutput
26
- extends DetachManagedPolicyFromPermissionSetResponse,
27
- __MetadataBearer {}
28
-
29
- /**
30
- * <p>Detaches the attached IAM managed policy ARN from the specified permission set.</p>
31
- * @example
32
- * Use a bare-bones client and the command you need to make an API call.
33
- * ```javascript
34
- * import { SSOAdminClient, DetachManagedPolicyFromPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
35
- * // const { SSOAdminClient, DetachManagedPolicyFromPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
36
- * const client = new SSOAdminClient(config);
37
- * const command = new DetachManagedPolicyFromPermissionSetCommand(input);
38
- * const response = await client.send(command);
39
- * ```
40
- *
41
- * @see {@link DetachManagedPolicyFromPermissionSetCommandInput} for command's `input` shape.
42
- * @see {@link DetachManagedPolicyFromPermissionSetCommandOutput} for command's `response` shape.
43
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
44
- *
45
- */
46
- export class DetachManagedPolicyFromPermissionSetCommand extends $Command<
47
- DetachManagedPolicyFromPermissionSetCommandInput,
48
- DetachManagedPolicyFromPermissionSetCommandOutput,
49
- SSOAdminClientResolvedConfig
50
- > {
51
- // Start section: command_properties
52
- // End section: command_properties
53
-
54
- constructor(readonly input: DetachManagedPolicyFromPermissionSetCommandInput) {
55
- // Start section: command_constructor
56
- super();
57
- // End section: command_constructor
58
- }
59
-
60
- /**
61
- * @internal
62
- */
63
- resolveMiddleware(
64
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
65
- configuration: SSOAdminClientResolvedConfig,
66
- options?: __HttpHandlerOptions
67
- ): Handler<DetachManagedPolicyFromPermissionSetCommandInput, DetachManagedPolicyFromPermissionSetCommandOutput> {
68
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
69
-
70
- const stack = clientStack.concat(this.middlewareStack);
71
-
72
- const { logger } = configuration;
73
- const clientName = "SSOAdminClient";
74
- const commandName = "DetachManagedPolicyFromPermissionSetCommand";
75
- const handlerExecutionContext: HandlerExecutionContext = {
76
- logger,
77
- clientName,
78
- commandName,
79
- inputFilterSensitiveLog: DetachManagedPolicyFromPermissionSetRequest.filterSensitiveLog,
80
- outputFilterSensitiveLog: DetachManagedPolicyFromPermissionSetResponse.filterSensitiveLog,
81
- };
82
- const { requestHandler } = configuration;
83
- return stack.resolve(
84
- (request: FinalizeHandlerArguments<any>) =>
85
- requestHandler.handle(request.request as __HttpRequest, options || {}),
86
- handlerExecutionContext
87
- );
88
- }
89
-
90
- private serialize(
91
- input: DetachManagedPolicyFromPermissionSetCommandInput,
92
- context: __SerdeContext
93
- ): Promise<__HttpRequest> {
94
- return serializeAws_json1_1DetachManagedPolicyFromPermissionSetCommand(input, context);
95
- }
96
-
97
- private deserialize(
98
- output: __HttpResponse,
99
- context: __SerdeContext
100
- ): Promise<DetachManagedPolicyFromPermissionSetCommandOutput> {
101
- return deserializeAws_json1_1DetachManagedPolicyFromPermissionSetCommand(output, context);
102
- }
103
-
104
- // Start section: command_body_extra
105
- // End section: command_body_extra
106
- }