@aws/lsp-codewhisperer 0.0.25 → 0.0.27

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 (358) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
  3. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/README.md +53 -0
  4. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +209 -0
  5. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/constants.js +2 -0
  6. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +79 -0
  7. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +8 -0
  8. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +11 -0
  9. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +10 -0
  10. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/index.js +3 -0
  11. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +5 -0
  12. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +7 -0
  13. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +7 -0
  14. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +8 -0
  15. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +8 -0
  16. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +8 -0
  17. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +8 -0
  18. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +6 -0
  19. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +6 -0
  20. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +3 -0
  21. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +18 -0
  22. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +3 -0
  23. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +9 -0
  24. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +12 -0
  25. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +5 -0
  26. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -0
  27. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +3 -0
  28. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +5 -0
  29. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +2 -0
  30. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +5 -0
  31. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +5 -0
  32. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +5 -0
  33. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +4 -0
  34. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +5 -0
  35. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/package.json +68 -0
  36. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/LICENSE +201 -0
  37. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/README.md +4 -0
  38. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-cjs/index.js +295 -0
  39. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
  40. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
  41. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
  42. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
  43. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
  44. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
  45. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
  46. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
  47. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
  48. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
  49. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
  50. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
  51. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
  52. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
  53. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
  54. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
  55. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
  56. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
  57. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
  58. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
  59. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
  60. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/index.js +32 -0
  61. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
  62. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
  63. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
  64. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
  65. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
  66. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
  67. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
  68. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
  69. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
  70. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
  71. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
  72. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
  73. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
  74. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
  75. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
  76. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
  77. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
  78. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
  79. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
  80. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
  81. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
  82. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
  83. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
  84. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +49 -0
  85. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
  86. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
  87. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
  88. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
  89. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
  90. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
  91. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
  92. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
  93. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
  94. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
  95. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
  96. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -0
  97. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
  98. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/index.d.ts +32 -0
  99. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
  100. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +1 -0
  101. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
  102. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
  103. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
  104. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
  105. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
  106. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
  107. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
  108. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
  109. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
  110. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
  111. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
  112. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
  113. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
  114. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
  115. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
  116. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
  117. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
  118. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
  119. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +12 -0
  120. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
  121. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
  122. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
  123. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
  124. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
  125. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
  126. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
  127. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
  128. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +4 -0
  129. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
  130. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
  131. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +1 -0
  132. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
  133. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +32 -0
  134. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
  135. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +40 -0
  136. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
  137. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
  138. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
  139. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
  140. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
  141. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
  142. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
  143. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
  144. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
  145. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
  146. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
  147. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
  148. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
  149. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
  150. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
  151. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
  152. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
  153. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/package.json +56 -0
  154. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
  155. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
  156. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +1 -0
  157. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +1 -0
  158. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +1 -0
  159. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
  160. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +1 -0
  161. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
  162. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +12 -0
  163. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +1 -0
  164. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +206 -0
  165. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +1 -0
  166. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +1 -0
  167. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +1 -0
  168. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +1 -0
  169. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +1 -0
  170. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +13 -0
  171. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +1 -0
  172. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
  173. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
  174. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
  175. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
  176. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
  177. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
  178. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +8 -0
  179. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
  180. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +8 -0
  181. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +39 -0
  182. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
  183. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
  184. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
  185. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
  186. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +9 -0
  187. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
  188. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
  189. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
  190. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
  191. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
  192. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +5 -0
  193. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +4 -0
  194. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +44 -0
  195. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
  196. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +8 -0
  197. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +26 -0
  198. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +10 -0
  199. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
  200. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
  201. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +15 -0
  202. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +5 -0
  203. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +8 -0
  204. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +2 -0
  205. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +2 -0
  206. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +6 -0
  207. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +5 -0
  208. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +4 -0
  209. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +44 -0
  210. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +6 -0
  211. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +8 -0
  212. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +26 -0
  213. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +10 -0
  214. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +7 -0
  215. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +2 -0
  216. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +15 -0
  217. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +5 -0
  218. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +13 -0
  219. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +13 -0
  220. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/package.json +72 -0
  221. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/CHANGELOG.md +274 -0
  222. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/CONTRIBUTING.md +18 -0
  223. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/LICENSE.md +9 -0
  224. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/README.md +466 -0
  225. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/bin/uuid +2 -0
  226. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/commonjs-browser/index.js +79 -0
  227. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/commonjs-browser/md5.js +223 -0
  228. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/commonjs-browser/native.js +11 -0
  229. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/commonjs-browser/nil.js +8 -0
  230. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/commonjs-browser/parse.js +45 -0
  231. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/commonjs-browser/regex.js +8 -0
  232. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/commonjs-browser/rng.js +25 -0
  233. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/commonjs-browser/sha1.js +104 -0
  234. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/commonjs-browser/stringify.js +44 -0
  235. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/commonjs-browser/v1.js +107 -0
  236. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/commonjs-browser/v3.js +16 -0
  237. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/commonjs-browser/v35.js +80 -0
  238. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/commonjs-browser/v4.js +43 -0
  239. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/commonjs-browser/v5.js +16 -0
  240. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/commonjs-browser/validate.js +17 -0
  241. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/commonjs-browser/version.js +21 -0
  242. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-browser/index.js +9 -0
  243. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-browser/md5.js +215 -0
  244. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-browser/native.js +4 -0
  245. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-browser/nil.js +1 -0
  246. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-browser/parse.js +35 -0
  247. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-browser/regex.js +1 -0
  248. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-browser/rng.js +18 -0
  249. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
  250. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-browser/stringify.js +33 -0
  251. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-browser/v1.js +95 -0
  252. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  253. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-browser/v35.js +66 -0
  254. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-browser/v4.js +29 -0
  255. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  256. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-browser/validate.js +7 -0
  257. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-browser/version.js +11 -0
  258. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-node/index.js +9 -0
  259. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-node/md5.js +13 -0
  260. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-node/native.js +4 -0
  261. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-node/nil.js +1 -0
  262. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-node/parse.js +35 -0
  263. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-node/regex.js +1 -0
  264. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-node/rng.js +12 -0
  265. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  266. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-node/stringify.js +33 -0
  267. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-node/v1.js +95 -0
  268. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-node/v3.js +4 -0
  269. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-node/v35.js +66 -0
  270. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-node/v4.js +29 -0
  271. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-node/v5.js +4 -0
  272. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-node/validate.js +7 -0
  273. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/esm-node/version.js +11 -0
  274. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/index.js +79 -0
  275. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/md5-browser.js +223 -0
  276. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/md5.js +23 -0
  277. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/native-browser.js +11 -0
  278. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/native.js +15 -0
  279. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/nil.js +8 -0
  280. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/parse.js +45 -0
  281. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/regex.js +8 -0
  282. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/rng-browser.js +25 -0
  283. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/rng.js +24 -0
  284. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/sha1-browser.js +104 -0
  285. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/sha1.js +23 -0
  286. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/stringify.js +44 -0
  287. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/uuid-bin.js +85 -0
  288. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/v1.js +107 -0
  289. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/v3.js +16 -0
  290. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/v35.js +80 -0
  291. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/v4.js +43 -0
  292. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/v5.js +16 -0
  293. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/validate.js +17 -0
  294. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/dist/version.js +21 -0
  295. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/package.json +135 -0
  296. package/node_modules/@amzn/codewhisperer-streaming/node_modules/uuid/wrapper.mjs +10 -0
  297. package/out/client/sigv4/codewhisperer.d.ts +2 -1
  298. package/out/client/sigv4/codewhisperer.js +4 -4
  299. package/out/client/sigv4/codewhisperer.js.map +1 -1
  300. package/out/client/sigv4/service.json +935 -7
  301. package/out/client/streamingClient/codewhispererStreamingClient.d.ts +3 -2
  302. package/out/client/streamingClient/codewhispererStreamingClient.js +4 -29
  303. package/out/client/streamingClient/codewhispererStreamingClient.js.map +1 -1
  304. package/out/client/token/bearer-token-service.json +2 -2
  305. package/out/client/token/codewhisperer.d.ts +2 -1
  306. package/out/client/token/codewhisperer.js +4 -4
  307. package/out/client/token/codewhisperer.js.map +1 -1
  308. package/out/language-server/chat/chatController.test.js +10 -2
  309. package/out/language-server/chat/chatController.test.js.map +1 -1
  310. package/out/language-server/chat/chatSessionManagementService.d.ts +2 -1
  311. package/out/language-server/chat/chatSessionManagementService.js +12 -1
  312. package/out/language-server/chat/chatSessionManagementService.js.map +1 -1
  313. package/out/language-server/chat/chatSessionManagementService.test.js +9 -1
  314. package/out/language-server/chat/chatSessionManagementService.test.js.map +1 -1
  315. package/out/language-server/chat/chatSessionService.d.ts +2 -1
  316. package/out/language-server/chat/chatSessionService.js +4 -2
  317. package/out/language-server/chat/chatSessionService.js.map +1 -1
  318. package/out/language-server/chat/chatSessionService.test.js +8 -1
  319. package/out/language-server/chat/chatSessionService.test.js.map +1 -1
  320. package/out/language-server/codeWhispererSecurityScanServer.d.ts +2 -1
  321. package/out/language-server/codeWhispererSecurityScanServer.js +2 -2
  322. package/out/language-server/codeWhispererSecurityScanServer.js.map +1 -1
  323. package/out/language-server/codeWhispererServer.d.ts +2 -2
  324. package/out/language-server/codeWhispererServer.js +8 -8
  325. package/out/language-server/codeWhispererServer.js.map +1 -1
  326. package/out/language-server/codeWhispererService.d.ts +3 -4
  327. package/out/language-server/codeWhispererService.js +11 -11
  328. package/out/language-server/codeWhispererService.js.map +1 -1
  329. package/out/language-server/configuration/qConfigurationServer.d.ts +2 -1
  330. package/out/language-server/configuration/qConfigurationServer.js +2 -2
  331. package/out/language-server/configuration/qConfigurationServer.js.map +1 -1
  332. package/out/language-server/netTransform/artifactManager.d.ts +2 -2
  333. package/out/language-server/netTransform/artifactManager.js +6 -16
  334. package/out/language-server/netTransform/artifactManager.js.map +1 -1
  335. package/out/language-server/netTransform/tests/transformHandler.test.d.ts +1 -2
  336. package/out/language-server/netTransform/tests/transformHandler.test.js +18 -34
  337. package/out/language-server/netTransform/tests/transformHandler.test.js.map +1 -1
  338. package/out/language-server/netTransform/transformHandler.js +2 -3
  339. package/out/language-server/netTransform/transformHandler.js.map +1 -1
  340. package/out/language-server/netTransformServer.d.ts +2 -1
  341. package/out/language-server/netTransformServer.js +3 -3
  342. package/out/language-server/netTransformServer.js.map +1 -1
  343. package/out/language-server/proxy-server.js +12 -39
  344. package/out/language-server/proxy-server.js.map +1 -1
  345. package/out/language-server/qChatServer.d.ts +2 -1
  346. package/out/language-server/qChatServer.js +3 -3
  347. package/out/language-server/qChatServer.js.map +1 -1
  348. package/out/language-server/telemetryService.d.ts +2 -2
  349. package/out/language-server/telemetryService.js +2 -2
  350. package/out/language-server/telemetryService.js.map +1 -1
  351. package/out/language-server/telemetryService.test.js +29 -22
  352. package/out/language-server/telemetryService.test.js.map +1 -1
  353. package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.js +15 -1
  354. package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.js.map +1 -1
  355. package/out/language-server/utils.d.ts +2 -3
  356. package/out/language-server/utils.js +1 -26
  357. package/out/language-server/utils.js.map +1 -1
  358. package/package.json +4 -4
