@aws-sdk/client-sso 3.34.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 (166) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/{dist/cjs → dist-cjs}/SSO.js +1 -1
  3. package/dist-cjs/SSO.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/SSOClient.js +7 -7
  5. package/dist-cjs/SSOClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/GetRoleCredentialsCommand.js +2 -2
  7. package/dist-cjs/commands/GetRoleCredentialsCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/ListAccountRolesCommand.js +2 -2
  9. package/dist-cjs/commands/ListAccountRolesCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/ListAccountsCommand.js +2 -2
  11. package/dist-cjs/commands/ListAccountsCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/LogoutCommand.js +2 -2
  13. package/dist-cjs/commands/LogoutCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
  15. package/dist-cjs/endpoints.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/index.js +0 -0
  17. package/dist-cjs/index.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/models/index.js +0 -0
  19. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  20. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  21. package/dist-cjs/models/models_0.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  23. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  24. package/{dist/cjs → dist-cjs}/pagination/ListAccountRolesPaginator.js +1 -1
  25. package/dist-cjs/pagination/ListAccountRolesPaginator.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/pagination/ListAccountsPaginator.js +1 -1
  27. package/dist-cjs/pagination/ListAccountsPaginator.js.map +1 -0
  28. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +4 -4
  29. package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -1
  31. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/runtimeConfig.js +3 -2
  33. package/dist-cjs/runtimeConfig.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
  35. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  37. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  38. package/{dist/es → dist-es}/SSO.js +1 -1
  39. package/dist-es/SSO.js.map +1 -0
  40. package/{dist/es → dist-es}/SSOClient.js +1 -1
  41. package/dist-es/SSOClient.js.map +1 -0
  42. package/{dist/es → dist-es}/commands/GetRoleCredentialsCommand.js +2 -2
  43. package/dist-es/commands/GetRoleCredentialsCommand.js.map +1 -0
  44. package/{dist/es → dist-es}/commands/ListAccountRolesCommand.js +2 -2
  45. package/dist-es/commands/ListAccountRolesCommand.js.map +1 -0
  46. package/{dist/es → dist-es}/commands/ListAccountsCommand.js +2 -2
  47. package/dist-es/commands/ListAccountsCommand.js.map +1 -0
  48. package/{dist/es → dist-es}/commands/LogoutCommand.js +2 -2
  49. package/dist-es/commands/LogoutCommand.js.map +1 -0
  50. package/{dist/es → dist-es}/endpoints.js +0 -0
  51. package/dist-es/endpoints.js.map +1 -0
  52. package/{dist/es → dist-es}/index.js +0 -0
  53. package/dist-es/index.js.map +1 -0
  54. package/{dist/es → dist-es}/models/index.js +0 -0
  55. package/dist-es/models/index.js.map +1 -0
  56. package/{dist/es → dist-es}/models/models_0.js +0 -0
  57. package/dist-es/models/models_0.js.map +1 -0
  58. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  59. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  60. package/{dist/es → dist-es}/pagination/ListAccountRolesPaginator.js +1 -1
  61. package/dist-es/pagination/ListAccountRolesPaginator.js.map +1 -0
  62. package/{dist/es → dist-es}/pagination/ListAccountsPaginator.js +1 -1
  63. package/dist-es/pagination/ListAccountsPaginator.js.map +1 -0
  64. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -0
  65. package/dist-es/protocols/Aws_restJson1.js.map +1 -0
  66. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -1
  67. package/dist-es/runtimeConfig.browser.js.map +1 -0
  68. package/{dist/es → dist-es}/runtimeConfig.js +2 -2
  69. package/dist-es/runtimeConfig.js.map +1 -0
  70. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
  71. package/dist-es/runtimeConfig.native.js.map +1 -0
  72. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -1
  73. package/dist-es/runtimeConfig.shared.js.map +1 -0
  74. package/{dist/types → dist-types}/SSO.d.ts +2 -2
  75. package/{dist/types → dist-types}/SSOClient.d.ts +5 -5
  76. package/{dist/types → dist-types}/commands/GetRoleCredentialsCommand.d.ts +3 -3
  77. package/{dist/types → dist-types}/commands/ListAccountRolesCommand.d.ts +3 -3
  78. package/{dist/types → dist-types}/commands/ListAccountsCommand.d.ts +3 -3
  79. package/{dist/types → dist-types}/commands/LogoutCommand.d.ts +3 -3
  80. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  81. package/{dist/types → dist-types}/index.d.ts +0 -0
  82. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  83. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  84. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  85. package/{dist/types → dist-types}/pagination/ListAccountRolesPaginator.d.ts +1 -1
  86. package/{dist/types → dist-types}/pagination/ListAccountsPaginator.d.ts +1 -1
  87. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  88. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  89. package/{dist/types → dist-types}/runtimeConfig.d.ts +0 -0
  90. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  91. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  92. package/{dist/types → dist-types}/ts3.4/SSO.d.ts +2 -2
  93. package/{dist/types → dist-types}/ts3.4/SSOClient.d.ts +5 -5
  94. package/{dist/types → dist-types}/ts3.4/commands/GetRoleCredentialsCommand.d.ts +3 -3
  95. package/{dist/types → dist-types}/ts3.4/commands/ListAccountRolesCommand.d.ts +3 -3
  96. package/{dist/types → dist-types}/ts3.4/commands/ListAccountsCommand.d.ts +3 -3
  97. package/{dist/types → dist-types}/ts3.4/commands/LogoutCommand.d.ts +3 -3
  98. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  99. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  100. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  101. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  102. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  103. package/{dist/types → dist-types}/ts3.4/pagination/ListAccountRolesPaginator.d.ts +1 -1
  104. package/{dist/types → dist-types}/ts3.4/pagination/ListAccountsPaginator.d.ts +1 -1
  105. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  106. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
  107. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +0 -0
  108. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
  109. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  110. package/package.json +39 -39
  111. package/{SSO.ts → src/SSO.ts} +3 -2
  112. package/{SSOClient.ts → src/SSOClient.ts} +18 -17
  113. package/{commands → src/commands}/GetRoleCredentialsCommand.ts +8 -7
  114. package/{commands → src/commands}/ListAccountRolesCommand.ts +8 -7
  115. package/{commands → src/commands}/ListAccountsCommand.ts +8 -7
  116. package/{commands → src/commands}/LogoutCommand.ts +5 -4
  117. package/{endpoints.ts → src/endpoints.ts} +1 -1
  118. package/{index.ts → src/index.ts} +0 -0
  119. package/{models → src/models}/index.ts +0 -0
  120. package/{models → src/models}/models_0.ts +0 -0
  121. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  122. package/{pagination → src/pagination}/ListAccountRolesPaginator.ts +4 -3
  123. package/{pagination → src/pagination}/ListAccountsPaginator.ts +4 -3
  124. package/{protocols → src/protocols}/Aws_restJson1.ts +23 -21
  125. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +4 -3
  126. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +2 -1
  127. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  128. package/{runtimeConfig.ts → src/runtimeConfig.ts} +5 -4
  129. package/tsconfig.es.json +1 -1
  130. package/tsconfig.json +4 -2
  131. package/tsconfig.types.json +3 -2
  132. package/dist/cjs/SSO.js.map +0 -1
  133. package/dist/cjs/SSOClient.js.map +0 -1
  134. package/dist/cjs/commands/GetRoleCredentialsCommand.js.map +0 -1
  135. package/dist/cjs/commands/ListAccountRolesCommand.js.map +0 -1
  136. package/dist/cjs/commands/ListAccountsCommand.js.map +0 -1
  137. package/dist/cjs/commands/LogoutCommand.js.map +0 -1
  138. package/dist/cjs/endpoints.js.map +0 -1
  139. package/dist/cjs/index.js.map +0 -1
  140. package/dist/cjs/models/models_0.js.map +0 -1
  141. package/dist/cjs/package.json +0 -88
  142. package/dist/cjs/pagination/ListAccountRolesPaginator.js.map +0 -1
  143. package/dist/cjs/pagination/ListAccountsPaginator.js.map +0 -1
  144. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  145. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  146. package/dist/cjs/runtimeConfig.js.map +0 -1
  147. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  148. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  149. package/dist/es/SSO.js.map +0 -1
  150. package/dist/es/SSOClient.js.map +0 -1
  151. package/dist/es/commands/GetRoleCredentialsCommand.js.map +0 -1
  152. package/dist/es/commands/ListAccountRolesCommand.js.map +0 -1
  153. package/dist/es/commands/ListAccountsCommand.js.map +0 -1
  154. package/dist/es/commands/LogoutCommand.js.map +0 -1
  155. package/dist/es/endpoints.js.map +0 -1
  156. package/dist/es/index.js.map +0 -1
  157. package/dist/es/models/index.js.map +0 -1
  158. package/dist/es/models/models_0.js.map +0 -1
  159. package/dist/es/package.json +0 -88
  160. package/dist/es/pagination/ListAccountRolesPaginator.js.map +0 -1
  161. package/dist/es/pagination/ListAccountsPaginator.js.map +0 -1
  162. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  163. package/dist/es/runtimeConfig.browser.js.map +0 -1
  164. package/dist/es/runtimeConfig.js.map +0 -1
  165. package/dist/es/runtimeConfig.native.js.map +0 -1
  166. package/dist/es/runtimeConfig.shared.js.map +0 -1
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Aws_restJson1.js","sourceRoot":"","sources":["../../src/protocols/Aws_restJson1.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,IAAI,aAAa,EAAkC,MAAM,wBAAwB,CAAC;AACtG,OAAO,EACL,UAAU,IAAI,YAAY,EAC1B,aAAa,IAAI,eAAe,EAChC,YAAY,IAAI,cAAc,EAC9B,YAAY,IAAI,cAAc,GAE/B,MAAM,wBAAwB,CAAC;AAuBhC,MAAM,CAAC,IAAM,+CAA+C,GAAG,UAC7D,KAAqC,EACrC,OAAuB;;;;oBAEwC,WAAM,OAAO,CAAC,QAAQ,EAAE,EAAA;;gBAAjF,KAAyD,SAAwB,EAA/E,QAAQ,cAAA,EAAE,gBAAkB,EAAlB,QAAQ,mBAAG,OAAO,KAAA,EAAE,IAAI,UAAA,EAAQ,QAAQ,UAAA;gBACpD,OAAO,gBACR,CAAC,yBAAyB,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,EAAE,wBAAwB,EAAE,KAAK,CAAC,WAAY,EAAE,CAAC,CACtG,CAAC;gBACI,YAAY,GAChB,MAAG,CAAA,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,QAAQ,CAAC,GAAG,CAAC,EAAC,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,IAAI,EAAE,CAAE,GAAG,yBAAyB,CAAC;gBAC9F,KAAK,yBACN,CAAC,KAAK,CAAC,QAAQ,KAAK,SAAS,IAAI,EAAE,SAAS,EAAE,KAAK,CAAC,QAAQ,EAAE,CAAC,GAC/D,CAAC,KAAK,CAAC,SAAS,KAAK,SAAS,IAAI,EAAE,UAAU,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC,CACtE,CAAC;gBAEF,WAAO,IAAI,aAAa,CAAC;wBACvB,QAAQ,UAAA;wBACR,QAAQ,UAAA;wBACR,IAAI,MAAA;wBACJ,MAAM,EAAE,KAAK;wBACb,OAAO,SAAA;wBACP,IAAI,EAAE,YAAY;wBAClB,KAAK,OAAA;wBACL,IAAI,MAAA;qBACL,CAAC,EAAC;;;KACJ,CAAC;AAEF,MAAM,CAAC,IAAM,6CAA6C,GAAG,UAC3D,KAAmC,EACnC,OAAuB;;;;oBAEwC,WAAM,OAAO,CAAC,QAAQ,EAAE,EAAA;;gBAAjF,KAAyD,SAAwB,EAA/E,QAAQ,cAAA,EAAE,gBAAkB,EAAlB,QAAQ,mBAAG,OAAO,KAAA,EAAE,IAAI,UAAA,EAAQ,QAAQ,UAAA;gBACpD,OAAO,gBACR,CAAC,yBAAyB,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,EAAE,wBAAwB,EAAE,KAAK,CAAC,WAAY,EAAE,CAAC,CACtG,CAAC;gBACI,YAAY,GAAG,MAAG,CAAA,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,QAAQ,CAAC,GAAG,CAAC,EAAC,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,IAAI,EAAE,CAAE,GAAG,mBAAmB,CAAC;gBAC3G,KAAK,kCACN,CAAC,KAAK,CAAC,SAAS,KAAK,SAAS,IAAI,EAAE,UAAU,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC,GAClE,CAAC,KAAK,CAAC,UAAU,KAAK,SAAS,IAAI,EAAE,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,QAAQ,EAAE,EAAE,CAAC,GAC/E,CAAC,KAAK,CAAC,SAAS,KAAK,SAAS,IAAI,EAAE,UAAU,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC,CACtE,CAAC;gBAEF,WAAO,IAAI,aAAa,CAAC;wBACvB,QAAQ,UAAA;wBACR,QAAQ,UAAA;wBACR,IAAI,MAAA;wBACJ,MAAM,EAAE,KAAK;wBACb,OAAO,SAAA;wBACP,IAAI,EAAE,YAAY;wBAClB,KAAK,OAAA;wBACL,IAAI,MAAA;qBACL,CAAC,EAAC;;;KACJ,CAAC;AAEF,MAAM,CAAC,IAAM,yCAAyC,GAAG,UACvD,KAA+B,EAC/B,OAAuB;;;;oBAEwC,WAAM,OAAO,CAAC,QAAQ,EAAE,EAAA;;gBAAjF,KAAyD,SAAwB,EAA/E,QAAQ,cAAA,EAAE,gBAAkB,EAAlB,QAAQ,mBAAG,OAAO,KAAA,EAAE,IAAI,UAAA,EAAQ,QAAQ,UAAA;gBACpD,OAAO,gBACR,CAAC,yBAAyB,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,EAAE,wBAAwB,EAAE,KAAK,CAAC,WAAY,EAAE,CAAC,CACtG,CAAC;gBACI,YAAY,GAAG,MAAG,CAAA,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,QAAQ,CAAC,GAAG,CAAC,EAAC,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,IAAI,EAAE,CAAE,GAAG,sBAAsB,CAAC;gBAC9G,KAAK,yBACN,CAAC,KAAK,CAAC,SAAS,KAAK,SAAS,IAAI,EAAE,UAAU,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC,GAClE,CAAC,KAAK,CAAC,UAAU,KAAK,SAAS,IAAI,EAAE,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,QAAQ,EAAE,EAAE,CAAC,CACnF,CAAC;gBAEF,WAAO,IAAI,aAAa,CAAC;wBACvB,QAAQ,UAAA;wBACR,QAAQ,UAAA;wBACR,IAAI,MAAA;wBACJ,MAAM,EAAE,KAAK;wBACb,OAAO,SAAA;wBACP,IAAI,EAAE,YAAY;wBAClB,KAAK,OAAA;wBACL,IAAI,MAAA;qBACL,CAAC,EAAC;;;KACJ,CAAC;AAEF,MAAM,CAAC,IAAM,mCAAmC,GAAG,UACjD,KAAyB,EACzB,OAAuB;;;;oBAEwC,WAAM,OAAO,CAAC,QAAQ,EAAE,EAAA;;gBAAjF,KAAyD,SAAwB,EAA/E,QAAQ,cAAA,EAAE,gBAAkB,EAAlB,QAAQ,mBAAG,OAAO,KAAA,EAAE,IAAI,UAAA,EAAQ,QAAQ,UAAA;gBACpD,OAAO,gBACR,CAAC,yBAAyB,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,EAAE,wBAAwB,EAAE,KAAK,CAAC,WAAY,EAAE,CAAC,CACtG,CAAC;gBACI,YAAY,GAAG,MAAG,CAAA,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,QAAQ,CAAC,GAAG,CAAC,EAAC,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,IAAI,EAAE,CAAE,GAAG,SAAS,CAAC;gBAEvG,WAAO,IAAI,aAAa,CAAC;wBACvB,QAAQ,UAAA;wBACR,QAAQ,UAAA;wBACR,IAAI,MAAA;wBACJ,MAAM,EAAE,MAAM;wBACd,OAAO,SAAA;wBACP,IAAI,EAAE,YAAY;wBAClB,IAAI,MAAA;qBACL,CAAC,EAAC;;;KACJ,CAAC;AAEF,MAAM,CAAC,IAAM,iDAAiD,GAAG,UAC/D,MAAsB,EACtB,OAAuB;;;;;gBAEvB,IAAI,MAAM,CAAC,UAAU,KAAK,GAAG,IAAI,MAAM,CAAC,UAAU,IAAI,GAAG,EAAE;oBACzD,WAAO,sDAAsD,CAAC,MAAM,EAAE,OAAO,CAAC,EAAC;iBAChF;gBACK,QAAQ,GAAoC;oBAChD,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC;oBACtC,eAAe,EAAE,SAAS;iBAC3B,CAAC;gBACmC,KAAA,eAAe,CAAA;gBAAC,KAAA,cAAc,CAAA;gBAAC,WAAM,SAAS,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,EAAA;;gBAAnG,IAAI,GAA2B,kBAAgB,kBAAe,SAAqC,EAAC,EAAE,MAAM,EAAC;gBACnH,IAAI,IAAI,CAAC,eAAe,KAAK,SAAS,IAAI,IAAI,CAAC,eAAe,KAAK,IAAI,EAAE;oBACvE,QAAQ,CAAC,eAAe,GAAG,uCAAuC,CAAC,IAAI,CAAC,eAAe,EAAE,OAAO,CAAC,CAAC;iBACnG;gBACD,WAAO,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAC;;;KAClC,CAAC;AAEF,IAAM,sDAAsD,GAAG,UAC7D,MAAsB,EACtB,OAAuB;;;;;;mCAGlB,MAAM;;gBACH,WAAM,SAAS,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,EAAA;;gBAFvC,YAAY,sCAEhB,OAAI,GAAE,SAAqC,QAC5C;gBAEG,SAAS,GAAG,cAAc,CAAC;gBAC/B,SAAS,GAAG,qBAAqB,CAAC,MAAM,EAAE,YAAY,CAAC,IAAI,CAAC,CAAC;gBACrD,KAAA,SAAS,CAAA;;yBACV,yBAAyB,CAAC,CAA1B,cAAyB;yBACzB,2CAA2C,CAAC,CAA5C,cAA2C;yBAO3C,2BAA2B,CAAC,CAA5B,cAA2B;yBAC3B,6CAA6C,CAAC,CAA9C,cAA6C;yBAO7C,0BAA0B,CAAC,CAA3B,cAA0B;yBAC1B,4CAA4C,CAAC,CAA7C,cAA4C;yBAO5C,uBAAuB,CAAC,CAAxB,cAAuB;yBACvB,yCAAyC,CAAC,CAA1C,cAAyC;;;;;gBAtBtC,WAAM,uDAAuD,CAAC,YAAY,EAAE,OAAO,CAAC,EAAA;;gBAD1F,QAAQ,6DACH,CAAC,SAAoF,CAAC,OACzF,IAAI,EAAE,SAAS,EACf,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC,IACvC,CAAC;gBACF,eAAM;;;gBAIA,WAAM,yDAAyD,CAAC,YAAY,EAAE,OAAO,CAAC,EAAA;;gBAD5F,QAAQ,6DACH,CAAC,SAAsF,CAAC,OAC3F,IAAI,EAAE,SAAS,EACf,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC,IACvC,CAAC;gBACF,eAAM;;;gBAIA,WAAM,wDAAwD,CAAC,YAAY,EAAE,OAAO,CAAC,EAAA;;gBAD3F,QAAQ,6DACH,CAAC,SAAqF,CAAC,OAC1F,IAAI,EAAE,SAAS,EACf,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC,IACvC,CAAC;gBACF,eAAM;;;gBAIA,WAAM,qDAAqD,CAAC,YAAY,EAAE,OAAO,CAAC,EAAA;;gBADxF,QAAQ,6DACH,CAAC,SAAkF,CAAC,OACvF,IAAI,EAAE,SAAS,EACf,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC,IACvC,CAAC;gBACF,eAAM;;gBAEA,UAAU,GAAG,YAAY,CAAC,IAAI,CAAC;gBACrC,SAAS,GAAG,UAAU,CAAC,IAAI,IAAI,UAAU,CAAC,IAAI,IAAI,SAAS,CAAC;gBAC5D,QAAQ,GAAG,sBACN,UAAU,KACb,IAAI,EAAE,KAAG,SAAW,EACpB,OAAO,EAAE,UAAU,CAAC,OAAO,IAAI,UAAU,CAAC,OAAO,IAAI,SAAS,EAC9D,MAAM,EAAE,QAAQ,EAChB,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC,GAChC,CAAC;;;gBAEP,OAAO,GAAG,QAAQ,CAAC,OAAO,IAAI,QAAQ,CAAC,OAAO,IAAI,SAAS,CAAC;gBAClE,QAAQ,CAAC,OAAO,GAAG,OAAO,CAAC;gBAC3B,OAAO,QAAQ,CAAC,OAAO,CAAC;gBACxB,WAAO,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,EAAE,QAAQ,CAAC,CAAC,EAAC;;;KACpE,CAAC;AAEF,MAAM,CAAC,IAAM,+CAA+C,GAAG,UAC7D,MAAsB,EACtB,OAAuB;;;;;gBAEvB,IAAI,MAAM,CAAC,UAAU,KAAK,GAAG,IAAI,MAAM,CAAC,UAAU,IAAI,GAAG,EAAE;oBACzD,WAAO,oDAAoD,CAAC,MAAM,EAAE,OAAO,CAAC,EAAC;iBAC9E;gBACK,QAAQ,GAAkC;oBAC9C,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC;oBACtC,SAAS,EAAE,SAAS;oBACpB,QAAQ,EAAE,SAAS;iBACpB,CAAC;gBACmC,KAAA,eAAe,CAAA;gBAAC,KAAA,cAAc,CAAA;gBAAC,WAAM,SAAS,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,EAAA;;gBAAnG,IAAI,GAA2B,kBAAgB,kBAAe,SAAqC,EAAC,EAAE,MAAM,EAAC;gBACnH,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,IAAI,IAAI,CAAC,SAAS,KAAK,IAAI,EAAE;oBAC3D,QAAQ,CAAC,SAAS,GAAG,cAAc,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;iBACrD;gBACD,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,IAAI,IAAI,CAAC,QAAQ,KAAK,IAAI,EAAE;oBACzD,QAAQ,CAAC,QAAQ,GAAG,oCAAoC,CAAC,IAAI,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;iBAClF;gBACD,WAAO,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAC;;;KAClC,CAAC;AAEF,IAAM,oDAAoD,GAAG,UAC3D,MAAsB,EACtB,OAAuB;;;;;;mCAGlB,MAAM;;gBACH,WAAM,SAAS,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,EAAA;;gBAFvC,YAAY,sCAEhB,OAAI,GAAE,SAAqC,QAC5C;gBAEG,SAAS,GAAG,cAAc,CAAC;gBAC/B,SAAS,GAAG,qBAAqB,CAAC,MAAM,EAAE,YAAY,CAAC,IAAI,CAAC,CAAC;gBACrD,KAAA,SAAS,CAAA;;yBACV,yBAAyB,CAAC,CAA1B,cAAyB;yBACzB,2CAA2C,CAAC,CAA5C,cAA2C;yBAO3C,2BAA2B,CAAC,CAA5B,cAA2B;yBAC3B,6CAA6C,CAAC,CAA9C,cAA6C;yBAO7C,0BAA0B,CAAC,CAA3B,cAA0B;yBAC1B,4CAA4C,CAAC,CAA7C,cAA4C;yBAO5C,uBAAuB,CAAC,CAAxB,cAAuB;yBACvB,yCAAyC,CAAC,CAA1C,cAAyC;;;;;gBAtBtC,WAAM,uDAAuD,CAAC,YAAY,EAAE,OAAO,CAAC,EAAA;;gBAD1F,QAAQ,6DACH,CAAC,SAAoF,CAAC,OACzF,IAAI,EAAE,SAAS,EACf,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC,IACvC,CAAC;gBACF,eAAM;;;gBAIA,WAAM,yDAAyD,CAAC,YAAY,EAAE,OAAO,CAAC,EAAA;;gBAD5F,QAAQ,6DACH,CAAC,SAAsF,CAAC,OAC3F,IAAI,EAAE,SAAS,EACf,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC,IACvC,CAAC;gBACF,eAAM;;;gBAIA,WAAM,wDAAwD,CAAC,YAAY,EAAE,OAAO,CAAC,EAAA;;gBAD3F,QAAQ,6DACH,CAAC,SAAqF,CAAC,OAC1F,IAAI,EAAE,SAAS,EACf,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC,IACvC,CAAC;gBACF,eAAM;;;gBAIA,WAAM,qDAAqD,CAAC,YAAY,EAAE,OAAO,CAAC,EAAA;;gBADxF,QAAQ,6DACH,CAAC,SAAkF,CAAC,OACvF,IAAI,EAAE,SAAS,EACf,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC,IACvC,CAAC;gBACF,eAAM;;gBAEA,UAAU,GAAG,YAAY,CAAC,IAAI,CAAC;gBACrC,SAAS,GAAG,UAAU,CAAC,IAAI,IAAI,UAAU,CAAC,IAAI,IAAI,SAAS,CAAC;gBAC5D,QAAQ,GAAG,sBACN,UAAU,KACb,IAAI,EAAE,KAAG,SAAW,EACpB,OAAO,EAAE,UAAU,CAAC,OAAO,IAAI,UAAU,CAAC,OAAO,IAAI,SAAS,EAC9D,MAAM,EAAE,QAAQ,EAChB,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC,GAChC,CAAC;;;gBAEP,OAAO,GAAG,QAAQ,CAAC,OAAO,IAAI,QAAQ,CAAC,OAAO,IAAI,SAAS,CAAC;gBAClE,QAAQ,CAAC,OAAO,GAAG,OAAO,CAAC;gBAC3B,OAAO,QAAQ,CAAC,OAAO,CAAC;gBACxB,WAAO,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,EAAE,QAAQ,CAAC,CAAC,EAAC;;;KACpE,CAAC;AAEF,MAAM,CAAC,IAAM,2CAA2C,GAAG,UACzD,MAAsB,EACtB,OAAuB;;;;;gBAEvB,IAAI,MAAM,CAAC,UAAU,KAAK,GAAG,IAAI,MAAM,CAAC,UAAU,IAAI,GAAG,EAAE;oBACzD,WAAO,gDAAgD,CAAC,MAAM,EAAE,OAAO,CAAC,EAAC;iBAC1E;gBACK,QAAQ,GAA8B;oBAC1C,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC;oBACtC,WAAW,EAAE,SAAS;oBACtB,SAAS,EAAE,SAAS;iBACrB,CAAC;gBACmC,KAAA,eAAe,CAAA;gBAAC,KAAA,cAAc,CAAA;gBAAC,WAAM,SAAS,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,EAAA;;gBAAnG,IAAI,GAA2B,kBAAgB,kBAAe,SAAqC,EAAC,EAAE,MAAM,EAAC;gBACnH,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,IAAI,IAAI,CAAC,WAAW,KAAK,IAAI,EAAE;oBAC/D,QAAQ,CAAC,WAAW,GAAG,uCAAuC,CAAC,IAAI,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;iBAC3F;gBACD,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,IAAI,IAAI,CAAC,SAAS,KAAK,IAAI,EAAE;oBAC3D,QAAQ,CAAC,SAAS,GAAG,cAAc,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;iBACrD;gBACD,WAAO,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAC;;;KAClC,CAAC;AAEF,IAAM,gDAAgD,GAAG,UACvD,MAAsB,EACtB,OAAuB;;;;;;mCAGlB,MAAM;;gBACH,WAAM,SAAS,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,EAAA;;gBAFvC,YAAY,sCAEhB,OAAI,GAAE,SAAqC,QAC5C;gBAEG,SAAS,GAAG,cAAc,CAAC;gBAC/B,SAAS,GAAG,qBAAqB,CAAC,MAAM,EAAE,YAAY,CAAC,IAAI,CAAC,CAAC;gBACrD,KAAA,SAAS,CAAA;;yBACV,yBAAyB,CAAC,CAA1B,cAAyB;yBACzB,2CAA2C,CAAC,CAA5C,cAA2C;yBAO3C,2BAA2B,CAAC,CAA5B,cAA2B;yBAC3B,6CAA6C,CAAC,CAA9C,cAA6C;yBAO7C,0BAA0B,CAAC,CAA3B,cAA0B;yBAC1B,4CAA4C,CAAC,CAA7C,cAA4C;yBAO5C,uBAAuB,CAAC,CAAxB,cAAuB;yBACvB,yCAAyC,CAAC,CAA1C,cAAyC;;;;;gBAtBtC,WAAM,uDAAuD,CAAC,YAAY,EAAE,OAAO,CAAC,EAAA;;gBAD1F,QAAQ,6DACH,CAAC,SAAoF,CAAC,OACzF,IAAI,EAAE,SAAS,EACf,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC,IACvC,CAAC;gBACF,eAAM;;;gBAIA,WAAM,yDAAyD,CAAC,YAAY,EAAE,OAAO,CAAC,EAAA;;gBAD5F,QAAQ,6DACH,CAAC,SAAsF,CAAC,OAC3F,IAAI,EAAE,SAAS,EACf,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC,IACvC,CAAC;gBACF,eAAM;;;gBAIA,WAAM,wDAAwD,CAAC,YAAY,EAAE,OAAO,CAAC,EAAA;;gBAD3F,QAAQ,6DACH,CAAC,SAAqF,CAAC,OAC1F,IAAI,EAAE,SAAS,EACf,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC,IACvC,CAAC;gBACF,eAAM;;;gBAIA,WAAM,qDAAqD,CAAC,YAAY,EAAE,OAAO,CAAC,EAAA;;gBADxF,QAAQ,6DACH,CAAC,SAAkF,CAAC,OACvF,IAAI,EAAE,SAAS,EACf,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC,IACvC,CAAC;gBACF,eAAM;;gBAEA,UAAU,GAAG,YAAY,CAAC,IAAI,CAAC;gBACrC,SAAS,GAAG,UAAU,CAAC,IAAI,IAAI,UAAU,CAAC,IAAI,IAAI,SAAS,CAAC;gBAC5D,QAAQ,GAAG,sBACN,UAAU,KACb,IAAI,EAAE,KAAG,SAAW,EACpB,OAAO,EAAE,UAAU,CAAC,OAAO,IAAI,UAAU,CAAC,OAAO,IAAI,SAAS,EAC9D,MAAM,EAAE,QAAQ,EAChB,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC,GAChC,CAAC;;;gBAEP,OAAO,GAAG,QAAQ,CAAC,OAAO,IAAI,QAAQ,CAAC,OAAO,IAAI,SAAS,CAAC;gBAClE,QAAQ,CAAC,OAAO,GAAG,OAAO,CAAC;gBAC3B,OAAO,QAAQ,CAAC,OAAO,CAAC;gBACxB,WAAO,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,EAAE,QAAQ,CAAC,CAAC,EAAC;;;KACpE,CAAC;AAEF,MAAM,CAAC,IAAM,qCAAqC,GAAG,UACnD,MAAsB,EACtB,OAAuB;;;;;gBAEvB,IAAI,MAAM,CAAC,UAAU,KAAK,GAAG,IAAI,MAAM,CAAC,UAAU,IAAI,GAAG,EAAE;oBACzD,WAAO,0CAA0C,CAAC,MAAM,EAAE,OAAO,CAAC,EAAC;iBACpE;gBACK,QAAQ,GAAwB;oBACpC,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC;iBACvC,CAAC;gBACF,WAAM,WAAW,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,EAAA;;gBAAvC,SAAuC,CAAC;gBACxC,WAAO,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAC;;;KAClC,CAAC;AAEF,IAAM,0CAA0C,GAAG,UACjD,MAAsB,EACtB,OAAuB;;;;;;mCAGlB,MAAM;;gBACH,WAAM,SAAS,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,EAAA;;gBAFvC,YAAY,sCAEhB,OAAI,GAAE,SAAqC,QAC5C;gBAEG,SAAS,GAAG,cAAc,CAAC;gBAC/B,SAAS,GAAG,qBAAqB,CAAC,MAAM,EAAE,YAAY,CAAC,IAAI,CAAC,CAAC;gBACrD,KAAA,SAAS,CAAA;;yBACV,yBAAyB,CAAC,CAA1B,cAAyB;yBACzB,2CAA2C,CAAC,CAA5C,cAA2C;yBAO3C,0BAA0B,CAAC,CAA3B,cAA0B;yBAC1B,4CAA4C,CAAC,CAA7C,cAA4C;yBAO5C,uBAAuB,CAAC,CAAxB,cAAuB;yBACvB,yCAAyC,CAAC,CAA1C,cAAyC;;;;;gBAdtC,WAAM,uDAAuD,CAAC,YAAY,EAAE,OAAO,CAAC,EAAA;;gBAD1F,QAAQ,6DACH,CAAC,SAAoF,CAAC,OACzF,IAAI,EAAE,SAAS,EACf,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC,IACvC,CAAC;gBACF,cAAM;;;gBAIA,WAAM,wDAAwD,CAAC,YAAY,EAAE,OAAO,CAAC,EAAA;;gBAD3F,QAAQ,6DACH,CAAC,SAAqF,CAAC,OAC1F,IAAI,EAAE,SAAS,EACf,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC,IACvC,CAAC;gBACF,cAAM;;;gBAIA,WAAM,qDAAqD,CAAC,YAAY,EAAE,OAAO,CAAC,EAAA;;gBADxF,QAAQ,6DACH,CAAC,SAAkF,CAAC,OACvF,IAAI,EAAE,SAAS,EACf,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC,IACvC,CAAC;gBACF,cAAM;;gBAEA,UAAU,GAAG,YAAY,CAAC,IAAI,CAAC;gBACrC,SAAS,GAAG,UAAU,CAAC,IAAI,IAAI,UAAU,CAAC,IAAI,IAAI,SAAS,CAAC;gBAC5D,QAAQ,GAAG,sBACN,UAAU,KACb,IAAI,EAAE,KAAG,SAAW,EACpB,OAAO,EAAE,UAAU,CAAC,OAAO,IAAI,UAAU,CAAC,OAAO,IAAI,SAAS,EAC9D,MAAM,EAAE,QAAQ,EAChB,SAAS,EAAE,mBAAmB,CAAC,MAAM,CAAC,GAChC,CAAC;;;gBAEP,OAAO,GAAG,QAAQ,CAAC,OAAO,IAAI,QAAQ,CAAC,OAAO,IAAI,SAAS,CAAC;gBAClE,QAAQ,CAAC,OAAO,GAAG,OAAO,CAAC;gBAC3B,OAAO,QAAQ,CAAC,OAAO,CAAC;gBACxB,WAAO,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,EAAE,QAAQ,CAAC,CAAC,EAAC;;;KACpE,CAAC;AAEF,IAAM,uDAAuD,GAAG,UAC9D,YAAiB,EACjB,OAAuB;;;QAEjB,QAAQ,GAA4B;YACxC,IAAI,EAAE,yBAAyB;YAC/B,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,mBAAmB,CAAC,YAAY,CAAC;YAC5C,OAAO,EAAE,SAAS;SACnB,CAAC;QACI,IAAI,GAAQ,YAAY,CAAC,IAAI,CAAC;QACpC,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,IAAI,IAAI,CAAC,OAAO,KAAK,IAAI,EAAE;YACvD,QAAQ,CAAC,OAAO,GAAG,cAAc,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;SACjD;QACD,WAAO,QAAQ,EAAC;;KACjB,CAAC;AAEF,IAAM,yDAAyD,GAAG,UAChE,YAAiB,EACjB,OAAuB;;;QAEjB,QAAQ,GAA8B;YAC1C,IAAI,EAAE,2BAA2B;YACjC,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,mBAAmB,CAAC,YAAY,CAAC;YAC5C,OAAO,EAAE,SAAS;SACnB,CAAC;QACI,IAAI,GAAQ,YAAY,CAAC,IAAI,CAAC;QACpC,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,IAAI,IAAI,CAAC,OAAO,KAAK,IAAI,EAAE;YACvD,QAAQ,CAAC,OAAO,GAAG,cAAc,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;SACjD;QACD,WAAO,QAAQ,EAAC;;KACjB,CAAC;AAEF,IAAM,wDAAwD,GAAG,UAC/D,YAAiB,EACjB,OAAuB;;;QAEjB,QAAQ,GAA6B;YACzC,IAAI,EAAE,0BAA0B;YAChC,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,mBAAmB,CAAC,YAAY,CAAC;YAC5C,OAAO,EAAE,SAAS;SACnB,CAAC;QACI,IAAI,GAAQ,YAAY,CAAC,IAAI,CAAC;QACpC,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,IAAI,IAAI,CAAC,OAAO,KAAK,IAAI,EAAE;YACvD,QAAQ,CAAC,OAAO,GAAG,cAAc,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;SACjD;QACD,WAAO,QAAQ,EAAC;;KACjB,CAAC;AAEF,IAAM,qDAAqD,GAAG,UAC5D,YAAiB,EACjB,OAAuB;;;QAEjB,QAAQ,GAA0B;YACtC,IAAI,EAAE,uBAAuB;YAC7B,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,mBAAmB,CAAC,YAAY,CAAC;YAC5C,OAAO,EAAE,SAAS;SACnB,CAAC;QACI,IAAI,GAAQ,YAAY,CAAC,IAAI,CAAC;QACpC,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,IAAI,IAAI,CAAC,OAAO,KAAK,IAAI,EAAE;YACvD,QAAQ,CAAC,OAAO,GAAG,cAAc,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;SACjD;QACD,WAAO,QAAQ,EAAC;;KACjB,CAAC;AAEF,IAAM,mCAAmC,GAAG,UAAC,MAAW,EAAE,OAAuB;IAC/E,OAAO;QACL,SAAS,EAAE,cAAc,CAAC,MAAM,CAAC,SAAS,CAAC;QAC3C,WAAW,EAAE,cAAc,CAAC,MAAM,CAAC,WAAW,CAAC;QAC/C,YAAY,EAAE,cAAc,CAAC,MAAM,CAAC,YAAY,CAAC;KAC3C,CAAC;AACX,CAAC,CAAC;AAEF,IAAM,uCAAuC,GAAG,UAAC,MAAW,EAAE,OAAuB;IACnF,OAAO,CAAC,MAAM,IAAI,EAAE,CAAC;SAClB,MAAM,CAAC,UAAC,CAAM,IAAK,OAAA,CAAC,IAAI,IAAI,EAAT,CAAS,CAAC;SAC7B,GAAG,CAAC,UAAC,KAAU;QACd,IAAI,KAAK,KAAK,IAAI,EAAE;YAClB,OAAO,IAAW,CAAC;SACpB;QACD,OAAO,mCAAmC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC7D,CAAC,CAAC,CAAC;AACP,CAAC,CAAC;AAEF,IAAM,uCAAuC,GAAG,UAAC,MAAW,EAAE,OAAuB;IACnF,OAAO;QACL,WAAW,EAAE,cAAc,CAAC,MAAM,CAAC,WAAW,CAAC;QAC/C,UAAU,EAAE,YAAY,CAAC,MAAM,CAAC,UAAU,CAAC;QAC3C,eAAe,EAAE,cAAc,CAAC,MAAM,CAAC,eAAe,CAAC;QACvD,YAAY,EAAE,cAAc,CAAC,MAAM,CAAC,YAAY,CAAC;KAC3C,CAAC;AACX,CAAC,CAAC;AAEF,IAAM,gCAAgC,GAAG,UAAC,MAAW,EAAE,OAAuB;IAC5E,OAAO;QACL,SAAS,EAAE,cAAc,CAAC,MAAM,CAAC,SAAS,CAAC;QAC3C,QAAQ,EAAE,cAAc,CAAC,MAAM,CAAC,QAAQ,CAAC;KACnC,CAAC;AACX,CAAC,CAAC;AAEF,IAAM,oCAAoC,GAAG,UAAC,MAAW,EAAE,OAAuB;IAChF,OAAO,CAAC,MAAM,IAAI,EAAE,CAAC;SAClB,MAAM,CAAC,UAAC,CAAM,IAAK,OAAA,CAAC,IAAI,IAAI,EAAT,CAAS,CAAC;SAC7B,GAAG,CAAC,UAAC,KAAU;QACd,IAAI,KAAK,KAAK,IAAI,EAAE;YAClB,OAAO,IAAW,CAAC;SACpB;QACD,OAAO,gCAAgC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1D,CAAC,CAAC,CAAC;AACP,CAAC,CAAC;AAEF,IAAM,mBAAmB,GAAG,UAAC,MAAsB;;IAAyB,OAAA,CAAC;QAC3E,cAAc,EAAE,MAAM,CAAC,UAAU;QACjC,SAAS,EAAE,MAAA,MAAM,CAAC,OAAO,CAAC,kBAAkB,CAAC,mCAAI,MAAM,CAAC,OAAO,CAAC,mBAAmB,CAAC;QACpF,iBAAiB,EAAE,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC;QAC/C,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC,aAAa,CAAC;KACpC,CAAC,CAAA;CAAA,CAAC;AAGH,IAAM,WAAW,GAAG,UAAC,UAAkC,EAAE,OAAuB;IAA3D,2BAAA,EAAA,iBAAsB,UAAU,EAAE;IACrD,IAAI,UAAU,YAAY,UAAU,EAAE;QACpC,OAAO,OAAO,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;KACpC;IACD,OAAO,OAAO,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,OAAO,CAAC,OAAO,CAAC,IAAI,UAAU,EAAE,CAAC,CAAC;AAClF,CAAC,CAAC;AAGF,IAAM,iBAAiB,GAAG,UAAC,UAAe,EAAE,OAAuB;IACjE,OAAA,WAAW,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,UAAC,IAAI,IAAK,OAAA,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,EAAzB,CAAyB,CAAC;AAA1E,CAA0E,CAAC;AAE7E,IAAM,yBAAyB,GAAG,UAAC,KAAU;IAC3C,OAAA,KAAK,KAAK,SAAS;QACnB,KAAK,KAAK,IAAI;QACd,KAAK,KAAK,EAAE;QACZ,CAAC,CAAC,MAAM,CAAC,mBAAmB,CAAC,KAAK,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,IAAI,KAAK,CAAC,MAAM,IAAI,CAAC,CAAC;QAC5E,CAAC,CAAC,MAAM,CAAC,mBAAmB,CAAC,KAAK,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC;AAJxE,CAIwE,CAAC;AAE3E,IAAM,SAAS,GAAG,UAAC,UAAe,EAAE,OAAuB;IACzD,OAAA,iBAAiB,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,UAAC,OAAO;QAClD,IAAI,OAAO,CAAC,MAAM,EAAE;YAClB,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;SAC5B;QACD,OAAO,EAAE,CAAC;IACZ,CAAC,CAAC;AALF,CAKE,CAAC;AAKL,IAAM,qBAAqB,GAAG,UAAC,MAAsB,EAAE,IAAS;IAC9D,IAAM,OAAO,GAAG,UAAC,MAAW,EAAE,GAAW,IAAK,OAAA,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,UAAC,CAAC,IAAK,OAAA,CAAC,CAAC,WAAW,EAAE,KAAK,GAAG,CAAC,WAAW,EAAE,EAArC,CAAqC,CAAC,EAAtE,CAAsE,CAAC;IAErH,IAAM,iBAAiB,GAAG,UAAC,QAAgB;QACzC,IAAI,UAAU,GAAG,QAAQ,CAAC;QAC1B,IAAI,UAAU,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;YAChC,UAAU,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;SACvC;QACD,IAAI,UAAU,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;YAChC,UAAU,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;SACvC;QACD,OAAO,UAAU,CAAC;IACpB,CAAC,CAAC;IAEF,IAAM,SAAS,GAAG,OAAO,CAAC,MAAM,CAAC,OAAO,EAAE,kBAAkB,CAAC,CAAC;IAC9D,IAAI,SAAS,KAAK,SAAS,EAAE;QAC3B,OAAO,iBAAiB,CAAC,MAAM,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;KACrD;IAED,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,EAAE;QAC3B,OAAO,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;KACrC;IAED,IAAI,IAAI,CAAC,QAAQ,CAAC,KAAK,SAAS,EAAE;QAChC,OAAO,iBAAiB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC;KAC1C;IAED,OAAO,EAAE,CAAC;AACZ,CAAC,CAAC"}
@@ -1,5 +1,4 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
3
2
  import { Sha256 } from "@aws-crypto/sha256-browser";
