@psnext/slingcli 2.5.20260707-1 → 2.5.20260710-1

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 (290) hide show
  1. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +55 -141
  2. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -3
  3. package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/configuration.js +1 -1
  4. package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.js +48 -19
  5. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.browser.js +1 -1
  6. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/defaultUserAgent.js +0 -5
  7. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +3 -3
  8. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +2 -2
  9. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -3
  10. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +19 -20
  11. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +5 -3
  12. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.browser.d.ts +5 -5
  13. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +5 -5
  14. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.native.d.ts +5 -5
  15. package/node_modules/@aws-sdk/core/dist-types/submodules/client/middleware-recursion-detection/configuration.d.ts +1 -0
  16. package/node_modules/@aws-sdk/core/dist-types/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.d.ts +5 -1
  17. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/EndpointRuleObject.d.ts +1 -1
  18. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/ErrorRuleObject.d.ts +1 -1
  19. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/RuleSetObject.d.ts +1 -1
  20. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/TreeRuleObject.d.ts +1 -1
  21. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/shared.d.ts +1 -1
  22. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +2 -1
  23. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +5 -3
  24. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +3 -2
  25. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -3
  26. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +22 -20
  27. package/node_modules/@aws-sdk/core/dist-types/submodules/util/index.d.ts +2 -1
  28. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +16 -3
  29. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +7 -1
  30. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +23 -3
  31. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +24 -2
  32. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -3
  33. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +31 -20
  34. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +2 -1
  35. package/node_modules/@aws-sdk/core/package.json +6 -6
  36. package/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +1 -1
  37. package/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +2 -4
  38. package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +10 -1
  39. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  40. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +16 -10
  41. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +16 -10
  42. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  43. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/package.json +4 -4
  44. package/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
  45. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +1 -1
  46. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -1
  47. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +1 -1
  48. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +2 -4
  49. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +2 -1
  50. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  51. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +1 -2
  52. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +2 -8
  53. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +7 -2
  54. package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
  55. package/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +1 -1
  56. package/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +2 -1
  57. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +6 -1
  58. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
  59. package/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +1 -1
  60. package/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +2 -4
  61. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +2 -1
  62. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  63. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +3 -4
  64. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +4 -4
  65. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +5 -16
  66. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +5 -4
  67. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/index.js +4 -4
  68. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +7 -4
  69. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +7 -4
  70. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +6 -6
  71. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  72. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -2
  73. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +4 -8
  74. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +7 -2
  75. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  76. package/node_modules/@aws-sdk/eventstream-handler-node/package.json +4 -4
  77. package/node_modules/@aws-sdk/middleware-eventstream/dist-es/index.js +4 -4
  78. package/node_modules/@aws-sdk/middleware-eventstream/dist-types/index.d.ts +5 -4
  79. package/node_modules/@aws-sdk/middleware-eventstream/dist-types/ts3.4/index.d.ts +14 -4
  80. package/node_modules/@aws-sdk/middleware-eventstream/package.json +4 -4
  81. package/node_modules/@aws-sdk/middleware-websocket/dist-es/index.js +4 -4
  82. package/node_modules/@aws-sdk/middleware-websocket/dist-types/index.d.ts +6 -4
  83. package/node_modules/@aws-sdk/middleware-websocket/dist-types/ts3.4/index.d.ts +9 -4
  84. package/node_modules/@aws-sdk/middleware-websocket/package.json +7 -7
  85. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  86. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  87. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  88. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  89. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  90. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  91. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +4 -4
  92. package/node_modules/@aws-sdk/nested-clients/package.json +8 -8
  93. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -4
  94. package/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -1
  95. package/node_modules/@aws-sdk/types/dist-es/identity/index.js +1 -5
  96. package/node_modules/@aws-sdk/types/dist-es/index.js +4 -34
  97. package/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -1
  98. package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -1
  99. package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +2 -1
  100. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -2
  101. package/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -1
  102. package/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -1
  103. package/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -1
  104. package/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -1
  105. package/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -1
  106. package/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -1
  107. package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +2 -1
  108. package/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -1
  109. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
  110. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +7 -7
  111. package/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -1
  112. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -1
  113. package/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -5
  114. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +42 -34
  115. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +1 -1
  116. package/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -1
  117. package/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -1
  118. package/node_modules/@aws-sdk/types/dist-types/response.d.ts +1 -1
  119. package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -1
  120. package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +1 -1
  121. package/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -1
  122. package/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -1
  123. package/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -1
  124. package/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +2 -1
  125. package/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +2 -5
  126. package/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +1 -1
  127. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -1
  128. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +17 -5
  129. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +225 -34
  130. package/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +1 -1
  131. package/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -1
  132. package/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -1
  133. package/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -1
  134. package/node_modules/@aws-sdk/types/package.json +2 -2
  135. package/node_modules/@aws-sdk/xml-builder/dist-es/index.js +2 -2
  136. package/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +2 -11
  137. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -2
  138. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  139. package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.js +72 -0
  140. package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.js +72 -0
  141. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js +18 -0
  142. package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js +208 -82
  143. package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.js +86 -1
  144. package/node_modules/@earendil-works/pi-ai/dist/providers/xai.models.js +18 -0
  145. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.d.ts +17 -5
  146. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js +17 -5
  147. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js.map +1 -1
  148. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.d.ts +2 -0
  149. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js +2 -0
  150. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js.map +1 -1
  151. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.d.ts +43 -18
  152. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js +43 -18
  153. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js.map +1 -1
  154. package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.d.ts +1 -1
  155. package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js +1 -1
  156. package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js.map +1 -1
  157. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.d.ts +17 -5
  158. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js +17 -5
  159. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js.map +1 -1
  160. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.d.ts +2 -0
  161. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js +2 -0
  162. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js.map +1 -1
  163. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.d.ts +43 -18
  164. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js +43 -18
  165. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js.map +1 -1
  166. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.d.ts +1 -1
  167. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js +1 -1
  168. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js.map +1 -1
  169. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.d.ts +17 -5
  170. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js +49 -36
  171. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js.map +1 -1
  172. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.d.ts +2 -0
  173. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js +2 -0
  174. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js.map +1 -1
  175. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.d.ts +43 -18
  176. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js +44 -19
  177. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js.map +1 -1
  178. package/node_modules/@opentelemetry/semantic-conventions/build/src/version.d.ts +1 -1
  179. package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js +1 -1
  180. package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js.map +1 -1
  181. package/node_modules/@opentelemetry/semantic-conventions/package.json +3 -3
  182. package/node_modules/@smithy/core/dist-es/index.js +5 -5
  183. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/index.js +3 -3
  184. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/index.js +2 -2
  185. package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/index.js +3 -3
  186. package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/index.js +3 -3
  187. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -3
  188. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.browser.js +1 -1
  189. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -1
  190. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/service-customizations/index.js +1 -1
  191. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/debug/index.js +2 -2
  192. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/index.js +11 -11
  193. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/index.js +1 -7
  194. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/index.js +2 -2
  195. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +13 -13
  196. package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +14 -14
  197. package/node_modules/@smithy/core/dist-types/index.d.ts +7 -5
  198. package/node_modules/@smithy/core/dist-types/legacy-root-exports/middleware-http-auth-scheme/index.d.ts +4 -3
  199. package/node_modules/@smithy/core/dist-types/legacy-root-exports/middleware-http-signing/index.d.ts +2 -2
  200. package/node_modules/@smithy/core/dist-types/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -3
  201. package/node_modules/@smithy/core/dist-types/legacy-root-exports/util-identity-and-auth/index.d.ts +4 -3
  202. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -3
  203. package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/waiter.d.ts +1 -1
  204. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +2 -1
  205. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +2 -1
  206. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/service-customizations/index.d.ts +1 -1
  207. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/debug/index.d.ts +2 -2
  208. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/index.d.ts +12 -11
  209. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/types/index.d.ts +7 -7
  210. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/index.d.ts +2 -2
  211. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +13 -13
  212. package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +14 -14
  213. package/node_modules/@smithy/core/dist-types/submodules/transport/httpRequest.d.ts +2 -2
  214. package/node_modules/@smithy/core/dist-types/submodules/transport/index.d.ts +2 -1
  215. package/node_modules/@smithy/core/package.json +2 -2
  216. package/node_modules/@smithy/credential-provider-imds/dist-es/index.js +3 -4
  217. package/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +5 -4
  218. package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
  219. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  220. package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
  221. package/node_modules/@smithy/signature-v4/dist-es/index.js +4 -4
  222. package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +5 -4
  223. package/node_modules/@smithy/signature-v4/package.json +3 -3
  224. package/node_modules/@smithy/types/dist-es/auth/index.js +2 -6
  225. package/node_modules/@smithy/types/dist-es/connection/index.js +1 -3
  226. package/node_modules/@smithy/types/dist-es/endpoints/index.js +1 -5
  227. package/node_modules/@smithy/types/dist-es/extensions/index.js +1 -2
  228. package/node_modules/@smithy/types/dist-es/identity/index.js +1 -4
  229. package/node_modules/@smithy/types/dist-es/index.js +7 -43
  230. package/node_modules/@smithy/types/dist-es/metrics.js +1 -0
  231. package/node_modules/@smithy/types/dist-types/abort.d.ts +1 -1
  232. package/node_modules/@smithy/types/dist-types/auth/index.d.ts +7 -6
  233. package/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -3
  234. package/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -5
  235. package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +6 -4
  236. package/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -4
  237. package/node_modules/@smithy/types/dist-types/index.d.ts +51 -43
  238. package/node_modules/@smithy/types/dist-types/metrics.d.ts +93 -0
  239. package/node_modules/@smithy/types/package.json +1 -1
  240. package/node_modules/@types/node/README.md +1 -1
  241. package/node_modules/@types/node/fs/promises.d.ts +16 -6
  242. package/node_modules/@types/node/package.json +2 -2
  243. package/node_modules/gaxios/build/cjs/tsconfig.cjs.tsbuildinfo +1 -1
  244. package/node_modules/gaxios/build/esm/tsconfig.tsbuildinfo +1 -1
  245. package/node_modules/gaxios/package.json +1 -1
  246. package/node_modules/lru-cache/dist/commonjs/browser/index.d.ts.map +1 -1
  247. package/node_modules/lru-cache/dist/commonjs/browser/index.js +11 -4
  248. package/node_modules/lru-cache/dist/commonjs/browser/index.js.map +1 -1
  249. package/node_modules/lru-cache/dist/commonjs/browser/index.min.js +1 -1
  250. package/node_modules/lru-cache/dist/commonjs/browser/index.min.js.map +3 -3
  251. package/node_modules/lru-cache/dist/commonjs/index.d.ts.map +1 -1
  252. package/node_modules/lru-cache/dist/commonjs/index.js +11 -4
  253. package/node_modules/lru-cache/dist/commonjs/index.js.map +1 -1
  254. package/node_modules/lru-cache/dist/commonjs/index.min.js +1 -1
  255. package/node_modules/lru-cache/dist/commonjs/index.min.js.map +3 -3
  256. package/node_modules/lru-cache/dist/commonjs/node/index.d.ts.map +1 -1
  257. package/node_modules/lru-cache/dist/commonjs/node/index.js +11 -4
  258. package/node_modules/lru-cache/dist/commonjs/node/index.js.map +1 -1
  259. package/node_modules/lru-cache/dist/commonjs/node/index.min.js +1 -1
  260. package/node_modules/lru-cache/dist/commonjs/node/index.min.js.map +3 -3
  261. package/node_modules/lru-cache/dist/esm/browser/index.d.ts.map +1 -1
  262. package/node_modules/lru-cache/dist/esm/browser/index.js +11 -4
  263. package/node_modules/lru-cache/dist/esm/browser/index.js.map +1 -1
  264. package/node_modules/lru-cache/dist/esm/browser/index.min.js +1 -1
  265. package/node_modules/lru-cache/dist/esm/browser/index.min.js.map +3 -3
  266. package/node_modules/lru-cache/dist/esm/index.d.ts.map +1 -1
  267. package/node_modules/lru-cache/dist/esm/index.js +11 -4
  268. package/node_modules/lru-cache/dist/esm/index.js.map +1 -1
  269. package/node_modules/lru-cache/dist/esm/index.min.js +1 -1
  270. package/node_modules/lru-cache/dist/esm/index.min.js.map +3 -3
  271. package/node_modules/lru-cache/dist/esm/node/index.d.ts.map +1 -1
  272. package/node_modules/lru-cache/dist/esm/node/index.js +11 -4
  273. package/node_modules/lru-cache/dist/esm/node/index.js.map +1 -1
  274. package/node_modules/lru-cache/dist/esm/node/index.min.js +1 -1
  275. package/node_modules/lru-cache/dist/esm/node/index.min.js.map +3 -3
  276. package/node_modules/lru-cache/package.json +1 -1
  277. package/package.json +2 -2
  278. package/slingshot/index.js +126 -126
  279. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getNodeModulesParentDirs.js +0 -15
  280. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.js +0 -14
  281. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.js +0 -9
  282. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.js +0 -75
  283. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getNodeModulesParentDirs.d.ts +0 -10
  284. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.d.ts +0 -8
  285. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.d.ts +0 -8
  286. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.d.ts +0 -6
  287. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getNodeModulesParentDirs.d.ts +0 -1
  288. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.d.ts +0 -3
  289. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.d.ts +0 -3
  290. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.d.ts +0 -4