@@ -13,6 +13,134 @@
13
13
  "uid": "codewhisperer-2022-06-15"
14
14
  },
15
15
  "operations": {
16
+ "CreateCodeScan": {
17
+ "name": "CreateCodeScan",
18
+ "http": {
19
+ "method": "POST",
20
+ "requestUri": "/"
21
+ },
22
+ "input": {
23
+ "shape": "CreateCodeScanRequest"
24
+ },
25
+ "output": {
26
+ "shape": "CreateCodeScanResponse"
27
+ },
28
+ "errors": [
29
+ {
30
+ "shape": "ThrottlingException"
31
+ },
32
+ {
33
+ "shape": "ConflictException"
34
+ },
35
+ {
36
+ "shape": "ResourceNotFoundException"
37
+ },
38
+ {
39
+ "shape": "InternalServerException"
40
+ },
41
+ {
42
+ "shape": "ValidationException"
43
+ },
44
+ {
45
+ "shape": "AccessDeniedException"
46
+ }
47
+ ],
48
+ "idempotent": true
49
+ },
50
+ "CreateCodeScanUploadUrl": {
51
+ "name": "CreateCodeScanUploadUrl",
52
+ "http": {
53
+ "method": "POST",
54
+ "requestUri": "/"
55
+ },
56
+ "input": {
57
+ "shape": "CreateUploadUrlRequest"
58
+ },
59
+ "output": {
60
+ "shape": "CreateUploadUrlResponse"
61
+ },
62
+ "errors": [
63
+ {
64
+ "shape": "ThrottlingException"
65
+ },
66
+ {
67
+ "shape": "InternalServerException"
68
+ },
69
+ {
70
+ "shape": "ValidationException"
71
+ },
72
+ {
73
+ "shape": "AccessDeniedException"
74
+ }
75
+ ],
76
+ "idempotent": true
77
+ },
78
+ "CreateProfile": {
79
+ "name": "CreateProfile",
80
+ "http": {
81
+ "method": "POST",
82
+ "requestUri": "/"
83
+ },
84
+ "input": {
85
+ "shape": "CreateProfileRequest"
86
+ },
87
+ "output": {
88
+ "shape": "CreateProfileResponse"
89
+ },
90
+ "errors": [
91
+ {
92
+ "shape": "ThrottlingException"
93
+ },
94
+ {
95
+ "shape": "ConflictException"
96
+ },
97
+ {
98
+ "shape": "ResourceNotFoundException"
99
+ },
100
+ {
101
+ "shape": "InternalServerException"
102
+ },
103
+ {
104
+ "shape": "ValidationException"
105
+ },
106
+ {
107
+ "shape": "AccessDeniedException"
108
+ }
109
+ ]
110
+ },
111
+ "DeleteProfile": {
112
+ "name": "DeleteProfile",
113
+ "http": {
114
+ "method": "POST",
115
+ "requestUri": "/"
116
+ },
117
+ "input": {
118
+ "shape": "DeleteProfileRequest"
119
+ },
120
+ "output": {
121
+ "shape": "DeleteProfileResponse"
122
+ },
123
+ "errors": [
124
+ {
125
+ "shape": "ThrottlingException"
126
+ },
127
+ {
128
+ "shape": "ConflictException"
129
+ },
130
+ {
131
+ "shape": "ResourceNotFoundException"
132
+ },
133
+ {
134
+ "shape": "InternalServerException"
135
+ },
136
+ {
137
+ "shape": "ValidationException"
138
+ },
139
+ {
140
+ "shape": "AccessDeniedException"
141
+ }
142
+ ]
143
+ },
16
144
  "GenerateRecommendations": {
17
145
  "name": "GenerateRecommendations",
18
146
  "http": {
@@ -39,6 +167,267 @@
39
167
  "shape": "AccessDeniedException"
40
168
  }
41
169
  ]
170
+ },
171
+ "GetAccessToken": {
172
+ "name": "GetAccessToken",
173
+ "http": {
174
+ "method": "POST",
175
+ "requestUri": "/"
176
+ },
177
+ "input": {
178
+ "shape": "GetAccessTokenRequest"
179
+ },
180
+ "output": {
181
+ "shape": "GetAccessTokenResponse"
182
+ },
183
+ "errors": [
184
+ {
185
+ "shape": "InternalServerException"
186
+ },
187
+ {
188
+ "shape": "ValidationException"
189
+ },
190
+ {
191
+ "shape": "AccessDeniedException"
192
+ }
193
+ ]
194
+ },
195
+ "GetCodeScan": {
196
+ "name": "GetCodeScan",
197
+ "http": {
198
+ "method": "POST",
199
+ "requestUri": "/"
200
+ },
201
+ "input": {
202
+ "shape": "GetCodeScanRequest"
203
+ },
204
+ "output": {
205
+ "shape": "GetCodeScanResponse"
206
+ },
207
+ "errors": [
208
+ {
209
+ "shape": "ThrottlingException"
210
+ },
211
+ {
212
+ "shape": "ResourceNotFoundException"
213
+ },
214
+ {
215
+ "shape": "InternalServerException"
216
+ },
217
+ {
218
+ "shape": "ValidationException"
219
+ },
220
+ {
221
+ "shape": "AccessDeniedException"
222
+ }
223
+ ]
224
+ },
225
+ "ListCodeScanFindings": {
226
+ "name": "ListCodeScanFindings",
227
+ "http": {
228
+ "method": "POST",
229
+ "requestUri": "/"
230
+ },
231
+ "input": {
232
+ "shape": "ListCodeScanFindingsRequest"
233
+ },
234
+ "output": {
235
+ "shape": "ListCodeScanFindingsResponse"
236
+ },
237
+ "errors": [
238
+ {
239
+ "shape": "ThrottlingException"
240
+ },
241
+ {
242
+ "shape": "ResourceNotFoundException"
243
+ },
244
+ {
245
+ "shape": "InternalServerException"
246
+ },
247
+ {
248
+ "shape": "ValidationException"
249
+ },
250
+ {
251
+ "shape": "AccessDeniedException"
252
+ }
253
+ ]
254
+ },
255
+ "ListProfiles": {
256
+ "name": "ListProfiles",
257
+ "http": {
258
+ "method": "POST",
259
+ "requestUri": "/"
260
+ },
261
+ "input": {
262
+ "shape": "ListProfilesRequest"
263
+ },
264
+ "output": {
265
+ "shape": "ListProfilesResponse"
266
+ },
267
+ "errors": [
268
+ {
269
+ "shape": "ThrottlingException"
270
+ },
271
+ {
272
+ "shape": "InternalServerException"
273
+ },
274
+ {
275
+ "shape": "ValidationException"
276
+ },
277
+ {
278
+ "shape": "AccessDeniedException"
279
+ }
280
+ ]
281
+ },
282
+ "ListRecommendations": {
283
+ "name": "ListRecommendations",
284
+ "http": {
285
+ "method": "POST",
286
+ "requestUri": "/"
287
+ },
288
+ "input": {
289
+ "shape": "ListRecommendationsRequest"
290
+ },
291
+ "output": {
292
+ "shape": "ListRecommendationsResponse"
293
+ },
294
+ "errors": [
295
+ {
296
+ "shape": "ThrottlingException"
297
+ },
298
+ {
299
+ "shape": "InternalServerException"
300
+ },
301
+ {
302
+ "shape": "ValidationException"
303
+ },
304
+ {
305
+ "shape": "AccessDeniedException"
306
+ }
307
+ ]
308
+ },
309
+ "ListTagsForResource": {
310
+ "name": "ListTagsForResource",
311
+ "http": {
312
+ "method": "POST",
313
+ "requestUri": "/"
314
+ },
315
+ "input": {
316
+ "shape": "ListTagsForResourceRequest"
317
+ },
318
+ "output": {
319
+ "shape": "ListTagsForResourceResponse"
320
+ },
321
+ "errors": [
322
+ {
323
+ "shape": "ThrottlingException"
324
+ },
325
+ {
326
+ "shape": "ResourceNotFoundException"
327
+ },
328
+ {
329
+ "shape": "InternalServerException"
330
+ },
331
+ {
332
+ "shape": "ValidationException"
333
+ },
334
+ {
335
+ "shape": "AccessDeniedException"
336
+ }
337
+ ]
338
+ },
339
+ "TagResource": {
340
+ "name": "TagResource",
341
+ "http": {
342
+ "method": "POST",
343
+ "requestUri": "/"
344
+ },
345
+ "input": {
346
+ "shape": "TagResourceRequest"
347
+ },
348
+ "output": {
349
+ "shape": "TagResourceResponse"
350
+ },
351
+ "errors": [
352
+ {
353
+ "shape": "ThrottlingException"
354
+ },
355
+ {
356
+ "shape": "ResourceNotFoundException"
357
+ },
358
+ {
359
+ "shape": "InternalServerException"
360
+ },
361
+ {
362
+ "shape": "ValidationException"
363
+ },
364
+ {
365
+ "shape": "AccessDeniedException"
366
+ }
367
+ ]
368
+ },
369
+ "UntagResource": {
370
+ "name": "UntagResource",
371
+ "http": {
372
+ "method": "POST",
373
+ "requestUri": "/"
374
+ },
375
+ "input": {
376
+ "shape": "UntagResourceRequest"
377
+ },
378
+ "output": {
379
+ "shape": "UntagResourceResponse"
380
+ },
381
+ "errors": [
382
+ {
383
+ "shape": "ThrottlingException"
384
+ },
385
+ {
386
+ "shape": "ResourceNotFoundException"
387
+ },
388
+ {
389
+ "shape": "InternalServerException"
390
+ },
391
+ {
392
+ "shape": "ValidationException"
393
+ },
394
+ {
395
+ "shape": "AccessDeniedException"
396
+ }
397
+ ]
398
+ },
399
+ "UpdateProfile": {
400
+ "name": "UpdateProfile",
401
+ "http": {
402
+ "method": "POST",
403
+ "requestUri": "/"
404
+ },
405
+ "input": {
406
+ "shape": "UpdateProfileRequest"
407
+ },
408
+ "output": {
409
+ "shape": "UpdateProfileResponse"
410
+ },
411
+ "errors": [
412
+ {
413
+ "shape": "ThrottlingException"
414
+ },
415
+ {
416
+ "shape": "ConflictException"
417
+ },
418
+ {
419
+ "shape": "ResourceNotFoundException"
420
+ },
421
+ {
422
+ "shape": "InternalServerException"
423
+ },
424
+ {
425
+ "shape": "ValidationException"
426
+ },
427
+ {
428
+ "shape": "AccessDeniedException"
429
+ }
430
+ ]
42
431
  }
