@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
package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetTransformationCommand.d.ts
CHANGED
|
@@ -111,18 +111,18 @@ declare const GetTransformationCommand_base: {
|
|
|
111
111
|
* @throws {@link InternalServerException} (server fault)
|
|
112
112
|
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
113
113
|
*
|
|
114
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
115
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
116
|
-
*
|
|
117
114
|
* @throws {@link ValidationException} (client fault)
|
|
118
115
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
119
116
|
*
|
|
120
|
-
* @throws {@link
|
|
121
|
-
* This exception is thrown when
|
|
117
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
118
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
122
119
|
*
|
|
123
120
|
* @throws {@link AccessDeniedException} (client fault)
|
|
124
121
|
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
125
122
|
*
|
|
123
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
124
|
+
* This exception is thrown when describing a resource that does not exist.
|
|
125
|
+
*
|
|
126
126
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
127
127
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
128
128
|
*
|
|
@@ -81,18 +81,18 @@ declare const GetTransformationPlanCommand_base: {
|
|
|
81
81
|
* @throws {@link InternalServerException} (server fault)
|
|
82
82
|
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
83
83
|
*
|
|
84
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
85
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
86
|
-
*
|
|
87
84
|
* @throws {@link ValidationException} (client fault)
|
|
88
85
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
89
86
|
*
|
|
90
|
-
* @throws {@link
|
|
91
|
-
* This exception is thrown when
|
|
87
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
88
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
92
89
|
*
|
|
93
90
|
* @throws {@link AccessDeniedException} (client fault)
|
|
94
91
|
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
95
92
|
*
|
|
93
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
94
|
+
* This exception is thrown when describing a resource that does not exist.
|
|
95
|
+
*
|
|
96
96
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
98
98
|
*
|
package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetUsageLimitsCommand.d.ts
CHANGED
|
@@ -131,18 +131,18 @@ declare const GetUsageLimitsCommand_base: {
|
|
|
131
131
|
* @see {@link GetUsageLimitsCommandOutput} for command's `response` shape.
|
|
132
132
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
133
133
|
*
|
|
134
|
-
* @throws {@link InternalServerException} (server fault)
|
|
135
|
-
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
136
|
-
*
|
|
137
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
138
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
139
|
-
*
|
|
140
134
|
* @throws {@link ValidationException} (client fault)
|
|
141
135
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
142
136
|
*
|
|
143
137
|
* @throws {@link AccessDeniedException} (client fault)
|
|
144
138
|
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
145
139
|
*
|
|
140
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
141
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
142
|
+
*
|
|
143
|
+
* @throws {@link InternalServerException} (server fault)
|
|
144
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
145
|
+
*
|
|
146
146
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
147
147
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
148
148
|
*
|
|
@@ -62,18 +62,18 @@ declare const ListAvailableCustomizationsCommand_base: {
|
|
|
62
62
|
* @see {@link ListAvailableCustomizationsCommandOutput} for command's `response` shape.
|
|
63
63
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
64
64
|
*
|
|
65
|
-
* @throws {@link InternalServerException} (server fault)
|
|
66
|
-
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
67
|
-
*
|
|
68
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
69
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
70
|
-
*
|
|
71
65
|
* @throws {@link ValidationException} (client fault)
|
|
72
66
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
73
67
|
*
|
|
74
68
|
* @throws {@link AccessDeniedException} (client fault)
|
|
75
69
|
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
76
70
|
*
|
|
71
|
+
* @throws {@link InternalServerException} (server fault)
|
|
72
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
75
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
76
|
+
*
|
|
77
77
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
79
79
|
*
|
package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListAvailableModelsCommand.d.ts
CHANGED
|
@@ -50,6 +50,8 @@ declare const ListAvailableModelsCommand_base: {
|
|
|
50
50
|
* // modelId: "STRING_VALUE", // required
|
|
51
51
|
* // modelName: "STRING_VALUE",
|
|
52
52
|
* // description: "STRING_VALUE",
|
|
53
|
+
* // rateMultiplier: Number("double"),
|
|
54
|
+
* // rateUnit: "STRING_VALUE",
|
|
53
55
|
* // tokenLimits: { // TokenLimits
|
|
54
56
|
* // maxInputTokens: Number("int"),
|
|
55
57
|
* // maxOutputTokens: Number("int"),
|
|
@@ -64,6 +66,8 @@ declare const ListAvailableModelsCommand_base: {
|
|
|
64
66
|
* // modelId: "STRING_VALUE", // required
|
|
65
67
|
* // modelName: "STRING_VALUE",
|
|
66
68
|
* // description: "STRING_VALUE",
|
|
69
|
+
* // rateMultiplier: Number("double"),
|
|
70
|
+
* // rateUnit: "STRING_VALUE",
|
|
67
71
|
* // tokenLimits: {
|
|
68
72
|
* // maxInputTokens: Number("int"),
|
|
69
73
|
* // maxOutputTokens: Number("int"),
|
|
@@ -84,18 +88,18 @@ declare const ListAvailableModelsCommand_base: {
|
|
|
84
88
|
* @see {@link ListAvailableModelsCommandOutput} for command's `response` shape.
|
|
85
89
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
86
90
|
*
|
|
87
|
-
* @throws {@link InternalServerException} (server fault)
|
|
88
|
-
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
89
|
-
*
|
|
90
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
91
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
92
|
-
*
|
|
93
91
|
* @throws {@link ValidationException} (client fault)
|
|
94
92
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
95
93
|
*
|
|
96
94
|
* @throws {@link AccessDeniedException} (client fault)
|
|
97
95
|
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
98
96
|
*
|
|
97
|
+
* @throws {@link InternalServerException} (server fault)
|
|
98
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
101
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
102
|
+
*
|
|
99
103
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
100
104
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
101
105
|
*
|
|
@@ -55,6 +55,7 @@ declare const ListAvailableProfilesCommand_base: {
|
|
|
55
55
|
* // issuerUrl: "STRING_VALUE",
|
|
56
56
|
* // clientId: "STRING_VALUE",
|
|
57
57
|
* // scimEndpoint: "STRING_VALUE",
|
|
58
|
+
* // subscriptionStartType: "STRING_VALUE",
|
|
58
59
|
* // },
|
|
59
60
|
* // },
|
|
60
61
|
* // profileName: "STRING_VALUE", // required
|
|
@@ -98,8 +99,10 @@ declare const ListAvailableProfilesCommand_base: {
|
|
|
98
99
|
* // },
|
|
99
100
|
* // mcpConfiguration: { // MCPConfiguration
|
|
100
101
|
* // toggle: "STRING_VALUE", // required
|
|
102
|
+
* // mcpRegistryUrl: "STRING_VALUE",
|
|
101
103
|
* // },
|
|
102
104
|
* // },
|
|
105
|
+
* // optInFeaturesType: "STRING_VALUE",
|
|
103
106
|
* // permissionUpdateRequired: true || false,
|
|
104
107
|
* // applicationProperties: [ // ApplicationPropertiesList
|
|
105
108
|
* // { // ApplicationProperties
|
|
@@ -122,18 +125,18 @@ declare const ListAvailableProfilesCommand_base: {
|
|
|
122
125
|
* @see {@link ListAvailableProfilesCommandOutput} for command's `response` shape.
|
|
123
126
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
124
127
|
*
|
|
125
|
-
* @throws {@link InternalServerException} (server fault)
|
|
126
|
-
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
127
|
-
*
|
|
128
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
129
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
130
|
-
*
|
|
131
128
|
* @throws {@link ValidationException} (client fault)
|
|
132
129
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
133
130
|
*
|
|
134
131
|
* @throws {@link AccessDeniedException} (client fault)
|
|
135
132
|
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
136
133
|
*
|
|
134
|
+
* @throws {@link InternalServerException} (server fault)
|
|
135
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
136
|
+
*
|
|
137
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
138
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
139
|
+
*
|
|
137
140
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
138
141
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
139
142
|
*
|
|
@@ -70,6 +70,9 @@ declare const ListAvailableSubscriptionsCommand_base: {
|
|
|
70
70
|
* @see {@link ListAvailableSubscriptionsCommandOutput} for command's `response` shape.
|
|
71
71
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
72
72
|
*
|
|
73
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
74
|
+
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
75
|
+
*
|
|
73
76
|
* @throws {@link InternalServerException} (server fault)
|
|
74
77
|
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
75
78
|
*
|
|
@@ -79,9 +82,6 @@ declare const ListAvailableSubscriptionsCommand_base: {
|
|
|
79
82
|
* @throws {@link ValidationException} (client fault)
|
|
80
83
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
81
84
|
*
|
|
82
|
-
* @throws {@link AccessDeniedException} (client fault)
|
|
83
|
-
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
84
|
-
*
|
|
85
85
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
87
87
|
*
|
|
@@ -58,18 +58,18 @@ declare const ListCodeAnalysisFindingsCommand_base: {
|
|
|
58
58
|
* @throws {@link InternalServerException} (server fault)
|
|
59
59
|
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
60
60
|
*
|
|
61
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
62
|
+
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
65
|
+
* This exception is thrown when describing a resource that does not exist.
|
|
66
|
+
*
|
|
61
67
|
* @throws {@link ThrottlingException} (client fault)
|
|
62
68
|
* This exception is thrown when request was denied due to request throttling.
|
|
63
69
|
*
|
|
64
70
|
* @throws {@link ValidationException} (client fault)
|
|
65
71
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
66
72
|
*
|
|
67
|
-
* @throws {@link ResourceNotFoundException} (client fault)
|
|
68
|
-
* This exception is thrown when describing a resource that does not exist.
|
|
69
|
-
*
|
|
70
|
-
* @throws {@link AccessDeniedException} (client fault)
|
|
71
|
-
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
72
|
-
*
|
|
73
73
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
75
75
|
*
|
|
@@ -63,18 +63,18 @@ declare const ListEventsCommand_base: {
|
|
|
63
63
|
* @see {@link ListEventsCommandOutput} for command's `response` shape.
|
|
64
64
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
65
65
|
*
|
|
66
|
-
* @throws {@link InternalServerException} (server fault)
|
|
67
|
-
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
68
|
-
*
|
|
69
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
71
|
-
*
|
|
72
66
|
* @throws {@link ValidationException} (client fault)
|
|
73
67
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
74
68
|
*
|
|
75
69
|
* @throws {@link AccessDeniedException} (client fault)
|
|
76
70
|
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
77
71
|
*
|
|
72
|
+
* @throws {@link InternalServerException} (server fault)
|
|
73
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
76
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
77
|
+
*
|
|
78
78
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
80
80
|
*
|
|
@@ -72,18 +72,18 @@ declare const ListFeatureEvaluationsCommand_base: {
|
|
|
72
72
|
* @see {@link ListFeatureEvaluationsCommandOutput} for command's `response` shape.
|
|
73
73
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
74
74
|
*
|
|
75
|
-
* @throws {@link InternalServerException} (server fault)
|
|
76
|
-
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
77
|
-
*
|
|
78
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
79
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
80
|
-
*
|
|
81
75
|
* @throws {@link ValidationException} (client fault)
|
|
82
76
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
83
77
|
*
|
|
84
78
|
* @throws {@link AccessDeniedException} (client fault)
|
|
85
79
|
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
86
80
|
*
|
|
81
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
82
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link InternalServerException} (server fault)
|
|
85
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
86
|
+
*
|
|
87
87
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
89
89
|
*
|
|
@@ -70,8 +70,8 @@ declare const ListUserMemoryEntriesCommand_base: {
|
|
|
70
70
|
* @see {@link ListUserMemoryEntriesCommandOutput} for command's `response` shape.
|
|
71
71
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
72
72
|
*
|
|
73
|
-
* @throws {@link
|
|
74
|
-
* This exception is thrown when
|
|
73
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
74
|
+
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link ThrottlingException} (client fault)
|
|
77
77
|
* This exception is thrown when request was denied due to request throttling.
|
|
@@ -82,8 +82,8 @@ declare const ListUserMemoryEntriesCommand_base: {
|
|
|
82
82
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
83
83
|
* This exception is thrown when describing a resource that does not exist.
|
|
84
84
|
*
|
|
85
|
-
* @throws {@link
|
|
86
|
-
* This exception is thrown when
|
|
85
|
+
* @throws {@link InternalServerException} (server fault)
|
|
86
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
87
87
|
*
|
|
88
88
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
@@ -62,18 +62,18 @@ declare const ListWorkspaceMetadataCommand_base: {
|
|
|
62
62
|
* @see {@link ListWorkspaceMetadataCommandOutput} for command's `response` shape.
|
|
63
63
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
64
64
|
*
|
|
65
|
-
* @throws {@link InternalServerException} (server fault)
|
|
66
|
-
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
67
|
-
*
|
|
68
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
69
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
70
|
-
*
|
|
71
65
|
* @throws {@link ValidationException} (client fault)
|
|
72
66
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
73
67
|
*
|
|
74
68
|
* @throws {@link AccessDeniedException} (client fault)
|
|
75
69
|
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
76
70
|
*
|
|
71
|
+
* @throws {@link InternalServerException} (server fault)
|
|
72
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
75
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
76
|
+
*
|
|
77
77
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
79
79
|
*
|
package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/PushTelemetryEventCommand.d.ts
CHANGED
|
@@ -51,18 +51,18 @@ declare const PushTelemetryEventCommand_base: {
|
|
|
51
51
|
* @see {@link PushTelemetryEventCommandOutput} for command's `response` shape.
|
|
52
52
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
53
53
|
*
|
|
54
|
-
* @throws {@link InternalServerException} (server fault)
|
|
55
|
-
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
56
|
-
*
|
|
57
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
58
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
59
|
-
*
|
|
60
54
|
* @throws {@link ValidationException} (client fault)
|
|
61
55
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
62
56
|
*
|
|
63
57
|
* @throws {@link AccessDeniedException} (client fault)
|
|
64
58
|
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
65
59
|
*
|
|
60
|
+
* @throws {@link InternalServerException} (server fault)
|
|
61
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
64
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
65
|
+
*
|
|
66
66
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
68
68
|
*
|
|
@@ -56,18 +56,18 @@ declare const ResumeTransformationCommand_base: {
|
|
|
56
56
|
* @throws {@link InternalServerException} (server fault)
|
|
57
57
|
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
58
58
|
*
|
|
59
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
60
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
61
|
-
*
|
|
62
59
|
* @throws {@link ValidationException} (client fault)
|
|
63
60
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
64
61
|
*
|
|
65
|
-
* @throws {@link
|
|
66
|
-
* This exception is thrown when
|
|
62
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
63
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
67
64
|
*
|
|
68
65
|
* @throws {@link AccessDeniedException} (client fault)
|
|
69
66
|
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
70
67
|
*
|
|
68
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
69
|
+
* This exception is thrown when describing a resource that does not exist.
|
|
70
|
+
*
|
|
71
71
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
73
73
|
*
|
package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/SendTelemetryEventCommand.d.ts
CHANGED
|
@@ -93,6 +93,7 @@ declare const SendTelemetryEventCommand_base: {
|
|
|
93
93
|
* deletedCharacterCount: Number("int"),
|
|
94
94
|
* streakLength: Number("int"),
|
|
95
95
|
* suggestionType: "STRING_VALUE",
|
|
96
|
+
* userDecisionReason: "STRING_VALUE",
|
|
96
97
|
* },
|
|
97
98
|
* codeCoverageEvent: { // CodeCoverageEvent
|
|
98
99
|
* customizationArn: "STRING_VALUE",
|
|
@@ -371,18 +372,18 @@ declare const SendTelemetryEventCommand_base: {
|
|
|
371
372
|
* @see {@link SendTelemetryEventCommandOutput} for command's `response` shape.
|
|
372
373
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
373
374
|
*
|
|
374
|
-
* @throws {@link InternalServerException} (server fault)
|
|
375
|
-
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
376
|
-
*
|
|
377
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
378
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
379
|
-
*
|
|
380
375
|
* @throws {@link ValidationException} (client fault)
|
|
381
376
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
382
377
|
*
|
|
383
378
|
* @throws {@link AccessDeniedException} (client fault)
|
|
384
379
|
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
385
380
|
*
|
|
381
|
+
* @throws {@link InternalServerException} (server fault)
|
|
382
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
383
|
+
*
|
|
384
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
385
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
386
|
+
*
|
|
386
387
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
387
388
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
388
389
|
*
|
package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/SetUserPreferenceCommand.d.ts
CHANGED
|
@@ -52,18 +52,18 @@ declare const SetUserPreferenceCommand_base: {
|
|
|
52
52
|
* @see {@link SetUserPreferenceCommandOutput} for command's `response` shape.
|
|
53
53
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
54
54
|
*
|
|
55
|
-
* @throws {@link InternalServerException} (server fault)
|
|
56
|
-
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
57
|
-
*
|
|
58
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
59
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
60
|
-
*
|
|
61
55
|
* @throws {@link ValidationException} (client fault)
|
|
62
56
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
63
57
|
*
|
|
64
58
|
* @throws {@link AccessDeniedException} (client fault)
|
|
65
59
|
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
66
60
|
*
|
|
61
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
62
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InternalServerException} (server fault)
|
|
65
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
66
|
+
*
|
|
67
67
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
69
69
|
*
|
package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/StartCodeAnalysisCommand.d.ts
CHANGED
|
@@ -67,23 +67,23 @@ declare const StartCodeAnalysisCommand_base: {
|
|
|
67
67
|
* @see {@link StartCodeAnalysisCommandOutput} for command's `response` shape.
|
|
68
68
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
69
69
|
*
|
|
70
|
-
* @throws {@link InternalServerException} (server fault)
|
|
71
|
-
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
72
|
-
*
|
|
73
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
74
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
75
|
-
*
|
|
76
70
|
* @throws {@link ConflictException} (client fault)
|
|
77
71
|
* This exception is thrown when the action to perform could not be completed because the resource is in a conflicting state.
|
|
78
72
|
*
|
|
79
73
|
* @throws {@link ValidationException} (client fault)
|
|
80
74
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
81
75
|
*
|
|
76
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
77
|
+
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
80
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
81
|
+
*
|
|
82
82
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
83
83
|
* This exception is thrown when describing a resource that does not exist.
|
|
84
84
|
*
|
|
85
|
-
* @throws {@link
|
|
86
|
-
* This exception is thrown when
|
|
85
|
+
* @throws {@link InternalServerException} (server fault)
|
|
86
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
87
87
|
*
|
|
88
88
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/StartCodeFixJobCommand.d.ts
CHANGED
|
@@ -70,17 +70,17 @@ declare const StartCodeFixJobCommand_base: {
|
|
|
70
70
|
* @see {@link StartCodeFixJobCommandOutput} for command's `response` shape.
|
|
71
71
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
72
72
|
*
|
|
73
|
-
* @throws {@link
|
|
74
|
-
* This exception is thrown when
|
|
75
|
-
*
|
|
76
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
77
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
73
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
74
|
+
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
78
75
|
*
|
|
79
76
|
* @throws {@link ValidationException} (client fault)
|
|
80
77
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
81
78
|
*
|
|
82
|
-
* @throws {@link
|
|
83
|
-
* This exception is thrown when
|
|
79
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
80
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link InternalServerException} (server fault)
|
|
83
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
84
84
|
*
|
|
85
85
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
@@ -539,20 +539,20 @@ declare const StartTaskAssistCodeGenerationCommand_base: {
|
|
|
539
539
|
* @throws {@link InternalServerException} (server fault)
|
|
540
540
|
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
541
541
|
*
|
|
542
|
-
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
543
|
-
* This exception is thrown when request was denied due to caller exceeding their usage limits
|
|
544
|
-
*
|
|
545
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
546
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
547
|
-
*
|
|
548
542
|
* @throws {@link ValidationException} (client fault)
|
|
549
543
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
550
544
|
*
|
|
545
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
546
|
+
* This exception is thrown when describing a resource that does not exist.
|
|
547
|
+
*
|
|
551
548
|
* @throws {@link ConflictException} (client fault)
|
|
552
549
|
* This exception is thrown when the action to perform could not be completed because the resource is in a conflicting state.
|
|
553
550
|
*
|
|
554
|
-
* @throws {@link
|
|
555
|
-
* This exception is thrown when
|
|
551
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
552
|
+
* This exception is thrown when request was denied due to caller exceeding their usage limits
|
|
553
|
+
*
|
|
554
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
555
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
556
556
|
*
|
|
557
557
|
* @throws {@link AccessDeniedException} (client fault)
|
|
558
558
|
* 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/StartTestGenerationCommand.d.ts
CHANGED
|
@@ -116,20 +116,20 @@ declare const StartTestGenerationCommand_base: {
|
|
|
116
116
|
* @see {@link StartTestGenerationCommandOutput} for command's `response` shape.
|
|
117
117
|
* @see {@link CodeWhispererRuntimeClientResolvedConfig | config} for CodeWhispererRuntimeClient's `config` shape.
|
|
118
118
|
*
|
|
119
|
-
* @throws {@link
|
|
120
|
-
* This exception is thrown when
|
|
121
|
-
*
|
|
122
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
123
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
119
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
120
|
+
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
124
121
|
*
|
|
125
122
|
* @throws {@link ConflictException} (client fault)
|
|
126
123
|
* This exception is thrown when the action to perform could not be completed because the resource is in a conflicting state.
|
|
127
124
|
*
|
|
125
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
126
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
127
|
+
*
|
|
128
128
|
* @throws {@link ValidationException} (client fault)
|
|
129
129
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
130
130
|
*
|
|
131
|
-
* @throws {@link
|
|
132
|
-
* This exception is thrown when
|
|
131
|
+
* @throws {@link InternalServerException} (server fault)
|
|
132
|
+
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
133
133
|
*
|
|
134
134
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
135
135
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/StartTransformationCommand.d.ts
CHANGED
|
@@ -110,18 +110,18 @@ declare const StartTransformationCommand_base: {
|
|
|
110
110
|
* @throws {@link InternalServerException} (server fault)
|
|
111
111
|
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
112
112
|
*
|
|
113
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
114
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
115
|
-
*
|
|
116
113
|
* @throws {@link ValidationException} (client fault)
|
|
117
114
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
118
115
|
*
|
|
119
|
-
* @throws {@link
|
|
120
|
-
* This exception is thrown when
|
|
116
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
117
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
121
118
|
*
|
|
122
119
|
* @throws {@link AccessDeniedException} (client fault)
|
|
123
120
|
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
124
121
|
*
|
|
122
|
+
* @throws {@link ConflictException} (client fault)
|
|
123
|
+
* This exception is thrown when the action to perform could not be completed because the resource is in a conflicting state.
|
|
124
|
+
*
|
|
125
125
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
127
127
|
*
|
package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/StopTransformationCommand.d.ts
CHANGED
|
@@ -55,18 +55,18 @@ declare const StopTransformationCommand_base: {
|
|
|
55
55
|
* @throws {@link InternalServerException} (server fault)
|
|
56
56
|
* This exception is thrown when an unexpected error occurred during the processing of a request.
|
|
57
57
|
*
|
|
58
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
59
|
-
* This exception is thrown when request was denied due to request throttling.
|
|
60
|
-
*
|
|
61
58
|
* @throws {@link ValidationException} (client fault)
|
|
62
59
|
* This exception is thrown when the input fails to satisfy the constraints specified by the service.
|
|
63
60
|
*
|
|
64
|
-
* @throws {@link
|
|
65
|
-
* This exception is thrown when
|
|
61
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
62
|
+
* This exception is thrown when request was denied due to request throttling.
|
|
66
63
|
*
|
|
67
64
|
* @throws {@link AccessDeniedException} (client fault)
|
|
68
65
|
* This exception is thrown when the user does not have sufficient access to perform this action.
|
|
69
66
|
*
|
|
67
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
68
|
+
* This exception is thrown when describing a resource that does not exist.
|
|
69
|
+
*
|
|
70
70
|
* @throws {@link CodeWhispererRuntimeServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from CodeWhispererRuntime service.</p>
|
|
72
72
|
*
|