@aws-sdk/client-chime-sdk-identity 3.31.0 → 3.35.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 (284) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/{dist/cjs → dist-cjs}/ChimeSDKIdentity.js +1 -1
  3. package/dist-cjs/ChimeSDKIdentity.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/ChimeSDKIdentityClient.js +14 -14
  5. package/dist-cjs/ChimeSDKIdentityClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/CreateAppInstanceAdminCommand.js +5 -5
  7. package/dist-cjs/commands/CreateAppInstanceAdminCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/CreateAppInstanceCommand.js +5 -5
  9. package/dist-cjs/commands/CreateAppInstanceCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/CreateAppInstanceUserCommand.js +5 -5
  11. package/dist-cjs/commands/CreateAppInstanceUserCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/DeleteAppInstanceAdminCommand.js +5 -5
  13. package/dist-cjs/commands/DeleteAppInstanceAdminCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/DeleteAppInstanceCommand.js +5 -5
  15. package/dist-cjs/commands/DeleteAppInstanceCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/DeleteAppInstanceUserCommand.js +5 -5
  17. package/dist-cjs/commands/DeleteAppInstanceUserCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/commands/DescribeAppInstanceAdminCommand.js +5 -5
  19. package/dist-cjs/commands/DescribeAppInstanceAdminCommand.js.map +1 -0
  20. package/{dist/cjs → dist-cjs}/commands/DescribeAppInstanceCommand.js +5 -5
  21. package/dist-cjs/commands/DescribeAppInstanceCommand.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/commands/DescribeAppInstanceUserCommand.js +5 -5
  23. package/dist-cjs/commands/DescribeAppInstanceUserCommand.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/commands/GetAppInstanceRetentionSettingsCommand.js +5 -5
  25. package/dist-cjs/commands/GetAppInstanceRetentionSettingsCommand.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/commands/ListAppInstanceAdminsCommand.js +5 -5
  27. package/dist-cjs/commands/ListAppInstanceAdminsCommand.js.map +1 -0
  28. package/{dist/cjs → dist-cjs}/commands/ListAppInstanceUsersCommand.js +5 -5
  29. package/dist-cjs/commands/ListAppInstanceUsersCommand.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/commands/ListAppInstancesCommand.js +5 -5
  31. package/dist-cjs/commands/ListAppInstancesCommand.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/commands/PutAppInstanceRetentionSettingsCommand.js +5 -5
  33. package/dist-cjs/commands/PutAppInstanceRetentionSettingsCommand.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/commands/UpdateAppInstanceCommand.js +5 -5
  35. package/dist-cjs/commands/UpdateAppInstanceCommand.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/commands/UpdateAppInstanceUserCommand.js +5 -5
  37. package/dist-cjs/commands/UpdateAppInstanceUserCommand.js.map +1 -0
  38. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  39. package/dist-cjs/endpoints.js.map +1 -0
  40. package/dist-cjs/index.js +27 -0
  41. package/dist-cjs/index.js.map +1 -0
  42. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  43. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  44. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  45. package/dist-cjs/models/models_0.js.map +1 -0
  46. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  47. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  48. package/{dist/cjs → dist-cjs}/pagination/ListAppInstanceAdminsPaginator.js +0 -0
  49. package/dist-cjs/pagination/ListAppInstanceAdminsPaginator.js.map +1 -0
  50. package/{dist/cjs → dist-cjs}/pagination/ListAppInstanceUsersPaginator.js +0 -0
  51. package/dist-cjs/pagination/ListAppInstanceUsersPaginator.js.map +1 -0
  52. package/{dist/cjs → dist-cjs}/pagination/ListAppInstancesPaginator.js +0 -0
  53. package/dist-cjs/pagination/ListAppInstancesPaginator.js.map +1 -0
  54. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +82 -82
  55. package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
  56. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  57. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  58. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  59. package/dist-cjs/runtimeConfig.js.map +1 -0
  60. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  61. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  62. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  63. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  64. package/{dist/es → dist-es}/ChimeSDKIdentity.js +2 -8
  65. package/dist-es/ChimeSDKIdentity.js.map +1 -0
  66. package/{dist/es → dist-es}/ChimeSDKIdentityClient.js +2 -13
  67. package/dist-es/ChimeSDKIdentityClient.js.map +1 -0
  68. package/{dist/es → dist-es}/commands/CreateAppInstanceAdminCommand.js +4 -45
  69. package/dist-es/commands/CreateAppInstanceAdminCommand.js.map +1 -0
  70. package/{dist/es → dist-es}/commands/CreateAppInstanceCommand.js +4 -32
  71. package/dist-es/commands/CreateAppInstanceCommand.js.map +1 -0
  72. package/{dist/es → dist-es}/commands/CreateAppInstanceUserCommand.js +4 -30
  73. package/dist-es/commands/CreateAppInstanceUserCommand.js.map +1 -0
  74. package/{dist/es → dist-es}/commands/DeleteAppInstanceAdminCommand.js +4 -30
  75. package/dist-es/commands/DeleteAppInstanceAdminCommand.js.map +1 -0
  76. package/{dist/es → dist-es}/commands/DeleteAppInstanceCommand.js +4 -29
  77. package/dist-es/commands/DeleteAppInstanceCommand.js.map +1 -0
  78. package/{dist/es → dist-es}/commands/DeleteAppInstanceUserCommand.js +4 -29
  79. package/dist-es/commands/DeleteAppInstanceUserCommand.js.map +1 -0
  80. package/{dist/es → dist-es}/commands/DescribeAppInstanceAdminCommand.js +4 -29
  81. package/dist-es/commands/DescribeAppInstanceAdminCommand.js.map +1 -0
  82. package/{dist/es → dist-es}/commands/DescribeAppInstanceCommand.js +4 -29
  83. package/dist-es/commands/DescribeAppInstanceCommand.js.map +1 -0
  84. package/{dist/es → dist-es}/commands/DescribeAppInstanceUserCommand.js +4 -29
  85. package/dist-es/commands/DescribeAppInstanceUserCommand.js.map +1 -0
  86. package/{dist/es → dist-es}/commands/GetAppInstanceRetentionSettingsCommand.js +4 -29
  87. package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js.map +1 -0
  88. package/{dist/es → dist-es}/commands/ListAppInstanceAdminsCommand.js +4 -29
  89. package/dist-es/commands/ListAppInstanceAdminsCommand.js.map +1 -0
  90. package/{dist/es → dist-es}/commands/ListAppInstanceUsersCommand.js +4 -30
  91. package/dist-es/commands/ListAppInstanceUsersCommand.js.map +1 -0
  92. package/{dist/es → dist-es}/commands/ListAppInstancesCommand.js +4 -30
  93. package/dist-es/commands/ListAppInstancesCommand.js.map +1 -0
  94. package/{dist/es → dist-es}/commands/PutAppInstanceRetentionSettingsCommand.js +4 -30
  95. package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js.map +1 -0
  96. package/{dist/es → dist-es}/commands/UpdateAppInstanceCommand.js +4 -29
  97. package/dist-es/commands/UpdateAppInstanceCommand.js.map +1 -0
  98. package/{dist/es → dist-es}/commands/UpdateAppInstanceUserCommand.js +4 -30
  99. package/dist-es/commands/UpdateAppInstanceUserCommand.js.map +1 -0
  100. package/{dist/es → dist-es}/endpoints.js +1 -1
  101. package/dist-es/endpoints.js.map +1 -0
  102. package/{dist/es → dist-es}/index.js +0 -0
  103. package/dist-es/index.js.map +1 -0
  104. package/{dist/es → dist-es}/models/index.js +0 -0
  105. package/dist-es/models/index.js.map +1 -0
  106. package/{dist/es → dist-es}/models/models_0.js +0 -141
  107. package/dist-es/models/models_0.js.map +1 -0
  108. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  109. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  110. package/{dist/es → dist-es}/pagination/ListAppInstanceAdminsPaginator.js +16 -28
  111. package/dist-es/pagination/ListAppInstanceAdminsPaginator.js.map +1 -0
  112. package/{dist/es → dist-es}/pagination/ListAppInstanceUsersPaginator.js +16 -28
  113. package/dist-es/pagination/ListAppInstanceUsersPaginator.js.map +1 -0
  114. package/{dist/es → dist-es}/pagination/ListAppInstancesPaginator.js +16 -28
  115. package/dist-es/pagination/ListAppInstancesPaginator.js.map +1 -0
  116. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +596 -601
  117. package/dist-es/protocols/Aws_restJson1.js.map +1 -0
  118. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  119. package/dist-es/runtimeConfig.browser.js.map +1 -0
  120. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  121. package/dist-es/runtimeConfig.js.map +1 -0
  122. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  123. package/dist-es/runtimeConfig.native.js.map +1 -0
  124. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  125. package/dist-es/runtimeConfig.shared.js.map +1 -0
  126. package/{dist/types → dist-types}/ChimeSDKIdentity.d.ts +2 -2
  127. package/{dist/types → dist-types}/ChimeSDKIdentityClient.d.ts +9 -9
  128. package/{dist/types → dist-types}/commands/CreateAppInstanceAdminCommand.d.ts +2 -2
  129. package/{dist/types → dist-types}/commands/CreateAppInstanceCommand.d.ts +2 -2
  130. package/{dist/types → dist-types}/commands/CreateAppInstanceUserCommand.d.ts +2 -2
  131. package/{dist/types → dist-types}/commands/DeleteAppInstanceAdminCommand.d.ts +2 -2
  132. package/{dist/types → dist-types}/commands/DeleteAppInstanceCommand.d.ts +2 -2
  133. package/{dist/types → dist-types}/commands/DeleteAppInstanceUserCommand.d.ts +2 -2
  134. package/{dist/types → dist-types}/commands/DescribeAppInstanceAdminCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/commands/DescribeAppInstanceCommand.d.ts +2 -2
  136. package/{dist/types → dist-types}/commands/DescribeAppInstanceUserCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/commands/GetAppInstanceRetentionSettingsCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/commands/ListAppInstanceAdminsCommand.d.ts +2 -2
  139. package/{dist/types → dist-types}/commands/ListAppInstanceUsersCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/commands/ListAppInstancesCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/commands/PutAppInstanceRetentionSettingsCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/commands/UpdateAppInstanceCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/commands/UpdateAppInstanceUserCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  145. package/{dist/types → dist-types}/index.d.ts +0 -0
  146. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  147. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  148. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  149. package/{dist/types → dist-types}/pagination/ListAppInstanceAdminsPaginator.d.ts +1 -1
  150. package/{dist/types → dist-types}/pagination/ListAppInstanceUsersPaginator.d.ts +1 -1
  151. package/{dist/types → dist-types}/pagination/ListAppInstancesPaginator.d.ts +1 -1
  152. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +3 -3
  153. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  154. package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
  155. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  156. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  157. package/{dist/types → dist-types}/ts3.4/ChimeSDKIdentity.d.ts +2 -2
  158. package/{dist/types → dist-types}/ts3.4/ChimeSDKIdentityClient.d.ts +9 -9
  159. package/{dist/types → dist-types}/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +2 -2
  160. package/{dist/types → dist-types}/ts3.4/commands/CreateAppInstanceCommand.d.ts +2 -2
  161. package/{dist/types → dist-types}/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +2 -2
  162. package/{dist/types → dist-types}/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +2 -2
  163. package/{dist/types → dist-types}/ts3.4/commands/DeleteAppInstanceCommand.d.ts +2 -2
  164. package/{dist/types → dist-types}/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +2 -2
  165. package/{dist/types → dist-types}/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +2 -2
  166. package/{dist/types → dist-types}/ts3.4/commands/DescribeAppInstanceCommand.d.ts +2 -2
  167. package/{dist/types → dist-types}/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +2 -2
  168. package/{dist/types → dist-types}/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +2 -2
  169. package/{dist/types → dist-types}/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +2 -2
  170. package/{dist/types → dist-types}/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +2 -2
  171. package/{dist/types → dist-types}/ts3.4/commands/ListAppInstancesCommand.d.ts +2 -2
  172. package/{dist/types → dist-types}/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +2 -2
  173. package/{dist/types → dist-types}/ts3.4/commands/UpdateAppInstanceCommand.d.ts +2 -2
  174. package/{dist/types → dist-types}/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +2 -2
  175. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  176. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  177. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  178. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  179. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  180. package/{dist/types → dist-types}/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +1 -1
  181. package/{dist/types → dist-types}/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +1 -1
  182. package/{dist/types → dist-types}/ts3.4/pagination/ListAppInstancesPaginator.d.ts +1 -1
  183. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +3 -3
  184. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  185. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
  186. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  187. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  188. package/package.json +50 -50
  189. package/{ChimeSDKIdentity.ts → src/ChimeSDKIdentity.ts} +7 -6
  190. package/{ChimeSDKIdentityClient.ts → src/ChimeSDKIdentityClient.ts} +59 -58
  191. package/{commands → src/commands}/CreateAppInstanceAdminCommand.ts +8 -7
  192. package/{commands → src/commands}/CreateAppInstanceCommand.ts +8 -7
  193. package/{commands → src/commands}/CreateAppInstanceUserCommand.ts +8 -7
  194. package/{commands → src/commands}/DeleteAppInstanceAdminCommand.ts +8 -7
  195. package/{commands → src/commands}/DeleteAppInstanceCommand.ts +8 -7
  196. package/{commands → src/commands}/DeleteAppInstanceUserCommand.ts +8 -7
  197. package/{commands → src/commands}/DescribeAppInstanceAdminCommand.ts +8 -7
  198. package/{commands → src/commands}/DescribeAppInstanceCommand.ts +8 -7
  199. package/{commands → src/commands}/DescribeAppInstanceUserCommand.ts +8 -7
  200. package/{commands → src/commands}/GetAppInstanceRetentionSettingsCommand.ts +8 -7
  201. package/{commands → src/commands}/ListAppInstanceAdminsCommand.ts +8 -7
  202. package/{commands → src/commands}/ListAppInstanceUsersCommand.ts +8 -7
  203. package/{commands → src/commands}/ListAppInstancesCommand.ts +8 -7
  204. package/{commands → src/commands}/PutAppInstanceRetentionSettingsCommand.ts +8 -7
  205. package/{commands → src/commands}/UpdateAppInstanceCommand.ts +8 -7
  206. package/{commands → src/commands}/UpdateAppInstanceUserCommand.ts +8 -7
  207. package/{endpoints.ts → src/endpoints.ts} +1 -1
  208. package/{index.ts → src/index.ts} +0 -0
  209. package/{models → src/models}/index.ts +0 -0
  210. package/{models → src/models}/models_0.ts +0 -0
  211. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  212. package/{pagination → src/pagination}/ListAppInstanceAdminsPaginator.ts +2 -1
  213. package/{pagination → src/pagination}/ListAppInstanceUsersPaginator.ts +2 -1
  214. package/{pagination → src/pagination}/ListAppInstancesPaginator.ts +2 -1
  215. package/{protocols → src/protocols}/Aws_restJson1.ts +40 -39
  216. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  217. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  218. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  219. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  220. package/tsconfig.es.json +1 -3
  221. package/tsconfig.json +7 -7
  222. package/tsconfig.types.json +9 -0
  223. package/dist/cjs/ChimeSDKIdentity.js.map +0 -1
  224. package/dist/cjs/ChimeSDKIdentityClient.js.map +0 -1
  225. package/dist/cjs/commands/CreateAppInstanceAdminCommand.js.map +0 -1
  226. package/dist/cjs/commands/CreateAppInstanceCommand.js.map +0 -1
  227. package/dist/cjs/commands/CreateAppInstanceUserCommand.js.map +0 -1
  228. package/dist/cjs/commands/DeleteAppInstanceAdminCommand.js.map +0 -1
  229. package/dist/cjs/commands/DeleteAppInstanceCommand.js.map +0 -1
  230. package/dist/cjs/commands/DeleteAppInstanceUserCommand.js.map +0 -1
  231. package/dist/cjs/commands/DescribeAppInstanceAdminCommand.js.map +0 -1
  232. package/dist/cjs/commands/DescribeAppInstanceCommand.js.map +0 -1
  233. package/dist/cjs/commands/DescribeAppInstanceUserCommand.js.map +0 -1
  234. package/dist/cjs/commands/GetAppInstanceRetentionSettingsCommand.js.map +0 -1
  235. package/dist/cjs/commands/ListAppInstanceAdminsCommand.js.map +0 -1
  236. package/dist/cjs/commands/ListAppInstanceUsersCommand.js.map +0 -1
  237. package/dist/cjs/commands/ListAppInstancesCommand.js.map +0 -1
  238. package/dist/cjs/commands/PutAppInstanceRetentionSettingsCommand.js.map +0 -1
  239. package/dist/cjs/commands/UpdateAppInstanceCommand.js.map +0 -1
  240. package/dist/cjs/commands/UpdateAppInstanceUserCommand.js.map +0 -1
  241. package/dist/cjs/endpoints.js.map +0 -1
  242. package/dist/cjs/index.js +0 -27
  243. package/dist/cjs/index.js.map +0 -1
  244. package/dist/cjs/models/models_0.js.map +0 -1
  245. package/dist/cjs/package.json +0 -93
  246. package/dist/cjs/pagination/ListAppInstanceAdminsPaginator.js.map +0 -1
  247. package/dist/cjs/pagination/ListAppInstanceUsersPaginator.js.map +0 -1
  248. package/dist/cjs/pagination/ListAppInstancesPaginator.js.map +0 -1
  249. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  250. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  251. package/dist/cjs/runtimeConfig.js.map +0 -1
  252. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  253. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  254. package/dist/es/ChimeSDKIdentity.js.map +0 -1
  255. package/dist/es/ChimeSDKIdentityClient.js.map +0 -1
  256. package/dist/es/commands/CreateAppInstanceAdminCommand.js.map +0 -1
  257. package/dist/es/commands/CreateAppInstanceCommand.js.map +0 -1
  258. package/dist/es/commands/CreateAppInstanceUserCommand.js.map +0 -1
  259. package/dist/es/commands/DeleteAppInstanceAdminCommand.js.map +0 -1
  260. package/dist/es/commands/DeleteAppInstanceCommand.js.map +0 -1
  261. package/dist/es/commands/DeleteAppInstanceUserCommand.js.map +0 -1
  262. package/dist/es/commands/DescribeAppInstanceAdminCommand.js.map +0 -1
  263. package/dist/es/commands/DescribeAppInstanceCommand.js.map +0 -1
  264. package/dist/es/commands/DescribeAppInstanceUserCommand.js.map +0 -1
  265. package/dist/es/commands/GetAppInstanceRetentionSettingsCommand.js.map +0 -1
  266. package/dist/es/commands/ListAppInstanceAdminsCommand.js.map +0 -1
  267. package/dist/es/commands/ListAppInstanceUsersCommand.js.map +0 -1
  268. package/dist/es/commands/ListAppInstancesCommand.js.map +0 -1
  269. package/dist/es/commands/PutAppInstanceRetentionSettingsCommand.js.map +0 -1
  270. package/dist/es/commands/UpdateAppInstanceCommand.js.map +0 -1
  271. package/dist/es/commands/UpdateAppInstanceUserCommand.js.map +0 -1
  272. package/dist/es/endpoints.js.map +0 -1
  273. package/dist/es/index.js.map +0 -1
  274. package/dist/es/models/index.js.map +0 -1
  275. package/dist/es/models/models_0.js.map +0 -1
  276. package/dist/es/package.json +0 -93
  277. package/dist/es/pagination/ListAppInstanceAdminsPaginator.js.map +0 -1
  278. package/dist/es/pagination/ListAppInstanceUsersPaginator.js.map +0 -1
  279. package/dist/es/pagination/ListAppInstancesPaginator.js.map +0 -1
  280. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  281. package/dist/es/runtimeConfig.browser.js.map +0 -1
  282. package/dist/es/runtimeConfig.js.map +0 -1
  283. package/dist/es/runtimeConfig.native.js.map +0 -1
  284. package/dist/es/runtimeConfig.shared.js.map +0 -1