43
432
  },
44
433
  "shapes": {
@@ -52,15 +441,163 @@
52
441
  },
53
442
  "exception": true
54
443
  },
55
- "ConflictException": {
444
+ "ArtifactMap": {
445
+ "type": "map",
446
+ "key": {
447
+ "shape": "ArtifactType"
448
+ },
449
+ "value": {
450
+ "shape": "UploadId"
451
+ },
452
+ "max": 64,
453
+ "min": 1
454
+ },
455
+ "ArtifactType": {
456
+ "type": "string",
457
+ "enum": ["SourceCode", "BuiltJars"]
458
+ },
459
+ "Base64EncodedPaginationToken": {
460
+ "type": "string",
461
+ "max": 2048,
462
+ "min": 1,
463
+ "pattern": "(?:[A-Za-z0-9\\+/]{4})*(?:[A-Za-z0-9\\+/]{2}\\=\\=|[A-Za-z0-9\\+/]{3}\\=)?"
464
+ },
465
+ "CodeScanFindingsSchema": {
466
+ "type": "string",
467
+ "enum": ["codescan/findings/1.0"]
468
+ },
469
+ "CodeScanStatus": {
470
+ "type": "string",
471
+ "enum": ["Completed", "Pending", "Failed"]
472
+ },
473
+ "ConflictException": {
474
+ "type": "structure",
475
+ "required": ["message"],
476
+ "members": {
477
+ "message": {
478
+ "shape": "String"
479
+ }
480
+ },
481
+ "exception": true
482
+ },
483
+ "CreateCodeScanRequest": {
484
+ "type": "structure",
485
+ "required": ["artifacts", "programmingLanguage"],
486
+ "members": {
487
+ "artifacts": {
488
+ "shape": "ArtifactMap"
489
+ },
490
+ "programmingLanguage": {
491
+ "shape": "ProgrammingLanguage"
492
+ },
493
+ "clientToken": {
494
+ "shape": "CreateCodeScanRequestClientTokenString",
495
+ "idempotencyToken": true
496
+ }
497
+ }
498
+ },
499
+ "CreateCodeScanRequestClientTokenString": {
500
+ "type": "string",
501
+ "max": 256,
502
+ "min": 1
503
+ },
504
+ "CreateCodeScanResponse": {
505
+ "type": "structure",
506
+ "required": ["jobId", "status"],
507
+ "members": {
508
+ "jobId": {
509
+ "shape": "CreateCodeScanResponseJobIdString"
510
+ },
511
+ "status": {
512
+ "shape": "CodeScanStatus"
513
+ },
514
+ "errorMessage": {
515
+ "shape": "String"
516
+ }
517
+ }
518
+ },
519
+ "CreateCodeScanResponseJobIdString": {
520
+ "type": "string",
521
+ "max": 256,
522
+ "min": 1
523
+ },
524
+ "CreateProfileRequest": {
525
+ "type": "structure",
526
+ "required": ["identitySource", "profileName", "referenceTrackerConfiguration"],
527
+ "members": {
528
+ "identitySource": {
529
+ "shape": "IdentitySource"
530
+ },
531
+ "profileName": {
532
+ "shape": "ProfileName"
533
+ },
534
+ "referenceTrackerConfiguration": {
535
+ "shape": "ReferenceTrackerConfiguration"
536
+ },
537
+ "clientToken": {
538
+ "shape": "IdempotencyToken",
539
+ "idempotencyToken": true
540
+ },
541
+ "kmsKeyArn": {
542
+ "shape": "ResourceArn"
543
+ },
544
+ "tags": {
545
+ "shape": "TagList"
546
+ }
547
+ }
548
+ },
549
+ "CreateProfileResponse": {
550
+ "type": "structure",
551
+ "required": ["profileArn"],
552
+ "members": {
553
+ "profileArn": {
554
+ "shape": "ResourceArn"
555
+ }
556
+ }
557
+ },
558
+ "CreateUploadUrlRequest": {
559
+ "type": "structure",
560
+ "members": {
561
+ "contentMd5": {
562
+ "shape": "CreateUploadUrlRequestContentMd5String"
563
+ },
564
+ "artifactType": {
565
+ "shape": "ArtifactType"
566
+ }
567
+ }
568
+ },
569
+ "CreateUploadUrlRequestContentMd5String": {
570
+ "type": "string",
571
+ "max": 128,
572
+ "min": 1
573
+ },
574
+ "CreateUploadUrlResponse": {
575
+ "type": "structure",
576
+ "required": ["uploadId", "uploadUrl"],
577
+ "members": {
578
+ "uploadId": {
579
+ "shape": "UploadId"
580
+ },
581
+ "uploadUrl": {
582
+ "shape": "PreSignedUrl"
583
+ },
584
+ "kmsKeyArn": {
585
+ "shape": "ResourceArn"
586
+ }
587
+ }
588
+ },
589
+ "DeleteProfileRequest": {
56
590
  "type": "structure",
57
- "required": ["message"],
591
+ "required": ["profileArn"],
58
592
  "members": {
59
- "message": {
60
- "shape": "String"
593
+ "profileArn": {
594
+ "shape": "ResourceArn"
61
595
  }
62
- },
63
- "exception": true
596
+ }
597
+ },
598
+ "DeleteProfileResponse": {
599
+ "type": "structure",
600
+ "members": {}
64
601
  },
65
602
  "FileContext": {
66
603
  "type": "structure",
@@ -97,6 +634,38 @@
97
634
  "min": 0,
98
635
  "sensitive": true
99
636
  },
637
+ "SupplementalContext": {
638
+ "type": "structure",
639
+ "required": ["filePath", "content"],
640
+ "members": {
641
+ "filePath": {
642
+ "shape": "SupplementalContextFilePathString"
643
+ },
644
+ "content": {
645
+ "shape": "SupplementalContextContentString"
646
+ }
647
+ }
648
+ },
649
+ "SupplementalContextFilePathString": {
650
+ "type": "string",
651
+ "max": 1024,
652
+ "min": 1,
653
+ "sensitive": true
654
+ },
655
+ "SupplementalContextContentString": {
656
+ "type": "string",
657
+ "max": 5120,
658
+ "min": 0,
659
+ "sensitive": true
660
+ },
661
+ "SupplementalContextList": {
662
+ "type": "list",
663
+ "member": {
664
+ "shape": "SupplementalContext"
665
+ },
666
+ "max": 10,
667
+ "min": 0
668
+ },
100
669
  "GenerateRecommendationsRequest": {
101
670
  "type": "structure",
102
671
  "required": ["fileContext"],
@@ -104,6 +673,9 @@
104
673
  "fileContext": {
105
674
  "shape": "FileContext"
106
675
  },
676
+ "supplementalContexts": {
677
+ "shape": "SupplementalContextList"
678
+ },
107
679
  "maxResults": {
108
680
  "shape": "GenerateRecommendationsRequestMaxResultsInteger"
109
681
  },
@@ -138,11 +710,78 @@
138
710
  }
139
711
  }
