@aws/lsp-codewhisperer 0.0.86 → 0.0.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +36 -0
- package/node_modules/@amzn/codewhisperer-runtime/README.md +78 -15
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/CodeWhispererRuntimeClient.js +13 -10
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/CreateArtifactUploadUrlCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/CreateSubscriptionTokenCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/CreateTaskAssistConversationCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/CreateUploadUrlCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/CreateUserMemoryEntryCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/CreateWorkspaceCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/DeleteTaskAssistConversationCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/DeleteUserMemoryEntryCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/DeleteWorkspaceCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GenerateCompletionsCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GetCodeAnalysisCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GetCodeFixJobCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GetProfileCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GetRetrievalsCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GetTaskAssistCodeGenerationCommand.js +6 -2
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GetTestGenerationCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GetTransformationCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GetTransformationPlanCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GetUsageLimitsCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ListAvailableCustomizationsCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ListAvailableModelsCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ListAvailableProfilesCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ListAvailableSubscriptionsCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ListCodeAnalysisFindingsCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ListEventsCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ListFeatureEvaluationsCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ListUserMemoryEntriesCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ListWorkspaceMetadataCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/PushTelemetryEventCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ResumeTransformationCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/SendTelemetryEventCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/SetUserPreferenceCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/StartCodeAnalysisCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/StartCodeFixJobCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/StartTaskAssistCodeGenerationCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/StartTestGenerationCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/StartTransformationCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/StopTransformationCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/UpdateUsageLimitsCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/endpoint/EndpointParameters.js +15 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/endpoint/endpointResolver.js +19 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/endpoint/ruleset.js +61 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/models/models_0.js +52 -43
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/models/models_1.js +7 -1
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/protocols/Aws_restJson1.js +23 -2
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/runtimeConfig.shared.js +2 -2
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/CodeWhispererRuntimeClient.js +15 -12
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/CreateArtifactUploadUrlCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/CreateSubscriptionTokenCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/CreateTaskAssistConversationCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/CreateUploadUrlCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/CreateUserMemoryEntryCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/CreateWorkspaceCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/DeleteTaskAssistConversationCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/DeleteUserMemoryEntryCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/DeleteWorkspaceCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GenerateCompletionsCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GetCodeAnalysisCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GetCodeFixJobCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GetProfileCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GetRetrievalsCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GetTaskAssistCodeGenerationCommand.js +5 -1
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GetTestGenerationCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GetTransformationCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GetTransformationPlanCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GetUsageLimitsCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ListAvailableCustomizationsCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ListAvailableModelsCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ListAvailableProfilesCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ListAvailableSubscriptionsCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ListCodeAnalysisFindingsCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ListEventsCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ListFeatureEvaluationsCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ListUserMemoryEntriesCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ListWorkspaceMetadataCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/PushTelemetryEventCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ResumeTransformationCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/SendTelemetryEventCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/SetUserPreferenceCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/StartCodeAnalysisCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/StartCodeFixJobCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/StartTaskAssistCodeGenerationCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/StartTestGenerationCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/StartTransformationCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/StopTransformationCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/UpdateUsageLimitsCommand.js +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/endpoint/EndpointParameters.js +11 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/endpoint/endpointResolver.js +15 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/endpoint/ruleset.js +58 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/models/models_0.js +47 -37
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/models/models_1.js +5 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/protocols/Aws_restJson1.js +23 -2
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/runtimeConfig.shared.js +2 -2
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/CodeWhispererRuntimeClient.d.ts +6 -9
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/CreateArtifactUploadUrlCommand.d.ts +7 -7
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/CreateSubscriptionTokenCommand.d.ts +8 -6
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/CreateTaskAssistConversationCommand.d.ts +4 -4
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/CreateUploadUrlCommand.d.ts +11 -11
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/CreateUserMemoryEntryCommand.d.ts +10 -10
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/CreateWorkspaceCommand.d.ts +8 -8
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/DeleteTaskAssistConversationCommand.d.ts +5 -4
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/DeleteUserMemoryEntryCommand.d.ts +4 -4
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/DeleteWorkspaceCommand.d.ts +6 -6
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GenerateCompletionsCommand.d.ts +6 -6
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetCodeAnalysisCommand.d.ts +8 -8
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetCodeFixJobCommand.d.ts +7 -7
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetProfileCommand.d.ts +10 -6
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetRetrievalsCommand.d.ts +6 -6
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetTaskAssistCodeGenerationCommand.d.ts +6 -6
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetTestGenerationCommand.d.ts +4 -4
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetTransformationCommand.d.ts +5 -5
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetTransformationPlanCommand.d.ts +5 -5
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetUsageLimitsCommand.d.ts +6 -6
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListAvailableCustomizationsCommand.d.ts +6 -6
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListAvailableModelsCommand.d.ts +10 -6
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListAvailableProfilesCommand.d.ts +9 -6
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListAvailableSubscriptionsCommand.d.ts +3 -3
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListCodeAnalysisFindingsCommand.d.ts +6 -6
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListEventsCommand.d.ts +6 -6
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListFeatureEvaluationsCommand.d.ts +6 -6
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListUserMemoryEntriesCommand.d.ts +4 -4
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListWorkspaceMetadataCommand.d.ts +6 -6
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/PushTelemetryEventCommand.d.ts +6 -6
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ResumeTransformationCommand.d.ts +5 -5
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/SendTelemetryEventCommand.d.ts +7 -6
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/SetUserPreferenceCommand.d.ts +6 -6
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/StartCodeAnalysisCommand.d.ts +8 -8
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/StartCodeFixJobCommand.d.ts +7 -7
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/StartTaskAssistCodeGenerationCommand.d.ts +8 -8
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/StartTestGenerationCommand.d.ts +7 -7
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/StartTransformationCommand.d.ts +5 -5
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/StopTransformationCommand.d.ts +5 -5
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/UpdateUsageLimitsCommand.d.ts +8 -8
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/endpoint/EndpointParameters.d.ts +28 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/index.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/models/models_0.d.ts +151 -131
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/models/models_1.d.ts +52 -1
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/runtimeConfig.browser.d.ts +5 -2
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/runtimeConfig.d.ts +5 -2
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/runtimeConfig.native.d.ts +5 -2
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +423 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +229 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +5 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +229 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +5 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/package.json +58 -0
- package/node_modules/@amzn/codewhisperer-runtime/package.json +3 -0
- package/out/language-server/agenticChat/agenticChatController.d.ts +7 -0
- package/out/language-server/agenticChat/agenticChatController.js +77 -14
- package/out/language-server/agenticChat/agenticChatController.js.map +1 -1
- package/out/language-server/agenticChat/context/contextCommandsProvider.d.ts +6 -0
- package/out/language-server/agenticChat/context/contextCommandsProvider.js +24 -0
- package/out/language-server/agenticChat/context/contextCommandsProvider.js.map +1 -1
- package/out/language-server/agenticChat/tools/mcp/mcpEventHandler.d.ts +7 -0
- package/out/language-server/agenticChat/tools/mcp/mcpEventHandler.js +202 -34
- package/out/language-server/agenticChat/tools/mcp/mcpEventHandler.js.map +1 -1
- package/out/language-server/agenticChat/tools/mcp/mcpManager.d.ts +4 -0
- package/out/language-server/agenticChat/tools/mcp/mcpManager.js +19 -6
- package/out/language-server/agenticChat/tools/mcp/mcpManager.js.map +1 -1
- package/out/language-server/agenticChat/tools/mcp/mcpUtils.js +2 -2
- package/out/language-server/agenticChat/tools/mcp/mcpUtils.js.map +1 -1
- package/out/language-server/agenticChat/tools/mcp/profileStatusMonitor.d.ts +6 -0
- package/out/language-server/agenticChat/tools/mcp/profileStatusMonitor.js +6 -0
- package/out/language-server/agenticChat/tools/mcp/profileStatusMonitor.js.map +1 -1
- package/out/language-server/agenticChat/tools/qCodeAnalysis/codeReview.d.ts +2 -1
- package/out/language-server/agenticChat/tools/qCodeAnalysis/codeReview.js +8 -3
- package/out/language-server/agenticChat/tools/qCodeAnalysis/codeReview.js.map +1 -1
- package/out/language-server/agenticChat/tools/qCodeAnalysis/codeReviewSchemas.d.ts +4 -1
- package/out/language-server/agenticChat/tools/qCodeAnalysis/codeReviewSchemas.js +4 -2
- package/out/language-server/agenticChat/tools/qCodeAnalysis/codeReviewSchemas.js.map +1 -1
- package/out/language-server/agenticChat/tools/qCodeAnalysis/codeReviewTypes.d.ts +1 -0
- package/out/language-server/agenticChat/tools/toolServer.js +1 -1
- package/out/language-server/agenticChat/tools/toolServer.js.map +1 -1
- package/out/language-server/inline-completion/auto-trigger/autoTrigger.js +2 -2
- package/out/language-server/inline-completion/auto-trigger/autoTrigger.js.map +1 -1
- package/out/language-server/inline-completion/auto-trigger/editPredictionAutoTrigger.d.ts +44 -1
- package/out/language-server/inline-completion/auto-trigger/editPredictionAutoTrigger.js +335 -1
- package/out/language-server/inline-completion/auto-trigger/editPredictionAutoTrigger.js.map +1 -1
- package/out/language-server/inline-completion/handler/editCompletionHandler.js +54 -58
- package/out/language-server/inline-completion/handler/editCompletionHandler.js.map +1 -1
- package/out/language-server/inline-completion/handler/inlineCompletionHandler.js +8 -3
- package/out/language-server/inline-completion/handler/inlineCompletionHandler.js.map +1 -1
- package/out/language-server/inline-completion/handler/sessionResultsHandler.js +15 -2
- package/out/language-server/inline-completion/handler/sessionResultsHandler.js.map +1 -1
- package/out/language-server/inline-completion/session/sessionManager.d.ts +5 -0
- package/out/language-server/inline-completion/session/sessionManager.js +16 -0
- package/out/language-server/inline-completion/session/sessionManager.js.map +1 -1
- package/out/language-server/inline-completion/telemetry/telemetry.d.ts +4 -4
- package/out/language-server/inline-completion/telemetry/telemetry.js +6 -6
- package/out/language-server/inline-completion/telemetry/telemetry.js.map +1 -1
- package/out/language-server/inline-completion/utils/triggerUtils.d.ts +11 -3
- package/out/language-server/inline-completion/utils/triggerUtils.js +58 -0
- package/out/language-server/inline-completion/utils/triggerUtils.js.map +1 -1
- package/out/shared/amazonQServiceManager/AmazonQTokenServiceManager.js +5 -1
- package/out/shared/amazonQServiceManager/AmazonQTokenServiceManager.js.map +1 -1
- package/out/shared/codeWhispererService.d.ts +26 -10
- package/out/shared/codeWhispererService.js +114 -25
- package/out/shared/codeWhispererService.js.map +1 -1
- package/out/shared/constants.js +3 -0
- package/out/shared/constants.js.map +1 -1
- package/out/shared/localProjectContextController.d.ts +1 -0
- package/out/shared/localProjectContextController.js +4 -0
- package/out/shared/localProjectContextController.js.map +1 -1
- package/out/shared/supplementalContextUtil/crossFileContextUtil.d.ts +3 -3
- package/out/shared/supplementalContextUtil/crossFileContextUtil.js +9 -9
- package/out/shared/supplementalContextUtil/crossFileContextUtil.js.map +1 -1
- package/out/shared/supplementalContextUtil/supplementalContextUtil.d.ts +1 -1
- package/out/shared/supplementalContextUtil/supplementalContextUtil.js +2 -2
- package/out/shared/supplementalContextUtil/supplementalContextUtil.js.map +1 -1
- package/out/shared/telemetry/telemetryService.d.ts +2 -2
- package/out/shared/telemetry/telemetryService.js +4 -2
- package/out/shared/telemetry/telemetryService.js.map +1 -1
- package/package.json +4 -4
- package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/endpoints.js +0 -211
- package/node_modules/@amzn/codewhisperer-runtime/dist-es/endpoints.js +0 -207
- package/node_modules/@amzn/codewhisperer-runtime/dist-types/endpoints.d.ts +0 -2
|
@@ -35,10 +35,12 @@ export const se_CreateSubscriptionTokenCommand = async (input, context) => {
|
|
|
35
35
|
b.bp("/CreateSubscriptionToken");
|
|
36
36
|
let body;
|
|
37
37
|
body = JSON.stringify(take(input, {
|
|
38
|
+
'cancelUrl': [],
|
|
38
39
|
'clientToken': [true, _ => _ ?? generateIdempotencyToken()],
|
|
39
40
|
'provider': [],
|
|
40
41
|
'statusOnly': [],
|
|
41
42
|
'subscriptionType': [],
|
|
43
|
+
'successUrl': [],
|
|
42
44
|
}));
|
|
43
45
|
b.m("POST")
|
|
44
46
|
.h(headers)
|
|
@@ -996,8 +998,8 @@ export const de_ListAvailableModelsCommand = async (output, context) => {
|
|
|
996
998
|
});
|
|
997
999
|
const data = __expectNonNull((__expectObject(await parseBody(output.body, context))), "body");
|
|
998
1000
|
const doc = take(data, {
|
|
999
|
-
'defaultModel':
|
|
1000
|
-
'models':
|
|
1001
|
+
'defaultModel': _ => de_Model(_, context),
|
|
1002
|
+
'models': _ => de_Models(_, context),
|
|
1001
1003
|
'nextToken': __expectString,
|
|
1002
1004
|
});
|
|
1003
1005
|
Object.assign(contents, doc);
|
|
@@ -1761,6 +1763,7 @@ const se_UserTriggerDecisionEvent = (input, context) => {
|
|
|
1761
1763
|
'suggestionType': [],
|
|
1762
1764
|
'timestamp': _ => (_.getTime() / 1000),
|
|
1763
1765
|
'triggerToResponseLatencyMilliseconds': __serializeFloat,
|
|
1766
|
+
'userDecisionReason': [],
|
|
1764
1767
|
});
|
|
1765
1768
|
};
|
|
1766
1769
|
const se_Document = (input, context) => {
|
|
@@ -1967,6 +1970,24 @@ const de_UsageBreakdownList = (output, context) => {
|
|
|
1967
1970
|
});
|
|
1968
1971
|
return retVal;
|
|
1969
1972
|
};
|
|
1973
|
+
const de_Model = (output, context) => {
|
|
1974
|
+
return take(output, {
|
|
1975
|
+
'description': __expectString,
|
|
1976
|
+
'modelId': __expectString,
|
|
1977
|
+
'modelName': __expectString,
|
|
1978
|
+
'rateMultiplier': __limitedParseDouble,
|
|
1979
|
+
'rateUnit': __expectString,
|
|
1980
|
+
'supportedInputTypes': _json,
|
|
1981
|
+
'supportsPromptCache': __expectBoolean,
|
|
1982
|
+
'tokenLimits': _json,
|
|
1983
|
+
});
|
|
1984
|
+
};
|
|
1985
|
+
const de_Models = (output, context) => {
|
|
1986
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
1987
|
+
return de_Model(entry, context);
|
|
1988
|
+
});
|
|
1989
|
+
return retVal;
|
|
1990
|
+
};
|
|
1970
1991
|
const de_MemoryEntry = (output, context) => {
|
|
1971
1992
|
return take(output, {
|
|
1972
1993
|
'id': __expectString,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defaultCodeWhispererRuntimeHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
2
|
-
import {
|
|
2
|
+
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
3
3
|
import { HttpBearerAuthSigner } from "@smithy/core";
|
|
4
4
|
import { NoOpLogger } from "@smithy/smithy-client";
|
|
5
5
|
import { parseUrl } from "@smithy/url-parser";
|
|
@@ -11,6 +11,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
11
11
|
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
12
12
|
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
13
13
|
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
14
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
14
15
|
extensions: config?.extensions ?? [],
|
|
15
16
|
httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultCodeWhispererRuntimeHttpAuthSchemeProvider,
|
|
16
17
|
httpAuthSchemes: config?.httpAuthSchemes ?? [{
|
|
@@ -19,7 +20,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
19
20
|
signer: new HttpBearerAuthSigner(),
|
|
20
21
|
}],
|
|
21
22
|
logger: config?.logger ?? new NoOpLogger(),
|
|
22
|
-
regionInfoProvider: config?.regionInfoProvider ?? defaultRegionInfoProvider,
|
|
23
23
|
serviceId: config?.serviceId ?? "CodeWhispererRuntime",
|
|
24
24
|
urlParser: config?.urlParser ?? parseUrl,
|
|
25
25
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
@@ -38,14 +38,16 @@ import { StartTestGenerationCommandInput, StartTestGenerationCommandOutput } fro
|
|
|
38
38
|
import { StartTransformationCommandInput, StartTransformationCommandOutput } from "./commands/StartTransformationCommand";
|
|
39
39
|
import { StopTransformationCommandInput, StopTransformationCommandOutput } from "./commands/StopTransformationCommand";
|
|
40
40
|
import { UpdateUsageLimitsCommandInput, UpdateUsageLimitsCommandOutput } from "./commands/UpdateUsageLimitsCommand";
|
|
41
|
+
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
41
42
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
42
43
|
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
43
44
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
44
|
-
import {
|
|
45
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
46
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
45
47
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
46
48
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
47
49
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
48
|
-
import { Provider,
|
|
50
|
+
import { Provider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
49
51
|
export { __Client };
|
|
50
52
|
/**
|
|
51
53
|
* @public
|
|
@@ -149,11 +151,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
149
151
|
*
|
|
150
152
|
*/
|
|
151
153
|
profile?: string;
|
|
152
|
-
/**
|
|
153
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
157
154
|
/**
|
|
158
155
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
159
156
|
* @internal
|
|
@@ -185,7 +182,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
185
182
|
/**
|
|
186
183
|
* @public
|
|
187
184
|
*/
|
|
188
|
-
export type CodeWhispererRuntimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & UserAgentInputConfig & RetryInputConfig & RegionInputConfig & HostHeaderInputConfig &
|
|
185
|
+
export type CodeWhispererRuntimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & UserAgentInputConfig & RetryInputConfig & RegionInputConfig & HostHeaderInputConfig & EndpointInputConfig<EndpointParameters> & HttpAuthSchemeInputConfig & ClientInputEndpointParameters;
|
|
189
186
|
/**
|
|
190
187
|
* @public
|
|
191
188
|
*
|
|
@@ -196,7 +193,7 @@ export interface CodeWhispererRuntimeClientConfig extends CodeWhispererRuntimeCl
|
|
|
196
193
|
/**
|
|
197
194
|
* @public
|
|
198
195
|
*/
|
|
199
|
-
export type CodeWhispererRuntimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & UserAgentResolvedConfig & RetryResolvedConfig & RegionResolvedConfig & HostHeaderResolvedConfig &
|
|
196
|
+
export type CodeWhispererRuntimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & UserAgentResolvedConfig & RetryResolvedConfig & RegionResolvedConfig & HostHeaderResolvedConfig & EndpointResolvedConfig<EndpointParameters> & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters;
|
|
200
197
|
/**
|
|
201
198
|
* @public
|
|
202
199
|
*
|
|
@@ -85,17 +85,17 @@ declare const CreateArtifactUploadUrlCommand_base: {
|
|
|
85
85
|
* @see {@link CreateArtifactUploadUrlCommandOutput} for command's `response` shape.
|
|
86
86
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
87
87
|
*
|
|
88
|
-
* @throws {@link
|
|
89
|
-
* This exception is thrown when
|
|
90
|
-
*
|
|
91
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
92
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
88
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
89
|
+
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
93
90
|
*
|
|
94
91
|
* @throws {@link ValidationException} (client fault)
|
|
95
92
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
96
93
|
*
|
|
97
|
-
* @throws {@link
|
|
98
|
-
* This exception is thrown when
|
|
94
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
95
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link InternalServerException} (server fault)
|
|
98
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
99
99
|
*
|
|
100
100
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
@@ -40,6 +40,8 @@ declare const CreateSubscriptionTokenCommand_base: {
|
|
|
40
40
|
* statusOnly: true || false,
|
|
41
41
|
* provider: "STRING_VALUE",
|
|
42
42
|
* subscriptionType: "STRING_VALUE",
|
|
43
|
+
* successUrl: "STRING_VALUE",
|
|
44
|
+
* cancelUrl: "STRING_VALUE",
|
|
43
45
|
* };
|
|
44
46
|
* const command = new CreateSubscriptionTokenCommand(input);
|
|
45
47
|
* const response = await client.send(command);
|
|
@@ -57,21 +59,21 @@ declare const CreateSubscriptionTokenCommand_base: {
|
|
|
57
59
|
* @see {@link CreateSubscriptionTokenCommandOutput} for command's `response` shape.
|
|
58
60
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link ValidationException} (client fault)
|
|
63
|
+
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
66
|
+
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
67
|
+
*
|
|
60
68
|
* @throws {@link InternalServerException} (server fault)
|
|
61
69
|
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
62
70
|
*
|
|
63
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
64
72
|
* This exception is thrown when request was denied due to request throttling.
|
|
65
73
|
*
|
|
66
|
-
* @throws {@link ValidationException} (client fault)
|
|
67
|
-
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
68
|
-
*
|
|
69
74
|
* @throws {@link ConflictException} (client fault)
|
|
70
75
|
* This exception is thrown when the action to perform could not be completed because the resource is in a conflicting state.
|
|
71
76
|
*
|
|
72
|
-
* @throws {@link AccessDeniedException} (client fault)
|
|
73
|
-
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
74
|
-
*
|
|
75
77
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
76
78
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
77
79
|
*
|
|
@@ -54,14 +54,14 @@ declare const CreateTaskAssistConversationCommand_base: {
|
|
|
54
54
|
* @throws {@link InternalServerException} (server fault)
|
|
55
55
|
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
56
56
|
*
|
|
57
|
-
* @throws {@link
|
|
58
|
-
* This exception is thrown when
|
|
57
|
+
* @throws {@link ValidationException} (client fault)
|
|
58
|
+
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link ThrottlingException} (client fault)
|
|
61
61
|
* This exception is thrown when request was denied due to request throttling.
|
|
62
62
|
*
|
|
63
|
-
* @throws {@link
|
|
64
|
-
* This exception is thrown when
|
|
63
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
64
|
+
* This exception is thrown when request was denied due to caller exceeding their usage limits
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link AccessDeniedException} (client fault)
|
|
67
67
|
* This exception is thrown when the user does not have sufficient access to perform this action.
|
package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/CreateUploadUrlCommand.d.ts
CHANGED
|
@@ -85,26 +85,26 @@ declare const CreateUploadUrlCommand_base: {
|
|
|
85
85
|
* @see {@link CreateUploadUrlCommandOutput} for command's `response` shape.
|
|
86
86
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
87
87
|
*
|
|
88
|
-
* @throws {@link
|
|
89
|
-
* This exception is thrown when
|
|
88
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
89
|
+
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
90
90
|
*
|
|
91
|
-
* @throws {@link
|
|
92
|
-
* This exception is thrown when
|
|
91
|
+
* @throws {@link ValidationException} (client fault)
|
|
92
|
+
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
93
93
|
*
|
|
94
94
|
* @throws {@link ThrottlingException} (client fault)
|
|
95
95
|
* This exception is thrown when request was denied due to request throttling.
|
|
96
96
|
*
|
|
97
|
-
* @throws {@link
|
|
98
|
-
* This exception is thrown when
|
|
97
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
98
|
+
* This exception is thrown when describing a resource that does not exist.
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
101
|
+
* This exception is thrown when request was denied due to caller exceeding their usage limits
|
|
99
102
|
*
|
|
100
103
|
* @throws {@link ConflictException} (client fault)
|
|
101
104
|
* This exception is thrown when the action to perform could not be completed because the resource is in a conflicting state.
|
|
102
105
|
*
|
|
103
|
-
* @throws {@link
|
|
104
|
-
* This exception is thrown when
|
|
105
|
-
*
|
|
106
|
-
* @throws {@link AccessDeniedException} (client fault)
|
|
107
|
-
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
106
|
+
* @throws {@link InternalServerException} (server fault)
|
|
107
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
108
108
|
*
|
|
109
109
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
@@ -68,23 +68,23 @@ declare const CreateUserMemoryEntryCommand_base: {
|
|
|
68
68
|
* @see {@link CreateUserMemoryEntryCommandOutput} for command's `response` shape.
|
|
69
69
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
70
70
|
*
|
|
71
|
-
* @throws {@link
|
|
72
|
-
* This exception is thrown when
|
|
73
|
-
*
|
|
74
|
-
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
75
|
-
* This exception is thrown when request was denied due to caller exceeding their usage limits
|
|
71
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
72
|
+
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
76
73
|
*
|
|
77
74
|
* @throws {@link ThrottlingException} (client fault)
|
|
78
75
|
* This exception is thrown when request was denied due to request throttling.
|
|
79
76
|
*
|
|
80
|
-
* @throws {@link ValidationException} (client fault)
|
|
81
|
-
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
82
|
-
*
|
|
83
77
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
84
78
|
* This exception is thrown when describing a resource that does not exist.
|
|
85
79
|
*
|
|
86
|
-
* @throws {@link
|
|
87
|
-
* This exception is thrown when
|
|
80
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
81
|
+
* This exception is thrown when request was denied due to caller exceeding their usage limits
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ValidationException} (client fault)
|
|
84
|
+
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link InternalServerException} (server fault)
|
|
87
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
88
88
|
*
|
|
89
89
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/CreateWorkspaceCommand.d.ts
CHANGED
|
@@ -57,23 +57,23 @@ declare const CreateWorkspaceCommand_base: {
|
|
|
57
57
|
* @see {@link CreateWorkspaceCommandOutput} for command's `response` shape.
|
|
58
58
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
59
59
|
*
|
|
60
|
+
* @throws {@link ValidationException} (client fault)
|
|
61
|
+
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
64
|
+
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
65
|
+
*
|
|
60
66
|
* @throws {@link InternalServerException} (server fault)
|
|
61
67
|
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
62
68
|
*
|
|
63
|
-
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
64
|
-
* This exception is thrown when request was denied due to caller exceeding their usage limits
|
|
65
|
-
*
|
|
66
69
|
* @throws {@link ThrottlingException} (client fault)
|
|
67
70
|
* This exception is thrown when request was denied due to request throttling.
|
|
68
71
|
*
|
|
69
|
-
* @throws {@link ValidationException} (client fault)
|
|
70
|
-
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
71
|
-
*
|
|
72
72
|
* @throws {@link ConflictException} (client fault)
|
|
73
73
|
* This exception is thrown when the action to perform could not be completed because the resource is in a conflicting state.
|
|
74
74
|
*
|
|
75
|
-
* @throws {@link
|
|
76
|
-
* This exception is thrown when
|
|
75
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
76
|
+
* This exception is thrown when request was denied due to caller exceeding their usage limits
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { CodeWhispererRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeWhispererRuntimeClient";
|
|
2
|
-
import { DeleteTaskAssistConversationRequest
|
|
2
|
+
import { DeleteTaskAssistConversationRequest } from "../models/models_0";
|
|
3
|
+
import { DeleteTaskAssistConversationResponse } from "../models/models_1";
|
|
3
4
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
5
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
5
6
|
/**
|
|
@@ -55,15 +56,15 @@ declare const DeleteTaskAssistConversationCommand_base: {
|
|
|
55
56
|
* @throws {@link InternalServerException} (server fault)
|
|
56
57
|
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
57
58
|
*
|
|
58
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
59
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
60
|
-
*
|
|
61
59
|
* @throws {@link ValidationException} (client fault)
|
|
62
60
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
63
61
|
*
|
|
64
62
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
65
63
|
* This exception is thrown when describing a resource that does not exist.
|
|
66
64
|
*
|
|
65
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
66
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
67
|
+
*
|
|
67
68
|
* @throws {@link AccessDeniedException} (client fault)
|
|
68
69
|
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
69
70
|
*
|
|
@@ -50,8 +50,8 @@ declare const DeleteUserMemoryEntryCommand_base: {
|
|
|
50
50
|
* @see {@link DeleteUserMemoryEntryCommandOutput} for command's `response` shape.
|
|
51
51
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
52
52
|
*
|
|
53
|
-
* @throws {@link
|
|
54
|
-
* This exception is thrown when
|
|
53
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
54
|
+
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ThrottlingException} (client fault)
|
|
57
57
|
* This exception is thrown when request was denied due to request throttling.
|
|
@@ -62,8 +62,8 @@ declare const DeleteUserMemoryEntryCommand_base: {
|
|
|
62
62
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
63
63
|
* This exception is thrown when describing a resource that does not exist.
|
|
64
64
|
*
|
|
65
|
-
* @throws {@link
|
|
66
|
-
* This exception is thrown when
|
|
65
|
+
* @throws {@link InternalServerException} (server fault)
|
|
66
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/DeleteWorkspaceCommand.d.ts
CHANGED
|
@@ -50,18 +50,18 @@ declare const DeleteWorkspaceCommand_base: {
|
|
|
50
50
|
* @see {@link DeleteWorkspaceCommandOutput} for command's `response` shape.
|
|
51
51
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
52
52
|
*
|
|
53
|
-
* @throws {@link InternalServerException} (server fault)
|
|
54
|
-
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
55
|
-
*
|
|
56
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
57
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
58
|
-
*
|
|
59
53
|
* @throws {@link ValidationException} (client fault)
|
|
60
54
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
61
55
|
*
|
|
62
56
|
* @throws {@link AccessDeniedException} (client fault)
|
|
63
57
|
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
64
58
|
*
|
|
59
|
+
* @throws {@link InternalServerException} (server fault)
|
|
60
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
63
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
64
|
+
*
|
|
65
65
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
67
67
|
*
|
package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GenerateCompletionsCommand.d.ts
CHANGED
|
@@ -204,18 +204,18 @@ declare const GenerateCompletionsCommand_base: {
|
|
|
204
204
|
* @see {@link GenerateCompletionsCommandOutput} for command's `response` shape.
|
|
205
205
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
206
206
|
*
|
|
207
|
-
* @throws {@link InternalServerException} (server fault)
|
|
208
|
-
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
209
|
-
*
|
|
210
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
211
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
212
|
-
*
|
|
213
207
|
* @throws {@link ValidationException} (client fault)
|
|
214
208
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
215
209
|
*
|
|
216
210
|
* @throws {@link AccessDeniedException} (client fault)
|
|
217
211
|
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
218
212
|
*
|
|
213
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
214
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
215
|
+
*
|
|
216
|
+
* @throws {@link InternalServerException} (server fault)
|
|
217
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
218
|
+
*
|
|
219
219
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
220
220
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
221
221
|
*
|
package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetCodeAnalysisCommand.d.ts
CHANGED
|
@@ -53,20 +53,20 @@ declare const GetCodeAnalysisCommand_base: {
|
|
|
53
53
|
* @see {@link GetCodeAnalysisCommandOutput} for command's `response` shape.
|
|
54
54
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
55
55
|
*
|
|
56
|
-
* @throws {@link InternalServerException} (server fault)
|
|
57
|
-
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
58
|
-
*
|
|
59
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
60
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
61
|
-
*
|
|
62
56
|
* @throws {@link ValidationException} (client fault)
|
|
63
57
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
64
58
|
*
|
|
59
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
60
|
+
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
61
|
+
*
|
|
65
62
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
66
63
|
* This exception is thrown when describing a resource that does not exist.
|
|
67
64
|
*
|
|
68
|
-
* @throws {@link
|
|
69
|
-
* This exception is thrown when
|
|
65
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
66
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InternalServerException} (server fault)
|
|
69
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetCodeFixJobCommand.d.ts
CHANGED
|
@@ -68,21 +68,21 @@ declare const GetCodeFixJobCommand_base: {
|
|
|
68
68
|
* @see {@link GetCodeFixJobCommandOutput} for command's `response` shape.
|
|
69
69
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
70
70
|
*
|
|
71
|
-
* @throws {@link
|
|
72
|
-
* This exception is thrown when
|
|
71
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
72
|
+
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ValidationException} (client fault)
|
|
75
|
+
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
73
76
|
*
|
|
74
77
|
* @throws {@link ThrottlingException} (client fault)
|
|
75
78
|
* This exception is thrown when request was denied due to request throttling.
|
|
76
79
|
*
|
|
77
|
-
* @throws {@link
|
|
78
|
-
* This exception is thrown when
|
|
80
|
+
* @throws {@link InternalServerException} (server fault)
|
|
81
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
79
82
|
*
|
|
80
83
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
81
84
|
* This exception is thrown when describing a resource that does not exist.
|
|
82
85
|
*
|
|
83
|
-
* @throws {@link AccessDeniedException} (client fault)
|
|
84
|
-
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
85
|
-
*
|
|
86
86
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
88
88
|
*
|
|
@@ -73,8 +73,12 @@ declare const GetProfileCommand_base: {
|
|
|
73
73
|
* // },
|
|
74
74
|
* // mcpConfiguration: { // MCPConfiguration
|
|
75
75
|
* // toggle: "STRING_VALUE", // required
|
|
76
|
+
* // mcpRegistryUrl: "STRING_VALUE",
|
|
76
77
|
* // },
|
|
77
78
|
* // },
|
|
79
|
+
* // referenceTrackerConfiguration: { // ReferenceTrackerConfiguration
|
|
80
|
+
* // recommendationsWithReferences: "BLOCK" || "ALLOW", // required
|
|
81
|
+
* // },
|
|
78
82
|
* // },
|
|
79
83
|
* // };
|
|
80
84
|
*
|
|
@@ -86,21 +90,21 @@ declare const GetProfileCommand_base: {
|
|
|
86
90
|
* @see {@link GetProfileCommandOutput} for command's `response` shape.
|
|
87
91
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
88
92
|
*
|
|
93
|
+
* @throws {@link ValidationException} (client fault)
|
|
94
|
+
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
97
|
+
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
98
|
+
*
|
|
89
99
|
* @throws {@link InternalServerException} (server fault)
|
|
90
100
|
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
91
101
|
*
|
|
92
102
|
* @throws {@link ThrottlingException} (client fault)
|
|
93
103
|
* This exception is thrown when request was denied due to request throttling.
|
|
94
104
|
*
|
|
95
|
-
* @throws {@link ValidationException} (client fault)
|
|
96
|
-
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
97
|
-
*
|
|
98
105
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
99
106
|
* This exception is thrown when describing a resource that does not exist.
|
|
100
107
|
*
|
|
101
|
-
* @throws {@link AccessDeniedException} (client fault)
|
|
102
|
-
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
103
|
-
*
|
|
104
108
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
105
109
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
106
110
|
*
|
package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetRetrievalsCommand.d.ts
CHANGED
|
@@ -65,21 +65,21 @@ declare const GetRetrievalsCommand_base: {
|
|
|
65
65
|
* @see {@link GetRetrievalsCommandOutput} for command's `response` shape.
|
|
66
66
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
67
67
|
*
|
|
68
|
+
* @throws {@link ValidationException} (client fault)
|
|
69
|
+
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
72
|
+
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
73
|
+
*
|
|
68
74
|
* @throws {@link InternalServerException} (server fault)
|
|
69
75
|
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
70
76
|
*
|
|
71
77
|
* @throws {@link ThrottlingException} (client fault)
|
|
72
78
|
* This exception is thrown when request was denied due to request throttling.
|
|
73
79
|
*
|
|
74
|
-
* @throws {@link ValidationException} (client fault)
|
|
75
|
-
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
76
|
-
*
|
|
77
80
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
78
81
|
* This exception is thrown when describing a resource that does not exist.
|
|
79
82
|
*
|
|
80
|
-
* @throws {@link AccessDeniedException} (client fault)
|
|
81
|
-
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
82
|
-
*
|
|
83
83
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
85
85
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CodeWhispererRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeWhispererRuntimeClient";
|
|
2
|
-
import { GetTaskAssistCodeGenerationRequest, GetTaskAssistCodeGenerationResponse } from "../models/
|
|
2
|
+
import { GetTaskAssistCodeGenerationRequest, GetTaskAssistCodeGenerationResponse } from "../models/models_1";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
5
5
|
/**
|
|
@@ -63,17 +63,17 @@ declare const GetTaskAssistCodeGenerationCommand_base: {
|
|
|
63
63
|
* @throws {@link InternalServerException} (server fault)
|
|
64
64
|
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
65
65
|
*
|
|
66
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
67
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
68
|
-
*
|
|
69
66
|
* @throws {@link ValidationException} (client fault)
|
|
70
67
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
71
68
|
*
|
|
69
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
|
+
* This exception is thrown when describing a resource that does not exist.
|
|
71
|
+
*
|
|
72
72
|
* @throws {@link ConflictException} (client fault)
|
|
73
73
|
* This exception is thrown when the action to perform could not be completed because the resource is in a conflicting state.
|
|
74
74
|
*
|
|
75
|
-
* @throws {@link
|
|
76
|
-
* This exception is thrown when
|
|
75
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
76
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link AccessDeniedException} (client fault)
|
|
79
79
|
* This exception is thrown when the user does not have sufficient access to perform this action.
|
package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetTestGenerationCommand.d.ts
CHANGED
|
@@ -94,8 +94,8 @@ declare const GetTestGenerationCommand_base: {
|
|
|
94
94
|
* @see {@link GetTestGenerationCommandOutput} for command's `response` shape.
|
|
95
95
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
96
96
|
*
|
|
97
|
-
* @throws {@link
|
|
98
|
-
* This exception is thrown when
|
|
97
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
98
|
+
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
99
99
|
*
|
|
100
100
|
* @throws {@link ThrottlingException} (client fault)
|
|
101
101
|
* This exception is thrown when request was denied due to request throttling.
|
|
@@ -103,8 +103,8 @@ declare const GetTestGenerationCommand_base: {
|
|
|
103
103
|
* @throws {@link ValidationException} (client fault)
|
|
104
104
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
105
105
|
*
|
|
106
|
-
* @throws {@link
|
|
107
|
-
* This exception is thrown when
|
|
106
|
+
* @throws {@link InternalServerException} (server fault)
|
|
107
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
108
108
|
*
|
|
109
109
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|