package/package.json CHANGED
@@ -1,65 +1,59 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-chime-sdk-identity",
3
3
  "description": "AWS SDK for JavaScript Chime Sdk Identity Client for Node.js, Browser and React Native",
4
- "version": "3.31.0",
4
+ "version": "3.35.0",
5
5
  "scripts": {
6
- "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7
- "build-documentation": "yarn remove-documentation && typedoc ./",
8
- "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
9
- "remove-definitions": "rimraf ./types",
10
- "remove-dist": "rimraf ./dist",
11
- "remove-documentation": "rimraf ./docs",
12
- "test": "jest --coverage --passWithNoTests",
6
+ "build": "yarn build:cjs && yarn build:es && yarn build:types",
13
7
  "build:cjs": "tsc -p tsconfig.json",
8
+ "build:docs": "yarn clean:docs && typedoc ./",
14
9
  "build:es": "tsc -p tsconfig.es.json",
15
- "build": "yarn build:cjs && yarn build:es"
16
- },
17
- "main": "./dist/cjs/index.js",
18
- "types": "./dist/types/index.d.ts",
19
- "module": "./dist/es/index.js",
20
- "browser": {
21
- "./runtimeConfig": "./runtimeConfig.browser"
22
- },
23
- "react-native": {
24
- "./runtimeConfig": "./runtimeConfig.native"
10
+ "build:types": "tsc -p tsconfig.types.json",
11
+ "clean": "yarn clean:dist && yarn clean:docs",
12
+ "clean:dist": "rimraf ./dist",
13
+ "clean:docs": "rimraf ./docs",
14
+ "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15
+ "test": "jest --coverage --passWithNoTests"
25
16
  },
