@aws/lsp-codewhisperer 0.0.88 → 0.0.89

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 (239) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/node_modules/@amzn/codewhisperer-runtime/README.md +78 -15
  3. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/CodeWhispererRuntimeClient.js +13 -10
  4. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/CreateArtifactUploadUrlCommand.js +4 -0
  5. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/CreateSubscriptionTokenCommand.js +4 -0
  6. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/CreateTaskAssistConversationCommand.js +4 -0
  7. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/CreateUploadUrlCommand.js +4 -0
  8. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/CreateUserMemoryEntryCommand.js +4 -0
  9. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/CreateWorkspaceCommand.js +4 -0
  10. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/DeleteTaskAssistConversationCommand.js +4 -0
  11. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/DeleteUserMemoryEntryCommand.js +4 -0
  12. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/DeleteWorkspaceCommand.js +4 -0
  13. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GenerateCompletionsCommand.js +4 -0
  14. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GetCodeAnalysisCommand.js +4 -0
  15. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GetCodeFixJobCommand.js +4 -0
  16. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GetProfileCommand.js +4 -0
  17. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GetRetrievalsCommand.js +4 -0
  18. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GetTaskAssistCodeGenerationCommand.js +6 -2
  19. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GetTestGenerationCommand.js +4 -0
  20. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GetTransformationCommand.js +4 -0
  21. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GetTransformationPlanCommand.js +4 -0
  22. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GetUsageLimitsCommand.js +4 -0
  23. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ListAvailableCustomizationsCommand.js +4 -0
  24. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ListAvailableModelsCommand.js +4 -0
  25. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ListAvailableProfilesCommand.js +4 -0
  26. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ListAvailableSubscriptionsCommand.js +4 -0
  27. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ListCodeAnalysisFindingsCommand.js +4 -0
  28. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ListEventsCommand.js +4 -0
  29. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ListFeatureEvaluationsCommand.js +4 -0
  30. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ListUserMemoryEntriesCommand.js +4 -0
  31. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ListWorkspaceMetadataCommand.js +4 -0
  32. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/PushTelemetryEventCommand.js +4 -0
  33. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ResumeTransformationCommand.js +4 -0
  34. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/SendTelemetryEventCommand.js +4 -0
  35. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/SetUserPreferenceCommand.js +4 -0
  36. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/StartCodeAnalysisCommand.js +4 -0
  37. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/StartCodeFixJobCommand.js +4 -0
  38. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/StartTaskAssistCodeGenerationCommand.js +4 -0
  39. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/StartTestGenerationCommand.js +4 -0
  40. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/StartTransformationCommand.js +4 -0
  41. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/StopTransformationCommand.js +4 -0
  42. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/UpdateUsageLimitsCommand.js +4 -0
  43. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/endpoint/EndpointParameters.js +15 -0
  44. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/endpoint/endpointResolver.js +19 -0
  45. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/endpoint/ruleset.js +61 -0
  46. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/models/models_0.js +52 -43
  47. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/models/models_1.js +7 -1
  48. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/protocols/Aws_restJson1.js +23 -2
  49. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/runtimeConfig.shared.js +2 -2
  50. package/node_modules/@amzn/codewhisperer-runtime/dist-es/CodeWhispererRuntimeClient.js +15 -12
  51. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/CreateArtifactUploadUrlCommand.js +4 -0
  52. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/CreateSubscriptionTokenCommand.js +4 -0
  53. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/CreateTaskAssistConversationCommand.js +4 -0
  54. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/CreateUploadUrlCommand.js +4 -0
  55. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/CreateUserMemoryEntryCommand.js +4 -0
  56. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/CreateWorkspaceCommand.js +4 -0
  57. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/DeleteTaskAssistConversationCommand.js +4 -0
  58. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/DeleteUserMemoryEntryCommand.js +4 -0
  59. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/DeleteWorkspaceCommand.js +4 -0
  60. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GenerateCompletionsCommand.js +4 -0
  61. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GetCodeAnalysisCommand.js +4 -0
  62. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GetCodeFixJobCommand.js +4 -0
  63. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GetProfileCommand.js +4 -0
  64. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GetRetrievalsCommand.js +4 -0
  65. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GetTaskAssistCodeGenerationCommand.js +5 -1
  66. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GetTestGenerationCommand.js +4 -0
  67. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GetTransformationCommand.js +4 -0
  68. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GetTransformationPlanCommand.js +4 -0
  69. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GetUsageLimitsCommand.js +4 -0
  70. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ListAvailableCustomizationsCommand.js +4 -0
  71. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ListAvailableModelsCommand.js +4 -0
  72. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ListAvailableProfilesCommand.js +4 -0
  73. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ListAvailableSubscriptionsCommand.js +4 -0
  74. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ListCodeAnalysisFindingsCommand.js +4 -0
  75. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ListEventsCommand.js +4 -0
  76. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ListFeatureEvaluationsCommand.js +4 -0
  77. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ListUserMemoryEntriesCommand.js +4 -0
  78. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ListWorkspaceMetadataCommand.js +4 -0
  79. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/PushTelemetryEventCommand.js +4 -0
  80. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ResumeTransformationCommand.js +4 -0
  81. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/SendTelemetryEventCommand.js +4 -0
  82. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/SetUserPreferenceCommand.js +4 -0
  83. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/StartCodeAnalysisCommand.js +4 -0
  84. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/StartCodeFixJobCommand.js +4 -0
  85. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/StartTaskAssistCodeGenerationCommand.js +4 -0
  86. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/StartTestGenerationCommand.js +4 -0
  87. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/StartTransformationCommand.js +4 -0
  88. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/StopTransformationCommand.js +4 -0
  89. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/UpdateUsageLimitsCommand.js +4 -0
  90. package/node_modules/@amzn/codewhisperer-runtime/dist-es/endpoint/EndpointParameters.js +11 -0
  91. package/node_modules/@amzn/codewhisperer-runtime/dist-es/endpoint/endpointResolver.js +15 -0
  92. package/node_modules/@amzn/codewhisperer-runtime/dist-es/endpoint/ruleset.js +58 -0
  93. package/node_modules/@amzn/codewhisperer-runtime/dist-es/models/models_0.js +47 -37
  94. package/node_modules/@amzn/codewhisperer-runtime/dist-es/models/models_1.js +5 -0
  95. package/node_modules/@amzn/codewhisperer-runtime/dist-es/protocols/Aws_restJson1.js +23 -2
  96. package/node_modules/@amzn/codewhisperer-runtime/dist-es/runtimeConfig.shared.js +2 -2
  97. package/node_modules/@amzn/codewhisperer-runtime/dist-types/CodeWhispererRuntimeClient.d.ts +6 -9
  98. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/CreateArtifactUploadUrlCommand.d.ts +7 -7
  99. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/CreateSubscriptionTokenCommand.d.ts +8 -6
  100. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/CreateTaskAssistConversationCommand.d.ts +4 -4
  101. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/CreateUploadUrlCommand.d.ts +11 -11
  102. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/CreateUserMemoryEntryCommand.d.ts +10 -10
  103. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/CreateWorkspaceCommand.d.ts +8 -8
  104. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/DeleteTaskAssistConversationCommand.d.ts +5 -4
  105. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/DeleteUserMemoryEntryCommand.d.ts +4 -4
  106. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/DeleteWorkspaceCommand.d.ts +6 -6
  107. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GenerateCompletionsCommand.d.ts +6 -6
  108. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetCodeAnalysisCommand.d.ts +8 -8
  109. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetCodeFixJobCommand.d.ts +7 -7
  110. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetProfileCommand.d.ts +10 -6
  111. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetRetrievalsCommand.d.ts +6 -6
  112. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetTaskAssistCodeGenerationCommand.d.ts +6 -6
  113. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetTestGenerationCommand.d.ts +4 -4
  114. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetTransformationCommand.d.ts +5 -5
  115. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetTransformationPlanCommand.d.ts +5 -5
  116. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetUsageLimitsCommand.d.ts +6 -6
  117. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListAvailableCustomizationsCommand.d.ts +6 -6
  118. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListAvailableModelsCommand.d.ts +10 -6
  119. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListAvailableProfilesCommand.d.ts +9 -6
  120. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListAvailableSubscriptionsCommand.d.ts +3 -3
  121. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListCodeAnalysisFindingsCommand.d.ts +6 -6
  122. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListEventsCommand.d.ts +6 -6
  123. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListFeatureEvaluationsCommand.d.ts +6 -6
  124. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListUserMemoryEntriesCommand.d.ts +4 -4
  125. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListWorkspaceMetadataCommand.d.ts +6 -6
  126. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/PushTelemetryEventCommand.d.ts +6 -6
  127. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ResumeTransformationCommand.d.ts +5 -5
  128. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/SendTelemetryEventCommand.d.ts +7 -6
  129. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/SetUserPreferenceCommand.d.ts +6 -6
  130. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/StartCodeAnalysisCommand.d.ts +8 -8
  131. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/StartCodeFixJobCommand.d.ts +7 -7
  132. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/StartTaskAssistCodeGenerationCommand.d.ts +8 -8
  133. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/StartTestGenerationCommand.d.ts +7 -7
  134. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/StartTransformationCommand.d.ts +5 -5
  135. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/StopTransformationCommand.d.ts +5 -5
  136. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/UpdateUsageLimitsCommand.d.ts +8 -8
  137. package/node_modules/@amzn/codewhisperer-runtime/dist-types/endpoint/EndpointParameters.d.ts +28 -0
  138. package/node_modules/@amzn/codewhisperer-runtime/dist-types/endpoint/endpointResolver.d.ts +5 -0
  139. package/node_modules/@amzn/codewhisperer-runtime/dist-types/endpoint/ruleset.d.ts +2 -0
  140. package/node_modules/@amzn/codewhisperer-runtime/dist-types/index.d.ts +1 -0
  141. package/node_modules/@amzn/codewhisperer-runtime/dist-types/models/models_0.d.ts +151 -131
  142. package/node_modules/@amzn/codewhisperer-runtime/dist-types/models/models_1.d.ts +52 -1
  143. package/node_modules/@amzn/codewhisperer-runtime/dist-types/runtimeConfig.browser.d.ts +5 -2
  144. package/node_modules/@amzn/codewhisperer-runtime/dist-types/runtimeConfig.d.ts +5 -2
  145. package/node_modules/@amzn/codewhisperer-runtime/dist-types/runtimeConfig.native.d.ts +5 -2
  146. package/node_modules/@amzn/codewhisperer-runtime/dist-types/runtimeConfig.shared.d.ts +3 -1
  147. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  148. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  149. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +423 -0
  150. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +229 -0
  151. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
  152. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +5 -0
  153. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
  154. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
  155. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
  156. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
  157. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +229 -0
  158. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
  159. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
  160. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
  161. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  162. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  163. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  164. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  165. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
  166. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
  167. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
  168. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +5 -0
  169. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
  170. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
  171. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
  172. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
  173. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
  174. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
  175. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
  176. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +5 -0
  177. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
  178. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
  179. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
  180. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
  181. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
  182. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
  183. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
  184. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
  185. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
  186. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
  187. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
  188. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
  189. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
  190. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
  191. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
  192. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
  193. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
  194. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
  195. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
  196. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
  197. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/package.json +58 -0
  198. package/node_modules/@amzn/codewhisperer-runtime/package.json +3 -0
  199. package/out/language-server/agenticChat/agenticChatController.d.ts +7 -0
  200. package/out/language-server/agenticChat/agenticChatController.js +75 -14
  201. package/out/language-server/agenticChat/agenticChatController.js.map +1 -1
  202. package/out/language-server/agenticChat/tools/mcp/mcpEventHandler.d.ts +7 -0
  203. package/out/language-server/agenticChat/tools/mcp/mcpEventHandler.js +202 -34
  204. package/out/language-server/agenticChat/tools/mcp/mcpEventHandler.js.map +1 -1
  205. package/out/language-server/agenticChat/tools/mcp/mcpManager.d.ts +4 -0
  206. package/out/language-server/agenticChat/tools/mcp/mcpManager.js +19 -6
  207. package/out/language-server/agenticChat/tools/mcp/mcpManager.js.map +1 -1
  208. package/out/language-server/agenticChat/tools/mcp/profileStatusMonitor.d.ts +6 -0
  209. package/out/language-server/agenticChat/tools/mcp/profileStatusMonitor.js +6 -0
  210. package/out/language-server/agenticChat/tools/mcp/profileStatusMonitor.js.map +1 -1
  211. package/out/language-server/agenticChat/tools/toolServer.js +1 -1
  212. package/out/language-server/agenticChat/tools/toolServer.js.map +1 -1
  213. package/out/language-server/inline-completion/handler/editCompletionHandler.js +8 -2
  214. package/out/language-server/inline-completion/handler/editCompletionHandler.js.map +1 -1
  215. package/out/language-server/inline-completion/handler/inlineCompletionHandler.js +7 -2
  216. package/out/language-server/inline-completion/handler/inlineCompletionHandler.js.map +1 -1
  217. package/out/language-server/inline-completion/handler/sessionResultsHandler.js +15 -2
  218. package/out/language-server/inline-completion/handler/sessionResultsHandler.js.map +1 -1
  219. package/out/language-server/inline-completion/telemetry/telemetry.d.ts +4 -4
  220. package/out/language-server/inline-completion/telemetry/telemetry.js +6 -6
  221. package/out/language-server/inline-completion/telemetry/telemetry.js.map +1 -1
  222. package/out/shared/amazonQServiceManager/AmazonQTokenServiceManager.js +5 -1
  223. package/out/shared/amazonQServiceManager/AmazonQTokenServiceManager.js.map +1 -1
  224. package/out/shared/codeWhispererService.d.ts +10 -3
  225. package/out/shared/codeWhispererService.js +63 -2
  226. package/out/shared/codeWhispererService.js.map +1 -1
  227. package/out/shared/supplementalContextUtil/crossFileContextUtil.d.ts +3 -3
  228. package/out/shared/supplementalContextUtil/crossFileContextUtil.js +9 -9
  229. package/out/shared/supplementalContextUtil/crossFileContextUtil.js.map +1 -1
  230. package/out/shared/supplementalContextUtil/supplementalContextUtil.d.ts +1 -1
  231. package/out/shared/supplementalContextUtil/supplementalContextUtil.js +2 -2
  232. package/out/shared/supplementalContextUtil/supplementalContextUtil.js.map +1 -1
  233. package/out/shared/telemetry/telemetryService.d.ts +2 -2
  234. package/out/shared/telemetry/telemetryService.js +4 -2
  235. package/out/shared/telemetry/telemetryService.js.map +1 -1
  236. package/package.json +2 -2
  237. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/endpoints.js +0 -211
  238. package/node_modules/@amzn/codewhisperer-runtime/dist-es/endpoints.js +0 -207
  239. package/node_modules/@amzn/codewhisperer-runtime/dist-types/endpoints.d.ts +0 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.89](https://github.com/aws/language-servers/compare/lsp-codewhisperer/v0.0.88...lsp-codewhisperer/v0.0.89) (2025-11-12)
4
+
5
+
6
+ ### Features
7
+
8
+ * ab test setup for new repomap strategy ([#2474](https://github.com/aws/language-servers/issues/2474)) ([d28867f](https://github.com/aws/language-servers/commit/d28867f2a5e06693b83d0cfd0286f017cdc5e5b3))
9
+ * differentiate implicit and explicit reject for inline completion ([#2475](https://github.com/aws/language-servers/issues/2475)) ([4b68eea](https://github.com/aws/language-servers/commit/4b68eea03374db79b8ad728aa048b623de8efa91))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * McpManager not initialized error ([#2479](https://github.com/aws/language-servers/issues/2479)) ([7e2707b](https://github.com/aws/language-servers/commit/7e2707b8c2b4467aae1fe1c77bb419043e193ddc))
15
+
3
16
  ## [0.0.88](https://github.com/aws/language-servers/compare/lsp-codewhisperer/v0.0.87...lsp-codewhisperer/v0.0.88) (2025-10-28)
4
17
 
5
18
 
@@ -197,6 +197,69 @@ see LICENSE for more information.
197
197
 
198
198
  ## Client Commands (Operations List)
199
199
 
200
+ <details>
201
+ <summary>
202
+ CreateTask
203
+ </summary>
204
+
205
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/CreateTaskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateTaskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateTaskCommandOutput/)
206
+ </details>
207
+ <details>
208
+ <summary>
209
+ DeregisterProvider
210
+ </summary>
211
+
212
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/DeregisterProviderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/DeregisterProviderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/DeregisterProviderCommandOutput/)
213
+ </details>
214
+ <details>
215
+ <summary>
216
+ GetStepEvents
217
+ </summary>
218
+
219
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/GetStepEventsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetStepEventsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetStepEventsCommandOutput/)
220
+ </details>
221
+ <details>
222
+ <summary>
223
+ GetTask
224
+ </summary>
225
+
226
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/GetTaskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetTaskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetTaskCommandOutput/)
227
+ </details>
228
+ <details>
229
+ <summary>
230
+ GetTaskDetails
231
+ </summary>
232
+
233
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/GetTaskDetailsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetTaskDetailsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetTaskDetailsCommandOutput/)
234
+ </details>
235
+ <details>
236
+ <summary>
237
+ ListInstances
238
+ </summary>
239
+
240
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/ListInstancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListInstancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListInstancesCommandOutput/)
241
+ </details>
242
+ <details>
243
+ <summary>
244
+ ListProviders
245
+ </summary>
246
+
247
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/ListProvidersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListProvidersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListProvidersCommandOutput/)
248
+ </details>
249
+ <details>
250
+ <summary>
251
+ ListTasks
252
+ </summary>
253
+
254
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/ListTasksCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListTasksCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListTasksCommandOutput/)
255
+ </details>
256
+ <details>
257
+ <summary>
258
+ RegisterProvider
259
+ </summary>
260
+
261
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/RegisterProviderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/RegisterProviderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/RegisterProviderCommandOutput/)
262
+ </details>
200
263
  <details>