140
712
  },
713
+ "GetAccessTokenRequest": {
714
+ "type": "structure",
715
+ "required": ["identityToken"],
716
+ "members": {
717
+ "identityToken": {
718
+ "shape": "GetAccessTokenRequestIdentityTokenString"
719
+ }
720
+ }
721
+ },
722
+ "GetAccessTokenRequestIdentityTokenString": {
723
+ "type": "string",
724
+ "max": 1024,
725
+ "min": 0,
726
+ "sensitive": true
727
+ },
728
+ "GetAccessTokenResponse": {
729
+ "type": "structure",
730
+ "members": {
731
+ "accessToken": {
732
+ "shape": "SensitiveString"
733
+ }
734
+ }
735
+ },
736
+ "GetCodeScanRequest": {
737
+ "type": "structure",
738
+ "required": ["jobId"],
739
+ "members": {
740
+ "jobId": {
741
+ "shape": "GetCodeScanRequestJobIdString"
742
+ }
743
+ }
744
+ },
745
+ "GetCodeScanRequestJobIdString": {
746
+ "type": "string",
747
+ "max": 256,
748
+ "min": 1
749
+ },
750
+ "GetCodeScanResponse": {
751
+ "type": "structure",
752
+ "required": ["status"],
753
+ "members": {
754
+ "status": {
755
+ "shape": "CodeScanStatus"
756
+ },
757
+ "errorMessage": {
758
+ "shape": "String"
759
+ }
760
+ }
761
+ },
141
762
  "IdempotencyToken": {
142
763
  "type": "string",
143
764
  "max": 256,
144
765
  "min": 1
145
766
  },