4
3
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
5
4
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
@@ -8,6 +7,7 @@ import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
8
7
  import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
9
8
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
10
9
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
10
+ import packageInfo from "../package.json";
11
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
12
  export var getRuntimeConfig = function (config) {
13
13
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtimeConfig.browser.js","sourceRoot":"","sources":["../src/runtimeConfig.browser.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAChF,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACrF,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAG9D,OAAO,WAAW,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,gBAAgB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAMpF,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAuB;;IACtD,IAAM,kBAAkB,GAAG,sBAAsB,CAAC,MAAM,CAAC,CAAC;IAC1D,sCACK,kBAAkB,GAClB,MAAM,KACT,OAAO,EAAE,SAAS,EAClB,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,UAAU,EAClD,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,QAAQ,EAChD,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,mBAAmB,EACnE,wBAAwB,EACtB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,wBAAwB,mCAChC,gBAAgB,CAAC,EAAE,SAAS,EAAE,kBAAkB,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC,OAAO,EAAE,CAAC,EACnG,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,oBAAoB,EACxD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,eAAe,CAAC,mBAAmB,CAAC,EAC9D,cAAc,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,cAAc,mCAAI,IAAI,gBAAgB,EAAE,EAChE,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,CAAC,cAAM,OAAA,OAAO,CAAC,OAAO,CAAC,kBAAkB,CAAC,EAAnC,CAAmC,CAAC,EAC3E,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,EAChC,eAAe,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,eAAe,mCAAI,eAAe,EAC3D,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,QAAQ,EAC5C,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,MAAM,IAC1C;AACJ,CAAC,CAAC"}
@@ -1,16 +1,16 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
3
2
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
4
3
  import { Hash } from "@aws-sdk/hash-node";
5
4
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
6
5
  import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
7
6
  import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler";
7
+ import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
8
8
  import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
9
9
  import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
10
10
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
11
11
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
12
+ import packageInfo from "../package.json";
12
13
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
- import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
14
14
  export var getRuntimeConfig = function (config) {
15
15
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
16
16
  emitWarningIfUnsupportedVersion(process.version);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtimeConfig.js","sourceRoot":"","sources":["../src/runtimeConfig.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,+BAA+B,EAAE,0BAA0B,EAAE,MAAM,0BAA0B,CAAC;AACvG,OAAO,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAE,+BAA+B,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AAC5G,OAAO,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC9E,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAG3D,OAAO,WAAW,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,gBAAgB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAMpF,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAuB;;IACtD,+BAA+B,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IACjD,IAAM,kBAAkB,GAAG,sBAAsB,CAAC,MAAM,CAAC,CAAC;IAC1D,sCACK,kBAAkB,GAClB,MAAM,KACT,OAAO,EAAE,MAAM,EACf,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,UAAU,EAClD,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,QAAQ,EAChD,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,mBAAmB,EACnE,wBAAwB,EACtB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,wBAAwB,mCAChC,gBAAgB,CAAC,EAAE,SAAS,EAAE,kBAAkB,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC,OAAO,EAAE,CAAC,EACnG,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,cAAc,CAAC,+BAA+B,CAAC,EACnF,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,cAAc,CAAC,0BAA0B,EAAE,+BAA+B,CAAC,EACrG,cAAc,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,cAAc,mCAAI,IAAI,eAAe,EAAE,EAC/D,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,cAAc,CAAC,8BAA8B,CAAC,EAC9E,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,QAAQ,CAAC,EACnD,eAAe,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,eAAe,mCAAI,eAAe,EAC3D,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,QAAQ,EAC5C,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,MAAM,IAC1C;AACJ,CAAC,CAAC"}
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtimeConfig.native.js","sourceRoot":"","sources":["../src/runtimeConfig.native.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAE/C,OAAO,EAAE,gBAAgB,IAAI,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAMtF,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAuB;;IACtD,IAAM,eAAe,GAAG,uBAAuB,CAAC,MAAM,CAAC,CAAC;IACxD,sCACK,eAAe,GACf,MAAM,KACT,OAAO,EAAE,cAAc,EACvB,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,IAChC;AACJ,CAAC,CAAC"}
@@ -1,5 +1,5 @@
1
- import { defaultRegionInfoProvider } from "./endpoints";
2
1
  import { parseUrl } from "@aws-sdk/url-parser";
2
+ import { defaultRegionInfoProvider } from "./endpoints";
3
3
  export var getRuntimeConfig = function (config) {
4
4
  var _a, _b, _c, _d, _e;
5
5
  return ({
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtimeConfig.shared.js","sourceRoot":"","sources":["../src/runtimeConfig.shared.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAE/C,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAMxD,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAuB;;IAAK,OAAA,CAAC;QAC5D,UAAU,EAAE,YAAY;QACxB,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,KAAK;QACrD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAK,EAAe;QAC1C,kBAAkB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,kBAAkB,mCAAI,yBAAyB;QAC3E,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,KAAK;QACrC,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,QAAQ;KACzC,CAAC,CAAA;CAAA,CAAC"}
@@ -1,9 +1,9 @@
1
- import { SSOClient } from "./SSOClient";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "./commands/GetRoleCredentialsCommand";
3
3
  import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "./commands/ListAccountRolesCommand";
4
4
  import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand";
5
5
  import { LogoutCommandInput, LogoutCommandOutput } from "./commands/LogoutCommand";
6
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
6
+ import { SSOClient } from "./SSOClient";
7
7
  /**
8
8
  * <p>AWS Single Sign-On Portal is a web service that makes it easy for you to assign user
9
9
  * access to AWS SSO resources such as the user portal. Users can get AWS account applications
@@ -1,14 +1,14 @@
1
- import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "./commands/GetRoleCredentialsCommand";
2
- import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "./commands/ListAccountRolesCommand";
3
- import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand";
4
- import { LogoutCommandInput, LogoutCommandOutput } from "./commands/LogoutCommand";
5
1
  import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
6
2
  import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
7
3
  import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
8
4
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
9
5
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
10
6
  import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
11
- import { Provider, RegionInfoProvider, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
7
+ import { Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
8
+ import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "./commands/GetRoleCredentialsCommand";
9
+ import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "./commands/ListAccountRolesCommand";
10
+ import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand";
11
+ import { LogoutCommandInput, LogoutCommandOutput } from "./commands/LogoutCommand";
12
12
  export declare type ServiceInputTypes = GetRoleCredentialsCommandInput | ListAccountRolesCommandInput | ListAccountsCommandInput | LogoutCommandInput;
13
13
  export declare type ServiceOutputTypes = GetRoleCredentialsCommandOutput | ListAccountRolesCommandOutput | ListAccountsCommandOutput | LogoutCommandOutput;
14
14
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -1,7 +1,7 @@
1
- import { SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOClient";
2
- import { GetRoleCredentialsRequest, GetRoleCredentialsResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetRoleCredentialsRequest, GetRoleCredentialsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
5
5
  export interface GetRoleCredentialsCommandInput extends GetRoleCredentialsRequest {
6
6
  }
7
7
  export interface GetRoleCredentialsCommandOutput extends GetRoleCredentialsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOClient";
2
- import { ListAccountRolesRequest, ListAccountRolesResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListAccountRolesRequest, ListAccountRolesResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
5
5
  export interface ListAccountRolesCommandInput extends ListAccountRolesRequest {
6
6
  }
7
7
  export interface ListAccountRolesCommandOutput extends ListAccountRolesResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOClient";
2
- import { ListAccountsRequest, ListAccountsResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListAccountsRequest, ListAccountsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
5
5
  export interface ListAccountsCommandInput extends ListAccountsRequest {
6
6
  }
7
7
  export interface ListAccountsCommandOutput extends ListAccountsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOClient";
2
- import { LogoutRequest } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LogoutRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
5
5
  export interface LogoutCommandInput extends LogoutRequest {
6
6
  }
7
7
  export interface LogoutCommandOutput extends __MetadataBearer {
File without changes
File without changes
File without changes
File without changes
@@ -1,6 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
1
2
  import { SSO } from "../SSO";
2
3
  import { SSOClient } from "../SSOClient";
3
- import { PaginationConfiguration } from "@aws-sdk/types";
4
4
  export interface SSOPaginationConfiguration extends PaginationConfiguration {
5
5
  client: SSO | SSOClient;
6
6
  }
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "../commands/ListAccountRolesCommand";
2
3
  import { SSOPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListAccountRoles(config: SSOPaginationConfiguration, input: ListAccountRolesCommandInput, ...additionalArguments: any): Paginator<ListAccountRolesCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListAccountsCommandInput, ListAccountsCommandOutput } from "../commands/ListAccountsCommand";
2
3
  import { SSOPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListAccounts(config: SSOPaginationConfiguration, input: ListAccountsCommandInput, ...additionalArguments: any): Paginator<ListAccountsCommandOutput>;
@@ -1,9 +1,9 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
1
3
  import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "../commands/GetRoleCredentialsCommand";
2
4
  import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "../commands/ListAccountRolesCommand";
3
5
  import { ListAccountsCommandInput, ListAccountsCommandOutput } from "../commands/ListAccountsCommand";
4
6
  import { LogoutCommandInput, LogoutCommandOutput } from "../commands/LogoutCommand";
5
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
6
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
7
7
  export declare const serializeAws_restJson1GetRoleCredentialsCommand: (input: GetRoleCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
8
8
  export declare const serializeAws_restJson1ListAccountRolesCommand: (input: ListAccountRolesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
9
9
  export declare const serializeAws_restJson1ListAccountsCommand: (input: ListAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
File without changes
@@ -1,9 +1,9 @@
1
- import { SSOClient } from "./SSOClient";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "./commands/GetRoleCredentialsCommand";
3
3
  import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "./commands/ListAccountRolesCommand";
4
4
  import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand";
5
5
  import { LogoutCommandInput, LogoutCommandOutput } from "./commands/LogoutCommand";
6
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
6
+ import { SSOClient } from "./SSOClient";
7
7
  /**
8
8
  * <p>AWS Single Sign-On Portal is a web service that makes it easy for you to assign user
9
9
  * access to AWS SSO resources such as the user portal. Users can get AWS account applications
@@ -1,14 +1,14 @@
1
- import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "./commands/GetRoleCredentialsCommand";
2
- import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "./commands/ListAccountRolesCommand";
3
- import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand";
4
- import { LogoutCommandInput, LogoutCommandOutput } from "./commands/LogoutCommand";
5
1
  import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
6
2
  import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
7
3
  import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
8
4
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
9
5
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
10
6
  import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
11
- import { Provider, RegionInfoProvider, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
7
+ import { Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
8
+ import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "./commands/GetRoleCredentialsCommand";
9
+ import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "./commands/ListAccountRolesCommand";
10
+ import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand";
11
+ import { LogoutCommandInput, LogoutCommandOutput } from "./commands/LogoutCommand";
12
12
  export declare type ServiceInputTypes = GetRoleCredentialsCommandInput | ListAccountRolesCommandInput | ListAccountsCommandInput | LogoutCommandInput;
13
13
  export declare type ServiceOutputTypes = GetRoleCredentialsCommandOutput | ListAccountRolesCommandOutput | ListAccountsCommandOutput | LogoutCommandOutput;
14
14
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -1,7 +1,7 @@
1
- import { SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOClient";
2
- import { GetRoleCredentialsRequest, GetRoleCredentialsResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetRoleCredentialsRequest, GetRoleCredentialsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
5
5
  export interface GetRoleCredentialsCommandInput extends GetRoleCredentialsRequest {
6
6
  }
7
7
  export interface GetRoleCredentialsCommandOutput extends GetRoleCredentialsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOClient";
2
- import { ListAccountRolesRequest, ListAccountRolesResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListAccountRolesRequest, ListAccountRolesResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
5
5
  export interface ListAccountRolesCommandInput extends ListAccountRolesRequest {
6
6
  }
7
7
  export interface ListAccountRolesCommandOutput extends ListAccountRolesResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOClient";
2
- import { ListAccountsRequest, ListAccountsResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListAccountsRequest, ListAccountsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
5
5
  export interface ListAccountsCommandInput extends ListAccountsRequest {
6
6
  }
7
7
  export interface ListAccountsCommandOutput extends ListAccountsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOClient";
2
- import { LogoutRequest } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LogoutRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
5
5
  export interface LogoutCommandInput extends LogoutRequest {
6
6
  }
7
7
  export interface LogoutCommandOutput extends __MetadataBearer {
File without changes
File without changes
@@ -1,6 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
1
2
  import { SSO } from "../SSO";
2
3
  import { SSOClient } from "../SSOClient";
3
- import { PaginationConfiguration } from "@aws-sdk/types";
4
4
  export interface SSOPaginationConfiguration extends PaginationConfiguration {
5
5
  client: SSO | SSOClient;
6
6
  }
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "../commands/ListAccountRolesCommand";
2
3
  import { SSOPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListAccountRoles(config: SSOPaginationConfiguration, input: ListAccountRolesCommandInput, ...additionalArguments: any): Paginator<ListAccountRolesCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListAccountsCommandInput, ListAccountsCommandOutput } from "../commands/ListAccountsCommand";
2
3
  import { SSOPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListAccounts(config: SSOPaginationConfiguration, input: ListAccountsCommandInput, ...additionalArguments: any): Paginator<ListAccountsCommandOutput>;
@@ -1,9 +1,9 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
1
3
  import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "../commands/GetRoleCredentialsCommand";
2
4
  import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "../commands/ListAccountRolesCommand";
3
5
  import { ListAccountsCommandInput, ListAccountsCommandOutput } from "../commands/ListAccountsCommand";
4
6
  import { LogoutCommandInput, LogoutCommandOutput } from "../commands/LogoutCommand";
5
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
6
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
7
7
  export declare const serializeAws_restJson1GetRoleCredentialsCommand: (input: GetRoleCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
8
8
  export declare const serializeAws_restJson1ListAccountRolesCommand: (input: ListAccountRolesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
9
9
  export declare const serializeAws_restJson1ListAccountsCommand: (input: ListAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.34.0",
4
+ "version": "3.35.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -11,51 +11,45 @@
11
11
  "clean": "yarn clean:dist && yarn clean:docs",
12
12
  "clean:dist": "rimraf ./dist",
13
13
  "clean:docs": "rimraf ./docs",
14
- "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
14
+ "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15
15
  "test": "exit 0"
16
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"
25
- },
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.0.0",
29
23
  "@aws-crypto/sha256-js": "^1.0.0",
30
- "@aws-sdk/config-resolver": "3.34.0",
31
- "@aws-sdk/fetch-http-handler": "3.34.0",
32
- "@aws-sdk/hash-node": "3.34.0",
33
- "@aws-sdk/invalid-dependency": "3.34.0",
34
- "@aws-sdk/middleware-content-length": "3.34.0",
35
- "@aws-sdk/middleware-host-header": "3.34.0",
36
- "@aws-sdk/middleware-logger": "3.34.0",
37
- "@aws-sdk/middleware-retry": "3.34.0",
38
- "@aws-sdk/middleware-serde": "3.34.0",
39
- "@aws-sdk/middleware-stack": "3.34.0",
40
- "@aws-sdk/middleware-user-agent": "3.34.0",
41
- "@aws-sdk/node-config-provider": "3.34.0",
42
- "@aws-sdk/node-http-handler": "3.34.0",
43
- "@aws-sdk/protocol-http": "3.34.0",
44
- "@aws-sdk/smithy-client": "3.34.0",
45
- "@aws-sdk/types": "3.34.0",
46
- "@aws-sdk/url-parser": "3.34.0",
47
- "@aws-sdk/util-base64-browser": "3.34.0",
48
- "@aws-sdk/util-base64-node": "3.34.0",
49
- "@aws-sdk/util-body-length-browser": "3.34.0",
50
- "@aws-sdk/util-body-length-node": "3.34.0",
51
- "@aws-sdk/util-user-agent-browser": "3.34.0",
52
- "@aws-sdk/util-user-agent-node": "3.34.0",
53
- "@aws-sdk/util-utf8-browser": "3.34.0",
54
- "@aws-sdk/util-utf8-node": "3.34.0",
24
+ "@aws-sdk/config-resolver": "3.35.0",
25
+ "@aws-sdk/fetch-http-handler": "3.35.0",
26
+ "@aws-sdk/hash-node": "3.35.0",
27
+ "@aws-sdk/invalid-dependency": "3.35.0",
28
+ "@aws-sdk/middleware-content-length": "3.35.0",
29
+ "@aws-sdk/middleware-host-header": "3.35.0",
30
+ "@aws-sdk/middleware-logger": "3.35.0",
31
+ "@aws-sdk/middleware-retry": "3.35.0",
32
+ "@aws-sdk/middleware-serde": "3.35.0",
33
+ "@aws-sdk/middleware-stack": "3.35.0",
34
+ "@aws-sdk/middleware-user-agent": "3.35.0",
35
+ "@aws-sdk/node-config-provider": "3.35.0",
36
+ "@aws-sdk/node-http-handler": "3.35.0",
37
+ "@aws-sdk/protocol-http": "3.35.0",
38
+ "@aws-sdk/smithy-client": "3.35.0",
39
+ "@aws-sdk/types": "3.35.0",
40
+ "@aws-sdk/url-parser": "3.35.0",
41
+ "@aws-sdk/util-base64-browser": "3.35.0",
42
+ "@aws-sdk/util-base64-node": "3.35.0",
43
+ "@aws-sdk/util-body-length-browser": "3.35.0",
44
+ "@aws-sdk/util-body-length-node": "3.35.0",
45
+ "@aws-sdk/util-user-agent-browser": "3.35.0",
46
+ "@aws-sdk/util-user-agent-node": "3.35.0",
47
+ "@aws-sdk/util-utf8-browser": "3.35.0",
48
+ "@aws-sdk/util-utf8-node": "3.35.0",
55
49
  "tslib": "^2.3.0"
56
50
  },
57
51
  "devDependencies": {
58
- "@aws-sdk/client-documentation-generator": "3.34.0",
52
+ "@aws-sdk/client-documentation-generator": "3.35.0",
59
53
  "@types/node": "^12.7.5",
60
54
  "downlevel-dts": "0.7.0",
61
55
  "jest": "^26.1.0",
@@ -69,8 +63,8 @@
69
63
  },
70
64
  "typesVersions": {
71
65
  "<4.0": {
72
- "dist/types/*": [
73
- "dist/types/ts3.4/*"
66
+ "dist-types/*": [
67
+ "dist-types/ts3.4/*"
74
68
  ]
75
69
  }
76
70
  },
@@ -79,6 +73,12 @@
79
73
  "url": "https://aws.amazon.com/javascript/"
80
74
  },
81
75
  "license": "Apache-2.0",
76
+ "browser": {
77
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
78
+ },
79
+ "react-native": {
80
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
81
+ },
82
82
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso",
83
83
  "repository": {
84
84
  "type": "git",
@@ -1,4 +1,5 @@
1
- import { SSOClient } from "./SSOClient";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+
2
3
  import {
3
4
  GetRoleCredentialsCommand,
4
5
  GetRoleCredentialsCommandInput,
@@ -15,7 +16,7 @@ import {
15
16
  ListAccountsCommandOutput,
16
17
  } from "./commands/ListAccountsCommand";
17
18
  import { LogoutCommand, LogoutCommandInput, LogoutCommandOutput } from "./commands/LogoutCommand";
18
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
19
+ import { SSOClient } from "./SSOClient";
19
20
 
20
21
  /**
21
22
  * <p>AWS Single Sign-On Portal is a web service that makes it easy for you to assign user