17
+ "main": "./dist-cjs/index.js",
18
+ "types": "./dist-types/index.d.ts",
19
+ "module": "./dist-es/index.js",
26
20
  "sideEffects": false,
27
21
  "dependencies": {
28
22
  "@aws-crypto/sha256-browser": "^1.1.0",
29
23
  "@aws-crypto/sha256-js": "^1.1.0",
30
- "@aws-sdk/client-sts": "3.31.0",
31
- "@aws-sdk/config-resolver": "3.30.0",
32
- "@aws-sdk/credential-provider-node": "3.31.0",
33
- "@aws-sdk/fetch-http-handler": "3.29.0",
34
- "@aws-sdk/hash-node": "3.29.0",
35
- "@aws-sdk/invalid-dependency": "3.29.0",
36
- "@aws-sdk/middleware-content-length": "3.29.0",
37
- "@aws-sdk/middleware-host-header": "3.29.0",
38
- "@aws-sdk/middleware-logger": "3.29.0",
39
- "@aws-sdk/middleware-retry": "3.29.0",
40
- "@aws-sdk/middleware-serde": "3.29.0",
41
- "@aws-sdk/middleware-signing": "3.30.0",
42
- "@aws-sdk/middleware-stack": "3.29.0",
43
- "@aws-sdk/middleware-user-agent": "3.29.0",
44
- "@aws-sdk/node-config-provider": "3.29.0",
45
- "@aws-sdk/node-http-handler": "3.29.0",
46
- "@aws-sdk/protocol-http": "3.29.0",
47
- "@aws-sdk/smithy-client": "3.31.0",
48
- "@aws-sdk/types": "3.29.0",
49
- "@aws-sdk/url-parser": "3.29.0",
50
- "@aws-sdk/util-base64-browser": "3.29.0",
51
- "@aws-sdk/util-base64-node": "3.29.0",
52
- "@aws-sdk/util-body-length-browser": "3.29.0",
53
- "@aws-sdk/util-body-length-node": "3.29.0",
54
- "@aws-sdk/util-user-agent-browser": "3.29.0",
55
- "@aws-sdk/util-user-agent-node": "3.29.0",
56
- "@aws-sdk/util-utf8-browser": "3.29.0",
57
- "@aws-sdk/util-utf8-node": "3.29.0",
24
+ "@aws-sdk/client-sts": "3.35.0",
25
+ "@aws-sdk/config-resolver": "3.35.0",
26
+ "@aws-sdk/credential-provider-node": "3.35.0",
27
+ "@aws-sdk/fetch-http-handler": "3.35.0",
28
+ "@aws-sdk/hash-node": "3.35.0",
29
+ "@aws-sdk/invalid-dependency": "3.35.0",
30
+ "@aws-sdk/middleware-content-length": "3.35.0",
31
+ "@aws-sdk/middleware-host-header": "3.35.0",
32
+ "@aws-sdk/middleware-logger": "3.35.0",
33
+ "@aws-sdk/middleware-retry": "3.35.0",
34
+ "@aws-sdk/middleware-serde": "3.35.0",
35
+ "@aws-sdk/middleware-signing": "3.35.0",
36
+ "@aws-sdk/middleware-stack": "3.35.0",
37
+ "@aws-sdk/middleware-user-agent": "3.35.0",
38
+ "@aws-sdk/node-config-provider": "3.35.0",
39
+ "@aws-sdk/node-http-handler": "3.35.0",
40
+ "@aws-sdk/protocol-http": "3.35.0",
41
+ "@aws-sdk/smithy-client": "3.35.0",
42
+ "@aws-sdk/types": "3.35.0",
43
+ "@aws-sdk/url-parser": "3.35.0",
44
+ "@aws-sdk/util-base64-browser": "3.35.0",
45
+ "@aws-sdk/util-base64-node": "3.35.0",
46
+ "@aws-sdk/util-body-length-browser": "3.35.0",
47
+ "@aws-sdk/util-body-length-node": "3.35.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.35.0",
49
+ "@aws-sdk/util-user-agent-node": "3.35.0",
50
+ "@aws-sdk/util-utf8-browser": "3.35.0",
51
+ "@aws-sdk/util-utf8-node": "3.35.0",
58
52
  "tslib": "^2.3.0",
59
53
  "uuid": "^8.3.2"
60
54
  },