@@ -232,13 +232,34 @@ export declare const ATTR_DB_COLLECTION_NAME: "db.collection.name";
232
232
  */
233
233
  export declare const ATTR_DB_NAMESPACE: "db.namespace";
234
234
  /**
235
- * The number of queries included in a batch operation.
235
+ * The number of database operations included in a batch operation.
236
236
  *
237
237
  * @example 2
238
238
  * @example 3
239
239
  * @example 4
240
240
  *
241
- * @note Operations are only considered batches when they contain two or more operations, and so `db.operation.batch.size` **SHOULD** never be `1`.
241
+ * @note Except for empty batch requests described below, a batch operation contains two
242
+ * or more database operations explicitly submitted as separate operations in a single
243
+ * client call, protocol message, or database command.
244
+ *
245
+ * Requests to batch APIs that contain only one operation **SHOULD** be modeled as single
246
+ * operations, not as batch operations.
247
+ *
248
+ * A database call is not a batch operation solely because one operation accepts
249
+ * multiple operands, such as keys, rows, documents, points, or other data elements,
250
+ * including Redis [`MGET`](https://redis.io/docs/latest/commands/mget/) with
251
+ * multiple keys.
252
+ *
253
+ * In batch APIs that execute the same parameterized operation with parameter sets,
254
+ * each parameter set represents one database operation for determining whether the
255
+ * request is a batch operation. Requests with only one parameter set **SHOULD** be modeled
256
+ * as single operations, not as batch operations.
257
+ *
258
+ * `db.operation.batch.size` **SHOULD** be set to the number of operations in the batch.
259
+ * It **SHOULD NOT** be set for non-batch operations.
260
+ *
261
+ * A request to execute a batch operation with no operations **SHOULD** also be treated
262
+ * as a batch operation, and `db.operation.batch.size` **SHOULD** be set to `0`.
242
263
  */