767
+ "IdentityDetails": {
768
+ "type": "structure",
769
+ "members": {
770
+ "ssoIdentityDetails": {
771
+ "shape": "SSOIdentityDetails"
772
+ }
773
+ },
774
+ "union": true
775
+ },
776
+ "IdentitySource": {
777
+ "type": "structure",
778
+ "members": {
779
+ "ssoIdentitySource": {
780
+ "shape": "SSOIdentitySource"
781
+ }
782
+ },
783
+ "union": true
784
+ },
146
785
  "Import": {
147
786
  "type": "structure",
148
787
  "members": {
@@ -179,6 +818,172 @@
179
818
  "throttling": false
180
819
  }
181
820
  },
821
+ "ListCodeScanFindingsRequest": {
822
+ "type": "structure",
823
+ "required": ["jobId", "codeScanFindingsSchema"],
824
+ "members": {
825
+ "jobId": {
826
+ "shape": "ListCodeScanFindingsRequestJobIdString"
827
+ },
828
+ "nextToken": {
829
+ "shape": "PaginationToken"
830
+ },
831
+ "codeScanFindingsSchema": {
832
+ "shape": "CodeScanFindingsSchema"
833
+ }
834
+ }
835
+ },
836
+ "ListCodeScanFindingsRequestJobIdString": {
837
+ "type": "string",
838
+ "max": 256,
839
+ "min": 1
840
+ },
841
+ "ListCodeScanFindingsResponse": {
842
+ "type": "structure",
843
+ "required": ["codeScanFindings"],
844
+ "members": {
845
+ "nextToken": {
846
+ "shape": "PaginationToken"
847
+ },
848
+ "codeScanFindings": {
849
+ "shape": "String"
850
+ }
851
+ }
852
+ },
853
+ "ListProfilesRequest": {
854
+ "type": "structure",
855
+ "members": {
856
+ "maxResults": {
857
+ "shape": "ListProfilesRequestMaxResultsInteger"
858
+ },
859
+ "nextToken": {
860
+ "shape": "Base64EncodedPaginationToken"
861
+ }
862
+ }
863
+ },
864
+ "ListProfilesRequestMaxResultsInteger": {
865
+ "type": "integer",
866
+ "box": true,
867
+ "max": 100,
868
+ "min": 1
869
+ },
870
+ "ListProfilesResponse": {
871
+ "type": "structure",
872
+ "required": ["profiles"],
873
+ "members": {
874
+ "profiles": {
875
+ "shape": "ProfileList"
876
+ },
877
+ "nextToken": {
878
+ "shape": "Base64EncodedPaginationToken"
879
+ }
880
+ }
881
+ },
882
+ "ListRecommendationsRequest": {
883
+ "type": "structure",
884
+ "required": ["fileContext"],
885
+ "members": {
886
+ "fileContext": {
887
+ "shape": "FileContext"
888
+ },
889
+ "maxResults": {
890
+ "shape": "ListRecommendationsRequestMaxResultsInteger"
891
+ },
892
+ "supplementalContexts": {
893
+ "shape": "SupplementalContextList"
894
+ },
895
+ "nextToken": {
896
+ "shape": "ListRecommendationsRequestNextTokenString"
897
+ },
898
+ "referenceTrackerConfiguration": {
899
+ "shape": "ReferenceTrackerConfiguration"
900
+ }
901
+ }
902
+ },
903
+ "ListRecommendationsRequestMaxResultsInteger": {
904
+ "type": "integer",
905
+ "box": true,
906
+ "max": 10,
907
+ "min": 1
908
+ },
909
+ "ListRecommendationsRequestNextTokenString": {
910
+ "type": "string",
911
+ "max": 2048,
912
+ "min": 0,
913
+ "pattern": "(?:[A-Za-z0-9\\+/]{4})*(?:[A-Za-z0-9\\+/]{2}\\=\\=|[A-Za-z0-9\\+/]{3}\\=)?"
914
+ },
915
+ "ListRecommendationsResponse": {
916
+ "type": "structure",
917
+ "members": {
918
+ "recommendations": {
919
+ "shape": "RecommendationsList"
920
+ },
921
+ "nextToken": {
922
+ "shape": "String"
923
+ }
924
+ }
925
+ },
926
+ "ListTagsForResourceRequest": {
927
+ "type": "structure",
928
+ "required": ["resourceName"],
929
+ "members": {
930
+ "resourceName": {
931
+ "shape": "ResourceArn"
932
+ }
933
+ }
934
+ },
935
+ "ListTagsForResourceResponse": {
936
+ "type": "structure",
937
+ "members": {
938
+ "tags": {
939
+ "shape": "TagList"
940
+ }
941
+ }
942
+ },
943
+ "PaginationToken": {
944
+ "type": "string",
945
+ "max": 2048,
946
+ "min": 1,
947
+ "pattern": "\\S+"
948
+ },
949
+ "PreSignedUrl": {
950
+ "type": "string",
951
+ "max": 2048,
952
+ "min": 1
953
+ },
954
+ "Profile": {
955
+ "type": "structure",
956
+ "required": ["arn", "identityDetails", "profileName", "referenceTrackerConfiguration"],
957
+ "members": {
958
+ "arn": {
959
+ "shape": "ResourceArn"
960
+ },
961
+ "identityDetails": {
962
+ "shape": "IdentityDetails"
963
+ },
964
+ "profileName": {
965
+ "shape": "ProfileName"
966
+ },
967
+ "referenceTrackerConfiguration": {
968
+ "shape": "ReferenceTrackerConfiguration"
969
+ },
970
+ "kmsKeyArn": {
971
+ "shape": "ResourceArn"
972
+ }
973
+ }
974
+ },
975
+ "ProfileList": {
976
+ "type": "list",
977
+ "member": {
978
+ "shape": "Profile"
979
+ }
980
+ },
981
+ "ProfileName": {
982
+ "type": "string",
983
+ "max": 100,
984
+ "min": 1,
985
+ "pattern": "[a-zA-Z][a-zA-Z0-9_-]*"
986
+ },
182
987
  "ProgrammingLanguage": {
183
988
  "type": "structure",
184
989
  "required": ["languageName"],
@@ -192,7 +997,7 @@
192
997
  "type": "string",
193
998
  "max": 128,
194
999
  "min": 1,
195
- "pattern": "(python|javascript|java|csharp|typescript|c|cpp|go|kotlin|php|ruby|rust|scala|shell|sql|json|yaml|vue|tf|tsx|jsx)"
1000
+ "pattern": "(python|javascript|java|csharp|typescript|c|cpp|go|kotlin|php|ruby|rust|scala|shell|sql)"
196
1001
  },
