@aws/lsp-codewhisperer 0.0.16 → 0.0.18
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 +48 -0
- package/node_modules/@amzn/codewhisperer-streaming/README.md +235 -60
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/CodeWhispererStreaming.js +2 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/CodeWhispererStreamingClient.js +15 -9
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/auth/httpAuthSchemeProvider.js +46 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/commands/ExportResultArchiveCommand.js +16 -32
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/commands/GenerateAssistantResponseCommand.js +16 -32
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/commands/GenerateTaskAssistPlanCommand.js +16 -32
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/commands/SendMessageCommand.js +26 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/commands/index.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/endpoints.js +139 -95
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/models/models_0.js +541 -135
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/protocols/Aws_restJson1.js +227 -221
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/runtimeConfig.browser.js +5 -4
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/runtimeConfig.js +15 -10
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/runtimeConfig.native.js +1 -1
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/runtimeConfig.shared.js +23 -13
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/runtimeExtensions.js +3 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/CodeWhispererStreaming.js +7 -5
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/CodeWhispererStreamingClient.js +26 -20
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/auth/httpAuthSchemeProvider.js +40 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/commands/ExportResultArchiveCommand.js +20 -36
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/commands/GenerateAssistantResponseCommand.js +20 -36
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/commands/GenerateTaskAssistPlanCommand.js +20 -36
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/commands/SendMessageCommand.js +22 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/commands/index.js +4 -3
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/endpoints.js +140 -96
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/index.js +5 -5
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/models/CodeWhispererStreamingServiceException.js +1 -1
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/models/index.js +1 -1
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/models/models_0.js +509 -135
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/protocols/Aws_restJson1.js +218 -214
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/runtimeConfig.browser.js +16 -15
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/runtimeConfig.js +29 -24
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/runtimeConfig.native.js +3 -3
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/runtimeConfig.shared.js +28 -18
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/runtimeExtensions.js +6 -3
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/CodeWhispererStreaming.d.ts +12 -5
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/CodeWhispererStreamingClient.d.ts +25 -20
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/auth/httpAuthSchemeProvider.d.ts +67 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/commands/ExportResultArchiveCommand.d.ts +31 -27
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/commands/GenerateAssistantResponseCommand.d.ts +263 -30
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/commands/GenerateTaskAssistPlanCommand.d.ts +263 -30
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/commands/SendMessageCommand.d.ts +636 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/commands/index.d.ts +4 -3
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/endpoints.d.ts +1 -1
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/extensionConfiguration.d.ts +5 -4
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/index.d.ts +7 -5
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/models/CodeWhispererStreamingServiceException.d.ts +3 -2
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/models/index.d.ts +1 -1
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/models/models_0.d.ts +1313 -229
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/protocols/Aws_restJson1.d.ts +14 -5
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/runtimeConfig.browser.d.ts +14 -10
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/runtimeConfig.d.ts +1 -36
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/runtimeConfig.native.d.ts +13 -9
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/runtimeConfig.shared.d.ts +9 -1
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-cjs/index.js +295 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +49 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -0
- package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/logger.d.ts +2 -2
- package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/credentials.d.ts +8 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +1 -0
- package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/package.json +7 -15
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/README.md +4 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/package.json +65 -0
- package/node_modules/@amzn/codewhisperer-streaming/package.json +47 -47
- package/node_modules/@smithy/abort-controller/LICENSE +201 -0
- package/node_modules/@smithy/abort-controller/README.md +4 -0
- package/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +1 -0
- package/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +1 -0
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +82 -0
- package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +9 -0
- package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +20 -0
- package/node_modules/@smithy/abort-controller/dist-es/index.js +2 -0
- package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +13 -0
- package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +18 -0
- package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +9 -0
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +13 -0
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +18 -0
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@smithy/abort-controller/package.json +62 -0
- package/node_modules/@smithy/node-http-handler/LICENSE +201 -0
- package/node_modules/@smithy/node-http-handler/README.md +4 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +687 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
- package/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +184 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +86 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +159 -0
- package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +19 -0
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +81 -0
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +21 -0
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +8 -0
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +6 -0
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +11 -0
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +14 -0
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +19 -0
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +52 -0
- package/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
- package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +37 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +22 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +13 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +57 -0
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +14 -0
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +12 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +7 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +14 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +36 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +22 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +13 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +57 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +12 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +13 -0
- package/node_modules/@smithy/node-http-handler/package.json +67 -0
- package/node_modules/@smithy/protocol-http/LICENSE +201 -0
- package/node_modules/@smithy/protocol-http/README.md +4 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/Field.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +237 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-es/Field.js +23 -0
- package/node_modules/@smithy/protocol-http/dist-es/Fields.js +19 -0
- package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +22 -0
- package/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +48 -0
- package/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +14 -0
- package/node_modules/@smithy/protocol-http/dist-es/index.js +8 -0
- package/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
- package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +49 -0
- package/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
- package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +37 -0
- package/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +37 -0
- package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +23 -0
- package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +16 -0
- package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +8 -0
- package/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +49 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +44 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +37 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +37 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +23 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +16 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +21 -0
- package/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
- package/node_modules/@smithy/protocol-http/package.json +61 -0
- package/node_modules/@smithy/querystring-builder/LICENSE +201 -0
- package/node_modules/@smithy/querystring-builder/README.md +10 -0
- package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +52 -0
- package/node_modules/@smithy/querystring-builder/dist-es/index.js +21 -0
- package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +5 -0
- package/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@smithy/querystring-builder/package.json +61 -0
- package/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@smithy/types/README.md +80 -0
- package/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/client.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/command.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/http.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/index.js +149 -0
- package/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/response.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/util.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
- package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
- package/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-es/index.js +36 -0
- package/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@smithy/types/dist-types/abort.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@smithy/types/dist-types/client.d.ts +44 -0
- package/node_modules/@smithy/types/dist-types/command.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
- package/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
- package/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
- package/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
- package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +79 -0
- package/node_modules/@smithy/types/dist-types/http.d.ts +105 -0
- package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +27 -0
- package/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/{@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts → @smithy/types/dist-types/identity/tokenIdentity.d.ts} +3 -3
- package/node_modules/@smithy/types/dist-types/index.d.ts +36 -0
- package/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +510 -0
- package/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
- package/node_modules/@smithy/types/dist-types/shapes.d.ts +81 -0
- package/node_modules/@smithy/types/dist-types/signature.d.ts +150 -0
- package/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
- package/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +73 -0
- package/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +62 -0
- package/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +44 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +78 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +105 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +27 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +36 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +510 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +81 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +150 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +84 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +82 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@smithy/types/package.json +61 -0
- package/node_modules/@smithy/util-uri-escape/LICENSE +201 -0
- package/node_modules/@smithy/util-uri-escape/README.md +10 -0
- package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +1 -0
- package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +1 -0
- package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +43 -0
- package/node_modules/@smithy/util-uri-escape/dist-es/escape-uri-path.js +2 -0
- package/node_modules/@smithy/util-uri-escape/dist-es/escape-uri.js +2 -0
- package/node_modules/@smithy/util-uri-escape/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/escape-uri-path.d.ts +4 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/escape-uri.d.ts +4 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +8 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +4 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +4 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@smithy/util-uri-escape/package.json +59 -0
- package/out/client/streamingClient/codewhispererStreamingClient.js +7 -8
- package/out/client/streamingClient/codewhispererStreamingClient.js.map +1 -1
- package/out/client/token/bearer-token-service.json +2472 -470
- package/out/constants.d.ts +2 -0
- package/out/constants.js +6 -0
- package/out/constants.js.map +1 -0
- package/out/language-server/auto-trigger/coefficients.json +11 -1
- package/out/language-server/chat/chatController.d.ts +4 -3
- package/out/language-server/chat/chatController.js +90 -31
- package/out/language-server/chat/chatController.js.map +1 -1
- package/out/language-server/chat/chatController.test.js +51 -28
- package/out/language-server/chat/chatController.test.js.map +1 -1
- package/out/language-server/chat/chatEventParser.d.ts +7 -2
- package/out/language-server/chat/chatEventParser.js +13 -5
- package/out/language-server/chat/chatEventParser.js.map +1 -1
- package/out/language-server/chat/chatEventParser.test.js +88 -42
- package/out/language-server/chat/chatEventParser.test.js.map +1 -1
- package/out/language-server/chat/chatSessionService.d.ts +4 -4
- package/out/language-server/chat/chatSessionService.js +13 -13
- package/out/language-server/chat/chatSessionService.js.map +1 -1
- package/out/language-server/chat/chatSessionService.test.js +19 -25
- package/out/language-server/chat/chatSessionService.test.js.map +1 -1
- package/out/language-server/chat/contexts/documentContext.d.ts +1 -4
- package/out/language-server/chat/contexts/documentContext.js +1 -17
- package/out/language-server/chat/contexts/documentContext.js.map +1 -1
- package/out/language-server/chat/contexts/documentContext.test.js +0 -7
- package/out/language-server/chat/contexts/documentContext.test.js.map +1 -1
- package/out/language-server/chat/contexts/triggerContext.d.ts +3 -4
- package/out/language-server/chat/contexts/triggerContext.js +0 -4
- package/out/language-server/chat/contexts/triggerContext.js.map +1 -1
- package/out/language-server/chat/contexts/triggerContexts.test.js +0 -1
- package/out/language-server/chat/contexts/triggerContexts.test.js.map +1 -1
- package/out/language-server/chat/telemetry/chatTelemetryController.d.ts +7 -2
- package/out/language-server/chat/telemetry/chatTelemetryController.js +68 -44
- package/out/language-server/chat/telemetry/chatTelemetryController.js.map +1 -1
- package/out/language-server/chat/telemetry/chatTelemetryController.test.js +112 -1
- package/out/language-server/chat/telemetry/chatTelemetryController.test.js.map +1 -1
- package/out/language-server/chat/telemetry/clientTelemetry.d.ts +0 -1
- package/out/language-server/chat/telemetry/clientTelemetry.js.map +1 -1
- package/out/language-server/codeWhispererSecurityScanServer.js +2 -1
- package/out/language-server/codeWhispererSecurityScanServer.js.map +1 -1
- package/out/language-server/codeWhispererServer.js +67 -46
- package/out/language-server/codeWhispererServer.js.map +1 -1
- package/out/language-server/codeWhispererServer.test.js +73 -2
- package/out/language-server/codeWhispererServer.test.js.map +1 -1
- package/out/language-server/codeWhispererService.d.ts +14 -11
- package/out/language-server/codeWhispererService.js +25 -12
- package/out/language-server/codeWhispererService.js.map +1 -1
- package/out/language-server/configuration/qConfigurationServer.js +2 -2
- package/out/language-server/configuration/qConfigurationServer.js.map +1 -1
- package/out/language-server/constants.d.ts +1 -0
- package/out/language-server/constants.js +2 -1
- package/out/language-server/constants.js.map +1 -1
- package/out/language-server/dependencyGraph/csharpDependencyGraph.test.js +2 -3
- package/out/language-server/dependencyGraph/csharpDependencyGraph.test.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/languageDetection.d.ts +9 -1
- package/out/language-server/languageDetection.js +71 -5
- package/out/language-server/languageDetection.js.map +1 -1
- package/out/language-server/netTransform/artifactManager.js +12 -10
- package/out/language-server/netTransform/artifactManager.js.map +1 -1
- package/out/language-server/netTransform/converter.d.ts +1 -2
- package/out/language-server/netTransform/converter.js +3 -48
- package/out/language-server/netTransform/converter.js.map +1 -1
- package/out/language-server/netTransform/models.d.ts +4 -0
- package/out/language-server/netTransform/models.js.map +1 -1
- package/out/language-server/netTransform/resources/SupportedProjects.js +3 -1
- package/out/language-server/netTransform/resources/SupportedProjects.js.map +1 -1
- package/out/language-server/netTransform/tests/converter.test.js +2 -159
- package/out/language-server/netTransform/tests/converter.test.js.map +1 -1
- package/out/language-server/netTransform/tests/validation.test.js +2 -0
- package/out/language-server/netTransform/tests/validation.test.js.map +1 -1
- package/out/language-server/netTransform/transformHandler.js +25 -35
- package/out/language-server/netTransform/transformHandler.js.map +1 -1
- package/out/language-server/netTransformServer.js +2 -21
- package/out/language-server/netTransformServer.js.map +1 -1
- package/out/language-server/proxy-server.js +9 -83
- package/out/language-server/proxy-server.js.map +1 -1
- package/out/language-server/qChatServer.js +13 -4
- package/out/language-server/qChatServer.js.map +1 -1
- package/out/language-server/session/sessionManager.d.ts +7 -2
- package/out/language-server/session/sessionManager.js +2 -0
- package/out/language-server/session/sessionManager.js.map +1 -1
- package/out/language-server/session/sessionManager.test.js +4 -0
- package/out/language-server/session/sessionManager.test.js.map +1 -1
- package/out/language-server/telemetry/codeDiffTracker.d.ts +2 -1
- package/out/language-server/telemetry/codeDiffTracker.js +6 -1
- package/out/language-server/telemetry/codeDiffTracker.js.map +1 -1
- package/out/language-server/telemetry/codePercentage.d.ts +6 -4
- package/out/language-server/telemetry/codePercentage.js +49 -12
- package/out/language-server/telemetry/codePercentage.js.map +1 -1
- package/out/language-server/telemetry/codePercentage.test.js +169 -41
- package/out/language-server/telemetry/codePercentage.test.js.map +1 -1
- package/out/language-server/telemetry/types.d.ts +2 -1
- package/out/language-server/telemetry/types.js.map +1 -1
- package/out/language-server/telemetry/userTriggerDecision.test.js +560 -156
- package/out/language-server/telemetry/userTriggerDecision.test.js.map +1 -1
- package/out/language-server/telemetry.test.js +11 -9
- package/out/language-server/telemetry.test.js.map +1 -1
- package/out/language-server/telemetryService.d.ts +79 -0
- package/out/language-server/telemetryService.js +321 -0
- package/out/language-server/telemetryService.js.map +1 -0
- package/out/language-server/telemetryService.test.d.ts +1 -0
- package/out/language-server/telemetryService.test.js +761 -0
- package/out/language-server/telemetryService.test.js.map +1 -0
- package/out/language-server/utilities/telemetryUtils.d.ts +4 -0
- package/out/language-server/utilities/telemetryUtils.js +89 -0
- package/out/language-server/utilities/telemetryUtils.js.map +1 -0
- package/out/language-server/utilities/telemetryUtils.test.d.ts +1 -0
- package/out/language-server/utilities/telemetryUtils.test.js +207 -0
- package/out/language-server/utilities/telemetryUtils.test.js.map +1 -0
- package/out/language-server/utils.d.ts +7 -4
- package/out/language-server/utils.js +57 -34
- package/out/language-server/utils.js.map +1 -1
- package/out/language-server/utils.test.js +104 -73
- package/out/language-server/utils.test.js.map +1 -1
- package/package.json +4 -12
- package/node_modules/@aws/lsp-fqn/out/browser/fqnWorkerPool.d.ts +0 -5
- package/node_modules/@aws/lsp-fqn/out/browser/fqnWorkerPool.js +0 -28
- package/node_modules/@aws/lsp-fqn/out/browser/fqnWorkerPool.js.map +0 -1
- package/node_modules/@aws/lsp-fqn/out/browser/index.d.ts +0 -2
- package/node_modules/@aws/lsp-fqn/out/browser/index.js +0 -19
- package/node_modules/@aws/lsp-fqn/out/browser/index.js.map +0 -1
- package/node_modules/@aws/lsp-fqn/out/common/commonFqnWorkerPool.d.ts +0 -7
- package/node_modules/@aws/lsp-fqn/out/common/commonFqnWorkerPool.js +0 -39
- package/node_modules/@aws/lsp-fqn/out/common/commonFqnWorkerPool.js.map +0 -1
- package/node_modules/@aws/lsp-fqn/out/common/defaults.d.ts +0 -4
- package/node_modules/@aws/lsp-fqn/out/common/defaults.js +0 -8
- package/node_modules/@aws/lsp-fqn/out/common/defaults.js.map +0 -1
- package/node_modules/@aws/lsp-fqn/out/common/fqnExtractor.d.ts +0 -3
- package/node_modules/@aws/lsp-fqn/out/common/fqnExtractor.js +0 -28
- package/node_modules/@aws/lsp-fqn/out/common/fqnExtractor.js.map +0 -1
- package/node_modules/@aws/lsp-fqn/out/common/fqnExtractor.test.js +0 -57
- package/node_modules/@aws/lsp-fqn/out/common/fqnExtractor.test.js.map +0 -1
- package/node_modules/@aws/lsp-fqn/out/common/types.d.ts +0 -58
- package/node_modules/@aws/lsp-fqn/out/common/types.js +0 -3
- package/node_modules/@aws/lsp-fqn/out/common/types.js.map +0 -1
- package/node_modules/@aws/lsp-fqn/out/index.d.ts +0 -7
- package/node_modules/@aws/lsp-fqn/out/index.js +0 -18
- package/node_modules/@aws/lsp-fqn/out/index.js.map +0 -1
- package/node_modules/@aws/lsp-fqn/out/node/aws-lsp-fqn-worker.js +0 -19
- package/node_modules/@aws/lsp-fqn/out/node/aws-lsp-fqn-worker.js.map +0 -1
- package/node_modules/@aws/lsp-fqn/out/node/fqnWorkerPool.d.ts +0 -5
- package/node_modules/@aws/lsp-fqn/out/node/fqnWorkerPool.js +0 -12
- package/node_modules/@aws/lsp-fqn/out/node/fqnWorkerPool.js.map +0 -1
- package/node_modules/@aws/lsp-fqn/out/node/index.d.ts +0 -2
- package/node_modules/@aws/lsp-fqn/out/node/index.js +0 -19
- package/node_modules/@aws/lsp-fqn/out/node/index.js.map +0 -1
- package/node_modules/@aws/lsp-fqn/package.json +0 -42
- package/node_modules/@aws/lsp-fqn/src/browser/fqnWorkerPool.ts +0 -26
- package/node_modules/@aws/lsp-fqn/src/browser/index.ts +0 -2
- package/node_modules/@aws/lsp-fqn/src/common/commonFqnWorkerPool.ts +0 -44
- package/node_modules/@aws/lsp-fqn/src/common/defaults.ts +0 -4
- package/node_modules/@aws/lsp-fqn/src/common/fqnExtractor.test.ts +0 -66
- package/node_modules/@aws/lsp-fqn/src/common/fqnExtractor.ts +0 -35
- package/node_modules/@aws/lsp-fqn/src/common/types.ts +0 -77
- package/node_modules/@aws/lsp-fqn/src/index.ts +0 -8
- package/node_modules/@aws/lsp-fqn/src/node/aws-lsp-fqn-worker.ts +0 -19
- package/node_modules/@aws/lsp-fqn/src/node/fqnWorkerPool.ts +0 -9
- package/node_modules/@aws/lsp-fqn/src/node/index.ts +0 -2
- package/node_modules/@aws/lsp-fqn/tsconfig.json +0 -8
- package/node_modules/@aws/lsp-fqn/tsconfig.tsbuildinfo +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/abort.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/auth.js +0 -5
- package/node_modules/@aws-sdk/types/dist-cjs/blob/blob-types.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.browser.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.node.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/checksum.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/client.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/command.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/connection.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/credentials.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/crypto.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/dns.js +0 -8
- package/node_modules/@aws-sdk/types/dist-cjs/encode.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/endpoint.js +0 -5
- package/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/extensions/index.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/http.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/identity/AnonymousIdentity.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/identity/AwsCredentialIdentity.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/identity/LoginIdentity.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/identity/TokenIdentity.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/identity/index.js +0 -8
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -35
- package/node_modules/@aws-sdk/types/dist-cjs/logger.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/middleware.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/pagination.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/profile.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/request.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/response.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/retry.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/serde.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/shapes.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/signature.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/stream.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/token.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/transfer.js +0 -5
- package/node_modules/@aws-sdk/types/dist-cjs/uri.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/util.js +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/waiter.js +0 -2
- package/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.browser.d.ts +0 -6
- package/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.node.d.ts +0 -9
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -17
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.browser.d.ts +0 -1
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.node.d.ts +0 -2
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -5
- package/out/language-server/chat/contexts/documentFqnExtractor.d.ts +0 -22
- package/out/language-server/chat/contexts/documentFqnExtractor.js +0 -95
- package/out/language-server/chat/contexts/documentFqnExtractor.js.map +0 -1
- package/out/language-server/chat/contexts/documentFqnExtractor.test.js +0 -94
- package/out/language-server/chat/contexts/documentFqnExtractor.test.js.map +0 -1
- package/out/language-server/chat/contexts/mockData.d.ts +0 -37
- package/out/language-server/chat/contexts/mockData.js +0 -98
- package/out/language-server/chat/contexts/mockData.js.map +0 -1
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/LICENSE +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/README.md +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/abort.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/auth.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/blob/blob-types.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/checksum.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/client.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/command.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/connection.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/credentials.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/crypto.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/dns.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/encode.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/endpoint.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/eventStream.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/extensions/index.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/http.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/identity/AnonymousIdentity.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/identity/AwsCredentialIdentity.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/identity/Identity.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/identity/LoginIdentity.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/identity/TokenIdentity.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/identity/index.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/index.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/logger.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/middleware.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/pagination.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/profile.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/request.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/response.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/retry.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/serde.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/shapes.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/signature.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/stream.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/token.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/transfer.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/uri.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/util.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/waiter.js +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/abort.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/auth.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/blob/blob-types.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/checksum.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/client.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/command.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/connection.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/crypto.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/dns.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/encode.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/endpoint.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/eventStream.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/extensions/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/http.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/identity/AnonymousIdentity.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/identity/Identity.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/identity/LoginIdentity.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/identity/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/middleware.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/pagination.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/profile.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/request.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/response.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/retry.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/serde.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/shapes.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/signature.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/stream.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/token.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/transfer.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/abort.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/auth.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/checksum.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/client.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/command.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/connection.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/crypto.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/dns.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/encode.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/endpoint.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/eventStream.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/extensions/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/http.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/identity/Identity.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/identity/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/logger.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/middleware.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/pagination.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/profile.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/request.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/response.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/retry.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/serde.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/shapes.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/signature.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/stream.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/token.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/transfer.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/uri.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/util.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/ts3.4/waiter.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/uri.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/util.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-types/waiter.d.ts +0 -0
- /package/node_modules/{@aws-sdk/types/dist-es/blob/runtime-blob-types.browser.js → @smithy/protocol-http/dist-es/httpHandler.js} +0 -0
- /package/node_modules/{@aws-sdk/types/dist-es/blob/runtime-blob-types.node.js → @smithy/protocol-http/dist-es/types.js} +0 -0
- /package/node_modules/{@aws/lsp-fqn/out/common/fqnExtractor.test.d.ts → @smithy/types/dist-es/abort.js} +0 -0
- /package/node_modules/{@aws/lsp-fqn/out/node/aws-lsp-fqn-worker.d.ts → @smithy/types/dist-es/auth/HttpAuthScheme.js} +0 -0
- /package/{out/language-server/chat/contexts/documentFqnExtractor.test.d.ts → node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js} +0 -0
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { FieldPosition } from "@smithy/types";
|
|
2
|
+
import { Field } from "./Field";
|
|
3
|
+
export type FieldsOptions = {
|
|
4
|
+
fields?: Field[];
|
|
5
|
+
encoding?: string;
|
|
6
|
+
};
|
|
7
|
+
/**
|
|
8
|
+
* Collection of Field entries mapped by name.
|
|
9
|
+
*/
|
|
10
|
+
export declare class Fields {
|
|
11
|
+
private readonly entries;
|
|
12
|
+
private readonly encoding;
|
|
13
|
+
constructor({ fields, encoding }: FieldsOptions);
|
|
14
|
+
/**
|
|
15
|
+
* Set entry for a {@link Field} name. The `name`
|
|
16
|
+
* attribute will be used to key the collection.
|
|
17
|
+
*
|
|
18
|
+
* @param field The {@link Field} to set.
|
|
19
|
+
*/
|
|
20
|
+
setField(field: Field): void;
|
|
21
|
+
/**
|
|
22
|
+
* Retrieve {@link Field} entry by name.
|
|
23
|
+
*
|
|
24
|
+
* @param name The name of the {@link Field} entry
|
|
25
|
+
* to retrieve
|
|
26
|
+
* @returns The {@link Field} if it exists.
|
|
27
|
+
*/
|
|
28
|
+
getField(name: string): Field | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* Delete entry from collection.
|
|
31
|
+
*
|
|
32
|
+
* @param name Name of the entry to delete.
|
|
33
|
+
*/
|
|
34
|
+
removeField(name: string): void;
|
|
35
|
+
/**
|
|
36
|
+
* Helper function for retrieving specific types of fields.
|
|
37
|
+
* Used to grab all headers or all trailers.
|
|
38
|
+
*
|
|
39
|
+
* @param kind {@link FieldPosition} of entries to retrieve.
|
|
40
|
+
* @returns The {@link Field} entries with the specified
|
|
41
|
+
* {@link FieldPosition}.
|
|
42
|
+
*/
|
|
43
|
+
getByType(kind: FieldPosition): Field[];
|
|
44
|
+
}
|
package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { HttpHandler } from "../httpHandler";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
5
|
+
export interface HttpHandlerExtensionConfiguration<HandlerConfig extends object = {}> {
|
|
6
|
+
setHttpHandler(handler: HttpHandler<HandlerConfig>): void;
|
|
7
|
+
httpHandler(): HttpHandler<HandlerConfig>;
|
|
8
|
+
updateHttpClientConfig(key: keyof HandlerConfig, value: HandlerConfig[typeof key]): void;
|
|
9
|
+
httpHandlerConfigs(): HandlerConfig;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export type HttpHandlerExtensionConfigType<HandlerConfig extends object = {}> = Partial<{
|
|
15
|
+
httpHandler: HttpHandler<HandlerConfig>;
|
|
16
|
+
}>;
|
|
17
|
+
/**
|
|
18
|
+
* @internal
|
|
19
|
+
*
|
|
20
|
+
* Helper function to resolve default extension configuration from runtime config
|
|
21
|
+
*/
|
|
22
|
+
export declare const getHttpHandlerExtensionConfiguration: <HandlerConfig extends object = {}>(runtimeConfig: Partial<{
|
|
23
|
+
httpHandler: HttpHandler<HandlerConfig>;
|
|
24
|
+
}>) => {
|
|
25
|
+
setHttpHandler(handler: HttpHandler<HandlerConfig>): void;
|
|
26
|
+
httpHandler(): HttpHandler<HandlerConfig>;
|
|
27
|
+
updateHttpClientConfig(key: keyof HandlerConfig, value: HandlerConfig[keyof HandlerConfig]): void;
|
|
28
|
+
httpHandlerConfigs(): HandlerConfig;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*
|
|
33
|
+
* Helper function to resolve runtime config from default extension configuration
|
|
34
|
+
*/
|
|
35
|
+
export declare const resolveHttpHandlerRuntimeConfig: <HandlerConfig extends object = {}>(httpHandlerExtensionConfiguration: HttpHandlerExtensionConfiguration<HandlerConfig>) => Partial<{
|
|
36
|
+
httpHandler: HttpHandler<HandlerConfig>;
|
|
37
|
+
}>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./httpExtensionConfiguration";
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import type { FetchHttpHandlerOptions, HttpHandlerOptions, NodeHttpHandlerOptions, RequestHandler } from "@smithy/types";
|
|
2
|
+
import type { HttpRequest } from "./httpRequest";
|
|
3
|
+
import type { HttpResponse } from "./httpResponse";
|
|
4
|
+
/**
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export type HttpHandler<HttpHandlerConfig extends object = {}> = RequestHandler<HttpRequest, HttpResponse, HttpHandlerOptions> & {
|
|
8
|
+
/**
|
|
9
|
+
* @internal
|
|
10
|
+
* @param key
|
|
11
|
+
* @param value
|
|
12
|
+
*/
|
|
13
|
+
updateHttpClientConfig(key: keyof HttpHandlerConfig, value: HttpHandlerConfig[typeof key]): void;
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
httpHandlerConfigs(): HttpHandlerConfig;
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* @public
|
|
21
|
+
*
|
|
22
|
+
* A type representing the accepted user inputs for the `requestHandler` field
|
|
23
|
+
* of a client's constructor object.
|
|
24
|
+
*
|
|
25
|
+
* You may provide an instance of an HttpHandler, or alternatively
|
|
26
|
+
* provide the constructor arguments as an object which will be passed
|
|
27
|
+
* to the constructor of the default request handler.
|
|
28
|
+
*
|
|
29
|
+
* The default class constructor to which your arguments will be passed
|
|
30
|
+
* varies. The Node.js default is the NodeHttpHandler and the browser/react-native
|
|
31
|
+
* default is the FetchHttpHandler. In rarer cases specific clients may be
|
|
32
|
+
* configured to use other default implementations such as Websocket or HTTP2.
|
|
33
|
+
*
|
|
34
|
+
* The fallback type Record<string, unknown> is part of the union to allow
|
|
35
|
+
* passing constructor params to an unknown requestHandler type.
|
|
36
|
+
*/
|
|
37
|
+
export type HttpHandlerUserInput = HttpHandler | NodeHttpHandlerOptions | FetchHttpHandlerOptions | Record<string, unknown>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { HeaderBag, HttpMessage, HttpRequest as IHttpRequest, QueryParameterBag, URI } from "@smithy/types";
|
|
2
|
+
type HttpRequestOptions = Partial<HttpMessage> & Partial<URI> & {
|
|
3
|
+
method?: string;
|
|
4
|
+
};
|
|
5
|
+
export interface HttpRequest extends IHttpRequest {
|
|
6
|
+
}
|
|
7
|
+
export declare class HttpRequest implements HttpMessage, URI {
|
|
8
|
+
method: string;
|
|
9
|
+
protocol: string;
|
|
10
|
+
hostname: string;
|
|
11
|
+
port?: number;
|
|
12
|
+
path: string;
|
|
13
|
+
query: QueryParameterBag;
|
|
14
|
+
headers: HeaderBag;
|
|
15
|
+
username?: string;
|
|
16
|
+
password?: string;
|
|
17
|
+
fragment?: string;
|
|
18
|
+
body?: any;
|
|
19
|
+
constructor(options: HttpRequestOptions);
|
|
20
|
+
static isInstance(request: unknown): request is HttpRequest;
|
|
21
|
+
clone(): HttpRequest;
|
|
22
|
+
}
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { HeaderBag, HttpMessage, HttpResponse as IHttpResponse } from "@smithy/types";
|
|
2
|
+
type HttpResponseOptions = Partial<HttpMessage> & {
|
|
3
|
+
statusCode: number;
|
|
4
|
+
reason?: string;
|
|
5
|
+
};
|
|
6
|
+
export interface HttpResponse extends IHttpResponse {
|
|
7
|
+
}
|
|
8
|
+
export declare class HttpResponse {
|
|
9
|
+
statusCode: number;
|
|
10
|
+
reason?: string;
|
|
11
|
+
headers: HeaderBag;
|
|
12
|
+
body?: any;
|
|
13
|
+
constructor(options: HttpResponseOptions);
|
|
14
|
+
static isInstance(response: unknown): response is HttpResponse;
|
|
15
|
+
}
|
|
16
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function isValidHostname(hostname: string): boolean;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { FieldOptions, FieldPosition } from "@smithy/types";
|
|
2
|
+
/**
|
|
3
|
+
* A name-value pair representing a single field
|
|
4
|
+
* transmitted in an HTTP Request or Response.
|
|
5
|
+
*
|
|
6
|
+
* The kind will dictate metadata placement within
|
|
7
|
+
* an HTTP message.
|
|
8
|
+
*
|
|
9
|
+
* All field names are case insensitive and
|
|
10
|
+
* case-variance must be treated as equivalent.
|
|
11
|
+
* Names MAY be normalized but SHOULD be preserved
|
|
12
|
+
* for accuracy during transmission.
|
|
13
|
+
*/
|
|
14
|
+
export declare class Field {
|
|
15
|
+
readonly name: string;
|
|
16
|
+
readonly kind: FieldPosition;
|
|
17
|
+
values: string[];
|
|
18
|
+
constructor({ name, kind, values }: FieldOptions);
|
|
19
|
+
/**
|
|
20
|
+
* Appends a value to the field.
|
|
21
|
+
*
|
|
22
|
+
* @param value The value to append.
|
|
23
|
+
*/
|
|
24
|
+
add(value: string): void;
|
|
25
|
+
/**
|
|
26
|
+
* Overwrite existing field values.
|
|
27
|
+
*
|
|
28
|
+
* @param values The new field values.
|
|
29
|
+
*/
|
|
30
|
+
set(values: string[]): void;
|
|
31
|
+
/**
|
|
32
|
+
* Remove all matching entries from list.
|
|
33
|
+
*
|
|
34
|
+
* @param value Value to remove.
|
|
35
|
+
*/
|
|
36
|
+
remove(value: string): void;
|
|
37
|
+
/**
|
|
38
|
+
* Get comma-delimited string.
|
|
39
|
+
*
|
|
40
|
+
* @returns String representation of {@link Field}.
|
|
41
|
+
*/
|
|
42
|
+
toString(): string;
|
|
43
|
+
/**
|
|
44
|
+
* Get string values as a list
|
|
45
|
+
*
|
|
46
|
+
* @returns Values in {@link Field} as a list.
|
|
47
|
+
*/
|
|
48
|
+
get(): string[];
|
|
49
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { FieldPosition } from "@smithy/types";
|
|
2
|
+
import { Field } from "./Field";
|
|
3
|
+
export type FieldsOptions = {
|
|
4
|
+
fields?: Field[];
|
|
5
|
+
encoding?: string;
|
|
6
|
+
};
|
|
7
|
+
/**
|
|
8
|
+
* Collection of Field entries mapped by name.
|
|
9
|
+
*/
|
|
10
|
+
export declare class Fields {
|
|
11
|
+
private readonly entries;
|
|
12
|
+
private readonly encoding;
|
|
13
|
+
constructor({ fields, encoding }: FieldsOptions);
|
|
14
|
+
/**
|
|
15
|
+
* Set entry for a {@link Field} name. The `name`
|
|
16
|
+
* attribute will be used to key the collection.
|
|
17
|
+
*
|
|
18
|
+
* @param field The {@link Field} to set.
|
|
19
|
+
*/
|
|
20
|
+
setField(field: Field): void;
|
|
21
|
+
/**
|
|
22
|
+
* Retrieve {@link Field} entry by name.
|
|
23
|
+
*
|
|
24
|
+
* @param name The name of the {@link Field} entry
|
|
25
|
+
* to retrieve
|
|
26
|
+
* @returns The {@link Field} if it exists.
|
|
27
|
+
*/
|
|
28
|
+
getField(name: string): Field | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* Delete entry from collection.
|
|
31
|
+
*
|
|
32
|
+
* @param name Name of the entry to delete.
|
|
33
|
+
*/
|
|
34
|
+
removeField(name: string): void;
|
|
35
|
+
/**
|
|
36
|
+
* Helper function for retrieving specific types of fields.
|
|
37
|
+
* Used to grab all headers or all trailers.
|
|
38
|
+
*
|
|
39
|
+
* @param kind {@link FieldPosition} of entries to retrieve.
|
|
40
|
+
* @returns The {@link Field} entries with the specified
|
|
41
|
+
* {@link FieldPosition}.
|
|
42
|
+
*/
|
|
43
|
+
getByType(kind: FieldPosition): Field[];
|
|
44
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { HttpHandler } from "../httpHandler";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
5
|
+
export interface HttpHandlerExtensionConfiguration<HandlerConfig extends object = {}> {
|
|
6
|
+
setHttpHandler(handler: HttpHandler<HandlerConfig>): void;
|
|
7
|
+
httpHandler(): HttpHandler<HandlerConfig>;
|
|
8
|
+
updateHttpClientConfig(key: keyof HandlerConfig, value: HandlerConfig[typeof key]): void;
|
|
9
|
+
httpHandlerConfigs(): HandlerConfig;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export type HttpHandlerExtensionConfigType<HandlerConfig extends object = {}> = Partial<{
|
|
15
|
+
httpHandler: HttpHandler<HandlerConfig>;
|
|
16
|
+
}>;
|
|
17
|
+
/**
|
|
18
|
+
* @internal
|
|
19
|
+
*
|
|
20
|
+
* Helper function to resolve default extension configuration from runtime config
|
|
21
|
+
*/
|
|
22
|
+
export declare const getHttpHandlerExtensionConfiguration: <HandlerConfig extends object = {}>(runtimeConfig: Partial<{
|
|
23
|
+
httpHandler: HttpHandler<HandlerConfig>;
|
|
24
|
+
}>) => {
|
|
25
|
+
setHttpHandler(handler: HttpHandler<HandlerConfig>): void;
|
|
26
|
+
httpHandler(): HttpHandler<HandlerConfig>;
|
|
27
|
+
updateHttpClientConfig(key: keyof HandlerConfig, value: HandlerConfig[keyof HandlerConfig]): void;
|
|
28
|
+
httpHandlerConfigs(): HandlerConfig;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*
|
|
33
|
+
* Helper function to resolve runtime config from default extension configuration
|
|
34
|
+
*/
|
|
35
|
+
export declare const resolveHttpHandlerRuntimeConfig: <HandlerConfig extends object = {}>(httpHandlerExtensionConfiguration: HttpHandlerExtensionConfiguration<HandlerConfig>) => Partial<{
|
|
36
|
+
httpHandler: HttpHandler<HandlerConfig>;
|
|
37
|
+
}>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./httpExtensionConfiguration";
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { FetchHttpHandlerOptions, HttpHandlerOptions, NodeHttpHandlerOptions, RequestHandler } from "@smithy/types";
|
|
2
|
+
import { HttpRequest } from "./httpRequest";
|
|
3
|
+
import { HttpResponse } from "./httpResponse";
|
|
4
|
+
/**
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export type HttpHandler<HttpHandlerConfig extends object = {}> = RequestHandler<HttpRequest, HttpResponse, HttpHandlerOptions> & {
|
|
8
|
+
/**
|
|
9
|
+
* @internal
|
|
10
|
+
* @param key
|
|
11
|
+
* @param value
|
|
12
|
+
*/
|
|
13
|
+
updateHttpClientConfig(key: keyof HttpHandlerConfig, value: HttpHandlerConfig[typeof key]): void;
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
httpHandlerConfigs(): HttpHandlerConfig;
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* @public
|
|
21
|
+
*
|
|
22
|
+
* A type representing the accepted user inputs for the `requestHandler` field
|
|
23
|
+
* of a client's constructor object.
|
|
24
|
+
*
|
|
25
|
+
* You may provide an instance of an HttpHandler, or alternatively
|
|
26
|
+
* provide the constructor arguments as an object which will be passed
|
|
27
|
+
* to the constructor of the default request handler.
|
|
28
|
+
*
|
|
29
|
+
* The default class constructor to which your arguments will be passed
|
|
30
|
+
* varies. The Node.js default is the NodeHttpHandler and the browser/react-native
|
|
31
|
+
* default is the FetchHttpHandler. In rarer cases specific clients may be
|
|
32
|
+
* configured to use other default implementations such as Websocket or HTTP2.
|
|
33
|
+
*
|
|
34
|
+
* The fallback type Record<string, unknown> is part of the union to allow
|
|
35
|
+
* passing constructor params to an unknown requestHandler type.
|
|
36
|
+
*/
|
|
37
|
+
export type HttpHandlerUserInput = HttpHandler | NodeHttpHandlerOptions | FetchHttpHandlerOptions | Record<string, unknown>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { HeaderBag, HttpMessage, HttpRequest as IHttpRequest, QueryParameterBag, URI } from "@smithy/types";
|
|
2
|
+
type HttpRequestOptions = Partial<HttpMessage> & Partial<URI> & {
|
|
3
|
+
method?: string;
|
|
4
|
+
};
|
|
5
|
+
export interface HttpRequest extends IHttpRequest {
|
|
6
|
+
}
|
|
7
|
+
export declare class HttpRequest implements HttpMessage, URI {
|
|
8
|
+
method: string;
|
|
9
|
+
protocol: string;
|
|
10
|
+
hostname: string;
|
|
11
|
+
port?: number;
|
|
12
|
+
path: string;
|
|
13
|
+
query: QueryParameterBag;
|
|
14
|
+
headers: HeaderBag;
|
|
15
|
+
username?: string;
|
|
16
|
+
password?: string;
|
|
17
|
+
fragment?: string;
|
|
18
|
+
body?: any;
|
|
19
|
+
constructor(options: HttpRequestOptions);
|
|
20
|
+
static isInstance(request: unknown): request is HttpRequest;
|
|
21
|
+
clone(): HttpRequest;
|
|
22
|
+
}
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { HeaderBag, HttpMessage, HttpResponse as IHttpResponse } from "@smithy/types";
|
|
2
|
+
type HttpResponseOptions = Partial<HttpMessage> & {
|
|
3
|
+
statusCode: number;
|
|
4
|
+
reason?: string;
|
|
5
|
+
};
|
|
6
|
+
export interface HttpResponse extends IHttpResponse {
|
|
7
|
+
}
|
|
8
|
+
export declare class HttpResponse {
|
|
9
|
+
statusCode: number;
|
|
10
|
+
reason?: string;
|
|
11
|
+
headers: HeaderBag;
|
|
12
|
+
body?: any;
|
|
13
|
+
constructor(options: HttpResponseOptions);
|
|
14
|
+
static isInstance(response: unknown): response is HttpResponse;
|
|
15
|
+
}
|
|
16
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function isValidHostname(hostname: string): boolean;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { FieldOptions as __FieldOptions, FieldPosition as __FieldPosition, HeaderBag as __HeaderBag, HttpHandlerOptions as __HttpHandlerOptions, HttpMessage as __HttpMessage } from "@smithy/types";
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated Use FieldOptions from `@smithy/types` instead
|
|
4
|
+
*/
|
|
5
|
+
export type FieldOptions = __FieldOptions;
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated Use FieldPosition from `@smithy/types` instead
|
|
8
|
+
*/
|
|
9
|
+
export type FieldPosition = __FieldPosition;
|
|
10
|
+
/**
|
|
11
|
+
* @deprecated Use HeaderBag from `@smithy/types` instead
|
|
12
|
+
*/
|
|
13
|
+
export type HeaderBag = __HeaderBag;
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated Use HttpMessage from `@smithy/types` instead
|
|
16
|
+
*/
|
|
17
|
+
export type HttpMessage = __HttpMessage;
|
|
18
|
+
/**
|
|
19
|
+
* @deprecated Use HttpHandlerOptions from `@smithy/types` instead
|
|
20
|
+
*/
|
|
21
|
+
export type HttpHandlerOptions = __HttpHandlerOptions;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { FieldOptions as __FieldOptions, FieldPosition as __FieldPosition, HeaderBag as __HeaderBag, HttpHandlerOptions as __HttpHandlerOptions, HttpMessage as __HttpMessage } from "@smithy/types";
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated Use FieldOptions from `@smithy/types` instead
|
|
4
|
+
*/
|
|
5
|
+
export type FieldOptions = __FieldOptions;
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated Use FieldPosition from `@smithy/types` instead
|
|
8
|
+
*/
|
|
9
|
+
export type FieldPosition = __FieldPosition;
|
|
10
|
+
/**
|
|
11
|
+
* @deprecated Use HeaderBag from `@smithy/types` instead
|
|
12
|
+
*/
|
|
13
|
+
export type HeaderBag = __HeaderBag;
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated Use HttpMessage from `@smithy/types` instead
|
|
16
|
+
*/
|
|
17
|
+
export type HttpMessage = __HttpMessage;
|
|
18
|
+
/**
|
|
19
|
+
* @deprecated Use HttpHandlerOptions from `@smithy/types` instead
|
|
20
|
+
*/
|
|
21
|
+
export type HttpHandlerOptions = __HttpHandlerOptions;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@smithy/protocol-http",
|
|
3
|
+
"version": "3.3.0",
|
|
4
|
+
"scripts": {
|
|
5
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
|
+
"build:cjs": "node ../../scripts/inline protocol-http",
|
|
7
|
+
"build:es": "yarn g:tsc -p tsconfig.es.json",
|
|
8
|
+
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
|
9
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
10
|
+
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
|
11
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
|
12
|
+
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
|
13
|
+
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
|
14
|
+
"test": "yarn g:jest"
|
|
15
|
+
},
|
|
16
|
+
"main": "./dist-cjs/index.js",
|
|
17
|
+
"module": "./dist-es/index.js",
|
|
18
|
+
"types": "./dist-types/index.d.ts",
|
|
19
|
+
"author": {
|
|
20
|
+
"name": "AWS Smithy Team",
|
|
21
|
+
"email": "",
|
|
22
|
+
"url": "https://smithy.io"
|
|
23
|
+
},
|
|
24
|
+
"license": "Apache-2.0",
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"@smithy/types": "^2.12.0",
|
|
27
|
+
"tslib": "^2.6.2"
|
|
28
|
+
},
|
|
29
|
+
"engines": {
|
|
30
|
+
"node": ">=14.0.0"
|
|
31
|
+
},
|
|
32
|
+
"typesVersions": {
|
|
33
|
+
"<4.0": {
|
|
34
|
+
"dist-types/*": [
|
|
35
|
+
"dist-types/ts3.4/*"
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"files": [
|
|
40
|
+
"dist-*/**"
|
|
41
|
+
],
|
|
42
|
+
"homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/protocol-http",
|
|
43
|
+
"repository": {
|
|
44
|
+
"type": "git",
|
|
45
|
+
"url": "https://github.com/awslabs/smithy-typescript.git",
|
|
46
|
+
"directory": "packages/protocol-http"
|
|
47
|
+
},
|
|
48
|
+
"devDependencies": {
|
|
49
|
+
"@tsconfig/recommended": "1.0.1",
|
|
50
|
+
"concurrently": "7.0.0",
|
|
51
|
+
"downlevel-dts": "0.10.1",
|
|
52
|
+
"rimraf": "3.0.2",
|
|
53
|
+
"typedoc": "0.23.23"
|
|
54
|
+
},
|
|
55
|
+
"typedoc": {
|
|
56
|
+
"entryPoint": "src/index.ts"
|
|
57
|
+
},
|
|
58
|
+
"publishConfig": {
|
|
59
|
+
"directory": ".release/package"
|
|
60
|
+
}
|
|
61
|
+
}
|