243
264
  export declare const ATTR_DB_OPERATION_BATCH_SIZE: "db.operation.batch.size";
244
265
  /**
@@ -872,9 +893,9 @@ export declare const ATTR_K8S_CRONJOB_UID: "k8s.cronjob.uid";
872
893
  * @note
873
894
  * Examples:
874
895
  *
875
- * - A label `replicas` with value `1` **SHOULD** be recorded
896
+ * - An annotation `replicas` with value `1` **SHOULD** be recorded
876
897
  * as the `k8s.daemonset.annotation.replicas` attribute with value `"1"`.
877
- * - A label `data` with empty string value **SHOULD** be recorded as
898
+ * - An annotation `data` with empty string value **SHOULD** be recorded as
878
899
  * the `k8s.daemonset.annotation.data` attribute with value `""`.
879
900
  */
880
901
  export declare const ATTR_K8S_DAEMONSET_ANNOTATION: (key: string) => string;
@@ -889,7 +910,7 @@ export declare const ATTR_K8S_DAEMONSET_ANNOTATION: (key: string) => string;
889
910
  *
890
911
  * - A label `app` with value `guestbook` **SHOULD** be recorded
891
912
  * as the `k8s.daemonset.label.app` attribute with value `"guestbook"`.
892
- * - A label `data` with empty string value **SHOULD** be recorded as
913
+ * - A label `injected` with empty string value **SHOULD** be recorded as
893
914
  * the `k8s.daemonset.label.injected` attribute with value `""`.