201
264
  <summary>
202
265
  AllowVendedLogDeliveryForResource
@@ -668,17 +731,17 @@ BatchGetUsers
668
731
  </details>
669
732
  <details>
670
733
  <summary>
671
- CreateAssignment
734
+ CreateArtifact
672
735
  </summary>
673
736
 
674
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/CreateAssignmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateAssignmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateAssignmentCommandOutput/)
737
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/CreateArtifactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateArtifactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateArtifactCommandOutput/)
675
738
  </details>
676
739
  <details>
677
740
  <summary>
678
- CreateCanvas
741
+ CreateAssignment
679
742
  </summary>
680
743
 
681
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/CreateCanvasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateCanvasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateCanvasCommandOutput/)
744
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/CreateAssignmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateAssignmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateAssignmentCommandOutput/)
682
745
  </details>
683
746
  <details>
684
747
  <summary>
@@ -752,24 +815,17 @@ DisassociateLoginDomain
752
815
  </details>
753
816
  <details>
754
817
  <summary>
755
- ExecuteCanvasTask
818
+ GetArtifact
756
819
  </summary>
757
820
 
758
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/ExecuteCanvasTaskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ExecuteCanvasTaskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ExecuteCanvasTaskCommandOutput/)
821
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/GetArtifactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetArtifactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetArtifactCommandOutput/)
759
822
  </details>
