@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
package/CHANGELOG.md CHANGED
@@ -3,6 +3,53 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
12
+ * **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
13
+
14
+
15
+
16
+
17
+
18
+ # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
19
+
20
+
21
+ ### Features
22
+
23
+ * **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
24
+
25
+
26
+
27
+
28
+
29
+ ## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
35
+
36
+
37
+
38
+
39
+
40
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
41
+
42
+
43
+ ### Features
44
+
45
+ * publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
46
+ * **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
47
+ * **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
48
+
49
+
50
+
51
+
52
+
6
53
  # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
7
54
 
8
55
 
@@ -33,16 +33,6 @@ const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
33
33
  const UpdateInstanceAccessControlAttributeConfigurationCommand_1 = require("./commands/UpdateInstanceAccessControlAttributeConfigurationCommand");
34
34
  const UpdatePermissionSetCommand_1 = require("./commands/UpdatePermissionSetCommand");
35
35
  const SSOAdminClient_1 = require("./SSOAdminClient");
36
- /**
37
- * <p>Amazon Web Services Single Sign On (SSO) is a cloud SSO service that makes it easy to centrally manage SSO
38
- * access to multiple Amazon Web Services accounts and business applications. This guide provides information on
39
- * SSO operations which could be used for access management of Amazon Web Services accounts. For information about
40
- * Amazon Web Services SSO features, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">Amazon Web Services Single Sign-On User Guide</a>.</p>
41
- * <p>Many operations in the SSO APIs rely on identifiers for users and groups, known as
42
- * principals. For more information about how to work with principals and principal IDs in Amazon Web Services SSO,
43
- * see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Amazon Web Services SSO Identity Store API
44
- * Reference</a>.</p>
45
- */
46
36
  class SSOAdmin extends SSOAdminClient_1.SSOAdminClient {
47
37
  attachManagedPolicyToPermissionSet(args, optionsOrCb, cb) {
48
38
  const command = new AttachManagedPolicyToPermissionSetCommand_1.AttachManagedPolicyToPermissionSetCommand(args);
@@ -480,4 +470,3 @@ class SSOAdmin extends SSOAdminClient_1.SSOAdminClient {
480
470
  }
481
471
  }
482
472
  exports.SSOAdmin = SSOAdmin;
483
- //# sourceMappingURL=SSOAdmin.js.map
@@ -10,16 +10,6 @@ const middleware_signing_1 = require("@aws-sdk/middleware-signing");
10
10
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
11
11
  const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
- /**
14
- * <p>Amazon Web Services Single Sign On (SSO) is a cloud SSO service that makes it easy to centrally manage SSO
15
- * access to multiple Amazon Web Services accounts and business applications. This guide provides information on
16
- * SSO operations which could be used for access management of Amazon Web Services accounts. For information about
17
- * Amazon Web Services SSO features, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">Amazon Web Services Single Sign-On User Guide</a>.</p>
18
- * <p>Many operations in the SSO APIs rely on identifiers for users and groups, known as
19
- * principals. For more information about how to work with principals and principal IDs in Amazon Web Services SSO,
20
- * see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Amazon Web Services SSO Identity Store API
21
- * Reference</a>.</p>
22
- */
23
13
  class SSOAdminClient extends smithy_client_1.Client {
24
14
  constructor(configuration) {
25
15
  const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
@@ -38,14 +28,8 @@ class SSOAdminClient extends smithy_client_1.Client {
38
28
  this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
39
29
  this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
40
30
  }
41
- /**
42
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
43
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
44
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
45
- */
46
31
  destroy() {
47
32
  super.destroy();
48
33
  }
49
34
  }
50
35
  exports.SSOAdminClient = SSOAdminClient;
51
- //# sourceMappingURL=SSOAdminClient.js.map
@@ -5,43 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Attaches an IAM managed policy ARN to a permission set.</p>
10
- * <note>
11
- * <p>If the permission set is already referenced by one or more account assignments, you will
12
- * need to call <code>
13
- * <a>ProvisionPermissionSet</a>
14
- * </code> after this operation.
15
- * Calling <code>ProvisionPermissionSet</code> applies the corresponding IAM policy updates to
16
- * all assigned accounts.</p>
17
- * </note>
18
- * @example
19
- * Use a bare-bones client and the command you need to make an API call.
20
- * ```javascript
21
- * import { SSOAdminClient, AttachManagedPolicyToPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
22
- * // const { SSOAdminClient, AttachManagedPolicyToPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
23
- * const client = new SSOAdminClient(config);
24
- * const command = new AttachManagedPolicyToPermissionSetCommand(input);
25
- * const response = await client.send(command);
26
- * ```
27
- *
28
- * @see {@link AttachManagedPolicyToPermissionSetCommandInput} for command's `input` shape.
29
- * @see {@link AttachManagedPolicyToPermissionSetCommandOutput} for command's `response` shape.
30
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
31
- *
32
- */
33
8
  class AttachManagedPolicyToPermissionSetCommand extends smithy_client_1.Command {
34
- // Start section: command_properties
35
- // End section: command_properties
36
9
  constructor(input) {
37
- // Start section: command_constructor
38
10
  super();
39
11
  this.input = input;
40
- // End section: command_constructor
41
12
  }
42
- /**
43
- * @internal
44
- */
45
13
  resolveMiddleware(clientStack, configuration, options) {
46
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
47
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -66,4 +34,3 @@ class AttachManagedPolicyToPermissionSetCommand extends smithy_client_1.Command
66
34
  }
67
35
  }
68
36
  exports.AttachManagedPolicyToPermissionSetCommand = AttachManagedPolicyToPermissionSetCommand;
69
- //# sourceMappingURL=AttachManagedPolicyToPermissionSetCommand.js.map
@@ -5,49 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Assigns access to a principal for a specified Amazon Web Services account using a specified permission
10
- * set.</p>
11
- * <note>
12
- * <p>The term <i>principal</i> here refers to a user or group that is defined
13
- * in Amazon Web Services SSO.</p>
14
- * </note>
15
- * <note>
16
- * <p>As part of a successful <code>CreateAccountAssignment</code> call, the specified
17
- * permission set will automatically be provisioned to the account in the form of an IAM
18
- * policy. That policy is attached to the SSO-created IAM role. If the permission set is
19
- * subsequently updated, the corresponding IAM policies attached to roles in your accounts will
20
- * not be updated automatically. In this case, you must call <code>
21
- * <a>ProvisionPermissionSet</a>
22
- * </code> to make these updates.</p>
23
- * </note>
24
- * @example
25
- * Use a bare-bones client and the command you need to make an API call.
26
- * ```javascript
27
- * import { SSOAdminClient, CreateAccountAssignmentCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
28
- * // const { SSOAdminClient, CreateAccountAssignmentCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
29
- * const client = new SSOAdminClient(config);
30
- * const command = new CreateAccountAssignmentCommand(input);
31
- * const response = await client.send(command);
32
- * ```
33
- *
34
- * @see {@link CreateAccountAssignmentCommandInput} for command's `input` shape.
35
- * @see {@link CreateAccountAssignmentCommandOutput} for command's `response` shape.
36
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
37
- *
38
- */
39
8
  class CreateAccountAssignmentCommand extends smithy_client_1.Command {
40
- // Start section: command_properties
41
- // End section: command_properties
42
9
  constructor(input) {
43
- // Start section: command_constructor
44
10
  super();
45
11
  this.input = input;
46
- // End section: command_constructor
47
12
  }
48
- /**
49
- * @internal
50
- */
51
13
  resolveMiddleware(clientStack, configuration, options) {
52
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
53
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -72,4 +34,3 @@ class CreateAccountAssignmentCommand extends smithy_client_1.Command {
72
34
  }
73
35
  }
74
36
  exports.CreateAccountAssignmentCommand = CreateAccountAssignmentCommand;
75
- //# sourceMappingURL=CreateAccountAssignmentCommand.js.map
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Enables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO
10
- * instance. You can also specify new attributes to add to your ABAC configuration during the
11
- * 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>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { SSOAdminClient, CreateInstanceAccessControlAttributeConfigurationCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
16
- * // const { SSOAdminClient, CreateInstanceAccessControlAttributeConfigurationCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
17
- * const client = new SSOAdminClient(config);
18
- * const command = new CreateInstanceAccessControlAttributeConfigurationCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link CreateInstanceAccessControlAttributeConfigurationCommandInput} for command's `input` shape.
23
- * @see {@link CreateInstanceAccessControlAttributeConfigurationCommandOutput} for command's `response` shape.
24
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
8
  class CreateInstanceAccessControlAttributeConfigurationCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class CreateInstanceAccessControlAttributeConfigurationCommand extends smithy_cl
60
34
  }
61
35
  }
62
36
  exports.CreateInstanceAccessControlAttributeConfigurationCommand = CreateInstanceAccessControlAttributeConfigurationCommand;
63
- //# sourceMappingURL=CreateInstanceAccessControlAttributeConfigurationCommand.js.map
@@ -5,40 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Creates a permission set within a specified SSO instance.</p>
10
- * <note>
11
- * <p>To grant users and groups access to Amazon Web Services account resources, use <code>
12
- * <a>CreateAccountAssignment</a>
13
- * </code>.</p>
14
- * </note>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { SSOAdminClient, CreatePermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
19
- * // const { SSOAdminClient, CreatePermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
20
- * const client = new SSOAdminClient(config);
21
- * const command = new CreatePermissionSetCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link CreatePermissionSetCommandInput} for command's `input` shape.
26
- * @see {@link CreatePermissionSetCommandOutput} for command's `response` shape.
27
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
8
  class CreatePermissionSetCommand extends smithy_client_1.Command {
31
- // Start section: command_properties
32
- // End section: command_properties
33
9
  constructor(input) {
34
- // Start section: command_constructor
35
10
  super();
36
11
  this.input = input;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  resolveMiddleware(clientStack, configuration, options) {
43
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -63,4 +34,3 @@ class CreatePermissionSetCommand extends smithy_client_1.Command {
63
34
  }
64
35
  }
65
36
  exports.CreatePermissionSetCommand = CreatePermissionSetCommand;
66
- //# sourceMappingURL=CreatePermissionSetCommand.js.map
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Deletes a principal's access from a specified Amazon Web Services account using a specified permission
10
- * set.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { SSOAdminClient, DeleteAccountAssignmentCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
15
- * // const { SSOAdminClient, DeleteAccountAssignmentCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
16
- * const client = new SSOAdminClient(config);
17
- * const command = new DeleteAccountAssignmentCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteAccountAssignmentCommandInput} for command's `input` shape.
22
- * @see {@link DeleteAccountAssignmentCommandOutput} for command's `response` shape.
23
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
8
  class DeleteAccountAssignmentCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
9
  constructor(input) {
30
- // Start section: command_constructor
31
10
  super();
32
11
  this.input = input;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  resolveMiddleware(clientStack, configuration, options) {
39
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -59,4 +34,3 @@ class DeleteAccountAssignmentCommand extends smithy_client_1.Command {
59
34
  }
60
35
  }
61
36
  exports.DeleteAccountAssignmentCommand = DeleteAccountAssignmentCommand;
62
- //# sourceMappingURL=DeleteAccountAssignmentCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Deletes the inline policy from a specified permission set.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { SSOAdminClient, DeleteInlinePolicyFromPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
14
- * // const { SSOAdminClient, DeleteInlinePolicyFromPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
15
- * const client = new SSOAdminClient(config);
16
- * const command = new DeleteInlinePolicyFromPermissionSetCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DeleteInlinePolicyFromPermissionSetCommandInput} for command's `input` shape.
21
- * @see {@link DeleteInlinePolicyFromPermissionSetCommandOutput} for command's `response` shape.
22
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class DeleteInlinePolicyFromPermissionSetCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DeleteInlinePolicyFromPermissionSetCommand extends smithy_client_1.Command
58
34
  }
59
35
  }
60
36
  exports.DeleteInlinePolicyFromPermissionSetCommand = DeleteInlinePolicyFromPermissionSetCommand;
61
- //# sourceMappingURL=DeleteInlinePolicyFromPermissionSetCommand.js.map
@@ -5,38 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Disables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO
10
- * instance and deletes all of the attribute mappings that have been configured. Once deleted,
11
- * any attributes that are received from an identity source and any custom attributes you have
12
- * 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>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { SSOAdminClient, DeleteInstanceAccessControlAttributeConfigurationCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
17
- * // const { SSOAdminClient, DeleteInstanceAccessControlAttributeConfigurationCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
18
- * const client = new SSOAdminClient(config);
19
- * const command = new DeleteInstanceAccessControlAttributeConfigurationCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link DeleteInstanceAccessControlAttributeConfigurationCommandInput} for command's `input` shape.
24
- * @see {@link DeleteInstanceAccessControlAttributeConfigurationCommandOutput} for command's `response` shape.
25
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
28
8
  class DeleteInstanceAccessControlAttributeConfigurationCommand extends smithy_client_1.Command {
29
- // Start section: command_properties
30
- // End section: command_properties
31
9
  constructor(input) {
32
- // Start section: command_constructor
33
10
  super();
34
11
  this.input = input;
35
- // End section: command_constructor
36
12
  }
37
- /**
38
- * @internal
39
- */
40
13
  resolveMiddleware(clientStack, configuration, options) {
41
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
42
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -61,4 +34,3 @@ class DeleteInstanceAccessControlAttributeConfigurationCommand extends smithy_cl
61
34
  }
62
35
  }
63
36
  exports.DeleteInstanceAccessControlAttributeConfigurationCommand = DeleteInstanceAccessControlAttributeConfigurationCommand;
64
- //# sourceMappingURL=DeleteInstanceAccessControlAttributeConfigurationCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Deletes the specified permission set.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { SSOAdminClient, DeletePermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
14
- * // const { SSOAdminClient, DeletePermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
15
- * const client = new SSOAdminClient(config);
16
- * const command = new DeletePermissionSetCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DeletePermissionSetCommandInput} for command's `input` shape.
21
- * @see {@link DeletePermissionSetCommandOutput} for command's `response` shape.
22
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class DeletePermissionSetCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DeletePermissionSetCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DeletePermissionSetCommand = DeletePermissionSetCommand;
61
- //# sourceMappingURL=DeletePermissionSetCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Describes the status of the assignment creation request.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { SSOAdminClient, DescribeAccountAssignmentCreationStatusCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
14
- * // const { SSOAdminClient, DescribeAccountAssignmentCreationStatusCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
15
- * const client = new SSOAdminClient(config);
16
- * const command = new DescribeAccountAssignmentCreationStatusCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DescribeAccountAssignmentCreationStatusCommandInput} for command's `input` shape.
21
- * @see {@link DescribeAccountAssignmentCreationStatusCommandOutput} for command's `response` shape.
22
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class DescribeAccountAssignmentCreationStatusCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DescribeAccountAssignmentCreationStatusCommand extends smithy_client_1.Com
58
34
  }