197
1002
  "Recommendation": {
198
1003
  "type": "structure",
@@ -291,6 +1096,27 @@
291
1096
  },
292
1097
  "exception": true
293
1098
  },
1099
+ "SSOIdentityDetails": {
1100
+ "type": "structure",
1101
+ "required": ["instanceArn", "oidcClientId"],
1102
+ "members": {
1103
+ "instanceArn": {
1104
+ "shape": "ResourceArn"
1105
+ },
1106
+ "oidcClientId": {
1107
+ "shape": "String"
1108
+ }
1109
+ }
1110
+ },
1111
+ "SSOIdentitySource": {
1112
+ "type": "structure",
1113
+ "required": ["instanceArn"],
1114
+ "members": {
1115
+ "instanceArn": {
1116
+ "shape": "ResourceArn"
1117
+ }
1118
+ }
1119
+ },
294
1120
  "SensitiveString": {
295
1121
  "type": "string",
296
1122
  "sensitive": true
@@ -319,6 +1145,60 @@
319
1145
  "String": {
320
1146
  "type": "string"
321
1147
  },
1148
+ "Tag": {
1149
+ "type": "structure",
1150
+ "required": ["key", "value"],
1151
+ "members": {
1152
+ "key": {
1153
+ "shape": "TagKey"
1154
+ },
1155
+ "value": {
1156
+ "shape": "TagValue"
1157
+ }
1158
+ }
1159
+ },
1160
+ "TagKey": {
1161
+ "type": "string",
1162
+ "max": 128,
1163
+ "min": 1
1164
+ },
1165
+ "TagKeyList": {
1166
+ "type": "list",
1167
+ "member": {
1168
+ "shape": "TagKey"
1169
+ },
1170
+ "max": 200,
1171
+ "min": 0
1172
+ },
1173
+ "TagList": {
1174
+ "type": "list",
1175
+ "member": {
1176
+ "shape": "Tag"
1177
+ },
1178
+ "max": 200,
1179
+ "min": 0
1180
+ },
1181
+ "TagResourceRequest": {
1182
+ "type": "structure",
1183
+ "required": ["resourceName", "tags"],
1184
+ "members": {
1185
+ "resourceName": {
1186
+ "shape": "ResourceArn"
1187
+ },
1188
+ "tags": {
1189
+ "shape": "TagList"
1190
+ }
1191
+ }
1192
+ },
1193
+ "TagResourceResponse": {
1194
+ "type": "structure",
1195
+ "members": {}
1196
+ },
1197
+ "TagValue": {
1198
+ "type": "string",
1199
+ "max": 256,
1200
+ "min": 0
1201
+ },
322
1202
  "ThrottlingException": {
323
1203
  "type": "structure",
324
1204
  "required": ["message"],
@@ -332,6 +1212,54 @@
332
1212
  "throttling": false
333
1213
  }
334
1214
  },