760
823
  <details>
761
824
  <summary>
762
- GetCanvas
825
+ GetArtifactActionResult
763
826
  </summary>
764
827
 
765
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/GetCanvasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetCanvasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetCanvasCommandOutput/)
766
- </details>
767
- <details>
768
- <summary>
769
- GetCanvasTaskResult
770
- </summary>
771
-
772
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/GetCanvasTaskResultCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetCanvasTaskResultCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetCanvasTaskResultCommandOutput/)
828
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/GetArtifactActionResultCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetArtifactActionResultCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetArtifactActionResultCommandOutput/)
773
829
  </details>
774
830
  <details>
775
831
  <summary>
@@ -920,6 +976,13 @@ PassRequest
920
976
  </details>
921
977
  <details>
922
978
  <summary>
979
+ PerformArtifactAction
980
+ </summary>
981
+
982
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/PerformArtifactActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/PerformArtifactActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/PerformArtifactActionCommandOutput/)
983
+ </details>
984
+ <details>
985
+ <summary>
923
986
  RejectConnector
924
987
  </summary>
925
988
 
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CodeWhispererRuntimeClient = exports.__Client = void 0;
4
4
  const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
5
+ const EndpointParameters_1 = require("./endpoint/EndpointParameters");
5
6
  const runtimeConfig_1 = require("./runtimeConfig");