59
35
  }
60
36
  exports.DescribeAccountAssignmentCreationStatusCommand = DescribeAccountAssignmentCreationStatusCommand;
61
- //# sourceMappingURL=DescribeAccountAssignmentCreationStatusCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Describes the status of the assignment deletion request.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { SSOAdminClient, DescribeAccountAssignmentDeletionStatusCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
14
- * // const { SSOAdminClient, DescribeAccountAssignmentDeletionStatusCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
15
- * const client = new SSOAdminClient(config);
16
- * const command = new DescribeAccountAssignmentDeletionStatusCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DescribeAccountAssignmentDeletionStatusCommandInput} for command's `input` shape.
21
- * @see {@link DescribeAccountAssignmentDeletionStatusCommandOutput} for command's `response` shape.
22
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class DescribeAccountAssignmentDeletionStatusCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DescribeAccountAssignmentDeletionStatusCommand extends smithy_client_1.Com
58
34
  }
59
35
  }
60
36
  exports.DescribeAccountAssignmentDeletionStatusCommand = DescribeAccountAssignmentDeletionStatusCommand;
61
- //# sourceMappingURL=DescribeAccountAssignmentDeletionStatusCommand.js.map
@@ -5,38 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Returns the list of Amazon Web Services SSO identity store attributes that have been configured to
10
- * work with attributes-based access control (ABAC) for the specified Amazon Web Services SSO instance. This
11
- * will not return attributes configured and sent by an external identity provider.
12
- * 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>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { SSOAdminClient, DescribeInstanceAccessControlAttributeConfigurationCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
17
- * // const { SSOAdminClient, DescribeInstanceAccessControlAttributeConfigurationCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
18
- * const client = new SSOAdminClient(config);
19
- * const command = new DescribeInstanceAccessControlAttributeConfigurationCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link DescribeInstanceAccessControlAttributeConfigurationCommandInput} for command's `input` shape.
24
- * @see {@link DescribeInstanceAccessControlAttributeConfigurationCommandOutput} for command's `response` shape.
25
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
28
8
  class DescribeInstanceAccessControlAttributeConfigurationCommand extends smithy_client_1.Command {
29
- // Start section: command_properties
30
- // End section: command_properties
31
9
  constructor(input) {
32
- // Start section: command_constructor
33
10
  super();
34
11
  this.input = input;
35
- // End section: command_constructor
36
12
  }
37
- /**
38
- * @internal
39
- */
40
13
  resolveMiddleware(clientStack, configuration, options) {
41
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
42
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -61,4 +34,3 @@ class DescribeInstanceAccessControlAttributeConfigurationCommand extends smithy_
61
34
  }
62
35
  }
63
36
  exports.DescribeInstanceAccessControlAttributeConfigurationCommand = DescribeInstanceAccessControlAttributeConfigurationCommand;
64
- //# sourceMappingURL=DescribeInstanceAccessControlAttributeConfigurationCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Gets the details of the permission set.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { SSOAdminClient, DescribePermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
14
- * // const { SSOAdminClient, DescribePermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
15
- * const client = new SSOAdminClient(config);
16
- * const command = new DescribePermissionSetCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DescribePermissionSetCommandInput} for command's `input` shape.
21
- * @see {@link DescribePermissionSetCommandOutput} for command's `response` shape.
22
- * @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class DescribePermissionSetCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DescribePermissionSetCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DescribePermissionSetCommand = DescribePermissionSetCommand;
61
- //# sourceMappingURL=DescribePermissionSetCommand.js.map