894
915
  */
895
916
  export declare const ATTR_K8S_DAEMONSET_LABEL: (key: string) => string;
@@ -914,9 +935,9 @@ export declare const ATTR_K8S_DAEMONSET_UID: "k8s.daemonset.uid";
914
935
  * @note
915
936
  * Examples:
916
937
  *
917
- * - A label `replicas` with value `1` **SHOULD** be recorded
938
+ * - An annotation `replicas` with value `1` **SHOULD** be recorded
918
939
  * as the `k8s.deployment.annotation.replicas` attribute with value `"1"`.
919
- * - A label `data` with empty string value **SHOULD** be recorded as
940
+ * - An annotation `data` with empty string value **SHOULD** be recorded as
920
941
  * the `k8s.deployment.annotation.data` attribute with value `""`.
921
942
  */
922
943
  export declare const ATTR_K8S_DEPLOYMENT_ANNOTATION: (key: string) => string;
@@ -929,7 +950,7 @@ export declare const ATTR_K8S_DEPLOYMENT_ANNOTATION: (key: string) => string;
929
950
  * @note
930
951
  * Examples:
931
952
  *
932
- * - A label `replicas` with value `0` **SHOULD** be recorded
953
+ * - A label `app` with value `guestbook` **SHOULD** be recorded
933
954
  * as the `k8s.deployment.label.app` attribute with value `"guestbook"`.
