@aws/lsp-codewhisperer 0.0.27 → 0.0.29
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.
- package/CHANGELOG.md +51 -0
- package/README.md +62 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +16 -0
- package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +6 -3
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +16 -0
- package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +6 -3
- package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/package.json +6 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/README.md +9 -0
- package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/index.js +193 -76
- package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/node-http-handler.js +39 -15
- package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
- package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/node-http2-handler.js +9 -1
- package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/server.mock.js +9 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +22 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/write-request-body.js +13 -9
- package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/node-http-handler.d.ts +4 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +7 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +11 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +7 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +3 -0
- package/node_modules/{@smithy/node-http-handler/dist-types → @amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4}/set-socket-keep-alive.d.ts +7 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +3 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
- package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/package.json +10 -10
- package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-cjs/index.js +30 -8
- package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +13 -8
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +53 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +53 -0
- package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/package.json +6 -6
- package/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/out/client/token/bearer-token-service.json +1650 -96
- package/out/client/token/codewhisperer.d.ts +1 -1
- package/out/constants.d.ts +6 -0
- package/out/constants.js +7 -1
- package/out/constants.js.map +1 -1
- package/out/language-server/amazonQServiceManager/AmazonQTokenServiceManager.d.ts +90 -0
- package/out/language-server/amazonQServiceManager/AmazonQTokenServiceManager.js +466 -0
- package/out/language-server/amazonQServiceManager/AmazonQTokenServiceManager.js.map +1 -0
- package/out/language-server/amazonQServiceManager/BaseAmazonQServiceManager.d.ts +5 -0
- package/out/language-server/amazonQServiceManager/BaseAmazonQServiceManager.js +3 -0
- package/out/language-server/amazonQServiceManager/BaseAmazonQServiceManager.js.map +1 -0
- package/out/language-server/amazonQServiceManager/errors.d.ts +28 -0
- package/out/language-server/amazonQServiceManager/errors.js +70 -0
- package/out/language-server/amazonQServiceManager/errors.js.map +1 -0
- package/out/language-server/amazonQServiceManager/qDeveloperProfiles.d.ts +38 -0
- package/out/language-server/amazonQServiceManager/qDeveloperProfiles.js +85 -0
- package/out/language-server/amazonQServiceManager/qDeveloperProfiles.js.map +1 -0
- package/out/language-server/chat/chatController.d.ts +1 -1
- package/out/language-server/chat/chatController.js +19 -3
- package/out/language-server/chat/chatController.js.map +1 -1
- package/out/language-server/chat/chatSessionManagementService.d.ts +3 -8
- package/out/language-server/chat/chatSessionManagementService.js +5 -57
- package/out/language-server/chat/chatSessionManagementService.js.map +1 -1
- package/out/language-server/chat/chatSessionService.d.ts +2 -3
- package/out/language-server/chat/chatSessionService.js +7 -21
- package/out/language-server/chat/chatSessionService.js.map +1 -1
- package/out/language-server/chat/contexts/triggerContext.d.ts +1 -1
- package/out/language-server/chat/contexts/triggerContext.js +2 -1
- package/out/language-server/chat/contexts/triggerContext.js.map +1 -1
- package/out/language-server/chat/telemetry/chatTelemetryController.js +88 -81
- package/out/language-server/chat/telemetry/chatTelemetryController.js.map +1 -1
- package/out/language-server/codeWhispererSecurityScanServer.d.ts +2 -4
- package/out/language-server/codeWhispererSecurityScanServer.js +24 -11
- package/out/language-server/codeWhispererSecurityScanServer.js.map +1 -1
- package/out/language-server/codeWhispererServer.js +93 -65
- package/out/language-server/codeWhispererServer.js.map +1 -1
- package/out/language-server/codeWhispererService.d.ts +12 -1
- package/out/language-server/codeWhispererService.js +45 -16
- package/out/language-server/codeWhispererService.js.map +1 -1
- package/out/language-server/configuration/qConfigurationServer.d.ts +17 -4
- package/out/language-server/configuration/qConfigurationServer.js +103 -14
- package/out/language-server/configuration/qConfigurationServer.js.map +1 -1
- package/out/language-server/dependencyGraph/commonUtil.d.ts +0 -1
- package/out/language-server/dependencyGraph/commonUtil.js +0 -11
- package/out/language-server/dependencyGraph/commonUtil.js.map +1 -1
- package/out/language-server/dependencyGraph/dependencyGraph.js +2 -2
- package/out/language-server/dependencyGraph/dependencyGraph.js.map +1 -1
- package/out/language-server/netTransform/transformHandler.d.ts +3 -2
- package/out/language-server/netTransform/transformHandler.js +7 -2
- package/out/language-server/netTransform/transformHandler.js.map +1 -1
- package/out/language-server/netTransformServer.js +3 -3
- package/out/language-server/netTransformServer.js.map +1 -1
- package/out/language-server/proxy-server.js +3 -14
- package/out/language-server/proxy-server.js.map +1 -1
- package/out/language-server/qChatServer.d.ts +2 -4
- package/out/language-server/qChatServer.js +30 -16
- package/out/language-server/qChatServer.js.map +1 -1
- package/out/language-server/securityScan/constants.d.ts +3 -0
- package/out/language-server/securityScan/constants.js +7 -0
- package/out/language-server/securityScan/constants.js.map +1 -0
- package/out/language-server/securityScan/securityScanHandler.d.ts +5 -5
- package/out/language-server/securityScan/securityScanHandler.js +22 -12
- package/out/language-server/securityScan/securityScanHandler.js.map +1 -1
- package/out/language-server/telemetry/codeDiffTracker.d.ts +1 -1
- package/out/language-server/telemetry/codeDiffTracker.js +16 -13
- package/out/language-server/telemetry/codeDiffTracker.js.map +1 -1
- package/out/language-server/telemetryService.d.ts +7 -5
- package/out/language-server/telemetryService.js +29 -20
- package/out/language-server/telemetryService.js.map +1 -1
- package/out/language-server/testUtils.d.ts +3 -0
- package/out/language-server/testUtils.js +12 -1
- package/out/language-server/testUtils.js.map +1 -1
- package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.js +2 -2
- package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.js.map +1 -1
- package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.js +2 -2
- package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.js.map +1 -1
- package/out/language-server/utils.d.ts +3 -0
- package/out/language-server/utils.js +15 -0
- package/out/language-server/utils.js.map +1 -1
- package/package.json +8 -8
- package/node_modules/@smithy/node-http-handler/README.md +0 -4
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +0 -21
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +0 -8
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +0 -6
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +0 -14
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -13
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -13
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +0 -23
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -23
- package/out/language-server/auto-trigger/autoTrigger.test.d.ts +0 -1
- package/out/language-server/auto-trigger/autoTrigger.test.js +0 -82
- package/out/language-server/auto-trigger/autoTrigger.test.js.map +0 -1
- package/out/language-server/chat/chatController.test.d.ts +0 -1
- package/out/language-server/chat/chatController.test.js +0 -709
- package/out/language-server/chat/chatController.test.js.map +0 -1
- package/out/language-server/chat/chatEventParser.test.d.ts +0 -1
- package/out/language-server/chat/chatEventParser.test.js +0 -239
- package/out/language-server/chat/chatEventParser.test.js.map +0 -1
- package/out/language-server/chat/chatSessionManagementService.test.d.ts +0 -1
- package/out/language-server/chat/chatSessionManagementService.test.js +0 -77
- package/out/language-server/chat/chatSessionManagementService.test.js.map +0 -1
- package/out/language-server/chat/chatSessionService.test.d.ts +0 -1
- package/out/language-server/chat/chatSessionService.test.js +0 -86
- package/out/language-server/chat/chatSessionService.test.js.map +0 -1
- package/out/language-server/chat/contexts/documentContext.test.d.ts +0 -1
- package/out/language-server/chat/contexts/documentContext.test.js +0 -117
- package/out/language-server/chat/contexts/documentContext.test.js.map +0 -1
- package/out/language-server/chat/contexts/triggerContexts.test.d.ts +0 -1
- package/out/language-server/chat/contexts/triggerContexts.test.js +0 -81
- package/out/language-server/chat/contexts/triggerContexts.test.js.map +0 -1
- package/out/language-server/chat/contexts/utils.test.d.ts +0 -1
- package/out/language-server/chat/contexts/utils.test.js +0 -72
- package/out/language-server/chat/contexts/utils.test.js.map +0 -1
- package/out/language-server/chat/telemetry/chatTelemetryController.test.d.ts +0 -1
- package/out/language-server/chat/telemetry/chatTelemetryController.test.js +0 -195
- package/out/language-server/chat/telemetry/chatTelemetryController.test.js.map +0 -1
- package/out/language-server/codeWhispererServer.test.d.ts +0 -1
- package/out/language-server/codeWhispererServer.test.js +0 -1377
- package/out/language-server/codeWhispererServer.test.js.map +0 -1
- package/out/language-server/dependencyGraph/csharpDependencyGraph.test.d.ts +0 -1
- package/out/language-server/dependencyGraph/csharpDependencyGraph.test.js +0 -483
- package/out/language-server/dependencyGraph/csharpDependencyGraph.test.js.map +0 -1
- package/out/language-server/dependencyGraph/gitIgnoreFilter.d.ts +0 -7
- package/out/language-server/dependencyGraph/gitIgnoreFilter.js +0 -39
- package/out/language-server/dependencyGraph/gitIgnoreFilter.js.map +0 -1
- package/out/language-server/languageDetection.test.d.ts +0 -1
- package/out/language-server/languageDetection.test.js +0 -31
- package/out/language-server/languageDetection.test.js.map +0 -1
- package/out/language-server/mergeRightUtils.test.d.ts +0 -1
- package/out/language-server/mergeRightUtils.test.js +0 -53
- package/out/language-server/mergeRightUtils.test.js.map +0 -1
- package/out/language-server/netTransform/tests/converter.test.d.ts +0 -1
- package/out/language-server/netTransform/tests/converter.test.js +0 -108
- package/out/language-server/netTransform/tests/converter.test.js.map +0 -1
- package/out/language-server/netTransform/tests/transformHandler.test.d.ts +0 -1
- package/out/language-server/netTransform/tests/transformHandler.test.js +0 -252
- package/out/language-server/netTransform/tests/transformHandler.test.js.map +0 -1
- package/out/language-server/netTransform/tests/validation.test.d.ts +0 -1
- package/out/language-server/netTransform/tests/validation.test.js +0 -84
- package/out/language-server/netTransform/tests/validation.test.js.map +0 -1
- package/out/language-server/qChatServer.test.d.ts +0 -1
- package/out/language-server/qChatServer.test.js +0 -51
- package/out/language-server/qChatServer.test.js.map +0 -1
- package/out/language-server/securityScan/securityScanHandler.test.d.ts +0 -1
- package/out/language-server/securityScan/securityScanHandler.test.js +0 -171
- package/out/language-server/securityScan/securityScanHandler.test.js.map +0 -1
- package/out/language-server/session/sessionManager.test.d.ts +0 -1
- package/out/language-server/session/sessionManager.test.js +0 -588
- package/out/language-server/session/sessionManager.test.js.map +0 -1
- package/out/language-server/telemetry/codeDiffTracker.test.d.ts +0 -1
- package/out/language-server/telemetry/codeDiffTracker.test.js +0 -125
- package/out/language-server/telemetry/codeDiffTracker.test.js.map +0 -1
- package/out/language-server/telemetry/codePercentage.test.d.ts +0 -1
- package/out/language-server/telemetry/codePercentage.test.js +0 -214
- package/out/language-server/telemetry/codePercentage.test.js.map +0 -1
- package/out/language-server/telemetry/userTriggerDecision.test.d.ts +0 -1
- package/out/language-server/telemetry/userTriggerDecision.test.js +0 -1348
- package/out/language-server/telemetry/userTriggerDecision.test.js.map +0 -1
- package/out/language-server/telemetry.test.d.ts +0 -1
- package/out/language-server/telemetry.test.js +0 -98
- package/out/language-server/telemetry.test.js.map +0 -1
- package/out/language-server/telemetryService.test.d.ts +0 -1
- package/out/language-server/telemetryService.test.js +0 -771
- package/out/language-server/telemetryService.test.js.map +0 -1
- package/out/language-server/utilities/filesystemUtilities.d.ts +0 -8
- package/out/language-server/utilities/filesystemUtilities.js +0 -30
- package/out/language-server/utilities/filesystemUtilities.js.map +0 -1
- package/out/language-server/utilities/filesystemUtilities.test.d.ts +0 -1
- package/out/language-server/utilities/filesystemUtilities.test.js +0 -85
- package/out/language-server/utilities/filesystemUtilities.test.js.map +0 -1
- package/out/language-server/utilities/pathUtils.d.ts +0 -27
- package/out/language-server/utilities/pathUtils.js +0 -79
- package/out/language-server/utilities/pathUtils.js.map +0 -1
- package/out/language-server/utilities/pathUtils.test.d.ts +0 -1
- package/out/language-server/utilities/pathUtils.test.js +0 -43
- package/out/language-server/utilities/pathUtils.test.js.map +0 -1
- package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.test.d.ts +0 -5
- package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.test.js +0 -49
- package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.test.js.map +0 -1
- package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.test.d.ts +0 -1
- package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.test.js +0 -157
- package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.test.js.map +0 -1
- package/out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.test.d.ts +0 -1
- package/out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.test.js +0 -88
- package/out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.test.js.map +0 -1
- package/out/language-server/utilities/telemetryUtils.test.d.ts +0 -1
- package/out/language-server/utilities/telemetryUtils.test.js +0 -207
- package/out/language-server/utilities/telemetryUtils.test.js.map +0 -1
- package/out/language-server/utilities/textUtils.d.ts +0 -1
- package/out/language-server/utilities/textUtils.js +0 -12
- package/out/language-server/utilities/textUtils.js.map +0 -1
- package/out/language-server/utilities/textUtils.test.d.ts +0 -1
- package/out/language-server/utilities/textUtils.test.js +0 -21
- package/out/language-server/utilities/textUtils.test.js.map +0 -1
- package/out/language-server/utils.test.d.ts +0 -1
- package/out/language-server/utils.test.js +0 -152
- package/out/language-server/utils.test.js.map +0 -1
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller}/LICENSE +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/README.md +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/dist-es/index.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/abort-controller → @amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler}/LICENSE +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/constants.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/get-transformed-headers.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/node-http-handler.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/node-http2-connection-manager.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/node-http2-connection-pool.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/node-http2-handler.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/readable.mock.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/server.mock.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/set-connection-timeout.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/set-socket-keep-alive.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/set-socket-timeout.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/stream-collector/collector.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/stream-collector/index.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -0
- /package/node_modules/{@smithy/node-http-handler/dist-cjs/write-request-body.js → @amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-cjs/timing.js} +0 -0
- /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-cjs/Field.js → @amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js} +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/constants.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/get-transformed-headers.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/index.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/node-http2-connection-pool.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/readable.mock.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/stream-collector/collector.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/constants.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/node-http2-connection-pool.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/node-http2-handler.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/readable.mock.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/server.mock.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/stream-collector/index.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -0
- /package/node_modules/{@smithy → @amzn/codewhisperer-streaming/node_modules/@smithy}/node-http-handler/dist-types/write-request-body.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/LICENSE +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/README.md +0 -0
- /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-cjs/Fields.js → @amzn/codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/Field.js} +0 -0
- /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js → @amzn/codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/Fields.js} +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +0 -0
- /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js → @amzn/codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js} +0 -0
- /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js → @amzn/codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js} +0 -0
- /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js → @amzn/codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js} +0 -0
- /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-cjs/types.js → @amzn/codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js} +0 -0
- /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/types/dist-cjs/abort.js → @amzn/codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/types.js} +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-es/Field.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-es/Fields.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-es/index.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-es/types.js +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-streaming}/node_modules/@smithy/protocol-http/dist-types/types.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/querystring-builder → querystring-builder}/LICENSE +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/querystring-builder → querystring-builder}/README.md +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/querystring-builder → querystring-builder}/dist-cjs/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/querystring-builder → querystring-builder}/dist-es/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/querystring-builder → querystring-builder}/dist-types/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/querystring-builder → querystring-builder}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/querystring-builder → querystring-builder}/package.json +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/LICENSE +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/README.md +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/checksum.js → types/dist-cjs/abort.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/auth/HttpApiKeyAuth.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/auth/HttpAuthScheme.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/auth/HttpAuthSchemeProvider.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/auth/HttpSigner.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/auth/IdentityProviderConfig.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/auth/auth.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/auth/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/blob/blob-payload-input-types.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/client.js → types/dist-cjs/checksum.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/command.js → types/dist-cjs/client.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/crypto.js → types/dist-cjs/command.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/connection/config.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/connection/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/connection/manager.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/connection/pool.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/encode.js → types/dist-cjs/crypto.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/downlevel-ts3.4/transform/type-transform.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/endpoint.js → types/dist-cjs/encode.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/eventStream.js → types/dist-cjs/endpoint.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/endpoints/EndpointRuleObject.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/endpoints/ErrorRuleObject.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/endpoints/RuleSetObject.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/endpoints/TreeRuleObject.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/endpoints/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/endpoints/shared.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/http.js → types/dist-cjs/eventStream.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/extensions/checksum.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/extensions/defaultClientConfiguration.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/extensions/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/extensions/retry.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/externals-check/browser-externals-check.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/http/httpHandlerInitialization.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/logger.js → types/dist-cjs/http.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/identity/apiKeyIdentity.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/identity/awsCredentialIdentity.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/identity/identity.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/identity/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/identity/tokenIdentity.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/middleware.js → types/dist-cjs/logger.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/pagination.js → types/dist-cjs/middleware.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/profile.js → types/dist-cjs/pagination.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/response.js → types/dist-cjs/profile.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/retry.js → types/dist-cjs/response.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/serde.js → types/dist-cjs/retry.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/shapes.js → types/dist-cjs/serde.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/signature.js → types/dist-cjs/shapes.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/stream.js → types/dist-cjs/signature.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/transfer.js → types/dist-cjs/stream.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/streaming-payload/streaming-blob-common-types.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/uri.js → types/dist-cjs/transfer.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/transform/client-method-transforms.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/transform/client-payload-blob-type-narrow.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/transform/exact.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/transform/no-undefined.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/transform/type-transform.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/util.js → types/dist-cjs/uri.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/waiter.js → types/dist-cjs/util.js} +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/abort.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/auth/HttpApiKeyAuth.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/auth/HttpAuthScheme.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/auth/HttpAuthSchemeProvider.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/auth/HttpSigner.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/auth/IdentityProviderConfig.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/auth/auth.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/auth/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/blob/blob-payload-input-types.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/checksum.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/client.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/command.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/connection/config.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/connection/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/connection/manager.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/connection/pool.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/crypto.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/downlevel-ts3.4/transform/type-transform.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/encode.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/endpoint.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/endpoints/EndpointRuleObject.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/endpoints/ErrorRuleObject.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/endpoints/RuleSetObject.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/endpoints/TreeRuleObject.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/endpoints/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/endpoints/shared.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/eventStream.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/extensions/checksum.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/extensions/defaultClientConfiguration.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/extensions/defaultExtensionConfiguration.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/extensions/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/extensions/retry.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/externals-check/browser-externals-check.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/http/httpHandlerInitialization.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/http.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/identity/apiKeyIdentity.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/identity/awsCredentialIdentity.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/identity/identity.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/identity/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/identity/tokenIdentity.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/index.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/logger.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/middleware.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/pagination.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/profile.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/response.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/retry.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/serde.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/shapes.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/signature.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/stream.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/streaming-payload/streaming-blob-common-types.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/streaming-payload/streaming-blob-payload-input-types.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/streaming-payload/streaming-blob-payload-output-types.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/transfer.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/transform/client-method-transforms.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/transform/client-payload-blob-type-narrow.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/transform/exact.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/transform/no-undefined.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/transform/type-transform.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/uri.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/util.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/waiter.js +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/abort.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/HttpApiKeyAuth.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/HttpAuthScheme.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/HttpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/HttpSigner.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/IdentityProviderConfig.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/auth.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/blob/blob-payload-input-types.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/checksum.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/client.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/command.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/connection/config.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/connection/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/connection/manager.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/connection/pool.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/crypto.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/encode.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoint.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoints/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoints/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoints/RuleSetObject.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoints/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoints/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoints/shared.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/eventStream.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/extensions/checksum.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/extensions/defaultClientConfiguration.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/extensions/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/extensions/retry.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/externals-check/browser-externals-check.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/http/httpHandlerInitialization.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/http.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/identity/apiKeyIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/identity/awsCredentialIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/identity/identity.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/identity/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/identity/tokenIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/logger.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/middleware.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/pagination.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/profile.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/response.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/retry.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/serde.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/shapes.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/signature.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/stream.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/transfer.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/transform/client-method-transforms.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/transform/exact.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/transform/no-undefined.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/transform/type-transform.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/abort.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/auth.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/checksum.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/client.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/command.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/connection/config.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/connection/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/connection/manager.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/connection/pool.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/crypto.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/encode.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoint.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoints/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoints/shared.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/eventStream.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/extensions/checksum.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/extensions/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/extensions/retry.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/http.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/identity/identity.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/identity/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/logger.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/middleware.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/pagination.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/profile.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/response.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/retry.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/serde.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/shapes.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/signature.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/stream.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/transfer.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/transform/exact.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/transform/no-undefined.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/transform/type-transform.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/uri.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/util.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/waiter.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/uri.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/util.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/waiter.d.ts +0 -0
- /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/package.json +0 -0
|
@@ -110,6 +110,37 @@
|
|
|
110
110
|
"documentation": "<p>Creates a pre-signed, S3 write URL for uploading a repository zip archive.</p>",
|
|
111
111
|
"idempotent": true
|
|
112
112
|
},
|
|
113
|
+
"CreateWorkspace": {
|
|
114
|
+
"name": "CreateWorkspace",
|
|
115
|
+
"http": {
|
|
116
|
+
"method": "POST",
|
|
117
|
+
"requestUri": "/"
|
|
118
|
+
},
|
|
119
|
+
"input": {
|
|
120
|
+
"shape": "CreateWorkspaceRequest"
|
|
121
|
+
},
|
|
122
|
+
"output": {
|
|
123
|
+
"shape": "CreateWorkspaceResponse"
|
|
124
|
+
},
|
|
125
|
+
"errors": [
|
|
126
|
+
{
|
|
127
|
+
"shape": "ThrottlingException"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"shape": "ConflictException"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"shape": "InternalServerException"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"shape": "ValidationException"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"shape": "AccessDeniedException"
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"documentation": "<p>Create a workspace based on a workspace root</p>"
|
|
143
|
+
},
|
|
113
144
|
"DeleteTaskAssistConversation": {
|
|
114
145
|
"name": "DeleteTaskAssistConversation",
|
|
115
146
|
"http": {
|
|
@@ -141,6 +172,34 @@
|
|
|
141
172
|
],
|
|
142
173
|
"documentation": "<p>API to delete task assist conversation.</p>"
|
|
143
174
|
},
|
|
175
|
+
"DeleteWorkspace": {
|
|
176
|
+
"name": "DeleteWorkspace",
|
|
177
|
+
"http": {
|
|
178
|
+
"method": "POST",
|
|
179
|
+
"requestUri": "/"
|
|
180
|
+
},
|
|
181
|
+
"input": {
|
|
182
|
+
"shape": "DeleteWorkspaceRequest"
|
|
183
|
+
},
|
|
184
|
+
"output": {
|
|
185
|
+
"shape": "DeleteWorkspaceResponse"
|
|
186
|
+
},
|
|
187
|
+
"errors": [
|
|
188
|
+
{
|
|
189
|
+
"shape": "ThrottlingException"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"shape": "InternalServerException"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"shape": "ValidationException"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"shape": "AccessDeniedException"
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
"documentation": "<p>Delete a workspace based on a workspaceId</p>"
|
|
202
|
+
},
|
|
144
203
|
"GenerateCompletions": {
|
|
145
204
|
"name": "GenerateCompletions",
|
|
146
205
|
"http": {
|
|
@@ -200,6 +259,36 @@
|
|
|
200
259
|
],
|
|
201
260
|
"documentation": "<p>Gets the metadata of a code analysis job.</p>"
|
|
202
261
|
},
|
|
262
|
+
"GetCodeFixJob": {
|
|
263
|
+
"name": "GetCodeFixJob",
|
|
264
|
+
"http": {
|
|
265
|
+
"method": "POST",
|
|
266
|
+
"requestUri": "/"
|
|
267
|
+
},
|
|
268
|
+
"input": {
|
|
269
|
+
"shape": "GetCodeFixJobRequest"
|
|
270
|
+
},
|
|
271
|
+
"output": {
|
|
272
|
+
"shape": "GetCodeFixJobResponse"
|
|
273
|
+
},
|
|
274
|
+
"errors": [
|
|
275
|
+
{
|
|
276
|
+
"shape": "ThrottlingException"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"shape": "ResourceNotFoundException"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"shape": "InternalServerException"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"shape": "ValidationException"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"shape": "AccessDeniedException"
|
|
289
|
+
}
|
|
290
|
+
]
|
|
291
|
+
},
|
|
203
292
|
"GetTaskAssistCodeGeneration": {
|
|
204
293
|
"name": "GetTaskAssistCodeGeneration",
|
|
205
294
|
"http": {
|
|
@@ -351,6 +440,33 @@
|
|
|
351
440
|
}
|
|
352
441
|
]
|
|
353
442
|
},
|
|
443
|
+
"ListAvailableProfiles": {
|
|
444
|
+
"name": "ListAvailableProfiles",
|
|
445
|
+
"http": {
|
|
446
|
+
"method": "POST",
|
|
447
|
+
"requestUri": "/"
|
|
448
|
+
},
|
|
449
|
+
"input": {
|
|
450
|
+
"shape": "ListAvailableProfilesRequest"
|
|
451
|
+
},
|
|
452
|
+
"output": {
|
|
453
|
+
"shape": "ListAvailableProfilesResponse"
|
|
454
|
+
},
|
|
455
|
+
"errors": [
|
|
456
|
+
{
|
|
457
|
+
"shape": "ThrottlingException"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"shape": "InternalServerException"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"shape": "ValidationException"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"shape": "AccessDeniedException"
|
|
467
|
+
}
|
|
468
|
+
]
|
|
469
|
+
},
|
|
354
470
|
"ListCodeAnalysisFindings": {
|
|
355
471
|
"name": "ListCodeAnalysisFindings",
|
|
356
472
|
"http": {
|
|
@@ -410,6 +526,34 @@
|
|
|
410
526
|
],
|
|
411
527
|
"documentation": "<p>Return configruations for each feature that has been setup for A/B testing.</p>"
|
|
412
528
|
},
|
|
529
|
+
"ListWorkspaceMetadata": {
|
|
530
|
+
"name": "ListWorkspaceMetadata",
|
|
531
|
+
"http": {
|
|
532
|
+
"method": "POST",
|
|
533
|
+
"requestUri": "/"
|
|
534
|
+
},
|
|
535
|
+
"input": {
|
|
536
|
+
"shape": "ListWorkspaceMetadataRequest"
|
|
537
|
+
},
|
|
538
|
+
"output": {
|
|
539
|
+
"shape": "ListWorkspaceMetadataResponse"
|
|
540
|
+
},
|
|
541
|
+
"errors": [
|
|
542
|
+
{
|
|
543
|
+
"shape": "ThrottlingException"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"shape": "InternalServerException"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"shape": "ValidationException"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"shape": "AccessDeniedException"
|
|
553
|
+
}
|
|
554
|
+
],
|
|
555
|
+
"documentation": "<p>List workspace metadata based on a workspace root</p>"
|
|
556
|
+
},
|
|
413
557
|
"ResumeTransformation": {
|
|
414
558
|
"name": "ResumeTransformation",
|
|
415
559
|
"http": {
|
|
@@ -505,6 +649,33 @@
|
|
|
505
649
|
"documentation": "<p>Starts a code analysis job</p>",
|
|
506
650
|
"idempotent": true
|
|
507
651
|
},
|
|
652
|
+
"StartCodeFixJob": {
|
|
653
|
+
"name": "StartCodeFixJob",
|
|
654
|
+
"http": {
|
|
655
|
+
"method": "POST",
|
|
656
|
+
"requestUri": "/"
|
|
657
|
+
},
|
|
658
|
+
"input": {
|
|
659
|
+
"shape": "StartCodeFixJobRequest"
|
|
660
|
+
},
|
|
661
|
+
"output": {
|
|
662
|
+
"shape": "StartCodeFixJobResponse"
|
|
663
|
+
},
|
|
664
|
+
"errors": [
|
|
665
|
+
{
|
|
666
|
+
"shape": "ThrottlingException"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"shape": "InternalServerException"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"shape": "ValidationException"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"shape": "AccessDeniedException"
|
|
676
|
+
}
|
|
677
|
+
]
|
|
678
|
+
},
|
|
508
679
|
"StartTaskAssistCodeGeneration": {
|
|
509
680
|
"name": "StartTaskAssistCodeGeneration",
|
|
510
681
|
"http": {
|
|
@@ -657,6 +828,61 @@
|
|
|
657
828
|
"documentation": "<p>Reason for AccessDeniedException</p>",
|
|
658
829
|
"enum": ["UNAUTHORIZED_CUSTOMIZATION_RESOURCE_ACCESS"]
|
|
659
830
|
},
|
|
831
|
+
"ActiveFunctionalityList": {
|
|
832
|
+
"type": "list",
|
|
833
|
+
"member": {
|
|
834
|
+
"shape": "FunctionalityName"
|
|
835
|
+
},
|
|
836
|
+
"max": 10,
|
|
837
|
+
"min": 0
|
|
838
|
+
},
|
|
839
|
+
"AdditionalContentEntry": {
|
|
840
|
+
"type": "structure",
|
|
841
|
+
"required": ["name", "description"],
|
|
842
|
+
"members": {
|
|
843
|
+
"name": {
|
|
844
|
+
"shape": "AdditionalContentEntryNameString",
|
|
845
|
+
"documentation": "<p>The name/identifier for this context entry</p>"
|
|
846
|
+
},
|
|
847
|
+
"description": {
|
|
848
|
+
"shape": "AdditionalContentEntryDescriptionString",
|
|
849
|
+
"documentation": "<p>A description of what this context entry represents</p>"
|
|
850
|
+
},
|
|
851
|
+
"innerContext": {
|
|
852
|
+
"shape": "AdditionalContentEntryInnerContextString",
|
|
853
|
+
"documentation": "<p>The actual contextual content</p>"
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
"documentation": "<p>Structure representing a single entry of additional contextual content</p>"
|
|
857
|
+
},
|
|
858
|
+
"AdditionalContentEntryDescriptionString": {
|
|
859
|
+
"type": "string",
|
|
860
|
+
"max": 1024,
|
|
861
|
+
"min": 1,
|
|
862
|
+
"sensitive": true
|
|
863
|
+
},
|
|
864
|
+
"AdditionalContentEntryInnerContextString": {
|
|
865
|
+
"type": "string",
|
|
866
|
+
"max": 8192,
|
|
867
|
+
"min": 1,
|
|
868
|
+
"sensitive": true
|
|
869
|
+
},
|
|
870
|
+
"AdditionalContentEntryNameString": {
|
|
871
|
+
"type": "string",
|
|
872
|
+
"max": 1024,
|
|
873
|
+
"min": 1,
|
|
874
|
+
"pattern": "[a-z]+(?:-[a-z0-9]+)*",
|
|
875
|
+
"sensitive": true
|
|
876
|
+
},
|
|
877
|
+
"AdditionalContentList": {
|
|
878
|
+
"type": "list",
|
|
879
|
+
"member": {
|
|
880
|
+
"shape": "AdditionalContentEntry"
|
|
881
|
+
},
|
|
882
|
+
"documentation": "<p>A list of additional content entries, limited to 20 items</p>",
|
|
883
|
+
"max": 20,
|
|
884
|
+
"min": 0
|
|
885
|
+
},
|
|
660
886
|
"AppStudioState": {
|
|
661
887
|
"type": "structure",
|
|
662
888
|
"required": ["namespace", "propertyName", "propertyContext"],
|
|
@@ -704,6 +930,30 @@
|
|
|
704
930
|
"min": 0,
|
|
705
931
|
"sensitive": true
|
|
706
932
|
},
|
|
933
|
+
"ApplicationProperties": {
|
|
934
|
+
"type": "structure",
|
|
935
|
+
"required": ["tenantId", "applicationArn", "tenantUrl", "applicationType"],
|
|
936
|
+
"members": {
|
|
937
|
+
"tenantId": {
|
|
938
|
+
"shape": "TenantId"
|
|
939
|
+
},
|
|
940
|
+
"applicationArn": {
|
|
941
|
+
"shape": "ResourceArn"
|
|
942
|
+
},
|
|
943
|
+
"tenantUrl": {
|
|
944
|
+
"shape": "Url"
|
|
945
|
+
},
|
|
946
|
+
"applicationType": {
|
|
947
|
+
"shape": "FunctionalityName"
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
"ApplicationPropertiesList": {
|
|
952
|
+
"type": "list",
|
|
953
|
+
"member": {
|
|
954
|
+
"shape": "ApplicationProperties"
|
|
955
|
+
}
|
|
956
|
+
},
|
|
707
957
|
"ArtifactId": {
|
|
708
958
|
"type": "string",
|
|
709
959
|
"max": 126,
|
|
@@ -747,13 +997,17 @@
|
|
|
747
997
|
"followupPrompt": {
|
|
748
998
|
"shape": "FollowupPrompt",
|
|
749
999
|
"documentation": "<p>Followup Prompt</p>"
|
|
1000
|
+
},
|
|
1001
|
+
"toolUses": {
|
|
1002
|
+
"shape": "ToolUses",
|
|
1003
|
+
"documentation": "<p>ToolUse Request</p>"
|
|
750
1004
|
}
|
|
751
1005
|
},
|
|
752
1006
|
"documentation": "<p>Markdown text message.</p>"
|
|
753
1007
|
},
|
|
754
1008
|
"AssistantResponseMessageContentString": {
|
|
755
1009
|
"type": "string",
|
|
756
|
-
"max":
|
|
1010
|
+
"max": 100000,
|
|
757
1011
|
"min": 0,
|
|
758
1012
|
"sensitive": true
|
|
759
1013
|
},
|
|
@@ -767,6 +1021,18 @@
|
|
|
767
1021
|
"type": "boolean",
|
|
768
1022
|
"box": true
|
|
769
1023
|
},
|
|
1024
|
+
"ByUserAnalytics": {
|
|
1025
|
+
"type": "structure",
|
|
1026
|
+
"required": ["toggle"],
|
|
1027
|
+
"members": {
|
|
1028
|
+
"s3Uri": {
|
|
1029
|
+
"shape": "S3Uri"
|
|
1030
|
+
},
|
|
1031
|
+
"toggle": {
|
|
1032
|
+
"shape": "OptInFeatureToggle"
|
|
1033
|
+
}
|
|
1034
|
+
}
|
|
1035
|
+
},
|
|
770
1036
|
"ChatAddMessageEvent": {
|
|
771
1037
|
"type": "structure",
|
|
772
1038
|
"required": ["conversationId", "messageId"],
|
|
@@ -821,7 +1087,7 @@
|
|
|
821
1087
|
"shape": "ChatMessage"
|
|
822
1088
|
},
|
|
823
1089
|
"documentation": "<p>Indicates Participant in Chat conversation</p>",
|
|
824
|
-
"max":
|
|
1090
|
+
"max": 100,
|
|
825
1091
|
"min": 0
|
|
826
1092
|
},
|
|
827
1093
|
"ChatInteractWithMessageEvent": {
|
|
@@ -963,58 +1229,172 @@
|
|
|
963
1229
|
},
|
|
964
1230
|
"unmodifiedAcceptedCharacterCount": {
|
|
965
1231
|
"shape": "PrimitiveInteger"
|
|
966
|
-
}
|
|
967
|
-
}
|
|
968
|
-
},
|
|
969
|
-
"CodeGenerationId": {
|
|
970
|
-
"type": "string",
|
|
971
|
-
"documentation": "<p>ID which represents a single code generation in a conversation</p>",
|
|
972
|
-
"max": 128,
|
|
973
|
-
"min": 1
|
|
974
|
-
},
|
|
975
|
-
"CodeGenerationStatus": {
|
|
976
|
-
"type": "structure",
|
|
977
|
-
"required": ["status", "currentStage"],
|
|
978
|
-
"members": {
|
|
979
|
-
"status": {
|
|
980
|
-
"shape": "CodeGenerationWorkflowStatus"
|
|
981
1232
|
},
|
|
982
|
-
"
|
|
983
|
-
"shape": "
|
|
1233
|
+
"totalNewCodeCharacterCount": {
|
|
1234
|
+
"shape": "PrimitiveInteger"
|
|
1235
|
+
},
|
|
1236
|
+
"totalNewCodeLineCount": {
|
|
1237
|
+
"shape": "PrimitiveInteger"
|
|
1238
|
+
},
|
|
1239
|
+
"userWrittenCodeCharacterCount": {
|
|
1240
|
+
"shape": "CodeCoverageEventUserWrittenCodeCharacterCountInteger"
|
|
1241
|
+
},
|
|
1242
|
+
"userWrittenCodeLineCount": {
|
|
1243
|
+
"shape": "CodeCoverageEventUserWrittenCodeLineCountInteger"
|
|
984
1244
|
}
|
|
985
1245
|
}
|
|
986
1246
|
},
|
|
987
|
-
"
|
|
988
|
-
"type": "
|
|
989
|
-
"
|
|
990
|
-
"sensitive": true
|
|
991
|
-
},
|
|
992
|
-
"CodeGenerationWorkflowStage": {
|
|
993
|
-
"type": "string",
|
|
994
|
-
"enum": ["InitialCodeGeneration", "CodeRefinement"]
|
|
1247
|
+
"CodeCoverageEventUserWrittenCodeCharacterCountInteger": {
|
|
1248
|
+
"type": "integer",
|
|
1249
|
+
"min": 0
|
|
995
1250
|
},
|
|
996
|
-
"
|
|
997
|
-
"type": "
|
|
998
|
-
"
|
|
1251
|
+
"CodeCoverageEventUserWrittenCodeLineCountInteger": {
|
|
1252
|
+
"type": "integer",
|
|
1253
|
+
"min": 0
|
|
999
1254
|
},
|
|
1000
|
-
"
|
|
1255
|
+
"CodeFixAcceptanceEvent": {
|
|
1001
1256
|
"type": "structure",
|
|
1002
|
-
"required": ["
|
|
1257
|
+
"required": ["jobId"],
|
|
1003
1258
|
"members": {
|
|
1004
|
-
"
|
|
1005
|
-
"shape": "
|
|
1259
|
+
"jobId": {
|
|
1260
|
+
"shape": "String"
|
|
1006
1261
|
},
|
|
1007
|
-
"
|
|
1008
|
-
"shape": "
|
|
1262
|
+
"ruleId": {
|
|
1263
|
+
"shape": "String"
|
|
1009
1264
|
},
|
|
1010
|
-
"
|
|
1011
|
-
"shape": "
|
|
1265
|
+
"detectorId": {
|
|
1266
|
+
"shape": "String"
|
|
1012
1267
|
},
|
|
1013
|
-
"
|
|
1014
|
-
"shape": "
|
|
1268
|
+
"findingId": {
|
|
1269
|
+
"shape": "String"
|
|
1270
|
+
},
|
|
1271
|
+
"programmingLanguage": {
|
|
1272
|
+
"shape": "ProgrammingLanguage"
|
|
1273
|
+
},
|
|
1274
|
+
"linesOfCodeAccepted": {
|
|
1275
|
+
"shape": "Integer"
|
|
1276
|
+
},
|
|
1277
|
+
"charsOfCodeAccepted": {
|
|
1278
|
+
"shape": "Integer"
|
|
1015
1279
|
}
|
|
1016
1280
|
}
|
|
1017
1281
|
},
|
|
1282
|
+
"CodeFixGenerationEvent": {
|
|
1283
|
+
"type": "structure",
|
|
1284
|
+
"required": ["jobId"],
|
|
1285
|
+
"members": {
|
|
1286
|
+
"jobId": {
|
|
1287
|
+
"shape": "String"
|
|
1288
|
+
},
|
|
1289
|
+
"ruleId": {
|
|
1290
|
+
"shape": "String"
|
|
1291
|
+
},
|
|
1292
|
+
"detectorId": {
|
|
1293
|
+
"shape": "String"
|
|
1294
|
+
},
|
|
1295
|
+
"findingId": {
|
|
1296
|
+
"shape": "String"
|
|
1297
|
+
},
|
|
1298
|
+
"programmingLanguage": {
|
|
1299
|
+
"shape": "ProgrammingLanguage"
|
|
1300
|
+
},
|
|
1301
|
+
"linesOfCodeGenerated": {
|
|
1302
|
+
"shape": "Integer"
|
|
1303
|
+
},
|
|
1304
|
+
"charsOfCodeGenerated": {
|
|
1305
|
+
"shape": "Integer"
|
|
1306
|
+
}
|
|
1307
|
+
}
|
|
1308
|
+
},
|
|
1309
|
+
"CodeFixJobStatus": {
|
|
1310
|
+
"type": "string",
|
|
1311
|
+
"enum": ["Succeeded", "InProgress", "Failed"]
|
|
1312
|
+
},
|
|
1313
|
+
"CodeFixName": {
|
|
1314
|
+
"type": "string",
|
|
1315
|
+
"documentation": "<p>Code fix name</p>",
|
|
1316
|
+
"max": 128,
|
|
1317
|
+
"min": 1,
|
|
1318
|
+
"pattern": "[a-zA-Z0-9-_$:.]*"
|
|
1319
|
+
},
|
|
1320
|
+
"CodeFixUploadContext": {
|
|
1321
|
+
"type": "structure",
|
|
1322
|
+
"required": ["codeFixName"],
|
|
1323
|
+
"members": {
|
|
1324
|
+
"codeFixName": {
|
|
1325
|
+
"shape": "CodeFixName"
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1328
|
+
},
|
|
1329
|
+
"CodeGenerationId": {
|
|
1330
|
+
"type": "string",
|
|
1331
|
+
"documentation": "<p>ID which represents a single code generation in a conversation</p>",
|
|
1332
|
+
"max": 128,
|
|
1333
|
+
"min": 1
|
|
1334
|
+
},
|
|
1335
|
+
"CodeGenerationStatus": {
|
|
1336
|
+
"type": "structure",
|
|
1337
|
+
"required": ["status", "currentStage"],
|
|
1338
|
+
"members": {
|
|
1339
|
+
"status": {
|
|
1340
|
+
"shape": "CodeGenerationWorkflowStatus"
|
|
1341
|
+
},
|
|
1342
|
+
"currentStage": {
|
|
1343
|
+
"shape": "CodeGenerationWorkflowStage"
|
|
1344
|
+
}
|
|
1345
|
+
}
|
|
1346
|
+
},
|
|
1347
|
+
"CodeGenerationStatusDetail": {
|
|
1348
|
+
"type": "string",
|
|
1349
|
+
"documentation": "<p>Detailed message about the code generation status</p>",
|
|
1350
|
+
"sensitive": true
|
|
1351
|
+
},
|
|
1352
|
+
"CodeGenerationWorkflowStage": {
|
|
1353
|
+
"type": "string",
|
|
1354
|
+
"enum": ["InitialCodeGeneration", "CodeRefinement"]
|
|
1355
|
+
},
|
|
1356
|
+
"CodeGenerationWorkflowStatus": {
|
|
1357
|
+
"type": "string",
|
|
1358
|
+
"enum": ["InProgress", "Complete", "Failed"]
|
|
1359
|
+
},
|
|
1360
|
+
"CodeScanEvent": {
|
|
1361
|
+
"type": "structure",
|
|
1362
|
+
"required": ["programmingLanguage", "codeScanJobId", "timestamp"],
|
|
1363
|
+
"members": {
|
|
1364
|
+
"programmingLanguage": {
|
|
1365
|
+
"shape": "ProgrammingLanguage"
|
|
1366
|
+
},
|
|
1367
|
+
"codeScanJobId": {
|
|
1368
|
+
"shape": "CodeScanJobId"
|
|
1369
|
+
},
|
|
1370
|
+
"timestamp": {
|
|
1371
|
+
"shape": "Timestamp"
|
|
1372
|
+
},
|
|
1373
|
+
"codeAnalysisScope": {
|
|
1374
|
+
"shape": "CodeAnalysisScope"
|
|
1375
|
+
}
|
|
1376
|
+
},
|
|
1377
|
+
"documentation": "<p>Published when a security scan or code review starts</p>"
|
|
1378
|
+
},
|
|
1379
|
+
"CodeScanFailedEvent": {
|
|
1380
|
+
"type": "structure",
|
|
1381
|
+
"required": ["programmingLanguage", "codeScanJobId", "timestamp"],
|
|
1382
|
+
"members": {
|
|
1383
|
+
"programmingLanguage": {
|
|
1384
|
+
"shape": "ProgrammingLanguage"
|
|
1385
|
+
},
|
|
1386
|
+
"codeScanJobId": {
|
|
1387
|
+
"shape": "CodeScanJobId"
|
|
1388
|
+
},
|
|
1389
|
+
"timestamp": {
|
|
1390
|
+
"shape": "Timestamp"
|
|
1391
|
+
},
|
|
1392
|
+
"codeAnalysisScope": {
|
|
1393
|
+
"shape": "CodeAnalysisScope"
|
|
1394
|
+
}
|
|
1395
|
+
},
|
|
1396
|
+
"documentation": "<p>Published when a security scan or code review fails</p>"
|
|
1397
|
+
},
|
|
1018
1398
|
"CodeScanJobId": {
|
|
1019
1399
|
"type": "string",
|
|
1020
1400
|
"max": 128,
|
|
@@ -1066,6 +1446,28 @@
|
|
|
1066
1446
|
"documentation": "<p>Code Scan Remediations Interaction Type</p>",
|
|
1067
1447
|
"enum": ["CODESCAN_ISSUE_HOVER", "CODESCAN_ISSUE_APPLY_FIX", "CODESCAN_ISSUE_VIEW_DETAILS"]
|
|
1068
1448
|
},
|
|
1449
|
+
"CodeScanSucceededEvent": {
|
|
1450
|
+
"type": "structure",
|
|
1451
|
+
"required": ["programmingLanguage", "codeScanJobId", "timestamp", "numberOfFindings"],
|
|
1452
|
+
"members": {
|
|
1453
|
+
"programmingLanguage": {
|
|
1454
|
+
"shape": "ProgrammingLanguage"
|
|
1455
|
+
},
|
|
1456
|
+
"codeScanJobId": {
|
|
1457
|
+
"shape": "CodeScanJobId"
|
|
1458
|
+
},
|
|
1459
|
+
"timestamp": {
|
|
1460
|
+
"shape": "Timestamp"
|
|
1461
|
+
},
|
|
1462
|
+
"numberOfFindings": {
|
|
1463
|
+
"shape": "PrimitiveInteger"
|
|
1464
|
+
},
|
|
1465
|
+
"codeAnalysisScope": {
|
|
1466
|
+
"shape": "CodeAnalysisScope"
|
|
1467
|
+
}
|
|
1468
|
+
},
|
|
1469
|
+
"documentation": "<p>Published when a security scan or code review completes successfully</p>"
|
|
1470
|
+
},
|
|
1069
1471
|
"Completion": {
|
|
1070
1472
|
"type": "structure",
|
|
1071
1473
|
"required": ["content"],
|
|
@@ -1185,7 +1587,11 @@
|
|
|
1185
1587
|
},
|
|
1186
1588
|
"CreateTaskAssistConversationRequest": {
|
|
1187
1589
|
"type": "structure",
|
|
1188
|
-
"members": {
|
|
1590
|
+
"members": {
|
|
1591
|
+
"profileArn": {
|
|
1592
|
+
"shape": "ProfileArn"
|
|
1593
|
+
}
|
|
1594
|
+
},
|
|
1189
1595
|
"documentation": "<p>Structure to represent bootstrap conversation request.</p>"
|
|
1190
1596
|
},
|
|
1191
1597
|
"CreateTaskAssistConversationResponse": {
|
|
@@ -1224,6 +1630,9 @@
|
|
|
1224
1630
|
},
|
|
1225
1631
|
"uploadId": {
|
|
1226
1632
|
"shape": "UploadId"
|
|
1633
|
+
},
|
|
1634
|
+
"profileArn": {
|
|
1635
|
+
"shape": "ProfileArn"
|
|
1227
1636
|
}
|
|
1228
1637
|
}
|
|
1229
1638
|
},
|
|
@@ -1262,6 +1671,32 @@
|
|
|
1262
1671
|
}
|
|
1263
1672
|
}
|
|
1264
1673
|
},
|
|
1674
|
+
"CreateWorkspaceRequest": {
|
|
1675
|
+
"type": "structure",
|
|
1676
|
+
"required": ["workspaceRoot"],
|
|
1677
|
+
"members": {
|
|
1678
|
+
"workspaceRoot": {
|
|
1679
|
+
"shape": "CreateWorkspaceRequestWorkspaceRootString"
|
|
1680
|
+
},
|
|
1681
|
+
"profileArn": {
|
|
1682
|
+
"shape": "ProfileArn"
|
|
1683
|
+
}
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1686
|
+
"CreateWorkspaceRequestWorkspaceRootString": {
|
|
1687
|
+
"type": "string",
|
|
1688
|
+
"max": 1024,
|
|
1689
|
+
"min": 1
|
|
1690
|
+
},
|
|
1691
|
+
"CreateWorkspaceResponse": {
|
|
1692
|
+
"type": "structure",
|
|
1693
|
+
"required": ["workspace"],
|
|
1694
|
+
"members": {
|
|
1695
|
+
"workspace": {
|
|
1696
|
+
"shape": "WorkspaceMetadata"
|
|
1697
|
+
}
|
|
1698
|
+
}
|
|
1699
|
+
},
|
|
1265
1700
|
"CursorState": {
|
|
1266
1701
|
"type": "structure",
|
|
1267
1702
|
"members": {
|
|
@@ -1310,12 +1745,24 @@
|
|
|
1310
1745
|
"shape": "Customization"
|
|
1311
1746
|
}
|
|
1312
1747
|
},
|
|
1748
|
+
"DashboardAnalytics": {
|
|
1749
|
+
"type": "structure",
|
|
1750
|
+
"required": ["toggle"],
|
|
1751
|
+
"members": {
|
|
1752
|
+
"toggle": {
|
|
1753
|
+
"shape": "OptInFeatureToggle"
|
|
1754
|
+
}
|
|
1755
|
+
}
|
|
1756
|
+
},
|
|
1313
1757
|
"DeleteTaskAssistConversationRequest": {
|
|
1314
1758
|
"type": "structure",
|
|
1315
1759
|
"required": ["conversationId"],
|
|
1316
1760
|
"members": {
|
|
1317
1761
|
"conversationId": {
|
|
1318
1762
|
"shape": "ConversationId"
|
|
1763
|
+
},
|
|
1764
|
+
"profileArn": {
|
|
1765
|
+
"shape": "ProfileArn"
|
|
1319
1766
|
}
|
|
1320
1767
|
},
|
|
1321
1768
|
"documentation": "<p>Structure to represent bootstrap conversation request.</p>"
|
|
@@ -1330,6 +1777,22 @@
|
|
|
1330
1777
|
},
|
|
1331
1778
|
"documentation": "<p>Structure to represent bootstrap conversation response.</p>"
|
|
1332
1779
|
},
|
|
1780
|
+
"DeleteWorkspaceRequest": {
|
|
1781
|
+
"type": "structure",
|
|
1782
|
+
"required": ["workspaceId"],
|
|
1783
|
+
"members": {
|
|
1784
|
+
"workspaceId": {
|
|
1785
|
+
"shape": "UUID"
|
|
1786
|
+
},
|
|
1787
|
+
"profileArn": {
|
|
1788
|
+
"shape": "ProfileArn"
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1791
|
+
},
|
|
1792
|
+
"DeleteWorkspaceResponse": {
|
|
1793
|
+
"type": "structure",
|
|
1794
|
+
"members": {}
|
|
1795
|
+
},
|
|
1333
1796
|
"Description": {
|
|
1334
1797
|
"type": "string",
|
|
1335
1798
|
"max": 256,
|
|
@@ -1387,6 +1850,159 @@
|
|
|
1387
1850
|
"min": 1,
|
|
1388
1851
|
"pattern": "[-a-zA-Z0-9._]*"
|
|
1389
1852
|
},
|
|
1853
|
+
"DocFolderLevel": {
|
|
1854
|
+
"type": "string",
|
|
1855
|
+
"documentation": "<p>Specifies the folder depth level where the document should be generated</p>",
|
|
1856
|
+
"enum": ["SUB_FOLDER", "ENTIRE_WORKSPACE"]
|
|
1857
|
+
},
|
|
1858
|
+
"DocGenerationEvent": {
|
|
1859
|
+
"type": "structure",
|
|
1860
|
+
"required": ["conversationId"],
|
|
1861
|
+
"members": {
|
|
1862
|
+
"conversationId": {
|
|
1863
|
+
"shape": "ConversationId"
|
|
1864
|
+
},
|
|
1865
|
+
"numberOfAddChars": {
|
|
1866
|
+
"shape": "PrimitiveInteger"
|
|
1867
|
+
},
|
|
1868
|
+
"numberOfAddLines": {
|
|
1869
|
+
"shape": "PrimitiveInteger"
|
|
1870
|
+
},
|
|
1871
|
+
"numberOfAddFiles": {
|
|
1872
|
+
"shape": "PrimitiveInteger"
|
|
1873
|
+
},
|
|
1874
|
+
"userDecision": {
|
|
1875
|
+
"shape": "DocUserDecision"
|
|
1876
|
+
},
|
|
1877
|
+
"interactionType": {
|
|
1878
|
+
"shape": "DocInteractionType"
|
|
1879
|
+
},
|
|
1880
|
+
"userIdentity": {
|
|
1881
|
+
"shape": "String"
|
|
1882
|
+
},
|
|
1883
|
+
"numberOfNavigation": {
|
|
1884
|
+
"shape": "PrimitiveInteger"
|
|
1885
|
+
},
|
|
1886
|
+
"folderLevel": {
|
|
1887
|
+
"shape": "DocFolderLevel"
|
|
1888
|
+
}
|
|
1889
|
+
},
|
|
1890
|
+
"documentation": "<p>Deprecated: use DocV2AcceptanceEvent for tracking acceptance and DocV2GenerationEvent for tracking generation</p>"
|
|
1891
|
+
},
|
|
1892
|
+
"DocInteractionType": {
|
|
1893
|
+
"type": "string",
|
|
1894
|
+
"documentation": "<p>Tracks whether user chose to generate a new document, update an existing one, or edit document</p>",
|
|
1895
|
+
"enum": ["GENERATE_README", "UPDATE_README", "EDIT_README"]
|
|
1896
|
+
},
|
|
1897
|
+
"DocUserDecision": {
|
|
1898
|
+
"type": "string",
|
|
1899
|
+
"enum": ["ACCEPT", "REJECT"]
|
|
1900
|
+
},
|
|
1901
|
+
"DocV2AcceptanceEvent": {
|
|
1902
|
+
"type": "structure",
|
|
1903
|
+
"required": [
|
|
1904
|
+
"conversationId",
|
|
1905
|
+
"numberOfAddedChars",
|
|
1906
|
+
"numberOfAddedLines",
|
|
1907
|
+
"numberOfAddedFiles",
|
|
1908
|
+
"userDecision",
|
|
1909
|
+
"interactionType",
|
|
1910
|
+
"numberOfNavigations",
|
|
1911
|
+
"folderLevel"
|
|
1912
|
+
],
|
|
1913
|
+
"members": {
|
|
1914
|
+
"conversationId": {
|
|
1915
|
+
"shape": "ConversationId"
|
|
1916
|
+
},
|
|
1917
|
+
"numberOfAddedChars": {
|
|
1918
|
+
"shape": "DocV2AcceptanceEventNumberOfAddedCharsInteger"
|
|
1919
|
+
},
|
|
1920
|
+
"numberOfAddedLines": {
|
|
1921
|
+
"shape": "DocV2AcceptanceEventNumberOfAddedLinesInteger"
|
|
1922
|
+
},
|
|
1923
|
+
"numberOfAddedFiles": {
|
|
1924
|
+
"shape": "DocV2AcceptanceEventNumberOfAddedFilesInteger"
|
|
1925
|
+
},
|
|
1926
|
+
"userDecision": {
|
|
1927
|
+
"shape": "DocUserDecision"
|
|
1928
|
+
},
|
|
1929
|
+
"interactionType": {
|
|
1930
|
+
"shape": "DocInteractionType"
|
|
1931
|
+
},
|
|
1932
|
+
"numberOfNavigations": {
|
|
1933
|
+
"shape": "DocV2AcceptanceEventNumberOfNavigationsInteger"
|
|
1934
|
+
},
|
|
1935
|
+
"folderLevel": {
|
|
1936
|
+
"shape": "DocFolderLevel"
|
|
1937
|
+
}
|
|
1938
|
+
},
|
|
1939
|
+
"documentation": "<p>Interaction event for /doc, emitted when user accepts or rejects the generated content</p>"
|
|
1940
|
+
},
|
|
1941
|
+
"DocV2AcceptanceEventNumberOfAddedCharsInteger": {
|
|
1942
|
+
"type": "integer",
|
|
1943
|
+
"min": 0
|
|
1944
|
+
},
|
|
1945
|
+
"DocV2AcceptanceEventNumberOfAddedFilesInteger": {
|
|
1946
|
+
"type": "integer",
|
|
1947
|
+
"min": 0
|
|
1948
|
+
},
|
|
1949
|
+
"DocV2AcceptanceEventNumberOfAddedLinesInteger": {
|
|
1950
|
+
"type": "integer",
|
|
1951
|
+
"min": 0
|
|
1952
|
+
},
|
|
1953
|
+
"DocV2AcceptanceEventNumberOfNavigationsInteger": {
|
|
1954
|
+
"type": "integer",
|
|
1955
|
+
"min": 0
|
|
1956
|
+
},
|
|
1957
|
+
"DocV2GenerationEvent": {
|
|
1958
|
+
"type": "structure",
|
|
1959
|
+
"required": [
|
|
1960
|
+
"conversationId",
|
|
1961
|
+
"numberOfGeneratedChars",
|
|
1962
|
+
"numberOfGeneratedLines",
|
|
1963
|
+
"numberOfGeneratedFiles"
|
|
1964
|
+
],
|
|
1965
|
+
"members": {
|
|
1966
|
+
"conversationId": {
|
|
1967
|
+
"shape": "ConversationId"
|
|
1968
|
+
},
|
|
1969
|
+
"numberOfGeneratedChars": {
|
|
1970
|
+
"shape": "DocV2GenerationEventNumberOfGeneratedCharsInteger"
|
|
1971
|
+
},
|
|
1972
|
+
"numberOfGeneratedLines": {
|
|
1973
|
+
"shape": "DocV2GenerationEventNumberOfGeneratedLinesInteger"
|
|
1974
|
+
},
|
|
1975
|
+
"numberOfGeneratedFiles": {
|
|
1976
|
+
"shape": "DocV2GenerationEventNumberOfGeneratedFilesInteger"
|
|
1977
|
+
},
|
|
1978
|
+
"interactionType": {
|
|
1979
|
+
"shape": "DocInteractionType"
|
|
1980
|
+
},
|
|
1981
|
+
"numberOfNavigations": {
|
|
1982
|
+
"shape": "DocV2GenerationEventNumberOfNavigationsInteger"
|
|
1983
|
+
},
|
|
1984
|
+
"folderLevel": {
|
|
1985
|
+
"shape": "DocFolderLevel"
|
|
1986
|
+
}
|
|
1987
|
+
},
|
|
1988
|
+
"documentation": "<p>Generation event for /doc, emitted when user requests document generation</p>"
|
|
1989
|
+
},
|
|
1990
|
+
"DocV2GenerationEventNumberOfGeneratedCharsInteger": {
|
|
1991
|
+
"type": "integer",
|
|
1992
|
+
"min": 0
|
|
1993
|
+
},
|
|
1994
|
+
"DocV2GenerationEventNumberOfGeneratedFilesInteger": {
|
|
1995
|
+
"type": "integer",
|
|
1996
|
+
"min": 0
|
|
1997
|
+
},
|
|
1998
|
+
"DocV2GenerationEventNumberOfGeneratedLinesInteger": {
|
|
1999
|
+
"type": "integer",
|
|
2000
|
+
"min": 0
|
|
2001
|
+
},
|
|
2002
|
+
"DocV2GenerationEventNumberOfNavigationsInteger": {
|
|
2003
|
+
"type": "integer",
|
|
2004
|
+
"min": 0
|
|
2005
|
+
},
|
|
1390
2006
|
"DocumentSymbol": {
|
|
1391
2007
|
"type": "structure",
|
|
1392
2008
|
"required": ["name", "type"],
|
|
@@ -1428,13 +2044,19 @@
|
|
|
1428
2044
|
"required": ["type"],
|
|
1429
2045
|
"members": {
|
|
1430
2046
|
"scope": {
|
|
1431
|
-
"shape": "
|
|
2047
|
+
"shape": "DocumentationIntentContextScopeString"
|
|
1432
2048
|
},
|
|
1433
2049
|
"type": {
|
|
1434
2050
|
"shape": "DocumentationType"
|
|
1435
2051
|
}
|
|
1436
2052
|
}
|
|
1437
2053
|
},
|
|
2054
|
+
"DocumentationIntentContextScopeString": {
|
|
2055
|
+
"type": "string",
|
|
2056
|
+
"max": 4096,
|
|
2057
|
+
"min": 1,
|
|
2058
|
+
"sensitive": true
|
|
2059
|
+
},
|
|
1438
2060
|
"DocumentationType": {
|
|
1439
2061
|
"type": "string",
|
|
1440
2062
|
"enum": ["README"]
|
|
@@ -1479,6 +2101,10 @@
|
|
|
1479
2101
|
"environmentVariables": {
|
|
1480
2102
|
"shape": "EnvironmentVariables",
|
|
1481
2103
|
"documentation": "<p>The environment variables set in the current environment</p>"
|
|
2104
|
+
},
|
|
2105
|
+
"timezoneOffset": {
|
|
2106
|
+
"shape": "EnvStateTimezoneOffsetInteger",
|
|
2107
|
+
"documentation": "<p>Local timezone offset of the client. For more information, see documentation https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getTimezoneOffset</p>"
|
|
1482
2108
|
}
|
|
1483
2109
|
},
|
|
1484
2110
|
"documentation": "<p>State related to the user's environment</p>"
|
|
@@ -1495,6 +2121,12 @@
|
|
|
1495
2121
|
"min": 1,
|
|
1496
2122
|
"pattern": "(macos|linux|windows)"
|
|
1497
2123
|
},
|
|
2124
|
+
"EnvStateTimezoneOffsetInteger": {
|
|
2125
|
+
"type": "integer",
|
|
2126
|
+
"box": true,
|
|
2127
|
+
"max": 1440,
|
|
2128
|
+
"min": -1440
|
|
2129
|
+
},
|
|
1498
2130
|
"EnvironmentVariable": {
|
|
1499
2131
|
"type": "structure",
|
|
1500
2132
|
"members": {
|
|
@@ -1530,6 +2162,63 @@
|
|
|
1530
2162
|
"max": 100,
|
|
1531
2163
|
"min": 0
|
|
1532
2164
|
},
|
|
2165
|
+
"ErrorDetails": {
|
|
2166
|
+
"type": "string",
|
|
2167
|
+
"max": 2048,
|
|
2168
|
+
"min": 0
|
|
2169
|
+
},
|
|
2170
|
+
"FeatureDevCodeAcceptanceEvent": {
|
|
2171
|
+
"type": "structure",
|
|
2172
|
+
"required": ["conversationId", "linesOfCodeAccepted", "charactersOfCodeAccepted"],
|
|
2173
|
+
"members": {
|
|
2174
|
+
"conversationId": {
|
|
2175
|
+
"shape": "ConversationId"
|
|
2176
|
+
},
|
|
2177
|
+
"linesOfCodeAccepted": {
|
|
2178
|
+
"shape": "FeatureDevCodeAcceptanceEventLinesOfCodeAcceptedInteger"
|
|
2179
|
+
},
|
|
2180
|
+
"charactersOfCodeAccepted": {
|
|
2181
|
+
"shape": "FeatureDevCodeAcceptanceEventCharactersOfCodeAcceptedInteger"
|
|
2182
|
+
},
|
|
2183
|
+
"programmingLanguage": {
|
|
2184
|
+
"shape": "ProgrammingLanguage"
|
|
2185
|
+
}
|
|
2186
|
+
}
|
|
2187
|
+
},
|
|
2188
|
+
"FeatureDevCodeAcceptanceEventCharactersOfCodeAcceptedInteger": {
|
|
2189
|
+
"type": "integer",
|
|
2190
|
+
"min": 0
|
|
2191
|
+
},
|
|
2192
|
+
"FeatureDevCodeAcceptanceEventLinesOfCodeAcceptedInteger": {
|
|
2193
|
+
"type": "integer",
|
|
2194
|
+
"min": 0
|
|
2195
|
+
},
|
|
2196
|
+
"FeatureDevCodeGenerationEvent": {
|
|
2197
|
+
"type": "structure",
|
|
2198
|
+
"required": ["conversationId", "linesOfCodeGenerated", "charactersOfCodeGenerated"],
|
|
2199
|
+
"members": {
|
|
2200
|
+
"conversationId": {
|
|
2201
|
+
"shape": "ConversationId"
|
|
2202
|
+
},
|
|
2203
|
+
"linesOfCodeGenerated": {
|
|
2204
|
+
"shape": "FeatureDevCodeGenerationEventLinesOfCodeGeneratedInteger"
|
|
2205
|
+
},
|
|
2206
|
+
"charactersOfCodeGenerated": {
|
|
2207
|
+
"shape": "FeatureDevCodeGenerationEventCharactersOfCodeGeneratedInteger"
|
|
2208
|
+
},
|
|
2209
|
+
"programmingLanguage": {
|
|
2210
|
+
"shape": "ProgrammingLanguage"
|
|
2211
|
+
}
|
|
2212
|
+
}
|
|
2213
|
+
},
|
|
2214
|
+
"FeatureDevCodeGenerationEventCharactersOfCodeGeneratedInteger": {
|
|
2215
|
+
"type": "integer",
|
|
2216
|
+
"min": 0
|
|
2217
|
+
},
|
|
2218
|
+
"FeatureDevCodeGenerationEventLinesOfCodeGeneratedInteger": {
|
|
2219
|
+
"type": "integer",
|
|
2220
|
+
"min": 0
|
|
2221
|
+
},
|
|
1533
2222
|
"FeatureDevEvent": {
|
|
1534
2223
|
"type": "structure",
|
|
1535
2224
|
"required": ["conversationId"],
|
|
@@ -1654,6 +2343,20 @@
|
|
|
1654
2343
|
"min": 0,
|
|
1655
2344
|
"sensitive": true
|
|
1656
2345
|
},
|
|
2346
|
+
"FunctionalityName": {
|
|
2347
|
+
"type": "string",
|
|
2348
|
+
"enum": [
|
|
2349
|
+
"COMPLETIONS",
|
|
2350
|
+
"ANALYSIS",
|
|
2351
|
+
"CONVERSATIONS",
|
|
2352
|
+
"TASK_ASSIST",
|
|
2353
|
+
"TRANSFORMATIONS",
|
|
2354
|
+
"CHAT_CUSTOMIZATION",
|
|
2355
|
+
"TRANSFORMATIONS_WEBAPP"
|
|
2356
|
+
],
|
|
2357
|
+
"max": 64,
|
|
2358
|
+
"min": 1
|
|
2359
|
+
},
|
|
1657
2360
|
"GenerateCompletionsRequest": {
|
|
1658
2361
|
"type": "structure",
|
|
1659
2362
|
"required": ["fileContext"],
|
|
@@ -1684,6 +2387,9 @@
|
|
|
1684
2387
|
},
|
|
1685
2388
|
"profileArn": {
|
|
1686
2389
|
"shape": "ProfileArn"
|
|
2390
|
+
},
|
|
2391
|
+
"workspaceId": {
|
|
2392
|
+
"shape": "UUID"
|
|
1687
2393
|
}
|
|
1688
2394
|
}
|
|
1689
2395
|
},
|
|
@@ -1717,6 +2423,9 @@
|
|
|
1717
2423
|
"members": {
|
|
1718
2424
|
"jobId": {
|
|
1719
2425
|
"shape": "GetCodeAnalysisRequestJobIdString"
|
|
2426
|
+
},
|
|
2427
|
+
"profileArn": {
|
|
2428
|
+
"shape": "ProfileArn"
|
|
1720
2429
|
}
|
|
1721
2430
|
}
|
|
1722
2431
|
},
|
|
@@ -1737,6 +2446,35 @@
|
|
|
1737
2446
|
}
|
|
1738
2447
|
}
|
|
1739
2448
|
},
|
|
2449
|
+
"GetCodeFixJobRequest": {
|
|
2450
|
+
"type": "structure",
|
|
2451
|
+
"required": ["jobId"],
|
|
2452
|
+
"members": {
|
|
2453
|
+
"jobId": {
|
|
2454
|
+
"shape": "GetCodeFixJobRequestJobIdString"
|
|
2455
|
+
},
|
|
2456
|
+
"profileArn": {
|
|
2457
|
+
"shape": "ProfileArn"
|
|
2458
|
+
}
|
|
2459
|
+
}
|
|
2460
|
+
},
|
|
2461
|
+
"GetCodeFixJobRequestJobIdString": {
|
|
2462
|
+
"type": "string",
|
|
2463
|
+
"max": 256,
|
|
2464
|
+
"min": 1,
|
|
2465
|
+
"pattern": ".*[A-Za-z0-9-:]+.*"
|
|
2466
|
+
},
|
|
2467
|
+
"GetCodeFixJobResponse": {
|
|
2468
|
+
"type": "structure",
|
|
2469
|
+
"members": {
|
|
2470
|
+
"jobStatus": {
|
|
2471
|
+
"shape": "CodeFixJobStatus"
|
|
2472
|
+
},
|
|
2473
|
+
"suggestedFix": {
|
|
2474
|
+
"shape": "SuggestedFix"
|
|
2475
|
+
}
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
1740
2478
|
"GetTaskAssistCodeGenerationRequest": {
|
|
1741
2479
|
"type": "structure",
|
|
1742
2480
|
"required": ["conversationId", "codeGenerationId"],
|
|
@@ -1746,6 +2484,9 @@
|
|
|
1746
2484
|
},
|
|
1747
2485
|
"codeGenerationId": {
|
|
1748
2486
|
"shape": "CodeGenerationId"
|
|
2487
|
+
},
|
|
2488
|
+
"profileArn": {
|
|
2489
|
+
"shape": "ProfileArn"
|
|
1749
2490
|
}
|
|
1750
2491
|
},
|
|
1751
2492
|
"documentation": "<p>Request for getting task assist code generation.</p>"
|
|
@@ -1781,6 +2522,9 @@
|
|
|
1781
2522
|
},
|
|
1782
2523
|
"testGenerationJobId": {
|
|
1783
2524
|
"shape": "UUID"
|
|
2525
|
+
},
|
|
2526
|
+
"profileArn": {
|
|
2527
|
+
"shape": "ProfileArn"
|
|
1784
2528
|
}
|
|
1785
2529
|
},
|
|
1786
2530
|
"documentation": "<p>Structure to represent get test generation request.</p>"
|
|
@@ -1800,6 +2544,9 @@
|
|
|
1800
2544
|
"members": {
|
|
1801
2545
|
"transformationJobId": {
|
|
1802
2546
|
"shape": "TransformationJobId"
|
|
2547
|
+
},
|
|
2548
|
+
"profileArn": {
|
|
2549
|
+
"shape": "ProfileArn"
|
|
1803
2550
|
}
|
|
1804
2551
|
},
|
|
1805
2552
|
"documentation": "<p>Structure to represent get code transformation plan request.</p>"
|
|
@@ -1820,6 +2567,9 @@
|
|
|
1820
2567
|
"members": {
|
|
1821
2568
|
"transformationJobId": {
|
|
1822
2569
|
"shape": "TransformationJobId"
|
|
2570
|
+
},
|
|
2571
|
+
"profileArn": {
|
|
2572
|
+
"shape": "ProfileArn"
|
|
1823
2573
|
}
|
|
1824
2574
|
},
|
|
1825
2575
|
"documentation": "<p>Structure to represent get code transformation request.</p>"
|
|
@@ -1861,6 +2611,15 @@
|
|
|
1861
2611
|
"max": 256,
|
|
1862
2612
|
"min": 1
|
|
1863
2613
|
},
|
|
2614
|
+
"IdentityDetails": {
|
|
2615
|
+
"type": "structure",
|
|
2616
|
+
"members": {
|
|
2617
|
+
"ssoIdentityDetails": {
|
|
2618
|
+
"shape": "SSOIdentityDetails"
|
|
2619
|
+
}
|
|
2620
|
+
},
|
|
2621
|
+
"union": true
|
|
2622
|
+
},
|
|
1864
2623
|
"Import": {
|
|
1865
2624
|
"type": "structure",
|
|
1866
2625
|
"members": {
|
|
@@ -1923,11 +2682,8 @@
|
|
|
1923
2682
|
"responseEndLatency": {
|
|
1924
2683
|
"shape": "Double"
|
|
1925
2684
|
},
|
|
1926
|
-
"
|
|
1927
|
-
"shape": "
|
|
1928
|
-
},
|
|
1929
|
-
"charactersRemoved": {
|
|
1930
|
-
"shape": "PrimitiveInteger"
|
|
2685
|
+
"programmingLanguage": {
|
|
2686
|
+
"shape": "ProgrammingLanguage"
|
|
1931
2687
|
}
|
|
1932
2688
|
}
|
|
1933
2689
|
},
|
|
@@ -1973,29 +2729,61 @@
|
|
|
1973
2729
|
"shape": "Range"
|
|
1974
2730
|
}
|
|
1975
2731
|
},
|
|
1976
|
-
"ListAvailableCustomizationsRequest": {
|
|
2732
|
+
"ListAvailableCustomizationsRequest": {
|
|
2733
|
+
"type": "structure",
|
|
2734
|
+
"members": {
|
|
2735
|
+
"maxResults": {
|
|
2736
|
+
"shape": "ListAvailableCustomizationsRequestMaxResultsInteger"
|
|
2737
|
+
},
|
|
2738
|
+
"nextToken": {
|
|
2739
|
+
"shape": "Base64EncodedPaginationToken"
|
|
2740
|
+
},
|
|
2741
|
+
"profileArn": {
|
|
2742
|
+
"shape": "ProfileArn"
|
|
2743
|
+
}
|
|
2744
|
+
}
|
|
2745
|
+
},
|
|
2746
|
+
"ListAvailableCustomizationsRequestMaxResultsInteger": {
|
|
2747
|
+
"type": "integer",
|
|
2748
|
+
"box": true,
|
|
2749
|
+
"max": 100,
|
|
2750
|
+
"min": 1
|
|
2751
|
+
},
|
|
2752
|
+
"ListAvailableCustomizationsResponse": {
|
|
2753
|
+
"type": "structure",
|
|
2754
|
+
"required": ["customizations"],
|
|
2755
|
+
"members": {
|
|
2756
|
+
"customizations": {
|
|
2757
|
+
"shape": "Customizations"
|
|
2758
|
+
},
|
|
2759
|
+
"nextToken": {
|
|
2760
|
+
"shape": "Base64EncodedPaginationToken"
|
|
2761
|
+
}
|
|
2762
|
+
}
|
|
2763
|
+
},
|
|
2764
|
+
"ListAvailableProfilesRequest": {
|
|
1977
2765
|
"type": "structure",
|
|
1978
2766
|
"members": {
|
|
1979
2767
|
"maxResults": {
|
|
1980
|
-
"shape": "
|
|
2768
|
+
"shape": "ListAvailableProfilesRequestMaxResultsInteger"
|
|
1981
2769
|
},
|
|
1982
2770
|
"nextToken": {
|
|
1983
2771
|
"shape": "Base64EncodedPaginationToken"
|
|
1984
2772
|
}
|
|
1985
2773
|
}
|
|
1986
2774
|
},
|
|
1987
|
-
"
|
|
2775
|
+
"ListAvailableProfilesRequestMaxResultsInteger": {
|
|
1988
2776
|
"type": "integer",
|
|
1989
2777
|
"box": true,
|
|
1990
|
-
"max":
|
|
2778
|
+
"max": 10,
|
|
1991
2779
|
"min": 1
|
|
1992
2780
|
},
|
|
1993
|
-
"
|
|
2781
|
+
"ListAvailableProfilesResponse": {
|
|
1994
2782
|
"type": "structure",
|
|
1995
|
-
"required": ["
|
|
2783
|
+
"required": ["profiles"],
|
|
1996
2784
|
"members": {
|
|
1997
|
-
"
|
|
1998
|
-
"shape": "
|
|
2785
|
+
"profiles": {
|
|
2786
|
+
"shape": "ProfileList"
|
|
1999
2787
|
},
|
|
2000
2788
|
"nextToken": {
|
|
2001
2789
|
"shape": "Base64EncodedPaginationToken"
|
|
@@ -2014,6 +2802,9 @@
|
|
|
2014
2802
|
},
|
|
2015
2803
|
"codeAnalysisFindingsSchema": {
|
|
2016
2804
|
"shape": "CodeAnalysisFindingsSchema"
|
|
2805
|
+
},
|
|
2806
|
+
"profileArn": {
|
|
2807
|
+
"shape": "ProfileArn"
|
|
2017
2808
|
}
|
|
2018
2809
|
}
|
|
2019
2810
|
},
|
|
@@ -2040,6 +2831,9 @@
|
|
|
2040
2831
|
"members": {
|
|
2041
2832
|
"userContext": {
|
|
2042
2833
|
"shape": "UserContext"
|
|
2834
|
+
},
|
|
2835
|
+
"profileArn": {
|
|
2836
|
+
"shape": "ProfileArn"
|
|
2043
2837
|
}
|
|
2044
2838
|
}
|
|
2045
2839
|
},
|
|
@@ -2052,6 +2846,41 @@
|
|
|
2052
2846
|
}
|
|
2053
2847
|
}
|
|
2054
2848
|
},
|
|
2849
|
+
"ListWorkspaceMetadataRequest": {
|
|
2850
|
+
"type": "structure",
|
|
2851
|
+
"required": ["workspaceRoot"],
|
|
2852
|
+
"members": {
|
|
2853
|
+
"workspaceRoot": {
|
|
2854
|
+
"shape": "ListWorkspaceMetadataRequestWorkspaceRootString"
|
|
2855
|
+
},
|
|
2856
|
+
"nextToken": {
|
|
2857
|
+
"shape": "String"
|
|
2858
|
+
},
|
|
2859
|
+
"maxResults": {
|
|
2860
|
+
"shape": "Integer"
|
|
2861
|
+
},
|
|
2862
|
+
"profileArn": {
|
|
2863
|
+
"shape": "ProfileArn"
|
|
2864
|
+
}
|
|
2865
|
+
}
|
|
2866
|
+
},
|
|
2867
|
+
"ListWorkspaceMetadataRequestWorkspaceRootString": {
|
|
2868
|
+
"type": "string",
|
|
2869
|
+
"max": 1024,
|
|
2870
|
+
"min": 1
|
|
2871
|
+
},
|
|
2872
|
+
"ListWorkspaceMetadataResponse": {
|
|
2873
|
+
"type": "structure",
|
|
2874
|
+
"required": ["workspaces"],
|
|
2875
|
+
"members": {
|
|
2876
|
+
"workspaces": {
|
|
2877
|
+
"shape": "WorkspaceList"
|
|
2878
|
+
},
|
|
2879
|
+
"nextToken": {
|
|
2880
|
+
"shape": "String"
|
|
2881
|
+
}
|
|
2882
|
+
}
|
|
2883
|
+
},
|
|
2055
2884
|
"Long": {
|
|
2056
2885
|
"type": "long",
|
|
2057
2886
|
"box": true
|
|
@@ -2095,16 +2924,130 @@
|
|
|
2095
2924
|
"min": 1,
|
|
2096
2925
|
"pattern": "[-a-zA-Z0-9._]*"
|
|
2097
2926
|
},
|
|
2927
|
+
"Notifications": {
|
|
2928
|
+
"type": "list",
|
|
2929
|
+
"member": {
|
|
2930
|
+
"shape": "NotificationsFeature"
|
|
2931
|
+
},
|
|
2932
|
+
"max": 10,
|
|
2933
|
+
"min": 0
|
|
2934
|
+
},
|
|
2935
|
+
"NotificationsFeature": {
|
|
2936
|
+
"type": "structure",
|
|
2937
|
+
"required": ["feature", "toggle"],
|
|
2938
|
+
"members": {
|
|
2939
|
+
"feature": {
|
|
2940
|
+
"shape": "FeatureName"
|
|
2941
|
+
},
|
|
2942
|
+
"toggle": {
|
|
2943
|
+
"shape": "OptInFeatureToggle"
|
|
2944
|
+
}
|
|
2945
|
+
}
|
|
2946
|
+
},
|
|
2098
2947
|
"OperatingSystem": {
|
|
2099
2948
|
"type": "string",
|
|
2100
2949
|
"enum": ["MAC", "WINDOWS", "LINUX"],
|
|
2101
2950
|
"max": 64,
|
|
2102
2951
|
"min": 1
|
|
2103
2952
|
},
|
|
2953
|
+
"OptInFeatureToggle": {
|
|
2954
|
+
"type": "string",
|
|
2955
|
+
"enum": ["ON", "OFF"]
|
|
2956
|
+
},
|
|
2957
|
+
"OptInFeatures": {
|
|
2958
|
+
"type": "structure",
|
|
2959
|
+
"members": {
|
|
2960
|
+
"promptLogging": {
|
|
2961
|
+
"shape": "PromptLogging"
|
|
2962
|
+
},
|
|
2963
|
+
"byUserAnalytics": {
|
|
2964
|
+
"shape": "ByUserAnalytics"
|
|
2965
|
+
},
|
|
2966
|
+
"dashboardAnalytics": {
|
|
2967
|
+
"shape": "DashboardAnalytics"
|
|
2968
|
+
},
|
|
2969
|
+
"notifications": {
|
|
2970
|
+
"shape": "Notifications"
|
|
2971
|
+
},
|
|
2972
|
+
"workspaceContext": {
|
|
2973
|
+
"shape": "WorkspaceContext"
|
|
2974
|
+
}
|
|
2975
|
+
}
|
|
2976
|
+
},
|
|
2104
2977
|
"OptOutPreference": {
|
|
2105
2978
|
"type": "string",
|
|
2106
2979
|
"enum": ["OPTIN", "OPTOUT"]
|
|
2107
2980
|
},
|
|
2981
|
+
"Origin": {
|
|
2982
|
+
"type": "string",
|
|
2983
|
+
"documentation": "<p>Enum to represent the origin application conversing with Sidekick.</p>",
|
|
2984
|
+
"enum": [
|
|
2985
|
+
"CHATBOT",
|
|
2986
|
+
"CONSOLE",
|
|
2987
|
+
"DOCUMENTATION",
|
|
2988
|
+
"MARKETING",
|
|
2989
|
+
"MOBILE",
|
|
2990
|
+
"SERVICE_INTERNAL",
|
|
2991
|
+
"UNIFIED_SEARCH",
|
|
2992
|
+
"UNKNOWN",
|
|
2993
|
+
"MD",
|
|
2994
|
+
"IDE",
|
|
2995
|
+
"SAGE_MAKER",
|
|
2996
|
+
"CLI",
|
|
2997
|
+
"AI_EDITOR",
|
|
2998
|
+
"OPENSEARCH_DASHBOARD",
|
|
2999
|
+
"GITLAB"
|
|
3000
|
+
]
|
|
3001
|
+
},
|
|
3002
|
+
"PackageInfo": {
|
|
3003
|
+
"type": "structure",
|
|
3004
|
+
"members": {
|
|
3005
|
+
"executionCommand": {
|
|
3006
|
+
"shape": "SensitiveString"
|
|
3007
|
+
},
|
|
3008
|
+
"buildCommand": {
|
|
3009
|
+
"shape": "SensitiveString"
|
|
3010
|
+
},
|
|
3011
|
+
"buildOrder": {
|
|
3012
|
+
"shape": "PackageInfoBuildOrderInteger"
|
|
3013
|
+
},
|
|
3014
|
+
"testFramework": {
|
|
3015
|
+
"shape": "String"
|
|
3016
|
+
},
|
|
3017
|
+
"packageSummary": {
|
|
3018
|
+
"shape": "PackageInfoPackageSummaryString"
|
|
3019
|
+
},
|
|
3020
|
+
"packagePlan": {
|
|
3021
|
+
"shape": "PackageInfoPackagePlanString"
|
|
3022
|
+
},
|
|
3023
|
+
"targetFileInfoList": {
|
|
3024
|
+
"shape": "TargetFileInfoList"
|
|
3025
|
+
}
|
|
3026
|
+
}
|
|
3027
|
+
},
|
|
3028
|
+
"PackageInfoBuildOrderInteger": {
|
|
3029
|
+
"type": "integer",
|
|
3030
|
+
"box": true,
|
|
3031
|
+
"min": 0
|
|
3032
|
+
},
|
|
3033
|
+
"PackageInfoList": {
|
|
3034
|
+
"type": "list",
|
|
3035
|
+
"member": {
|
|
3036
|
+
"shape": "PackageInfo"
|
|
3037
|
+
}
|
|
3038
|
+
},
|
|
3039
|
+
"PackageInfoPackagePlanString": {
|
|
3040
|
+
"type": "string",
|
|
3041
|
+
"max": 30720,
|
|
3042
|
+
"min": 0,
|
|
3043
|
+
"sensitive": true
|
|
3044
|
+
},
|
|
3045
|
+
"PackageInfoPackageSummaryString": {
|
|
3046
|
+
"type": "string",
|
|
3047
|
+
"max": 30720,
|
|
3048
|
+
"min": 0,
|
|
3049
|
+
"sensitive": true
|
|
3050
|
+
},
|
|
2108
3051
|
"PaginationToken": {
|
|
2109
3052
|
"type": "string",
|
|
2110
3053
|
"max": 2048,
|
|
@@ -2135,12 +3078,77 @@
|
|
|
2135
3078
|
"PrimitiveInteger": {
|
|
2136
3079
|
"type": "integer"
|
|
2137
3080
|
},
|
|
3081
|
+
"Profile": {
|
|
3082
|
+
"type": "structure",
|
|
3083
|
+
"required": ["arn", "profileName"],
|
|
3084
|
+
"members": {
|
|
3085
|
+
"arn": {
|
|
3086
|
+
"shape": "ProfileArn"
|
|
3087
|
+
},
|
|
3088
|
+
"identityDetails": {
|
|
3089
|
+
"shape": "IdentityDetails"
|
|
3090
|
+
},
|
|
3091
|
+
"profileName": {
|
|
3092
|
+
"shape": "ProfileName"
|
|
3093
|
+
},
|
|
3094
|
+
"referenceTrackerConfiguration": {
|
|
3095
|
+
"shape": "ReferenceTrackerConfiguration"
|
|
3096
|
+
},
|
|
3097
|
+
"kmsKeyArn": {
|
|
3098
|
+
"shape": "ResourceArn"
|
|
3099
|
+
},
|
|
3100
|
+
"activeFunctionalities": {
|
|
3101
|
+
"shape": "ActiveFunctionalityList"
|
|
3102
|
+
},
|
|
3103
|
+
"status": {
|
|
3104
|
+
"shape": "ProfileStatus"
|
|
3105
|
+
},
|
|
3106
|
+
"errorDetails": {
|
|
3107
|
+
"shape": "ErrorDetails"
|
|
3108
|
+
},
|
|
3109
|
+
"resourcePolicy": {
|
|
3110
|
+
"shape": "ResourcePolicy"
|
|
3111
|
+
},
|
|
3112
|
+
"profileType": {
|
|
3113
|
+
"shape": "ProfileType"
|
|
3114
|
+
},
|
|
3115
|
+
"optInFeatures": {
|
|
3116
|
+
"shape": "OptInFeatures"
|
|
3117
|
+
},
|
|
3118
|
+
"permissionUpdateRequired": {
|
|
3119
|
+
"shape": "Boolean"
|
|
3120
|
+
},
|
|
3121
|
+
"applicationProperties": {
|
|
3122
|
+
"shape": "ApplicationPropertiesList"
|
|
3123
|
+
}
|
|
3124
|
+
}
|
|
3125
|
+
},
|
|
2138
3126
|
"ProfileArn": {
|
|
2139
3127
|
"type": "string",
|
|
2140
3128
|
"max": 950,
|
|
2141
3129
|
"min": 0,
|
|
2142
3130
|
"pattern": "arn:aws:codewhisperer:[-.a-z0-9]{1,63}:\\d{12}:profile/([a-zA-Z0-9]){12}"
|
|
2143
3131
|
},
|
|
3132
|
+
"ProfileList": {
|
|
3133
|
+
"type": "list",
|
|
3134
|
+
"member": {
|
|
3135
|
+
"shape": "Profile"
|
|
3136
|
+
}
|
|
3137
|
+
},
|
|
3138
|
+
"ProfileName": {
|
|
3139
|
+
"type": "string",
|
|
3140
|
+
"max": 100,
|
|
3141
|
+
"min": 1,
|
|
3142
|
+
"pattern": "[a-zA-Z][a-zA-Z0-9_-]*"
|
|
3143
|
+
},
|
|
3144
|
+
"ProfileStatus": {
|
|
3145
|
+
"type": "string",
|
|
3146
|
+
"enum": ["ACTIVE", "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "DELETING", "DELETE_FAILED"]
|
|
3147
|
+
},
|
|
3148
|
+
"ProfileType": {
|
|
3149
|
+
"type": "string",
|
|
3150
|
+
"enum": ["Q_DEVELOPER", "CODEWHISPERER"]
|
|
3151
|
+
},
|
|
2144
3152
|
"ProgrammingLanguage": {
|
|
2145
3153
|
"type": "structure",
|
|
2146
3154
|
"required": ["languageName"],
|
|
@@ -2163,6 +3171,18 @@
|
|
|
2163
3171
|
"shape": "TransformationProgressUpdate"
|
|
2164
3172
|
}
|
|
2165
3173
|
},
|
|
3174
|
+
"PromptLogging": {
|
|
3175
|
+
"type": "structure",
|
|
3176
|
+
"required": ["s3Uri", "toggle"],
|
|
3177
|
+
"members": {
|
|
3178
|
+
"s3Uri": {
|
|
3179
|
+
"shape": "S3Uri"
|
|
3180
|
+
},
|
|
3181
|
+
"toggle": {
|
|
3182
|
+
"shape": "OptInFeatureToggle"
|
|
3183
|
+
}
|
|
3184
|
+
}
|
|
3185
|
+
},
|
|
2166
3186
|
"Range": {
|
|
2167
3187
|
"type": "structure",
|
|
2168
3188
|
"required": ["start", "end"],
|
|
@@ -2242,7 +3262,7 @@
|
|
|
2242
3262
|
"member": {
|
|
2243
3263
|
"shape": "RelevantTextDocument"
|
|
2244
3264
|
},
|
|
2245
|
-
"max":
|
|
3265
|
+
"max": 30,
|
|
2246
3266
|
"min": 0
|
|
2247
3267
|
},
|
|
2248
3268
|
"RelevantTextDocument": {
|
|
@@ -2276,7 +3296,7 @@
|
|
|
2276
3296
|
},
|
|
2277
3297
|
"RelevantTextDocumentTextString": {
|
|
2278
3298
|
"type": "string",
|
|
2279
|
-
"max":
|
|
3299
|
+
"max": 40960,
|
|
2280
3300
|
"min": 0,
|
|
2281
3301
|
"sensitive": true
|
|
2282
3302
|
},
|
|
@@ -2319,6 +3339,19 @@
|
|
|
2319
3339
|
"documentation": "<p>This exception is thrown when describing a resource that does not exist.</p>",
|
|
2320
3340
|
"exception": true
|
|
2321
3341
|
},
|
|
3342
|
+
"ResourcePolicy": {
|
|
3343
|
+
"type": "structure",
|
|
3344
|
+
"required": ["effect"],
|
|
3345
|
+
"members": {
|
|
3346
|
+
"effect": {
|
|
3347
|
+
"shape": "ResourcePolicyEffect"
|
|
3348
|
+
}
|
|
3349
|
+
}
|
|
3350
|
+
},
|
|
3351
|
+
"ResourcePolicyEffect": {
|
|
3352
|
+
"type": "string",
|
|
3353
|
+
"enum": ["ALLOW", "DENY"]
|
|
3354
|
+
},
|
|
2322
3355
|
"ResumeTransformationRequest": {
|
|
2323
3356
|
"type": "structure",
|
|
2324
3357
|
"required": ["transformationJobId"],
|
|
@@ -2328,6 +3361,9 @@
|
|
|
2328
3361
|
},
|
|
2329
3362
|
"userActionStatus": {
|
|
2330
3363
|
"shape": "TransformationUserActionStatus"
|
|
3364
|
+
},
|
|
3365
|
+
"profileArn": {
|
|
3366
|
+
"shape": "ProfileArn"
|
|
2331
3367
|
}
|
|
2332
3368
|
},
|
|
2333
3369
|
"documentation": "<p>Structure to represent stop code transformation request.</p>"
|
|
@@ -2373,6 +3409,33 @@
|
|
|
2373
3409
|
"min": 0,
|
|
2374
3410
|
"sensitive": true
|
|
2375
3411
|
},
|
|
3412
|
+
"S3Uri": {
|
|
3413
|
+
"type": "string",
|
|
3414
|
+
"max": 1024,
|
|
3415
|
+
"min": 1,
|
|
3416
|
+
"pattern": "s3://((?!xn--)[a-z0-9](?![^/]*[.]{2})[a-z0-9-.]{1,61}[a-z0-9](?<!-s3alias)(?<!--ol-s3)(?<!([0-9]{1,3}\\.)([0-9]{1,3}\\.)([0-9]{1,3}\\.)([0-9]{1,3})))/(.{0,1024})"
|
|
3417
|
+
},
|
|
3418
|
+
"SSOIdentityDetails": {
|
|
3419
|
+
"type": "structure",
|
|
3420
|
+
"required": ["instanceArn", "oidcClientId"],
|
|
3421
|
+
"members": {
|
|
3422
|
+
"instanceArn": {
|
|
3423
|
+
"shape": "ResourceArn"
|
|
3424
|
+
},
|
|
3425
|
+
"oidcClientId": {
|
|
3426
|
+
"shape": "String"
|
|
3427
|
+
},
|
|
3428
|
+
"ssoRegion": {
|
|
3429
|
+
"shape": "SSORegion"
|
|
3430
|
+
}
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3433
|
+
"SSORegion": {
|
|
3434
|
+
"type": "string",
|
|
3435
|
+
"max": 63,
|
|
3436
|
+
"min": 1,
|
|
3437
|
+
"pattern": "[-a-z0-9]{1,63}"
|
|
3438
|
+
},
|
|
2376
3439
|
"SendTelemetryEventRequest": {
|
|
2377
3440
|
"type": "structure",
|
|
2378
3441
|
"required": ["telemetryEvent"],
|
|
@@ -2399,6 +3462,12 @@
|
|
|
2399
3462
|
"type": "structure",
|
|
2400
3463
|
"members": {}
|
|
2401
3464
|
},
|
|
3465
|
+
"SensitiveDocument": {
|
|
3466
|
+
"type": "structure",
|
|
3467
|
+
"members": {},
|
|
3468
|
+
"document": true,
|
|
3469
|
+
"sensitive": true
|
|
3470
|
+
},
|
|
2402
3471
|
"SensitiveString": {
|
|
2403
3472
|
"type": "string",
|
|
2404
3473
|
"sensitive": true
|
|
@@ -2505,7 +3574,7 @@
|
|
|
2505
3574
|
"shape": "SpanEndInteger"
|
|
2506
3575
|
}
|
|
2507
3576
|
},
|
|
2508
|
-
"documentation": "<p>Represents span in a text
|
|
3577
|
+
"documentation": "<p>Represents span in a text.</p>"
|
|
2509
3578
|
},
|
|
2510
3579
|
"SpanEndInteger": {
|
|
2511
3580
|
"type": "integer",
|
|
@@ -2536,6 +3605,9 @@
|
|
|
2536
3605
|
},
|
|
2537
3606
|
"codeScanName": {
|
|
2538
3607
|
"shape": "CodeScanName"
|
|
3608
|
+
},
|
|
3609
|
+
"profileArn": {
|
|
3610
|
+
"shape": "ProfileArn"
|
|
2539
3611
|
}
|
|
2540
3612
|
}
|
|
2541
3613
|
},
|
|
@@ -2564,6 +3636,62 @@
|
|
|
2564
3636
|
"max": 256,
|
|
2565
3637
|
"min": 1
|
|
2566
3638
|
},
|
|
3639
|
+
"StartCodeFixJobRequest": {
|
|
3640
|
+
"type": "structure",
|
|
3641
|
+
"required": ["snippetRange", "uploadId"],
|
|
3642
|
+
"members": {
|
|
3643
|
+
"snippetRange": {
|
|
3644
|
+
"shape": "Range"
|
|
3645
|
+
},
|
|
3646
|
+
"uploadId": {
|
|
3647
|
+
"shape": "UploadId"
|
|
3648
|
+
},
|
|
3649
|
+
"description": {
|
|
3650
|
+
"shape": "StartCodeFixJobRequestDescriptionString"
|
|
3651
|
+
},
|
|
3652
|
+
"ruleId": {
|
|
3653
|
+
"shape": "StartCodeFixJobRequestRuleIdString"
|
|
3654
|
+
},
|
|
3655
|
+
"codeFixName": {
|
|
3656
|
+
"shape": "CodeFixName"
|
|
3657
|
+
},
|
|
3658
|
+
"referenceTrackerConfiguration": {
|
|
3659
|
+
"shape": "ReferenceTrackerConfiguration"
|
|
3660
|
+
},
|
|
3661
|
+
"profileArn": {
|
|
3662
|
+
"shape": "ProfileArn"
|
|
3663
|
+
}
|
|
3664
|
+
}
|
|
3665
|
+
},
|
|
3666
|
+
"StartCodeFixJobRequestDescriptionString": {
|
|
3667
|
+
"type": "string",
|
|
3668
|
+
"max": 5000,
|
|
3669
|
+
"min": 1,
|
|
3670
|
+
"sensitive": true
|
|
3671
|
+
},
|
|
3672
|
+
"StartCodeFixJobRequestRuleIdString": {
|
|
3673
|
+
"type": "string",
|
|
3674
|
+
"max": 256,
|
|
3675
|
+
"min": 1,
|
|
3676
|
+
"pattern": ".*[A-Za-z0-9-]+.*"
|
|
3677
|
+
},
|
|
3678
|
+
"StartCodeFixJobResponse": {
|
|
3679
|
+
"type": "structure",
|
|
3680
|
+
"members": {
|
|
3681
|
+
"jobId": {
|
|
3682
|
+
"shape": "StartCodeFixJobResponseJobIdString"
|
|
3683
|
+
},
|
|
3684
|
+
"status": {
|
|
3685
|
+
"shape": "CodeFixJobStatus"
|
|
3686
|
+
}
|
|
3687
|
+
}
|
|
3688
|
+
},
|
|
3689
|
+
"StartCodeFixJobResponseJobIdString": {
|
|
3690
|
+
"type": "string",
|
|
3691
|
+
"max": 256,
|
|
3692
|
+
"min": 1,
|
|
3693
|
+
"pattern": ".*[A-Za-z0-9-:]+.*"
|
|
3694
|
+
},
|
|
2567
3695
|
"StartTaskAssistCodeGenerationRequest": {
|
|
2568
3696
|
"type": "structure",
|
|
2569
3697
|
"required": ["conversationState", "workspaceState"],
|
|
@@ -2588,6 +3716,9 @@
|
|
|
2588
3716
|
},
|
|
2589
3717
|
"intentContext": {
|
|
2590
3718
|
"shape": "IntentContext"
|
|
3719
|
+
},
|
|
3720
|
+
"profileArn": {
|
|
3721
|
+
"shape": "ProfileArn"
|
|
2591
3722
|
}
|
|
2592
3723
|
},
|
|
2593
3724
|
"documentation": "<p>Structure to represent start code generation request.</p>"
|
|
@@ -2625,6 +3756,9 @@
|
|
|
2625
3756
|
"clientToken": {
|
|
2626
3757
|
"shape": "StartTestGenerationRequestClientTokenString",
|
|
2627
3758
|
"idempotencyToken": true
|
|
3759
|
+
},
|
|
3760
|
+
"profileArn": {
|
|
3761
|
+
"shape": "ProfileArn"
|
|
2628
3762
|
}
|
|
2629
3763
|
},
|
|
2630
3764
|
"documentation": "<p>Structure to represent test generation request.</p>"
|
|
@@ -2658,6 +3792,9 @@
|
|
|
2658
3792
|
},
|
|
2659
3793
|
"transformationSpec": {
|
|
2660
3794
|
"shape": "TransformationSpec"
|
|
3795
|
+
},
|
|
3796
|
+
"profileArn": {
|
|
3797
|
+
"shape": "ProfileArn"
|
|
2661
3798
|
}
|
|
2662
3799
|
},
|
|
2663
3800
|
"documentation": "<p>Structure to represent code transformation request.</p>"
|
|
@@ -2683,6 +3820,9 @@
|
|
|
2683
3820
|
"members": {
|
|
2684
3821
|
"transformationJobId": {
|
|
2685
3822
|
"shape": "TransformationJobId"
|
|
3823
|
+
},
|
|
3824
|
+
"profileArn": {
|
|
3825
|
+
"shape": "ProfileArn"
|
|
2686
3826
|
}
|
|
2687
3827
|
},
|
|
2688
3828
|
"documentation": "<p>Structure to represent stop code transformation request.</p>"
|
|
@@ -2700,9 +3840,35 @@
|
|
|
2700
3840
|
"String": {
|
|
2701
3841
|
"type": "string"
|
|
2702
3842
|
},
|
|
3843
|
+
"SuggestedFix": {
|
|
3844
|
+
"type": "structure",
|
|
3845
|
+
"members": {
|
|
3846
|
+
"codeDiff": {
|
|
3847
|
+
"shape": "SuggestedFixCodeDiffString"
|
|
3848
|
+
},
|
|
3849
|
+
"description": {
|
|
3850
|
+
"shape": "SuggestedFixDescriptionString"
|
|
3851
|
+
},
|
|
3852
|
+
"references": {
|
|
3853
|
+
"shape": "References"
|
|
3854
|
+
}
|
|
3855
|
+
}
|
|
3856
|
+
},
|
|
3857
|
+
"SuggestedFixCodeDiffString": {
|
|
3858
|
+
"type": "string",
|
|
3859
|
+
"max": 200000,
|
|
3860
|
+
"min": 0,
|
|
3861
|
+
"sensitive": true
|
|
3862
|
+
},
|
|
3863
|
+
"SuggestedFixDescriptionString": {
|
|
3864
|
+
"type": "string",
|
|
3865
|
+
"max": 2000,
|
|
3866
|
+
"min": 1,
|
|
3867
|
+
"sensitive": true
|
|
3868
|
+
},
|
|
2703
3869
|
"SuggestionState": {
|
|
2704
3870
|
"type": "string",
|
|
2705
|
-
"enum": ["ACCEPT", "REJECT", "DISCARD", "EMPTY"]
|
|
3871
|
+
"enum": ["ACCEPT", "REJECT", "DISCARD", "EMPTY", "MERGE"]
|
|
2706
3872
|
},
|
|
2707
3873
|
"SupplementalContext": {
|
|
2708
3874
|
"type": "structure",
|
|
@@ -2742,15 +3908,15 @@
|
|
|
2742
3908
|
"members": {
|
|
2743
3909
|
"url": {
|
|
2744
3910
|
"shape": "SupplementaryWebLinkUrlString",
|
|
2745
|
-
"documentation": "<p>URL of the web reference link
|
|
3911
|
+
"documentation": "<p>URL of the web reference link.</p>"
|
|
2746
3912
|
},
|
|
2747
3913
|
"title": {
|
|
2748
3914
|
"shape": "SupplementaryWebLinkTitleString",
|
|
2749
|
-
"documentation": "<p>Title of the web reference link
|
|
3915
|
+
"documentation": "<p>Title of the web reference link.</p>"
|
|
2750
3916
|
},
|
|
2751
3917
|
"snippet": {
|
|
2752
3918
|
"shape": "SupplementaryWebLinkSnippetString",
|
|
2753
|
-
"documentation": "<p>Relevant text snippet from the link
|
|
3919
|
+
"documentation": "<p>Relevant text snippet from the link.</p>"
|
|
2754
3920
|
}
|
|
2755
3921
|
},
|
|
2756
3922
|
"documentation": "<p>Represents an additional reference link retured with the Chat message</p>"
|
|
@@ -2811,6 +3977,61 @@
|
|
|
2811
3977
|
"min": 1,
|
|
2812
3978
|
"sensitive": true
|
|
2813
3979
|
},
|
|
3980
|
+
"TargetFileInfo": {
|
|
3981
|
+
"type": "structure",
|
|
3982
|
+
"members": {
|
|
3983
|
+
"filePath": {
|
|
3984
|
+
"shape": "SensitiveString"
|
|
3985
|
+
},
|
|
3986
|
+
"testFilePath": {
|
|
3987
|
+
"shape": "SensitiveString"
|
|
3988
|
+
},
|
|
3989
|
+
"testCoverage": {
|
|
3990
|
+
"shape": "TargetFileInfoTestCoverageInteger"
|
|
3991
|
+
},
|
|
3992
|
+
"fileSummary": {
|
|
3993
|
+
"shape": "TargetFileInfoFileSummaryString"
|
|
3994
|
+
},
|
|
3995
|
+
"filePlan": {
|
|
3996
|
+
"shape": "TargetFileInfoFilePlanString"
|
|
3997
|
+
},
|
|
3998
|
+
"codeReferences": {
|
|
3999
|
+
"shape": "References"
|
|
4000
|
+
},
|
|
4001
|
+
"numberOfTestMethods": {
|
|
4002
|
+
"shape": "TargetFileInfoNumberOfTestMethodsInteger"
|
|
4003
|
+
}
|
|
4004
|
+
}
|
|
4005
|
+
},
|
|
4006
|
+
"TargetFileInfoFilePlanString": {
|
|
4007
|
+
"type": "string",
|
|
4008
|
+
"max": 30720,
|
|
4009
|
+
"min": 0,
|
|
4010
|
+
"sensitive": true
|
|
4011
|
+
},
|
|
4012
|
+
"TargetFileInfoFileSummaryString": {
|
|
4013
|
+
"type": "string",
|
|
4014
|
+
"max": 30720,
|
|
4015
|
+
"min": 0,
|
|
4016
|
+
"sensitive": true
|
|
4017
|
+
},
|
|
4018
|
+
"TargetFileInfoList": {
|
|
4019
|
+
"type": "list",
|
|
4020
|
+
"member": {
|
|
4021
|
+
"shape": "TargetFileInfo"
|
|
4022
|
+
}
|
|
4023
|
+
},
|
|
4024
|
+
"TargetFileInfoNumberOfTestMethodsInteger": {
|
|
4025
|
+
"type": "integer",
|
|
4026
|
+
"box": true,
|
|
4027
|
+
"min": 0
|
|
4028
|
+
},
|
|
4029
|
+
"TargetFileInfoTestCoverageInteger": {
|
|
4030
|
+
"type": "integer",
|
|
4031
|
+
"box": true,
|
|
4032
|
+
"max": 100,
|
|
4033
|
+
"min": 0
|
|
4034
|
+
},
|
|
2814
4035
|
"TaskAssistPlan": {
|
|
2815
4036
|
"type": "list",
|
|
2816
4037
|
"member": {
|
|
@@ -2894,9 +4115,21 @@
|
|
|
2894
4115
|
"codeScanEvent": {
|
|
2895
4116
|
"shape": "CodeScanEvent"
|
|
2896
4117
|
},
|
|
4118
|
+
"codeScanSucceededEvent": {
|
|
4119
|
+
"shape": "CodeScanSucceededEvent"
|
|
4120
|
+
},
|
|
4121
|
+
"codeScanFailedEvent": {
|
|
4122
|
+
"shape": "CodeScanFailedEvent"
|
|
4123
|
+
},
|
|
2897
4124
|
"codeScanRemediationsEvent": {
|
|
2898
4125
|
"shape": "CodeScanRemediationsEvent"
|
|
2899
4126
|
},
|
|
4127
|
+
"codeFixGenerationEvent": {
|
|
4128
|
+
"shape": "CodeFixGenerationEvent"
|
|
4129
|
+
},
|
|
4130
|
+
"codeFixAcceptanceEvent": {
|
|
4131
|
+
"shape": "CodeFixAcceptanceEvent"
|
|
4132
|
+
},
|
|
2900
4133
|
"metricData": {
|
|
2901
4134
|
"shape": "MetricData"
|
|
2902
4135
|
},
|
|
@@ -2915,12 +4148,38 @@
|
|
|
2915
4148
|
"featureDevEvent": {
|
|
2916
4149
|
"shape": "FeatureDevEvent"
|
|
2917
4150
|
},
|
|
4151
|
+
"featureDevCodeGenerationEvent": {
|
|
4152
|
+
"shape": "FeatureDevCodeGenerationEvent"
|
|
4153
|
+
},
|
|
4154
|
+
"featureDevCodeAcceptanceEvent": {
|
|
4155
|
+
"shape": "FeatureDevCodeAcceptanceEvent"
|
|
4156
|
+
},
|
|
2918
4157
|
"inlineChatEvent": {
|
|
2919
4158
|
"shape": "InlineChatEvent"
|
|
4159
|
+
},
|
|
4160
|
+
"transformEvent": {
|
|
4161
|
+
"shape": "TransformEvent"
|
|
4162
|
+
},
|
|
4163
|
+
"docGenerationEvent": {
|
|
4164
|
+
"shape": "DocGenerationEvent"
|
|
4165
|
+
},
|
|
4166
|
+
"docV2GenerationEvent": {
|
|
4167
|
+
"shape": "DocV2GenerationEvent"
|
|
4168
|
+
},
|
|
4169
|
+
"docV2AcceptanceEvent": {
|
|
4170
|
+
"shape": "DocV2AcceptanceEvent"
|
|
4171
|
+
},
|
|
4172
|
+
"testGenerationEvent": {
|
|
4173
|
+
"shape": "TestGenerationEvent"
|
|
2920
4174
|
}
|
|
2921
4175
|
},
|
|
2922
4176
|
"union": true
|
|
2923
4177
|
},
|
|
4178
|
+
"TenantId": {
|
|
4179
|
+
"type": "string",
|
|
4180
|
+
"max": 1024,
|
|
4181
|
+
"min": 1
|
|
4182
|
+
},
|
|
2924
4183
|
"TerminalUserInteractionEvent": {
|
|
2925
4184
|
"type": "structure",
|
|
2926
4185
|
"members": {
|
|
@@ -2958,6 +4217,45 @@
|
|
|
2958
4217
|
"documentation": "<p>CodeWhisperer terminal Interaction Type</p>",
|
|
2959
4218
|
"enum": ["CODEWHISPERER_TERMINAL_TRANSLATION_ACTION", "CODEWHISPERER_TERMINAL_COMPLETION_INSERTED"]
|
|
2960
4219
|
},
|
|
4220
|
+
"TestGenerationEvent": {
|
|
4221
|
+
"type": "structure",
|
|
4222
|
+
"required": ["jobId", "groupName"],
|
|
4223
|
+
"members": {
|
|
4224
|
+
"jobId": {
|
|
4225
|
+
"shape": "UUID"
|
|
4226
|
+
},
|
|
4227
|
+
"groupName": {
|
|
4228
|
+
"shape": "TestGenerationJobGroupName"
|
|
4229
|
+
},
|
|
4230
|
+
"timestamp": {
|
|
4231
|
+
"shape": "Timestamp"
|
|
4232
|
+
},
|
|
4233
|
+
"ideCategory": {
|
|
4234
|
+
"shape": "IdeCategory"
|
|
4235
|
+
},
|
|
4236
|
+
"programmingLanguage": {
|
|
4237
|
+
"shape": "ProgrammingLanguage"
|
|
4238
|
+
},
|
|
4239
|
+
"numberOfUnitTestCasesGenerated": {
|
|
4240
|
+
"shape": "Integer"
|
|
4241
|
+
},
|
|
4242
|
+
"numberOfUnitTestCasesAccepted": {
|
|
4243
|
+
"shape": "Integer"
|
|
4244
|
+
},
|
|
4245
|
+
"linesOfCodeGenerated": {
|
|
4246
|
+
"shape": "Integer"
|
|
4247
|
+
},
|
|
4248
|
+
"linesOfCodeAccepted": {
|
|
4249
|
+
"shape": "Integer"
|
|
4250
|
+
},
|
|
4251
|
+
"charsOfCodeGenerated": {
|
|
4252
|
+
"shape": "Integer"
|
|
4253
|
+
},
|
|
4254
|
+
"charsOfCodeAccepted": {
|
|
4255
|
+
"shape": "Integer"
|
|
4256
|
+
}
|
|
4257
|
+
}
|
|
4258
|
+
},
|
|
2961
4259
|
"TestGenerationJob": {
|
|
2962
4260
|
"type": "structure",
|
|
2963
4261
|
"required": ["testGenerationJobId", "testGenerationJobGroupName", "status", "creationTime"],
|
|
@@ -2979,6 +4277,18 @@
|
|
|
2979
4277
|
},
|
|
2980
4278
|
"progressRate": {
|
|
2981
4279
|
"shape": "TestGenerationJobProgressRateInteger"
|
|
4280
|
+
},
|
|
4281
|
+
"jobStatusReason": {
|
|
4282
|
+
"shape": "String"
|
|
4283
|
+
},
|
|
4284
|
+
"jobSummary": {
|
|
4285
|
+
"shape": "TestGenerationJobJobSummaryString"
|
|
4286
|
+
},
|
|
4287
|
+
"jobPlan": {
|
|
4288
|
+
"shape": "TestGenerationJobJobPlanString"
|
|
4289
|
+
},
|
|
4290
|
+
"packageInfoList": {
|
|
4291
|
+
"shape": "PackageInfoList"
|
|
2982
4292
|
}
|
|
2983
4293
|
},
|
|
2984
4294
|
"documentation": "<p>Represents a test generation job</p>"
|
|
@@ -2990,6 +4300,18 @@
|
|
|
2990
4300
|
"min": 1,
|
|
2991
4301
|
"pattern": "[a-zA-Z0-9-_]+"
|
|
2992
4302
|
},
|
|
4303
|
+
"TestGenerationJobJobPlanString": {
|
|
4304
|
+
"type": "string",
|
|
4305
|
+
"max": 30720,
|
|
4306
|
+
"min": 0,
|
|
4307
|
+
"sensitive": true
|
|
4308
|
+
},
|
|
4309
|
+
"TestGenerationJobJobSummaryString": {
|
|
4310
|
+
"type": "string",
|
|
4311
|
+
"max": 30720,
|
|
4312
|
+
"min": 0,
|
|
4313
|
+
"sensitive": true
|
|
4314
|
+
},
|
|
2993
4315
|
"TestGenerationJobProgressRateInteger": {
|
|
2994
4316
|
"type": "integer",
|
|
2995
4317
|
"box": true,
|
|
@@ -3064,7 +4386,7 @@
|
|
|
3064
4386
|
},
|
|
3065
4387
|
"TextDocumentTextString": {
|
|
3066
4388
|
"type": "string",
|
|
3067
|
-
"max":
|
|
4389
|
+
"max": 40000,
|
|
3068
4390
|
"min": 0,
|
|
3069
4391
|
"sensitive": true
|
|
3070
4392
|
},
|
|
@@ -3074,6 +4396,9 @@
|
|
|
3074
4396
|
"members": {
|
|
3075
4397
|
"message": {
|
|
3076
4398
|
"shape": "String"
|
|
4399
|
+
},
|
|
4400
|
+
"reason": {
|
|
4401
|
+
"shape": "ThrottlingExceptionReason"
|
|
3077
4402
|
}
|
|
3078
4403
|
},
|
|
3079
4404
|
"documentation": "<p>This exception is thrown when request was denied due to request throttling.</p>",
|
|
@@ -3082,37 +4407,188 @@
|
|
|
3082
4407
|
"throttling": true
|
|
3083
4408
|
}
|
|
3084
4409
|
},
|
|
4410
|
+
"ThrottlingExceptionReason": {
|
|
4411
|
+
"type": "string",
|
|
4412
|
+
"documentation": "<p>Reason for ThrottlingException</p>",
|
|
4413
|
+
"enum": ["MONTHLY_REQUEST_COUNT"]
|
|
4414
|
+
},
|
|
3085
4415
|
"Timestamp": {
|
|
3086
4416
|
"type": "timestamp"
|
|
3087
4417
|
},
|
|
4418
|
+
"Tool": {
|
|
4419
|
+
"type": "structure",
|
|
4420
|
+
"members": {
|
|
4421
|
+
"toolSpecification": {
|
|
4422
|
+
"shape": "ToolSpecification"
|
|
4423
|
+
}
|
|
4424
|
+
},
|
|
4425
|
+
"documentation": "<p>Information about a tool that can be used.</p>",
|
|
4426
|
+
"union": true
|
|
4427
|
+
},
|
|
4428
|
+
"ToolDescription": {
|
|
4429
|
+
"type": "string",
|
|
4430
|
+
"documentation": "<p>The description for the tool.</p>",
|
|
4431
|
+
"max": 10240,
|
|
4432
|
+
"min": 1,
|
|
4433
|
+
"sensitive": true
|
|
4434
|
+
},
|
|
4435
|
+
"ToolInputSchema": {
|
|
4436
|
+
"type": "structure",
|
|
4437
|
+
"members": {
|
|
4438
|
+
"json": {
|
|
4439
|
+
"shape": "SensitiveDocument"
|
|
4440
|
+
}
|
|
4441
|
+
},
|
|
4442
|
+
"documentation": "<p>The input schema for the tool in JSON format.</p>"
|
|
4443
|
+
},
|
|
4444
|
+
"ToolName": {
|
|
4445
|
+
"type": "string",
|
|
4446
|
+
"documentation": "<p>The name for the tool.</p>",
|
|
4447
|
+
"max": 64,
|
|
4448
|
+
"min": 0,
|
|
4449
|
+
"pattern": "[a-zA-Z][a-zA-Z0-9_]*",
|
|
4450
|
+
"sensitive": true
|
|
4451
|
+
},
|
|
4452
|
+
"ToolResult": {
|
|
4453
|
+
"type": "structure",
|
|
4454
|
+
"required": ["toolUseId", "content"],
|
|
4455
|
+
"members": {
|
|
4456
|
+
"toolUseId": {
|
|
4457
|
+
"shape": "ToolUseId"
|
|
4458
|
+
},
|
|
4459
|
+
"content": {
|
|
4460
|
+
"shape": "ToolResultContent",
|
|
4461
|
+
"documentation": "<p>Content of the tool result.</p>"
|
|
4462
|
+
},
|
|
4463
|
+
"status": {
|
|
4464
|
+
"shape": "ToolResultStatus"
|
|
4465
|
+
}
|
|
4466
|
+
},
|
|
4467
|
+
"documentation": "<p>A tool result that contains the results for a tool request that was previously made.</p>"
|
|
4468
|
+
},
|
|
4469
|
+
"ToolResultContent": {
|
|
4470
|
+
"type": "list",
|
|
4471
|
+
"member": {
|
|
4472
|
+
"shape": "ToolResultContentBlock"
|
|
4473
|
+
}
|
|
4474
|
+
},
|
|
4475
|
+
"ToolResultContentBlock": {
|
|
4476
|
+
"type": "structure",
|
|
4477
|
+
"members": {
|
|
4478
|
+
"text": {
|
|
4479
|
+
"shape": "ToolResultContentBlockTextString",
|
|
4480
|
+
"documentation": "<p>A tool result that is text.</p>"
|
|
4481
|
+
},
|
|
4482
|
+
"json": {
|
|
4483
|
+
"shape": "SensitiveDocument",
|
|
4484
|
+
"documentation": "<p>A tool result that is JSON format data.</p>"
|
|
4485
|
+
}
|
|
4486
|
+
},
|
|
4487
|
+
"union": true
|
|
4488
|
+
},
|
|
4489
|
+
"ToolResultContentBlockTextString": {
|
|
4490
|
+
"type": "string",
|
|
4491
|
+
"max": 30720,
|
|
4492
|
+
"min": 0,
|
|
4493
|
+
"sensitive": true
|
|
4494
|
+
},
|
|
4495
|
+
"ToolResultStatus": {
|
|
4496
|
+
"type": "string",
|
|
4497
|
+
"documentation": "<p>Status of the tools result.</p>",
|
|
4498
|
+
"enum": ["success", "error"]
|
|
4499
|
+
},
|
|
4500
|
+
"ToolResults": {
|
|
4501
|
+
"type": "list",
|
|
4502
|
+
"member": {
|
|
4503
|
+
"shape": "ToolResult"
|
|
4504
|
+
},
|
|
4505
|
+
"max": 10,
|
|
4506
|
+
"min": 0
|
|
4507
|
+
},
|
|
4508
|
+
"ToolSpecification": {
|
|
4509
|
+
"type": "structure",
|
|
4510
|
+
"required": ["inputSchema", "name"],
|
|
4511
|
+
"members": {
|
|
4512
|
+
"inputSchema": {
|
|
4513
|
+
"shape": "ToolInputSchema"
|
|
4514
|
+
},
|
|
4515
|
+
"name": {
|
|
4516
|
+
"shape": "ToolName"
|
|
4517
|
+
},
|
|
4518
|
+
"description": {
|
|
4519
|
+
"shape": "ToolDescription"
|
|
4520
|
+
}
|
|
4521
|
+
},
|
|
4522
|
+
"documentation": "<p>The specification for the tool.</p>"
|
|
4523
|
+
},
|
|
4524
|
+
"ToolUse": {
|
|
4525
|
+
"type": "structure",
|
|
4526
|
+
"required": ["toolUseId", "name", "input"],
|
|
4527
|
+
"members": {
|
|
4528
|
+
"toolUseId": {
|
|
4529
|
+
"shape": "ToolUseId"
|
|
4530
|
+
},
|
|
4531
|
+
"name": {
|
|
4532
|
+
"shape": "ToolName"
|
|
4533
|
+
},
|
|
4534
|
+
"input": {
|
|
4535
|
+
"shape": "SensitiveDocument",
|
|
4536
|
+
"documentation": "<p>The input to pass to the tool.</p>"
|
|
4537
|
+
}
|
|
4538
|
+
},
|
|
4539
|
+
"documentation": "<p>Contains information about a tool that the model is requesting be run. The model uses the result from the tool to generate a response.</p>"
|
|
4540
|
+
},
|
|
4541
|
+
"ToolUseId": {
|
|
4542
|
+
"type": "string",
|
|
4543
|
+
"documentation": "<p>The ID for the tool request.</p>",
|
|
4544
|
+
"max": 64,
|
|
4545
|
+
"min": 0,
|
|
4546
|
+
"pattern": "[a-zA-Z0-9_-]+"
|
|
4547
|
+
},
|
|
4548
|
+
"ToolUses": {
|
|
4549
|
+
"type": "list",
|
|
4550
|
+
"member": {
|
|
4551
|
+
"shape": "ToolUse"
|
|
4552
|
+
},
|
|
4553
|
+
"max": 10,
|
|
4554
|
+
"min": 0
|
|
4555
|
+
},
|
|
4556
|
+
"Tools": {
|
|
4557
|
+
"type": "list",
|
|
4558
|
+
"member": {
|
|
4559
|
+
"shape": "Tool"
|
|
4560
|
+
}
|
|
4561
|
+
},
|
|
4562
|
+
"TransformEvent": {
|
|
4563
|
+
"type": "structure",
|
|
4564
|
+
"required": ["jobId"],
|
|
4565
|
+
"members": {
|
|
4566
|
+
"jobId": {
|
|
4567
|
+
"shape": "TransformationJobId"
|
|
4568
|
+
},
|
|
4569
|
+
"timestamp": {
|
|
4570
|
+
"shape": "Timestamp"
|
|
4571
|
+
},
|
|
4572
|
+
"ideCategory": {
|
|
4573
|
+
"shape": "IdeCategory"
|
|
4574
|
+
},
|
|
4575
|
+
"programmingLanguage": {
|
|
4576
|
+
"shape": "ProgrammingLanguage"
|
|
4577
|
+
},
|
|
4578
|
+
"linesOfCodeChanged": {
|
|
4579
|
+
"shape": "Integer"
|
|
4580
|
+
},
|
|
4581
|
+
"charsOfCodeChanged": {
|
|
4582
|
+
"shape": "Integer"
|
|
4583
|
+
},
|
|
4584
|
+
"linesOfCodeSubmitted": {
|
|
4585
|
+
"shape": "Integer"
|
|
4586
|
+
}
|
|
4587
|
+
}
|
|
4588
|
+
},
|
|
3088
4589
|
"TransformationDotNetRuntimeEnv": {
|
|
3089
4590
|
"type": "string",
|
|
3090
|
-
"enum": [
|
|
3091
|
-
"NET_FRAMEWORK_V_3_5",
|
|
3092
|
-
"NET_FRAMEWORK_V_4_0",
|
|
3093
|
-
"NET_FRAMEWORK_V_4_5",
|
|
3094
|
-
"NET_FRAMEWORK_V_4_5_1",
|
|
3095
|
-
"NET_FRAMEWORK_V_4_5_2",
|
|
3096
|
-
"NET_FRAMEWORK_V_4_6",
|
|
3097
|
-
"NET_FRAMEWORK_V_4_6_1",
|
|
3098
|
-
"NET_FRAMEWORK_V_4_6_2",
|
|
3099
|
-
"NET_FRAMEWORK_V_4_7",
|
|
3100
|
-
"NET_FRAMEWORK_V_4_7_1",
|
|
3101
|
-
"NET_FRAMEWORK_V_4_7_2",
|
|
3102
|
-
"NET_FRAMEWORK_V_4_8",
|
|
3103
|
-
"NET_FRAMEWORK_V_4_8_1",
|
|
3104
|
-
"NET_CORE_APP_1_0",
|
|
3105
|
-
"NET_CORE_APP_1_1",
|
|
3106
|
-
"NET_CORE_APP_2_0",
|
|
3107
|
-
"NET_CORE_APP_2_1",
|
|
3108
|
-
"NET_CORE_APP_2_2",
|
|
3109
|
-
"NET_CORE_APP_3_0",
|
|
3110
|
-
"NET_CORE_APP_3_1",
|
|
3111
|
-
"NET_5_0",
|
|
3112
|
-
"NET_6_0",
|
|
3113
|
-
"NET_7_0",
|
|
3114
|
-
"NET_8_0"
|
|
3115
|
-
]
|
|
4591
|
+
"enum": ["NET_5_0", "NET_6_0", "NET_7_0", "NET_8_0", "NET_9_0", "NET_STANDARD_2_0"]
|
|
3116
4592
|
},
|
|
3117
4593
|
"TransformationDownloadArtifact": {
|
|
3118
4594
|
"type": "structure",
|
|
@@ -3139,7 +4615,7 @@
|
|
|
3139
4615
|
},
|
|
3140
4616
|
"TransformationJavaRuntimeEnv": {
|
|
3141
4617
|
"type": "string",
|
|
3142
|
-
"enum": ["JVM_8", "JVM_11", "JVM_17"]
|
|
4618
|
+
"enum": ["JVM_8", "JVM_11", "JVM_17", "JVM_21"]
|
|
3143
4619
|
},
|
|
3144
4620
|
"TransformationJob": {
|
|
3145
4621
|
"type": "structure",
|
|
@@ -3176,7 +4652,7 @@
|
|
|
3176
4652
|
},
|
|
3177
4653
|
"TransformationLanguage": {
|
|
3178
4654
|
"type": "string",
|
|
3179
|
-
"enum": ["JAVA_8", "JAVA_11", "JAVA_17", "C_SHARP", "COBOL", "PL_I", "JCL"]
|
|
4655
|
+
"enum": ["JAVA_8", "JAVA_11", "JAVA_17", "JAVA_21", "C_SHARP", "COBOL", "PL_I", "JCL"]
|
|
3180
4656
|
},
|
|
3181
4657
|
"TransformationLanguages": {
|
|
3182
4658
|
"type": "list",
|
|
@@ -3402,6 +4878,12 @@
|
|
|
3402
4878
|
},
|
|
3403
4879
|
"codeAnalysisUploadContext": {
|
|
3404
4880
|
"shape": "CodeAnalysisUploadContext"
|
|
4881
|
+
},
|
|
4882
|
+
"codeFixUploadContext": {
|
|
4883
|
+
"shape": "CodeFixUploadContext"
|
|
4884
|
+
},
|
|
4885
|
+
"workspaceContextUploadContext": {
|
|
4886
|
+
"shape": "WorkspaceContextUploadContext"
|
|
3405
4887
|
}
|
|
3406
4888
|
},
|
|
3407
4889
|
"union": true
|
|
@@ -3420,9 +4902,16 @@
|
|
|
3420
4902
|
"TASK_ASSIST_PLANNING",
|
|
3421
4903
|
"AUTOMATIC_FILE_SECURITY_SCAN",
|
|
3422
4904
|
"FULL_PROJECT_SECURITY_SCAN",
|
|
3423
|
-
"UNIT_TESTS_GENERATION"
|
|
4905
|
+
"UNIT_TESTS_GENERATION",
|
|
4906
|
+
"CODE_FIX_GENERATION",
|
|
4907
|
+
"WORKSPACE_CONTEXT"
|
|
3424
4908
|
]
|
|
3425
4909
|
},
|
|
4910
|
+
"Url": {
|
|
4911
|
+
"type": "string",
|
|
4912
|
+
"max": 1024,
|
|
4913
|
+
"min": 1
|
|
4914
|
+
},
|
|
3426
4915
|
"UserContext": {
|
|
3427
4916
|
"type": "structure",
|
|
3428
4917
|
"required": ["ideCategory", "operatingSystem", "product"],
|
|
@@ -3460,18 +4949,22 @@
|
|
|
3460
4949
|
},
|
|
3461
4950
|
"userInputMessageContext": {
|
|
3462
4951
|
"shape": "UserInputMessageContext",
|
|
3463
|
-
"documentation": "<p>Chat message context associated with the Chat Message
|
|
4952
|
+
"documentation": "<p>Chat message context associated with the Chat Message.</p>"
|
|
3464
4953
|
},
|
|
3465
4954
|
"userIntent": {
|
|
3466
4955
|
"shape": "UserIntent",
|
|
3467
|
-
"documentation": "<p>User Intent
|
|
4956
|
+
"documentation": "<p>User Intent.</p>"
|
|
4957
|
+
},
|
|
4958
|
+
"origin": {
|
|
4959
|
+
"shape": "Origin",
|
|
4960
|
+
"documentation": "<p>User Input Origin.</p>"
|
|
3468
4961
|
}
|
|
3469
4962
|
},
|
|
3470
|
-
"documentation": "<p>Structure to represent a chat input message from User
|
|
4963
|
+
"documentation": "<p>Structure to represent a chat input message from User.</p>"
|
|
3471
4964
|
},
|
|
3472
4965
|
"UserInputMessageContentString": {
|
|
3473
4966
|
"type": "string",
|
|
3474
|
-
"max":
|
|
4967
|
+
"max": 160000,
|
|
3475
4968
|
"min": 0,
|
|
3476
4969
|
"sensitive": true
|
|
3477
4970
|
},
|
|
@@ -3509,6 +5002,18 @@
|
|
|
3509
5002
|
"userSettings": {
|
|
3510
5003
|
"shape": "UserSettings",
|
|
3511
5004
|
"documentation": "<p>Settings information, e.g., whether the user has enabled cross-region API calls.</p>"
|
|
5005
|
+
},
|
|
5006
|
+
"additionalContext": {
|
|
5007
|
+
"shape": "AdditionalContentList",
|
|
5008
|
+
"documentation": "<p>List of additional contextual content entries that can be included with the message.</p>"
|
|
5009
|
+
},
|
|
5010
|
+
"toolResults": {
|
|
5011
|
+
"shape": "ToolResults",
|
|
5012
|
+
"documentation": "<p>ToolResults for the requested ToolUses.</p>"
|
|
5013
|
+
},
|
|
5014
|
+
"tools": {
|
|
5015
|
+
"shape": "Tools",
|
|
5016
|
+
"documentation": "<p>Tools that can be used.</p>"
|
|
3512
5017
|
}
|
|
3513
5018
|
},
|
|
3514
5019
|
"documentation": "<p>Additional Chat message context associated with the Chat Message</p>"
|
|
@@ -3651,6 +5156,51 @@
|
|
|
3651
5156
|
"documentation": "<p>Reason for ValidationException</p>",
|
|
3652
5157
|
"enum": ["INVALID_CONVERSATION_ID", "CONTENT_LENGTH_EXCEEDS_THRESHOLD", "INVALID_KMS_GRANT"]
|
|
3653
5158
|
},
|
|
5159
|
+
"WorkspaceContext": {
|
|
5160
|
+
"type": "structure",
|
|
5161
|
+
"required": ["toggle"],
|
|
5162
|
+
"members": {
|
|
5163
|
+
"toggle": {
|
|
5164
|
+
"shape": "OptInFeatureToggle"
|
|
5165
|
+
}
|
|
5166
|
+
}
|
|
5167
|
+
},
|
|
5168
|
+
"WorkspaceContextUploadContext": {
|
|
5169
|
+
"type": "structure",
|
|
5170
|
+
"required": ["workspaceId", "relativePath", "programmingLanguage"],
|
|
5171
|
+
"members": {
|
|
5172
|
+
"workspaceId": {
|
|
5173
|
+
"shape": "UUID"
|
|
5174
|
+
},
|
|
5175
|
+
"relativePath": {
|
|
5176
|
+
"shape": "SensitiveString"
|
|
5177
|
+
},
|
|
5178
|
+
"programmingLanguage": {
|
|
5179
|
+
"shape": "ProgrammingLanguage"
|
|
5180
|
+
}
|
|
5181
|
+
}
|
|
5182
|
+
},
|
|
5183
|
+
"WorkspaceList": {
|
|
5184
|
+
"type": "list",
|
|
5185
|
+
"member": {
|
|
5186
|
+
"shape": "WorkspaceMetadata"
|
|
5187
|
+
}
|
|
5188
|
+
},
|
|
5189
|
+
"WorkspaceMetadata": {
|
|
5190
|
+
"type": "structure",
|
|
5191
|
+
"required": ["workspaceId", "workspaceStatus"],
|
|
5192
|
+
"members": {
|
|
5193
|
+
"workspaceId": {
|
|
5194
|
+
"shape": "UUID"
|
|
5195
|
+
},
|
|
5196
|
+
"workspaceStatus": {
|
|
5197
|
+
"shape": "WorkspaceStatus"
|
|
5198
|
+
},
|
|
5199
|
+
"environmentId": {
|
|
5200
|
+
"shape": "SensitiveString"
|
|
5201
|
+
}
|
|
5202
|
+
}
|
|
5203
|
+
},
|
|
3654
5204
|
"WorkspaceState": {
|
|
3655
5205
|
"type": "structure",
|
|
3656
5206
|
"required": ["uploadId", "programmingLanguage"],
|
|
@@ -3670,6 +5220,10 @@
|
|
|
3670
5220
|
},
|
|
3671
5221
|
"documentation": "<p>Represents a Workspace state uploaded to S3 for Async Code Actions</p>"
|
|
3672
5222
|
},
|
|
5223
|
+
"WorkspaceStatus": {
|
|
5224
|
+
"type": "string",
|
|
5225
|
+
"enum": ["CREATED", "PENDING", "READY", "CONNECTED", "DELETING"]
|
|
5226
|
+
},
|
|
3673
5227
|
"timeBetweenChunks": {
|
|
3674
5228
|
"type": "list",
|
|
3675
5229
|
"member": {
|