61
55
  "devDependencies": {
62
- "@aws-sdk/client-documentation-generator": "3.29.0",
56
+ "@aws-sdk/client-documentation-generator": "3.35.0",
63
57
  "@types/node": "^12.7.5",
64
58
  "@types/uuid": "^8.3.0",
65
59
  "downlevel-dts": "0.7.0",
@@ -67,15 +61,15 @@
67
61
  "rimraf": "^3.0.0",
68
62
  "ts-jest": "^26.4.1",
69
63
  "typedoc": "^0.19.2",
70
- "typescript": "~4.4.2"
64
+ "typescript": "~4.3.5"
71
65
  },
72
66
  "engines": {
73
67
  "node": ">=10.0.0"
74
68
  },
75
69
  "typesVersions": {
76
70
  "<4.0": {
77
- "dist/types/*": [
78
- "dist/types/ts3.4/*"
71
+ "dist-types/*": [
72
+ "dist-types/ts3.4/*"
79
73
  ]
80
74
  }
81
75
  },
@@ -84,6 +78,12 @@
84
78
  "url": "https://aws.amazon.com/javascript/"
85
79
  },
86
80
  "license": "Apache-2.0",
81
+ "browser": {
82
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
83
+ },
84
+ "react-native": {
85
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
86
+ },
87
87
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-chime-sdk-identity",
88
88
  "repository": {
89
89
  "type": "git",
@@ -1,3 +1,5 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+
1
3
  import { ChimeSDKIdentityClient } from "./ChimeSDKIdentityClient";
2
4
  import {
3
5
  CreateAppInstanceAdminCommand,
@@ -54,16 +56,16 @@ import {
54
56
  ListAppInstanceAdminsCommandInput,
55
57
  ListAppInstanceAdminsCommandOutput,
56
58
  } from "./commands/ListAppInstanceAdminsCommand";
57
- import {
58
- ListAppInstanceUsersCommand,
59
- ListAppInstanceUsersCommandInput,
60
- ListAppInstanceUsersCommandOutput,
61
- } from "./commands/ListAppInstanceUsersCommand";
62
59
  import {
63
60
  ListAppInstancesCommand,
64
61
  ListAppInstancesCommandInput,
65
62
  ListAppInstancesCommandOutput,
66
63
  } from "./commands/ListAppInstancesCommand";
64
+ import {
65
+ ListAppInstanceUsersCommand,
66
+ ListAppInstanceUsersCommandInput,
67
+ ListAppInstanceUsersCommandOutput,
68
+ } from "./commands/ListAppInstanceUsersCommand";
67
69
  import {
68
70
  PutAppInstanceRetentionSettingsCommand,
69
71
  PutAppInstanceRetentionSettingsCommandInput,
@@ -79,7 +81,6 @@ import {
79
81
  UpdateAppInstanceUserCommandInput,
80
82
  UpdateAppInstanceUserCommandOutput,
81
83
  } from "./commands/UpdateAppInstanceUserCommand";
82
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
83
84
 
84
85
  /**
85
86
  * <p>The Amazon Chime SDK Identity APIs in this section allow software developers to create
@@ -1,3 +1,54 @@
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ resolveEndpointsConfig,
7
+ resolveRegionConfig,
8
+ } from "@aws-sdk/config-resolver";
9
+ import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
10
+ import {
11
+ getHostHeaderPlugin,
12
+ HostHeaderInputConfig,
13
+ HostHeaderResolvedConfig,
14
+ resolveHostHeaderConfig,
15
+ } from "@aws-sdk/middleware-host-header";
16
+ import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
17
+ import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
18
+ import {
19
+ AwsAuthInputConfig,
20
+ AwsAuthResolvedConfig,
21
+ getAwsAuthPlugin,
22
+ resolveAwsAuthConfig,
23
+ } from "@aws-sdk/middleware-signing";
24
+ import {
25
+ getUserAgentPlugin,
26
+ resolveUserAgentConfig,
27
+ UserAgentInputConfig,
28
+ UserAgentResolvedConfig,
29
+ } from "@aws-sdk/middleware-user-agent";
30
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
31
+ import {
32
+ Client as __Client,
33
+ SmithyConfiguration as __SmithyConfiguration,
34
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
35
+ } from "@aws-sdk/smithy-client";
36
+ import {
37
+ Credentials as __Credentials,
38
+ Decoder as __Decoder,
39
+ Encoder as __Encoder,
40
+ Hash as __Hash,
41
+ HashConstructor as __HashConstructor,
42
+ HttpHandlerOptions as __HttpHandlerOptions,
43
+ Logger as __Logger,
44
+ Provider as __Provider,
45
+ Provider,
46
+ RegionInfoProvider,
47
+ StreamCollector as __StreamCollector,
48
+ UrlParser as __UrlParser,
49
+ UserAgent as __UserAgent,
50
+ } from "@aws-sdk/types";
51
+
1
52
  import {
2
53
  CreateAppInstanceAdminCommandInput,
3
54
  CreateAppInstanceAdminCommandOutput,
@@ -36,11 +87,11 @@ import {
36
87
  ListAppInstanceAdminsCommandInput,
37
88
  ListAppInstanceAdminsCommandOutput,
38
89
  } from "./commands/ListAppInstanceAdminsCommand";
90
+ import { ListAppInstancesCommandInput, ListAppInstancesCommandOutput } from "./commands/ListAppInstancesCommand";
39
91
  import {
40
92
  ListAppInstanceUsersCommandInput,
41
93
  ListAppInstanceUsersCommandOutput,
42
94
  } from "./commands/ListAppInstanceUsersCommand";
43
- import { ListAppInstancesCommandInput, ListAppInstancesCommandOutput } from "./commands/ListAppInstancesCommand";
44
95
  import {
45
96
  PutAppInstanceRetentionSettingsCommandInput,
46
97
  PutAppInstanceRetentionSettingsCommandOutput,
@@ -51,56 +102,6 @@ import {
51
102
  UpdateAppInstanceUserCommandOutput,
52
103
  } from "./commands/UpdateAppInstanceUserCommand";
53
104
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
54
- import {
55
- EndpointsInputConfig,
56
- EndpointsResolvedConfig,
57
- RegionInputConfig,
58
- RegionResolvedConfig,
59
- resolveEndpointsConfig,
60
- resolveRegionConfig,
61
- } from "@aws-sdk/config-resolver";
62
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
63
- import {
64
- HostHeaderInputConfig,
65
- HostHeaderResolvedConfig,
66
- getHostHeaderPlugin,
67
- resolveHostHeaderConfig,
68
- } from "@aws-sdk/middleware-host-header";
69
- import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
70
- import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
71
- import {
72
- AwsAuthInputConfig,
73
- AwsAuthResolvedConfig,
74
- getAwsAuthPlugin,
75
- resolveAwsAuthConfig,
76
- } from "@aws-sdk/middleware-signing";
77
- import {
78
- UserAgentInputConfig,
79
- UserAgentResolvedConfig,
80
- getUserAgentPlugin,
81
- resolveUserAgentConfig,
82
- } from "@aws-sdk/middleware-user-agent";
83
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
84
- import {
85
- Client as __Client,
86
- SmithyConfiguration as __SmithyConfiguration,
87
- SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
88
- } from "@aws-sdk/smithy-client";
89
- import {
90
- Provider,
91
- RegionInfoProvider,
92
- Credentials as __Credentials,
93
- Decoder as __Decoder,
94
- Encoder as __Encoder,
95
- Hash as __Hash,
96
- HashConstructor as __HashConstructor,
97
- HttpHandlerOptions as __HttpHandlerOptions,
98
- Logger as __Logger,
99
- Provider as __Provider,
100
- StreamCollector as __StreamCollector,
101
- UrlParser as __UrlParser,
102
- UserAgent as __UserAgent,
103
- } from "@aws-sdk/types";
104
105
 
105
106
  export type ServiceInputTypes =
106
107
  | CreateAppInstanceAdminCommandInput
@@ -294,13 +295,13 @@ export class ChimeSDKIdentityClient extends __Client<
294
295
  readonly config: ChimeSDKIdentityClientResolvedConfig;
295
296
 
296
297
  constructor(configuration: ChimeSDKIdentityClientConfig) {
297
- let _config_0 = __getRuntimeConfig(configuration);
298
- let _config_1 = resolveRegionConfig(_config_0);
299
- let _config_2 = resolveEndpointsConfig(_config_1);
300
- let _config_3 = resolveRetryConfig(_config_2);
301
- let _config_4 = resolveHostHeaderConfig(_config_3);
302
- let _config_5 = resolveAwsAuthConfig(_config_4);
303
- let _config_6 = resolveUserAgentConfig(_config_5);
298
+ const _config_0 = __getRuntimeConfig(configuration);
299
+ const _config_1 = resolveRegionConfig(_config_0);
300
+ const _config_2 = resolveEndpointsConfig(_config_1);
301
+ const _config_3 = resolveRetryConfig(_config_2);
302
+ const _config_4 = resolveHostHeaderConfig(_config_3);
303
+ const _config_5 = resolveAwsAuthConfig(_config_4);
304
+ const _config_6 = resolveUserAgentConfig(_config_5);
304
305
  super(_config_6);
305
306
  this.config = _config_6;
306
307
  this.middlewareStack.use(getRetryPlugin(this.config));
@@ -1,9 +1,3 @@
1
- import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
2
- import { CreateAppInstanceAdminRequest, CreateAppInstanceAdminResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1CreateAppInstanceAdminCommand,
5
- serializeAws_restJson1CreateAppInstanceAdminCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
15
+ import { CreateAppInstanceAdminRequest, CreateAppInstanceAdminResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1CreateAppInstanceAdminCommand,
18
+ serializeAws_restJson1CreateAppInstanceAdminCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface CreateAppInstanceAdminCommandInput extends CreateAppInstanceAdminRequest {}
21
22
  export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAdminResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
2
- import { CreateAppInstanceRequest, CreateAppInstanceResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1CreateAppInstanceCommand,
5
- serializeAws_restJson1CreateAppInstanceCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
15
+ import { CreateAppInstanceRequest, CreateAppInstanceResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1CreateAppInstanceCommand,
18
+ serializeAws_restJson1CreateAppInstanceCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface CreateAppInstanceCommandInput extends CreateAppInstanceRequest {}
21
22
  export interface CreateAppInstanceCommandOutput extends CreateAppInstanceResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
2
- import { CreateAppInstanceUserRequest, CreateAppInstanceUserResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1CreateAppInstanceUserCommand,
5
- serializeAws_restJson1CreateAppInstanceUserCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
15
+ import { CreateAppInstanceUserRequest, CreateAppInstanceUserResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1CreateAppInstanceUserCommand,
18
+ serializeAws_restJson1CreateAppInstanceUserCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface CreateAppInstanceUserCommandInput extends CreateAppInstanceUserRequest {}
21
22
  export interface CreateAppInstanceUserCommandOutput extends CreateAppInstanceUserResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
2
- import { DeleteAppInstanceAdminRequest } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1DeleteAppInstanceAdminCommand,
5
- serializeAws_restJson1DeleteAppInstanceAdminCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
15
+ import { DeleteAppInstanceAdminRequest } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1DeleteAppInstanceAdminCommand,
18
+ serializeAws_restJson1DeleteAppInstanceAdminCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface DeleteAppInstanceAdminCommandInput extends DeleteAppInstanceAdminRequest {}
21
22
  export interface DeleteAppInstanceAdminCommandOutput extends __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
2
- import { DeleteAppInstanceRequest } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1DeleteAppInstanceCommand,
5
- serializeAws_restJson1DeleteAppInstanceCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
15
+ import { DeleteAppInstanceRequest } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1DeleteAppInstanceCommand,
18
+ serializeAws_restJson1DeleteAppInstanceCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface DeleteAppInstanceCommandInput extends DeleteAppInstanceRequest {}
21
22
  export interface DeleteAppInstanceCommandOutput extends __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
2
- import { DeleteAppInstanceUserRequest } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1DeleteAppInstanceUserCommand,
5
- serializeAws_restJson1DeleteAppInstanceUserCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
15
+ import { DeleteAppInstanceUserRequest } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1DeleteAppInstanceUserCommand,
18
+ serializeAws_restJson1DeleteAppInstanceUserCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface DeleteAppInstanceUserCommandInput extends DeleteAppInstanceUserRequest {}
21
22
  export interface DeleteAppInstanceUserCommandOutput extends __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
2
- import { DescribeAppInstanceAdminRequest, DescribeAppInstanceAdminResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1DescribeAppInstanceAdminCommand,
5
- serializeAws_restJson1DescribeAppInstanceAdminCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
15
+ import { DescribeAppInstanceAdminRequest, DescribeAppInstanceAdminResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1DescribeAppInstanceAdminCommand,
18
+ serializeAws_restJson1DescribeAppInstanceAdminCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface DescribeAppInstanceAdminCommandInput extends DescribeAppInstanceAdminRequest {}
21
22
  export interface DescribeAppInstanceAdminCommandOutput extends DescribeAppInstanceAdminResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
2
- import { DescribeAppInstanceRequest, DescribeAppInstanceResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1DescribeAppInstanceCommand,
5
- serializeAws_restJson1DescribeAppInstanceCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
15
+ import { DescribeAppInstanceRequest, DescribeAppInstanceResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1DescribeAppInstanceCommand,
18
+ serializeAws_restJson1DescribeAppInstanceCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface DescribeAppInstanceCommandInput extends DescribeAppInstanceRequest {}
21
22
  export interface DescribeAppInstanceCommandOutput extends DescribeAppInstanceResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
2
- import { DescribeAppInstanceUserRequest, DescribeAppInstanceUserResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1DescribeAppInstanceUserCommand,
5
- serializeAws_restJson1DescribeAppInstanceUserCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
15
+ import { DescribeAppInstanceUserRequest, DescribeAppInstanceUserResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1DescribeAppInstanceUserCommand,
18
+ serializeAws_restJson1DescribeAppInstanceUserCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface DescribeAppInstanceUserCommandInput extends DescribeAppInstanceUserRequest {}
21
22
  export interface DescribeAppInstanceUserCommandOutput extends DescribeAppInstanceUserResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
2
- import { GetAppInstanceRetentionSettingsRequest, GetAppInstanceRetentionSettingsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1GetAppInstanceRetentionSettingsCommand,
5
- serializeAws_restJson1GetAppInstanceRetentionSettingsCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
15
+ import { GetAppInstanceRetentionSettingsRequest, GetAppInstanceRetentionSettingsResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restJson1GetAppInstanceRetentionSettingsCommand,
18
+ serializeAws_restJson1GetAppInstanceRetentionSettingsCommand,
19
+ } from "../protocols/Aws_restJson1";
20
+
20
21
  export interface GetAppInstanceRetentionSettingsCommandInput extends GetAppInstanceRetentionSettingsRequest {}
21
22
  export interface GetAppInstanceRetentionSettingsCommandOutput
22
23
  extends GetAppInstanceRetentionSettingsResponse,