934
955
  * - A label `injected` with empty string value **SHOULD** be recorded as
935
956
  * the `k8s.deployment.label.injected` attribute with value `""`.
@@ -956,9 +977,9 @@ export declare const ATTR_K8S_DEPLOYMENT_UID: "k8s.deployment.uid";
956
977
  * @note
957
978
  * Examples:
958
979
  *
959
- * - A label `number` with value `1` **SHOULD** be recorded
980
+ * - An annotation `number` with value `1` **SHOULD** be recorded
960
981
  * as the `k8s.job.annotation.number` attribute with value `"1"`.
961
- * - A label `data` with empty string value **SHOULD** be recorded as
982
+ * - An annotation `data` with empty string value **SHOULD** be recorded as
962
983
  * the `k8s.job.annotation.data` attribute with value `""`.
963
984
  */
964
985
  export declare const ATTR_K8S_JOB_ANNOTATION: (key: string) => string;
@@ -973,7 +994,7 @@ export declare const ATTR_K8S_JOB_ANNOTATION: (key: string) => string;
973
994
  *
974
995
  * - A label `jobtype` with value `ci` **SHOULD** be recorded
975
996
  * as the `k8s.job.label.jobtype` attribute with value `"ci"`.
976
- * - A label `data` with empty string value **SHOULD** be recorded as
997
+ * - A label `automated` with empty string value **SHOULD** be recorded as
977
998
  * the `k8s.job.label.automated` attribute with value `""`.
978
999
  */
979
1000
  export declare const ATTR_K8S_JOB_LABEL: (key: string) => string;
@@ -998,9 +1019,9 @@ export declare const ATTR_K8S_JOB_UID: "k8s.job.uid";
998
1019
  * @note
999
1020
  * Examples:
1000
1021
  *
1001
- * - A label `ttl` with value `0` **SHOULD** be recorded
1022
+ * - An annotation `ttl` with value `0` **SHOULD** be recorded
1002
1023
  * as the `k8s.namespace.annotation.ttl` attribute with value `"0"`.
1003
- * - A label `data` with empty string value **SHOULD** be recorded as
1024
+ * - An annotation `data` with empty string value **SHOULD** be recorded as
1004
1025
  * the `k8s.namespace.annotation.data` attribute with value `""`.
1005
1026
  */
1006
1027
  export declare const ATTR_K8S_NAMESPACE_ANNOTATION: (key: string) => string;
@@ -1155,9 +1176,9 @@ export declare const ATTR_K8S_POD_UID: "k8s.pod.uid";
1155
1176
  * @note
1156
1177
  * Examples:
1157
1178
  *
1158
- * - A label `replicas` with value `0` **SHOULD** be recorded
1179
+ * - An annotation `replicas` with value `0` **SHOULD** be recorded
1159
1180
  * as the `k8s.replicaset.annotation.replicas` attribute with value `"0"`.
1160
- * - A label `data` with empty string value **SHOULD** be recorded as
1181
+ * - An annotation `data` with empty string value **SHOULD** be recorded as
1161
1182
  * the `k8s.replicaset.annotation.data` attribute with value `""`.
1162
1183
  */
1163
1184
  export declare const ATTR_K8S_REPLICASET_ANNOTATION: (key: string) => string;