6
7
  const runtimeExtensions_1 = require("./runtimeExtensions");
7
8
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
@@ -11,6 +12,7 @@ const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
11
12
  const config_resolver_1 = require("@smithy/config-resolver");
12
13
  const core_1 = require("@smithy/core");
13
14
  const middleware_content_length_1 = require("@smithy/middleware-content-length");
15
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
14
16
  const middleware_retry_1 = require("@smithy/middleware-retry");
15
17
  const smithy_client_1 = require("@smithy/smithy-client");
16
18
  Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
@@ -18,22 +20,23 @@ class CodeWhispererRuntimeClient extends smithy_client_1.Client {
18
20
  config;
19
21
  constructor(...[configuration]) {
20
22
  let _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- let _config_1 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_0);
22
- let _config_2 = (0, middleware_retry_1.resolveRetryConfig)(_config_1);
23
- let _config_3 = (0, config_resolver_1.resolveRegionConfig)(_config_2);
24
- let _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3);
25
- let _config_5 = (0, config_resolver_1.resolveEndpointsConfig)(_config_4);
26
- let _config_6 = (0, httpAuthSchemeProvider_1.resolveHttpAuthSchemeConfig)(_config_5);
27
- let _config_7 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_6, configuration?.extensions || []);
28
- super(_config_7);
29
- this.config = _config_7;
23
+ let _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
24
+ let _config_2 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_1);
25
+ let _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
26
+ let _config_4 = (0, config_resolver_1.resolveRegionConfig)(_config_3);
27
+ let _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
28
+ let _config_6 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_5);
29
+ let _config_7 = (0, httpAuthSchemeProvider_1.resolveHttpAuthSchemeConfig)(_config_6);
30
+ let _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
31
+ super(_config_8);
32
+ this.config = _config_8;
30
33
  this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