1215
+ "UntagResourceRequest": {
1216
+ "type": "structure",
1217
+ "required": ["resourceName", "tagKeys"],
1218
+ "members": {
1219
+ "resourceName": {
1220
+ "shape": "ResourceArn"
1221
+ },
1222
+ "tagKeys": {
1223
+ "shape": "TagKeyList"
1224
+ }
1225
+ }
1226
+ },
1227
+ "UntagResourceResponse": {
1228
+ "type": "structure",
1229
+ "members": {}
1230
+ },
1231
+ "UpdateProfileRequest": {
1232
+ "type": "structure",
1233
+ "required": ["profileArn"],
1234
+ "members": {
1235
+ "profileArn": {
1236
+ "shape": "ResourceArn"
1237
+ },
1238
+ "profileName": {
1239
+ "shape": "ProfileName"
1240
+ },
1241
+ "referenceTrackerConfiguration": {
1242
+ "shape": "ReferenceTrackerConfiguration"
1243
+ },
1244
+ "kmsKeyArn": {
1245
+ "shape": "ResourceArn"
1246
+ }
1247
+ }
1248
+ },
1249
+ "UpdateProfileResponse": {
1250
+ "type": "structure",
1251
+ "required": ["profileArn"],
1252
+ "members": {
1253
+ "profileArn": {
1254
+ "shape": "ResourceArn"
1255
+ }
1256
+ }
1257
+ },
1258
+ "UploadId": {
1259
+ "type": "string",
1260
+ "max": 128,
1261
+ "min": 1
1262
+ },
335
1263
  "ValidationException": {
336
1264
  "type": "structure",
337
1265
  "required": ["message"],