@@ -1197,9 +1218,9 @@ export declare const ATTR_K8S_REPLICASET_UID: "k8s.replicaset.uid";
1197
1218
  * @note
1198
1219
  * Examples:
1199
1220
  *
1200
- * - A label `replicas` with value `1` **SHOULD** be recorded
1221
+ * - An annotation `replicas` with value `1` **SHOULD** be recorded
1201
1222
  * as the `k8s.statefulset.annotation.replicas` attribute with value `"1"`.
1202
- * - A label `data` with empty string value **SHOULD** be recorded as
1223
+ * - An annotation `data` with empty string value **SHOULD** be recorded as
1203
1224
  * the `k8s.statefulset.annotation.data` attribute with value `""`.
1204
1225
  */
1205
1226
  export declare const ATTR_K8S_STATEFULSET_ANNOTATION: (key: string) => string;
@@ -1212,7 +1233,7 @@ export declare const ATTR_K8S_STATEFULSET_ANNOTATION: (key: string) => string;
1212
1233
  * @note
1213
1234
  * Examples:
1214
1235
  *
1215
- * - A label `replicas` with value `0` **SHOULD** be recorded
1236
+ * - A label `app` with value `guestbook` **SHOULD** be recorded
1216
1237
  * as the `k8s.statefulset.label.app` attribute with value `"guestbook"`.
1217
1238
  * - A label `injected` with empty string value **SHOULD** be recorded as
1218
1239
  * the `k8s.statefulset.label.injected` attribute with value `""`.
@@ -1548,6 +1569,10 @@ export declare const TELEMETRY_SDK_LANGUAGE_VALUE_GO: "go";
1548
1569
  * Enum value "java" for attribute {@link ATTR_TELEMETRY_SDK_LANGUAGE}.
1549
1570
  */
1550
1571
  export declare const TELEMETRY_SDK_LANGUAGE_VALUE_JAVA: "java";
1572
+ /**
1573
+ * Enum value "kotlin" for attribute {@link ATTR_TELEMETRY_SDK_LANGUAGE}.
1574
+ */
1575
+ export declare const TELEMETRY_SDK_LANGUAGE_VALUE_KOTLIN: "kotlin";
1551
1576
  /**
1552
1577
  * Enum value "nodejs" for attribute {@link ATTR_TELEMETRY_SDK_LANGUAGE}.
1553
1578
  */
@@ -239,13 +239,34 @@ export const ATTR_DB_COLLECTION_NAME = 'db.collection.name';
239
239
  */
240
240
  export const ATTR_DB_NAMESPACE = 'db.namespace';
241
241
  /**
242
- * The number of queries included in a batch operation.
242
+ * The number of database operations included in a batch operation.
243
243
  *
244
244
  * @example 2
245
245
  * @example 3
246
246
  * @example 4
247
247
  *
248
- * @note Operations are only considered batches when they contain two or more operations, and so `db.operation.batch.size` **SHOULD** never be `1`.
248
+ * @note Except for empty batch requests described below, a batch operation contains two
249
+ * or more database operations explicitly submitted as separate operations in a single
250
+ * client call, protocol message, or database command.
251
+ *
252
+ * Requests to batch APIs that contain only one operation **SHOULD** be modeled as single
253
+ * operations, not as batch operations.
254
+ *
255
+ * A database call is not a batch operation solely because one operation accepts
256
+ * multiple operands, such as keys, rows, documents, points, or other data elements,
257
+ * including Redis [`MGET`](https://redis.io/docs/latest/commands/mget/) with
258
+ * multiple keys.
259
+ *
260
+ * In batch APIs that execute the same parameterized operation with parameter sets,
261
+ * each parameter set represents one database operation for determining whether the
262
+ * request is a batch operation. Requests with only one parameter set **SHOULD** be modeled
263
+ * as single operations, not as batch operations.
264
+ *
265
+ * `db.operation.batch.size` **SHOULD** be set to the number of operations in the batch.
266
+ * It **SHOULD NOT** be set for non-batch operations.
267
+ *
268
+ * A request to execute a batch operation with no operations **SHOULD** also be treated
269
+ * as a batch operation, and `db.operation.batch.size` **SHOULD** be set to `0`.
249
270
  */
250
271
  export const ATTR_DB_OPERATION_BATCH_SIZE = 'db.operation.batch.size';