31
34
  this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
35
  this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
36
  this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
37
  this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
38
  this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, core_1.getHttpAuthSchemePlugin)(this.config, {
39
+ this.middlewareStack.use((0, core_1.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
37
40
  httpAuthSchemeParametersProvider: httpAuthSchemeProvider_1.defaultCodeWhispererRuntimeHttpAuthSchemeParametersProvider, identityProviderConfigProvider: async (config) => new core_1.DefaultIdentityProviderConfig({
38
41
  "smithy.api#httpBearerAuth": config.token,
39
42
  }),
@@ -1,15 +1,19 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateArtifactUploadUrlCommand = exports.$Command = void 0;
4
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
4
5
  const models_0_1 = require("../models/models_0");
5
6
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
7
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
8
  const middleware_serde_1 = require("@smithy/middleware-serde");
7
9
  const smithy_client_1 = require("@smithy/smithy-client");
8
10
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
11
  class CreateArtifactUploadUrlCommand extends smithy_client_1.Command.classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
10
13
  .m(function (Command, cs, config, o) {
11
14
  return [
12
15
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
13
17
  ];
14
18
  })
15
19
  .s("AmazonCodeWhispererService", "CreateArtifactUploadUrl", {})
@@ -1,14 +1,18 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateSubscriptionTokenCommand = exports.$Command = void 0;
4
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
4
5
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
7
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
8
  const smithy_client_1 = require("@smithy/smithy-client");
7
9
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
10
  class CreateSubscriptionTokenCommand extends smithy_client_1.Command.classBuilder()
11
+ .ep(EndpointParameters_1.commonParams)
9
12
  .m(function (Command, cs, config, o) {
10
13
  return [
11
14
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
15
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
12
16
  ];
13
17
  })
14
18
  .s("AmazonCodeWhispererService", "CreateSubscriptionToken", {})
@@ -1,14 +1,18 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateTaskAssistConversationCommand = exports.$Command = void 0;
4
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
4
5
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
7
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
8
  const smithy_client_1 = require("@smithy/smithy-client");
7
9
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
10
  class CreateTaskAssistConversationCommand extends smithy_client_1.Command.classBuilder()
11
+ .ep(EndpointParameters_1.commonParams)
9
12
  .m(function (Command, cs, config, o) {
10
13
  return [
11
14
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
15
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
12
16
  ];
13
17
  })
14
18
  .s("AmazonCodeWhispererService", "CreateTaskAssistConversation", {})
@@ -1,15 +1,19 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateUploadUrlCommand = exports.$Command = void 0;
4
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
4
5
  const models_0_1 = require("../models/models_0");
5
6
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
7
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
8
  const middleware_serde_1 = require("@smithy/middleware-serde");
7
9
  const smithy_client_1 = require("@smithy/smithy-client");
8
10
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
11
  class CreateUploadUrlCommand extends smithy_client_1.Command.classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
10
13
  .m(function (Command, cs, config, o) {
11
14
  return [
12
15
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
13
17
  ];
14
18
  })
15
19
  .s("AmazonCodeWhispererService", "CreateUploadUrl", {})
@@ -1,15 +1,19 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateUserMemoryEntryCommand = exports.$Command = void 0;
4
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
4
5
  const models_0_1 = require("../models/models_0");
5
6
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
7
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
8
  const middleware_serde_1 = require("@smithy/middleware-serde");
7
9
  const smithy_client_1 = require("@smithy/smithy-client");
8
10
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
11
  class CreateUserMemoryEntryCommand extends smithy_client_1.Command.classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
10
13
  .m(function (Command, cs, config, o) {
11
14
  return [
12
15
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
13
17
  ];
14
18
  })
15
19
  .s("AmazonCodeWhispererService", "CreateUserMemoryEntry", {})
@@ -1,15 +1,19 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateWorkspaceCommand = exports.$Command = void 0;
4
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
4
5
  const models_1_1 = require("../models/models_1");
5
6
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
7
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
8
  const middleware_serde_1 = require("@smithy/middleware-serde");
7
9
  const smithy_client_1 = require("@smithy/smithy-client");
8
10
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
11
  class CreateWorkspaceCommand extends smithy_client_1.Command.classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
10
13
  .m(function (Command, cs, config, o) {
11
14
  return [
12
15
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
13
17
  ];
14
18
  })
15
19
  .s("AmazonCodeWhispererService", "CreateWorkspace", {})
@@ -1,14 +1,18 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteTaskAssistConversationCommand = exports.$Command = void 0;
4
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
4
5
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
7
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
8
  const smithy_client_1 = require("@smithy/smithy-client");
7
9
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
10
  class DeleteTaskAssistConversationCommand extends smithy_client_1.Command.classBuilder()
11
+ .ep(EndpointParameters_1.commonParams)
9
12
  .m(function (Command, cs, config, o) {
10
13
  return [
11
14
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
15
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
12
16
  ];
13
17
  })
14
18
  .s("AmazonCodeWhispererService", "DeleteTaskAssistConversation", {})
@@ -1,14 +1,18 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteUserMemoryEntryCommand = exports.$Command = void 0;
4
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
4
5
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
7
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
8
  const smithy_client_1 = require("@smithy/smithy-client");
7
9
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
10
  class DeleteUserMemoryEntryCommand extends smithy_client_1.Command.classBuilder()
11
+ .ep(EndpointParameters_1.commonParams)
9
12
  .m(function (Command, cs, config, o) {
10
13
  return [
11
14
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
15
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
12
16
  ];
13
17
  })
14
18
  .s("AmazonCodeWhispererService", "DeleteUserMemoryEntry", {})
@@ -1,14 +1,18 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteWorkspaceCommand = exports.$Command = void 0;
4
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
4
5
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
7
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
8
  const smithy_client_1 = require("@smithy/smithy-client");
7
9
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
10
  class DeleteWorkspaceCommand extends smithy_client_1.Command.classBuilder()
11
+ .ep(EndpointParameters_1.commonParams)
9
12
  .m(function (Command, cs, config, o) {
10
13
  return [
11
14
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
15
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
12
16
  ];
13
17
  })
14
18
  .s("AmazonCodeWhispererService", "DeleteWorkspace", {})
@@ -1,15 +1,19 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GenerateCompletionsCommand = exports.$Command = void 0;
4
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
4
5
  const models_0_1 = require("../models/models_0");
5
6
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
7
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
8
  const middleware_serde_1 = require("@smithy/middleware-serde");
7
9
  const smithy_client_1 = require("@smithy/smithy-client");
8
10
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
11
  class GenerateCompletionsCommand extends smithy_client_1.Command.classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
10
13
  .m(function (Command, cs, config, o) {
11
14
  return [
12
15
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
13
17
  ];
14
18
  })
15
19
  .s("AmazonCodeWhispererService", "GenerateCompletions", {})
@@ -1,15 +1,19 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetCodeAnalysisCommand = exports.$Command = void 0;
4
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
4
5
  const models_0_1 = require("../models/models_0");
5
6
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
7
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
8
  const middleware_serde_1 = require("@smithy/middleware-serde");
7
9
  const smithy_client_1 = require("@smithy/smithy-client");
8
10
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
11
  class GetCodeAnalysisCommand extends smithy_client_1.Command.classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
10
13
  .m(function (Command, cs, config, o) {
11
14
  return [
12
15
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
13
17
  ];
14
18
  })
15
19
  .s("AmazonCodeWhispererService", "GetCodeAnalysis", {})
@@ -1,15 +1,19 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetCodeFixJobCommand = exports.$Command = void 0;
4
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
4
5
  const models_0_1 = require("../models/models_0");
5
6
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
7
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
8
  const middleware_serde_1 = require("@smithy/middleware-serde");
7
9
  const smithy_client_1 = require("@smithy/smithy-client");
8
10
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
11
  class GetCodeFixJobCommand extends smithy_client_1.Command.classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
10
13
  .m(function (Command, cs, config, o) {
11
14
  return [
12
15
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
13
17
  ];
14
18
  })
15
19
  .s("AmazonCodeWhispererService", "GetCodeFixJob", {})
@@ -1,14 +1,18 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetProfileCommand = exports.$Command = void 0;
4
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
4
5
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
7
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
8
  const smithy_client_1 = require("@smithy/smithy-client");
7
9
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
10
  class GetProfileCommand extends smithy_client_1.Command.classBuilder()
11
+ .ep(EndpointParameters_1.commonParams)
9
12
  .m(function (Command, cs, config, o) {
10
13
  return [
11
14
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
15
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
12
16
  ];
13
17
  })
14
18
  .s("AmazonCodeWhispererService", "GetProfile", {})
@@ -1,14 +1,18 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetRetrievalsCommand = exports.$Command = void 0;
4
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
4
5
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
7
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
8
  const smithy_client_1 = require("@smithy/smithy-client");
7
9
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
10
  class GetRetrievalsCommand extends smithy_client_1.Command.classBuilder()
11
+ .ep(EndpointParameters_1.commonParams)
9
12
  .m(function (Command, cs, config, o) {
10
13
  return [
11
14
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
15
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
12
16
  ];
13
17
  })
14
18
  .s("AmazonCodeWhispererService", "GetRetrievals", {})
@@ -1,20 +1,24 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetTaskAssistCodeGenerationCommand = exports.$Command = void 0;
4
- const models_0_1 = require("../models/models_0");
4
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
5
+ const models_1_1 = require("../models/models_1");
5
6
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
7
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
8
  const middleware_serde_1 = require("@smithy/middleware-serde");
7
9
  const smithy_client_1 = require("@smithy/smithy-client");
8
10
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
11
  class GetTaskAssistCodeGenerationCommand extends smithy_client_1.Command.classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
10
13
  .m(function (Command, cs, config, o) {
11
14
  return [
12
15
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
13
17
  ];
14
18
  })
15
19
  .s("AmazonCodeWhispererService", "GetTaskAssistCodeGeneration", {})
16
20
  .n("CodeWhispererRuntimeClient", "GetTaskAssistCodeGenerationCommand")
17
- .f(void 0, models_0_1.GetTaskAssistCodeGenerationResponseFilterSensitiveLog)
21
+ .f(void 0, models_1_1.GetTaskAssistCodeGenerationResponseFilterSensitiveLog)
18
22
  .ser(Aws_restJson1_1.se_GetTaskAssistCodeGenerationCommand)
19
23
  .de(Aws_restJson1_1.de_GetTaskAssistCodeGenerationCommand)
20
24
  .build() {
@@ -1,15 +1,19 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetTestGenerationCommand = exports.$Command = void 0;
4
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
4
5
  const models_0_1 = require("../models/models_0");
5
6
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
7
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
8
  const middleware_serde_1 = require("@smithy/middleware-serde");
7
9
  const smithy_client_1 = require("@smithy/smithy-client");
8
10
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
11
  class GetTestGenerationCommand extends smithy_client_1.Command.classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
10
13
  .m(function (Command, cs, config, o) {
11
14
  return [
12
15
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
13
17
  ];
14
18
  })
15
19
  .s("AmazonCodeWhispererService", "GetTestGeneration", {})
@@ -1,14 +1,18 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetTransformationCommand = exports.$Command = void 0;
4
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
4
5
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
7
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
8
  const smithy_client_1 = require("@smithy/smithy-client");
7
9
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
10
  class GetTransformationCommand extends smithy_client_1.Command.classBuilder()
11
+ .ep(EndpointParameters_1.commonParams)
9
12
  .m(function (Command, cs, config, o) {
10
13
  return [
11
14
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
15
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
12
16
  ];
13
17
  })
14
18
  .s("AmazonCodeWhispererService", "GetTransformation", {})
@@ -1,14 +1,18 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetTransformationPlanCommand = exports.$Command = void 0;
4
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
4
5
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
7
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
8
  const smithy_client_1 = require("@smithy/smithy-client");
7
9
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
10
  class GetTransformationPlanCommand extends smithy_client_1.Command.classBuilder()
11
+ .ep(EndpointParameters_1.commonParams)
9
12
  .m(function (Command, cs, config, o) {
10
13
  return [
11
14
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
15
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
12
16
  ];
13
17
  })
14
18
  .s("AmazonCodeWhispererService", "GetTransformationPlan", {})
@@ -1,15 +1,19 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetUsageLimitsCommand = exports.$Command = void 0;
4
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
4
5
  const models_0_1 = require("../models/models_0");
5
6
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
7
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
8
  const middleware_serde_1 = require("@smithy/middleware-serde");
7
9
  const smithy_client_1 = require("@smithy/smithy-client");
8
10
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
11
  class GetUsageLimitsCommand extends smithy_client_1.Command.classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
10
13
  .m(function (Command, cs, config, o) {
11
14
  return [
12
15
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
13
17
  ];
14
18
  })
15
19
  .s("AmazonCodeWhispererService", "GetUsageLimits", {})