@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
@@ -1,41 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteAppInstanceAdminRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1DeleteAppInstanceAdminCommand, serializeAws_restJson1DeleteAppInstanceAdminCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Demotes an <code>AppInstanceAdmin</code> to an <code>AppInstanceUser</code>. This action
8
- * does not delete the user.</p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { ChimeSDKIdentityClient, DeleteAppInstanceAdminCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
13
- * // const { ChimeSDKIdentityClient, DeleteAppInstanceAdminCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
14
- * const client = new ChimeSDKIdentityClient(config);
15
- * const command = new DeleteAppInstanceAdminCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link DeleteAppInstanceAdminCommandInput} for command's `input` shape.
20
- * @see {@link DeleteAppInstanceAdminCommandOutput} for command's `response` shape.
21
- * @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var DeleteAppInstanceAdminCommand = /** @class */ (function (_super) {
4
+ import { DeleteAppInstanceAdminRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1DeleteAppInstanceAdminCommand, serializeAws_restJson1DeleteAppInstanceAdminCommand, } from "../protocols/Aws_restJson1";
6
+ var DeleteAppInstanceAdminCommand = (function (_super) {
25
7
  __extends(DeleteAppInstanceAdminCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function DeleteAppInstanceAdminCommand(input) {
29
- var _this =
30
- // Start section: command_constructor
31
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
32
10
  _this.input = input;
33
11
  return _this;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  DeleteAppInstanceAdminCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
40
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteAppInstanceAdminCommand.js","sourceRoot":"","sources":["../../src/commands/DeleteAppInstanceAdminCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACnE,OAAO,EACL,qDAAqD,EACrD,mDAAmD,GACpD,MAAM,4BAA4B,CAAC;AAuBpC;IAAmD,iDAIlD;IAIC,uCAAqB,KAAyC;QAA9D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAoC;;IAI9D,CAAC;IAKD,yDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,+BAA+B,CAAC;QACpD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,6BAA6B,CAAC,kBAAkB;YACzE,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,iDAAS,GAAjB,UAAkB,KAAyC,EAAE,OAAuB;QAClF,OAAO,mDAAmD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAEO,mDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,qDAAqD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;IAIH,oCAAC;AAAD,CAAC,AAtDD,CAAmD,QAAQ,GAsD1D"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteAppInstanceRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1DeleteAppInstanceCommand, serializeAws_restJson1DeleteAppInstanceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Deletes an <code>AppInstance</code> and all associated data asynchronously.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ChimeSDKIdentityClient, DeleteAppInstanceCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
12
- * // const { ChimeSDKIdentityClient, DeleteAppInstanceCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
13
- * const client = new ChimeSDKIdentityClient(config);
14
- * const command = new DeleteAppInstanceCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DeleteAppInstanceCommandInput} for command's `input` shape.
19
- * @see {@link DeleteAppInstanceCommandOutput} for command's `response` shape.
20
- * @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DeleteAppInstanceCommand = /** @class */ (function (_super) {
4
+ import { DeleteAppInstanceRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1DeleteAppInstanceCommand, serializeAws_restJson1DeleteAppInstanceCommand, } from "../protocols/Aws_restJson1";
6
+ var DeleteAppInstanceCommand = (function (_super) {
24
7
  __extends(DeleteAppInstanceCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DeleteAppInstanceCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DeleteAppInstanceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteAppInstanceCommand.js","sourceRoot":"","sources":["../../src/commands/DeleteAppInstanceCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AAC9D,OAAO,EACL,gDAAgD,EAChD,8CAA8C,GAC/C,MAAM,4BAA4B,CAAC;AAsBpC;IAA8C,4CAI7C;IAIC,kCAAqB,KAAoC;QAAzD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA+B;;IAIzD,CAAC;IAKD,oDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,4CAAS,GAAjB,UAAkB,KAAoC,EAAE,OAAuB;QAC7E,OAAO,8CAA8C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAEO,8CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,gDAAgD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAIH,+BAAC;AAAD,CAAC,AAtDD,CAA8C,QAAQ,GAsDrD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteAppInstanceUserRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1DeleteAppInstanceUserCommand, serializeAws_restJson1DeleteAppInstanceUserCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Deletes an <code>AppInstanceUser</code>.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ChimeSDKIdentityClient, DeleteAppInstanceUserCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
12
- * // const { ChimeSDKIdentityClient, DeleteAppInstanceUserCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
13
- * const client = new ChimeSDKIdentityClient(config);
14
- * const command = new DeleteAppInstanceUserCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DeleteAppInstanceUserCommandInput} for command's `input` shape.
19
- * @see {@link DeleteAppInstanceUserCommandOutput} for command's `response` shape.
20
- * @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DeleteAppInstanceUserCommand = /** @class */ (function (_super) {
4
+ import { DeleteAppInstanceUserRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1DeleteAppInstanceUserCommand, serializeAws_restJson1DeleteAppInstanceUserCommand, } from "../protocols/Aws_restJson1";
6
+ var DeleteAppInstanceUserCommand = (function (_super) {
24
7
  __extends(DeleteAppInstanceUserCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DeleteAppInstanceUserCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DeleteAppInstanceUserCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteAppInstanceUserCommand.js","sourceRoot":"","sources":["../../src/commands/DeleteAppInstanceUserCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAClE,OAAO,EACL,oDAAoD,EACpD,kDAAkD,GACnD,MAAM,4BAA4B,CAAC;AAsBpC;IAAkD,gDAIjD;IAIC,sCAAqB,KAAwC;QAA7D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmC;;IAI7D,CAAC;IAKD,wDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,8BAA8B,CAAC;QACnD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,4BAA4B,CAAC,kBAAkB;YACxE,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,gDAAS,GAAjB,UAAkB,KAAwC,EAAE,OAAuB;QACjF,OAAO,kDAAkD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAEO,kDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,oDAAoD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAIH,mCAAC;AAAD,CAAC,AAtDD,CAAkD,QAAQ,GAsDzD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeAppInstanceAdminRequest, DescribeAppInstanceAdminResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DescribeAppInstanceAdminCommand, serializeAws_restJson1DescribeAppInstanceAdminCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Returns the full details of an <code>AppInstanceAdmin</code>.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ChimeSDKIdentityClient, DescribeAppInstanceAdminCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
12
- * // const { ChimeSDKIdentityClient, DescribeAppInstanceAdminCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
13
- * const client = new ChimeSDKIdentityClient(config);
14
- * const command = new DescribeAppInstanceAdminCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DescribeAppInstanceAdminCommandInput} for command's `input` shape.
19
- * @see {@link DescribeAppInstanceAdminCommandOutput} for command's `response` shape.
20
- * @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DescribeAppInstanceAdminCommand = /** @class */ (function (_super) {
4
+ import { DescribeAppInstanceAdminRequest, DescribeAppInstanceAdminResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeAppInstanceAdminCommand, serializeAws_restJson1DescribeAppInstanceAdminCommand, } from "../protocols/Aws_restJson1";
6
+ var DescribeAppInstanceAdminCommand = (function (_super) {
24
7
  __extends(DescribeAppInstanceAdminCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DescribeAppInstanceAdminCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DescribeAppInstanceAdminCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeAppInstanceAdminCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeAppInstanceAdminCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,+BAA+B,EAAE,gCAAgC,EAAE,MAAM,oBAAoB,CAAC;AACvG,OAAO,EACL,uDAAuD,EACvD,qDAAqD,GACtD,MAAM,4BAA4B,CAAC;AAsBpC;IAAqD,mDAIpD;IAIC,yCAAqB,KAA2C;QAAhE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAsC;;IAIhE,CAAC;IAKD,2DAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,iCAAiC,CAAC;QACtD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,+BAA+B,CAAC,kBAAkB;YAC3E,wBAAwB,EAAE,gCAAgC,CAAC,kBAAkB;SAC9E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,mDAAS,GAAjB,UAAkB,KAA2C,EAAE,OAAuB;QACpF,OAAO,qDAAqD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAEO,qDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,uDAAuD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAIH,sCAAC;AAAD,CAAC,AAtDD,CAAqD,QAAQ,GAsD5D"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeAppInstanceRequest, DescribeAppInstanceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DescribeAppInstanceCommand, serializeAws_restJson1DescribeAppInstanceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Returns the full details of an <code>AppInstance</code>.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ChimeSDKIdentityClient, DescribeAppInstanceCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
12
- * // const { ChimeSDKIdentityClient, DescribeAppInstanceCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
13
- * const client = new ChimeSDKIdentityClient(config);
14
- * const command = new DescribeAppInstanceCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DescribeAppInstanceCommandInput} for command's `input` shape.
19
- * @see {@link DescribeAppInstanceCommandOutput} for command's `response` shape.
20
- * @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DescribeAppInstanceCommand = /** @class */ (function (_super) {
4
+ import { DescribeAppInstanceRequest, DescribeAppInstanceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeAppInstanceCommand, serializeAws_restJson1DescribeAppInstanceCommand, } from "../protocols/Aws_restJson1";
6
+ var DescribeAppInstanceCommand = (function (_super) {
24
7
  __extends(DescribeAppInstanceCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DescribeAppInstanceCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DescribeAppInstanceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeAppInstanceCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeAppInstanceCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAC7F,OAAO,EACL,kDAAkD,EAClD,gDAAgD,GACjD,MAAM,4BAA4B,CAAC;AAsBpC;IAAgD,8CAI/C;IAIC,oCAAqB,KAAsC;QAA3D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAiC;;IAI3D,CAAC;IAKD,sDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,0BAA0B,CAAC,kBAAkB;YACtE,wBAAwB,EAAE,2BAA2B,CAAC,kBAAkB;SACzE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,8CAAS,GAAjB,UAAkB,KAAsC,EAAE,OAAuB;QAC/E,OAAO,gDAAgD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAEO,gDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,kDAAkD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAIH,iCAAC;AAAD,CAAC,AAtDD,CAAgD,QAAQ,GAsDvD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeAppInstanceUserRequest, DescribeAppInstanceUserResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DescribeAppInstanceUserCommand, serializeAws_restJson1DescribeAppInstanceUserCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Returns the full details of an <code>AppInstanceUser</code>.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ChimeSDKIdentityClient, DescribeAppInstanceUserCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
12
- * // const { ChimeSDKIdentityClient, DescribeAppInstanceUserCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
13
- * const client = new ChimeSDKIdentityClient(config);
14
- * const command = new DescribeAppInstanceUserCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DescribeAppInstanceUserCommandInput} for command's `input` shape.
19
- * @see {@link DescribeAppInstanceUserCommandOutput} for command's `response` shape.
20
- * @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DescribeAppInstanceUserCommand = /** @class */ (function (_super) {
4
+ import { DescribeAppInstanceUserRequest, DescribeAppInstanceUserResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeAppInstanceUserCommand, serializeAws_restJson1DescribeAppInstanceUserCommand, } from "../protocols/Aws_restJson1";
6
+ var DescribeAppInstanceUserCommand = (function (_super) {
24
7
  __extends(DescribeAppInstanceUserCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DescribeAppInstanceUserCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DescribeAppInstanceUserCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeAppInstanceUserCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeAppInstanceUserCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AACrG,OAAO,EACL,sDAAsD,EACtD,oDAAoD,GACrD,MAAM,4BAA4B,CAAC;AAsBpC;IAAoD,kDAInD;IAIC,wCAAqB,KAA0C;QAA/D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAqC;;IAI/D,CAAC;IAKD,0DAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,gCAAgC,CAAC;QACrD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,8BAA8B,CAAC,kBAAkB;YAC1E,wBAAwB,EAAE,+BAA+B,CAAC,kBAAkB;SAC7E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,kDAAS,GAAjB,UAAkB,KAA0C,EAAE,OAAuB;QACnF,OAAO,oDAAoD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAEO,oDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,sDAAsD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;IAIH,qCAAC;AAAD,CAAC,AAtDD,CAAoD,QAAQ,GAsD3D"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { GetAppInstanceRetentionSettingsRequest, GetAppInstanceRetentionSettingsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1GetAppInstanceRetentionSettingsCommand, serializeAws_restJson1GetAppInstanceRetentionSettingsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Gets the retention settings for an <code>AppInstance</code>.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ChimeSDKIdentityClient, GetAppInstanceRetentionSettingsCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
12
- * // const { ChimeSDKIdentityClient, GetAppInstanceRetentionSettingsCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
13
- * const client = new ChimeSDKIdentityClient(config);
14
- * const command = new GetAppInstanceRetentionSettingsCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link GetAppInstanceRetentionSettingsCommandInput} for command's `input` shape.
19
- * @see {@link GetAppInstanceRetentionSettingsCommandOutput} for command's `response` shape.
20
- * @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var GetAppInstanceRetentionSettingsCommand = /** @class */ (function (_super) {
4
+ import { GetAppInstanceRetentionSettingsRequest, GetAppInstanceRetentionSettingsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetAppInstanceRetentionSettingsCommand, serializeAws_restJson1GetAppInstanceRetentionSettingsCommand, } from "../protocols/Aws_restJson1";
6
+ var GetAppInstanceRetentionSettingsCommand = (function (_super) {
24
7
  __extends(GetAppInstanceRetentionSettingsCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function GetAppInstanceRetentionSettingsCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  GetAppInstanceRetentionSettingsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetAppInstanceRetentionSettingsCommand.js","sourceRoot":"","sources":["../../src/commands/GetAppInstanceRetentionSettingsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,sCAAsC,EAAE,uCAAuC,EAAE,MAAM,oBAAoB,CAAC;AACrH,OAAO,EACL,8DAA8D,EAC9D,4DAA4D,GAC7D,MAAM,4BAA4B,CAAC;AAwBpC;IAA4D,0DAI3D;IAIC,gDAAqB,KAAkD;QAAvE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA6C;;IAIvE,CAAC;IAKD,kEAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,wCAAwC,CAAC;QAC7D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,sCAAsC,CAAC,kBAAkB;YAClF,wBAAwB,EAAE,uCAAuC,CAAC,kBAAkB;SACrF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,0DAAS,GAAjB,UACE,KAAkD,EAClD,OAAuB;QAEvB,OAAO,4DAA4D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;IAEO,4DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,8DAA8D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzF,CAAC;IAIH,6CAAC;AAAD,CAAC,AA5DD,CAA4D,QAAQ,GA4DnE"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListAppInstanceAdminsRequest, ListAppInstanceAdminsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListAppInstanceAdminsCommand, serializeAws_restJson1ListAppInstanceAdminsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Returns a list of the administrators in the <code>AppInstance</code>.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ChimeSDKIdentityClient, ListAppInstanceAdminsCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
12
- * // const { ChimeSDKIdentityClient, ListAppInstanceAdminsCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
13
- * const client = new ChimeSDKIdentityClient(config);
14
- * const command = new ListAppInstanceAdminsCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListAppInstanceAdminsCommandInput} for command's `input` shape.
19
- * @see {@link ListAppInstanceAdminsCommandOutput} for command's `response` shape.
20
- * @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListAppInstanceAdminsCommand = /** @class */ (function (_super) {
4
+ import { ListAppInstanceAdminsRequest, ListAppInstanceAdminsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListAppInstanceAdminsCommand, serializeAws_restJson1ListAppInstanceAdminsCommand, } from "../protocols/Aws_restJson1";
6
+ var ListAppInstanceAdminsCommand = (function (_super) {
24
7
  __extends(ListAppInstanceAdminsCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListAppInstanceAdminsCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListAppInstanceAdminsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListAppInstanceAdminsCommand.js","sourceRoot":"","sources":["../../src/commands/ListAppInstanceAdminsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,4BAA4B,EAAE,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACjG,OAAO,EACL,oDAAoD,EACpD,kDAAkD,GACnD,MAAM,4BAA4B,CAAC;AAsBpC;IAAkD,gDAIjD;IAIC,sCAAqB,KAAwC;QAA7D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmC;;IAI7D,CAAC;IAKD,wDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,8BAA8B,CAAC;QACnD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,4BAA4B,CAAC,kBAAkB;YACxE,wBAAwB,EAAE,6BAA6B,CAAC,kBAAkB;SAC3E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,gDAAS,GAAjB,UAAkB,KAAwC,EAAE,OAAuB;QACjF,OAAO,kDAAkD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAEO,kDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,oDAAoD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAIH,mCAAC;AAAD,CAAC,AAtDD,CAAkD,QAAQ,GAsDzD"}
@@ -1,41 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListAppInstanceUsersRequest, ListAppInstanceUsersResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListAppInstanceUsersCommand, serializeAws_restJson1ListAppInstanceUsersCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>List all <code>AppInstanceUsers</code> created under a single
8
- * <code>AppInstance</code>.</p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { ChimeSDKIdentityClient, ListAppInstanceUsersCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
13
- * // const { ChimeSDKIdentityClient, ListAppInstanceUsersCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
14
- * const client = new ChimeSDKIdentityClient(config);
15
- * const command = new ListAppInstanceUsersCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link ListAppInstanceUsersCommandInput} for command's `input` shape.
20
- * @see {@link ListAppInstanceUsersCommandOutput} for command's `response` shape.
21
- * @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var ListAppInstanceUsersCommand = /** @class */ (function (_super) {
4
+ import { ListAppInstanceUsersRequest, ListAppInstanceUsersResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListAppInstanceUsersCommand, serializeAws_restJson1ListAppInstanceUsersCommand, } from "../protocols/Aws_restJson1";
6
+ var ListAppInstanceUsersCommand = (function (_super) {
25
7
  __extends(ListAppInstanceUsersCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function ListAppInstanceUsersCommand(input) {
29
- var _this =
30
- // Start section: command_constructor
31
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
32
10
  _this.input = input;
33
11
  return _this;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  ListAppInstanceUsersCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
40
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListAppInstanceUsersCommand.js","sourceRoot":"","sources":["../../src/commands/ListAppInstanceUsersCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAC/F,OAAO,EACL,mDAAmD,EACnD,iDAAiD,GAClD,MAAM,4BAA4B,CAAC;AAuBpC;IAAiD,+CAIhD;IAIC,qCAAqB,KAAuC;QAA5D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAkC;;IAI5D,CAAC;IAKD,uDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,6BAA6B,CAAC;QAClD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,2BAA2B,CAAC,kBAAkB;YACvE,wBAAwB,EAAE,4BAA4B,CAAC,kBAAkB;SAC1E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,+CAAS,GAAjB,UAAkB,KAAuC,EAAE,OAAuB;QAChF,OAAO,iDAAiD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAEO,iDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,mDAAmD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAIH,kCAAC;AAAD,CAAC,AAtDD,CAAiD,QAAQ,GAsDxD"}
@@ -1,41 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListAppInstancesRequest, ListAppInstancesResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListAppInstancesCommand, serializeAws_restJson1ListAppInstancesCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Lists all Amazon Chime <code>AppInstance</code>s created under a single AWS
8
- * account.</p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { ChimeSDKIdentityClient, ListAppInstancesCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
13
- * // const { ChimeSDKIdentityClient, ListAppInstancesCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
14
- * const client = new ChimeSDKIdentityClient(config);
15
- * const command = new ListAppInstancesCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link ListAppInstancesCommandInput} for command's `input` shape.
20
- * @see {@link ListAppInstancesCommandOutput} for command's `response` shape.
21
- * @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var ListAppInstancesCommand = /** @class */ (function (_super) {
4
+ import { ListAppInstancesRequest, ListAppInstancesResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListAppInstancesCommand, serializeAws_restJson1ListAppInstancesCommand, } from "../protocols/Aws_restJson1";
6
+ var ListAppInstancesCommand = (function (_super) {
25
7
  __extends(ListAppInstancesCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function ListAppInstancesCommand(input) {
29
- var _this =
30
- // Start section: command_constructor
31
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
32
10
  _this.input = input;
33
11
  return _this;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  ListAppInstancesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
40
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListAppInstancesCommand.js","sourceRoot":"","sources":["../../src/commands/ListAppInstancesCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AACvF,OAAO,EACL,+CAA+C,EAC/C,6CAA6C,GAC9C,MAAM,4BAA4B,CAAC;AAuBpC;IAA6C,2CAI5C;IAIC,iCAAqB,KAAmC;QAAxD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8B;;IAIxD,CAAC;IAKD,mDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,uBAAuB,CAAC,kBAAkB;YACnE,wBAAwB,EAAE,wBAAwB,CAAC,kBAAkB;SACtE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,2CAAS,GAAjB,UAAkB,KAAmC,EAAE,OAAuB;QAC5E,OAAO,6CAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,6CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,+CAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAIH,8BAAC;AAAD,CAAC,AAtDD,CAA6C,QAAQ,GAsDpD"}
@@ -1,41 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { PutAppInstanceRetentionSettingsRequest, PutAppInstanceRetentionSettingsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1PutAppInstanceRetentionSettingsCommand, serializeAws_restJson1PutAppInstanceRetentionSettingsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Sets the amount of time in days that a given <code>AppInstance</code> retains
8
- * data.</p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { ChimeSDKIdentityClient, PutAppInstanceRetentionSettingsCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
13
- * // const { ChimeSDKIdentityClient, PutAppInstanceRetentionSettingsCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
14
- * const client = new ChimeSDKIdentityClient(config);
15
- * const command = new PutAppInstanceRetentionSettingsCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link PutAppInstanceRetentionSettingsCommandInput} for command's `input` shape.
20
- * @see {@link PutAppInstanceRetentionSettingsCommandOutput} for command's `response` shape.
21
- * @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var PutAppInstanceRetentionSettingsCommand = /** @class */ (function (_super) {
4
+ import { PutAppInstanceRetentionSettingsRequest, PutAppInstanceRetentionSettingsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1PutAppInstanceRetentionSettingsCommand, serializeAws_restJson1PutAppInstanceRetentionSettingsCommand, } from "../protocols/Aws_restJson1";
6
+ var PutAppInstanceRetentionSettingsCommand = (function (_super) {
25
7
  __extends(PutAppInstanceRetentionSettingsCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function PutAppInstanceRetentionSettingsCommand(input) {
29
- var _this =
30
- // Start section: command_constructor
31
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
32
10
  _this.input = input;
33
11
  return _this;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  PutAppInstanceRetentionSettingsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
40
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PutAppInstanceRetentionSettingsCommand.js","sourceRoot":"","sources":["../../src/commands/PutAppInstanceRetentionSettingsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,sCAAsC,EAAE,uCAAuC,EAAE,MAAM,oBAAoB,CAAC;AACrH,OAAO,EACL,8DAA8D,EAC9D,4DAA4D,GAC7D,MAAM,4BAA4B,CAAC;AAyBpC;IAA4D,0DAI3D;IAIC,gDAAqB,KAAkD;QAAvE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA6C;;IAIvE,CAAC;IAKD,kEAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,wCAAwC,CAAC;QAC7D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,sCAAsC,CAAC,kBAAkB;YAClF,wBAAwB,EAAE,uCAAuC,CAAC,kBAAkB;SACrF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,0DAAS,GAAjB,UACE,KAAkD,EAClD,OAAuB;QAEvB,OAAO,4DAA4D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;IAEO,4DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,8DAA8D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzF,CAAC;IAIH,6CAAC;AAAD,CAAC,AA5DD,CAA4D,QAAQ,GA4DnE"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { UpdateAppInstanceRequest, UpdateAppInstanceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1UpdateAppInstanceCommand, serializeAws_restJson1UpdateAppInstanceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Updates <code>AppInstance</code> metadata.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ChimeSDKIdentityClient, UpdateAppInstanceCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
12
- * // const { ChimeSDKIdentityClient, UpdateAppInstanceCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
13
- * const client = new ChimeSDKIdentityClient(config);
14
- * const command = new UpdateAppInstanceCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link UpdateAppInstanceCommandInput} for command's `input` shape.
19
- * @see {@link UpdateAppInstanceCommandOutput} for command's `response` shape.
20
- * @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var UpdateAppInstanceCommand = /** @class */ (function (_super) {
4
+ import { UpdateAppInstanceRequest, UpdateAppInstanceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1UpdateAppInstanceCommand, serializeAws_restJson1UpdateAppInstanceCommand, } from "../protocols/Aws_restJson1";
6
+ var UpdateAppInstanceCommand = (function (_super) {
24
7
  __extends(UpdateAppInstanceCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function UpdateAppInstanceCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  UpdateAppInstanceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);