251
272
  /**
@@ -879,9 +900,9 @@ export const ATTR_K8S_CRONJOB_UID = 'k8s.cronjob.uid';
879
900
  * @note
880
901
  * Examples:
881
902
  *
882
- * - A label `replicas` with value `1` **SHOULD** be recorded
903
+ * - An annotation `replicas` with value `1` **SHOULD** be recorded
883
904
  * as the `k8s.daemonset.annotation.replicas` attribute with value `"1"`.
884
- * - A label `data` with empty string value **SHOULD** be recorded as
905
+ * - An annotation `data` with empty string value **SHOULD** be recorded as
885
906
  * the `k8s.daemonset.annotation.data` attribute with value `""`.
886
907
  */
887
908
  export const ATTR_K8S_DAEMONSET_ANNOTATION = (key) => `k8s.daemonset.annotation.${key}`;
@@ -896,7 +917,7 @@ export const ATTR_K8S_DAEMONSET_ANNOTATION = (key) => `k8s.daemonset.annotation.
896
917
  *
897
918
  * - A label `app` with value `guestbook` **SHOULD** be recorded
898
919
  * as the `k8s.daemonset.label.app` attribute with value `"guestbook"`.
899
- * - A label `data` with empty string value **SHOULD** be recorded as
920
+ * - A label `injected` with empty string value **SHOULD** be recorded as
900
921
  * the `k8s.daemonset.label.injected` attribute with value `""`.
901
922
  */
902
923
  export const ATTR_K8S_DAEMONSET_LABEL = (key) => `k8s.daemonset.label.${key}`;
@@ -921,9 +942,9 @@ export const ATTR_K8S_DAEMONSET_UID = 'k8s.daemonset.uid';
921
942
  * @note
922
943
  * Examples:
923
944
  *
924
- * - A label `replicas` with value `1` **SHOULD** be recorded
945
+ * - An annotation `replicas` with value `1` **SHOULD** be recorded
925
946
  * as the `k8s.deployment.annotation.replicas` attribute with value `"1"`.
926
- * - A label `data` with empty string value **SHOULD** be recorded as
947
+ * - An annotation `data` with empty string value **SHOULD** be recorded as
927
948
  * the `k8s.deployment.annotation.data` attribute with value `""`.
928
949
  */
929
950
  export const ATTR_K8S_DEPLOYMENT_ANNOTATION = (key) => `k8s.deployment.annotation.${key}`;
@@ -936,7 +957,7 @@ export const ATTR_K8S_DEPLOYMENT_ANNOTATION = (key) => `k8s.deployment.annotatio
936
957
  * @note
937
958
  * Examples:
938
959
  *
939
- * - A label `replicas` with value `0` **SHOULD** be recorded
960
+ * - A label `app` with value `guestbook` **SHOULD** be recorded
940
961
  * as the `k8s.deployment.label.app` attribute with value `"guestbook"`.
941
962
  * - A label `injected` with empty string value **SHOULD** be recorded as
942
963
  * the `k8s.deployment.label.injected` attribute with value `""`.
@@ -963,9 +984,9 @@ export const ATTR_K8S_DEPLOYMENT_UID = 'k8s.deployment.uid';
963
984
  * @note
964
985
  * Examples:
965
986
  *
966
- * - A label `number` with value `1` **SHOULD** be recorded
987
+ * - An annotation `number` with value `1` **SHOULD** be recorded
967
988
  * as the `k8s.job.annotation.number` attribute with value `"1"`.
968
- * - A label `data` with empty string value **SHOULD** be recorded as
989
+ * - An annotation `data` with empty string value **SHOULD** be recorded as
969
990
  * the `k8s.job.annotation.data` attribute with value `""`.
970
991
  */
971
992
  export const ATTR_K8S_JOB_ANNOTATION = (key) => `k8s.job.annotation.${key}`;
@@ -980,7 +1001,7 @@ export const ATTR_K8S_JOB_ANNOTATION = (key) => `k8s.job.annotation.${key}`;
980
1001
  *
981
1002
  * - A label `jobtype` with value `ci` **SHOULD** be recorded
982
1003
  * as the `k8s.job.label.jobtype` attribute with value `"ci"`.
983
- * - A label `data` with empty string value **SHOULD** be recorded as
1004
+ * - A label `automated` with empty string value **SHOULD** be recorded as
984
1005
  * the `k8s.job.label.automated` attribute with value `""`.
985
1006
  */
986
1007
  export const ATTR_K8S_JOB_LABEL = (key) => `k8s.job.label.${key}`;
@@ -1005,9 +1026,9 @@ export const ATTR_K8S_JOB_UID = 'k8s.job.uid';
1005
1026
  * @note
1006
1027
  * Examples:
1007
1028
  *
1008
- * - A label `ttl` with value `0` **SHOULD** be recorded
1029
+ * - An annotation `ttl` with value `0` **SHOULD** be recorded
1009
1030
  * as the `k8s.namespace.annotation.ttl` attribute with value `"0"`.
1010
- * - A label `data` with empty string value **SHOULD** be recorded as
1031
+ * - An annotation `data` with empty string value **SHOULD** be recorded as
1011
1032
  * the `k8s.namespace.annotation.data` attribute with value `""`.
1012
1033
  */
1013
1034
  export const ATTR_K8S_NAMESPACE_ANNOTATION = (key) => `k8s.namespace.annotation.${key}`;
@@ -1162,9 +1183,9 @@ export const ATTR_K8S_POD_UID = 'k8s.pod.uid';
1162
1183
  * @note
1163
1184
  * Examples:
1164
1185
  *
1165
- * - A label `replicas` with value `0` **SHOULD** be recorded
1186
+ * - An annotation `replicas` with value `0` **SHOULD** be recorded
1166
1187
  * as the `k8s.replicaset.annotation.replicas` attribute with value `"0"`.
1167
- * - A label `data` with empty string value **SHOULD** be recorded as
1188
+ * - An annotation `data` with empty string value **SHOULD** be recorded as
1168
1189
  * the `k8s.replicaset.annotation.data` attribute with value `""`.
1169
1190
  */
1170
1191
  export const ATTR_K8S_REPLICASET_ANNOTATION = (key) => `k8s.replicaset.annotation.${key}`;
@@ -1204,9 +1225,9 @@ export const ATTR_K8S_REPLICASET_UID = 'k8s.replicaset.uid';
1204
1225
  * @note
1205
1226
  * Examples:
1206
1227
  *
1207
- * - A label `replicas` with value `1` **SHOULD** be recorded
1228
+ * - An annotation `replicas` with value `1` **SHOULD** be recorded
1208
1229
  * as the `k8s.statefulset.annotation.replicas` attribute with value `"1"`.
1209
- * - A label `data` with empty string value **SHOULD** be recorded as
1230
+ * - An annotation `data` with empty string value **SHOULD** be recorded as
1210
1231
  * the `k8s.statefulset.annotation.data` attribute with value `""`.
1211
1232
  */
1212
1233
  export const ATTR_K8S_STATEFULSET_ANNOTATION = (key) => `k8s.statefulset.annotation.${key}`;
@@ -1219,7 +1240,7 @@ export const ATTR_K8S_STATEFULSET_ANNOTATION = (key) => `k8s.statefulset.annotat
1219
1240
  * @note
1220
1241
  * Examples:
1221
1242
  *
1222
- * - A label `replicas` with value `0` **SHOULD** be recorded
1243
+ * - A label `app` with value `guestbook` **SHOULD** be recorded
1223
1244
  * as the `k8s.statefulset.label.app` attribute with value `"guestbook"`.
1224
1245
  * - A label `injected` with empty string value **SHOULD** be recorded as
1225
1246
  * the `k8s.statefulset.label.injected` attribute with value `""`.
@@ -1555,6 +1576,10 @@ export const TELEMETRY_SDK_LANGUAGE_VALUE_GO = "go";
1555
1576
  * Enum value "java" for attribute {@link ATTR_TELEMETRY_SDK_LANGUAGE}.
1556
1577
  */
1557
1578
  export const TELEMETRY_SDK_LANGUAGE_VALUE_JAVA = "java";
1579
+ /**
1580
+ * Enum value "kotlin" for attribute {@link ATTR_TELEMETRY_SDK_LANGUAGE}.
1581
+ */
1582
+ export const TELEMETRY_SDK_LANGUAGE_VALUE_KOTLIN = "kotlin";
1558
1583
  /**
1559
1584
  * Enum value "nodejs" for attribute {@link ATTR_TELEMETRY_SDK_LANGUAGE}.
1560
1585
  */