diff --git a/.tools/readmes/scanner.py b/.tools/readmes/scanner.py index 84001469378..ef5cf58c784 100644 --- a/.tools/readmes/scanner.py +++ b/.tools/readmes/scanner.py @@ -158,7 +158,7 @@ def snippet(self, example: Example, readme_folder, api_name: str): readme_path = Path(__file__).parent.parent.parent / readme_folder # tag_path = snippet_path.relative_to(readme_path) # Must be subpaths, no .. tag_path = relpath(snippet_path, readme_path) - tag_path = str(tag_path).replace("\\", "/") + tag_path = str(tag_path).replace("\\", "/").replace("#", "%23") if api_name != "": tag_path += f"#L{snippet.line_start + 1}" return tag_path diff --git a/sap-abap/services/bdr/README.md b/sap-abap/services/bdr/README.md index d80d8b79ae4..65d906731b8 100644 --- a/sap-abap/services/bdr/README.md +++ b/sap-abap/services/bdr/README.md @@ -30,11 +30,11 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a ### Anthropic Claude -- [InvokeModel](#awsex#cl_bdr_actions.clas.abap#L150) +- [InvokeModel](%23awsex%23cl_bdr_actions.clas.abap#L150) ### Stable Diffusion -- [InvokeModel](#awsex#cl_bdr_actions.clas.abap#L220) +- [InvokeModel](%23awsex%23cl_bdr_actions.clas.abap#L220) diff --git a/sap-abap/services/bdz/README.md b/sap-abap/services/bdz/README.md index 49b772a5199..4f6cd9bb993 100644 --- a/sap-abap/services/bdz/README.md +++ b/sap-abap/services/bdz/README.md @@ -33,7 +33,7 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a Code excerpts that show you how to call individual service functions. -- [InvokeAgent](#awsex#cl_bdz_actions.clas.abap#L37) +- [InvokeAgent](%23awsex%23cl_bdz_actions.clas.abap#L37) diff --git a/sap-abap/services/cpd/README.md b/sap-abap/services/cpd/README.md index 0b8a5173bfa..a63242e0466 100644 --- a/sap-abap/services/cpd/README.md +++ b/sap-abap/services/cpd/README.md @@ -33,7 +33,7 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a Code excerpts that show you how to call individual service functions. -- [DetectSentiment](#awsex#cl_cpd_actions.clas.abap#L35) +- [DetectSentiment](%23awsex%23cl_cpd_actions.clas.abap#L35) diff --git a/sap-abap/services/cwt/README.md b/sap-abap/services/cwt/README.md index 85fccb4fb26..a02feb0e462 100644 --- a/sap-abap/services/cwt/README.md +++ b/sap-abap/services/cwt/README.md @@ -33,19 +33,19 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a Code excerpts that show you how to call individual service functions. -- [DeleteAlarms](#awsex#cl_cwt_actions.clas.abap#L71) -- [DescribeAlarms](#awsex#cl_cwt_actions.clas.abap#L91) -- [DisableAlarmActions](#awsex#cl_cwt_actions.clas.abap#L112) -- [EnableAlarmActions](#awsex#cl_cwt_actions.clas.abap#L135) -- [ListMetrics](#awsex#cl_cwt_actions.clas.abap#L158) -- [PutMetricAlarm](#awsex#cl_cwt_actions.clas.abap#L180) +- [DeleteAlarms](%23awsex%23cl_cwt_actions.clas.abap#L71) +- [DescribeAlarms](%23awsex%23cl_cwt_actions.clas.abap#L91) +- [DisableAlarmActions](%23awsex%23cl_cwt_actions.clas.abap#L112) +- [EnableAlarmActions](%23awsex%23cl_cwt_actions.clas.abap#L135) +- [ListMetrics](%23awsex%23cl_cwt_actions.clas.abap#L158) +- [PutMetricAlarm](%23awsex%23cl_cwt_actions.clas.abap#L180) ### Scenarios Code examples that show you how to accomplish a specific task by calling multiple functions within the same service. -- [Get started with alarms](#awsex#cl_cwt_scenarios.clas.abap) +- [Get started with alarms](%23awsex%23cl_cwt_scenarios.clas.abap) diff --git a/sap-abap/services/dyn/README.md b/sap-abap/services/dyn/README.md index 3aa51fb6707..504c6083e69 100644 --- a/sap-abap/services/dyn/README.md +++ b/sap-abap/services/dyn/README.md @@ -33,23 +33,23 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a Code examples that show you how to perform the essential operations within a service. -- [Learn the basics](#awsex#cl_dyn_scenarios.clas.abap) +- [Learn the basics](%23awsex%23cl_dyn_scenarios.clas.abap) ### Single actions Code excerpts that show you how to call individual service functions. -- [CreateTable](#awsex#cl_dyn_actions.clas.abap#L94) -- [DeleteItem](#awsex#cl_dyn_actions.clas.abap#L136) -- [DeleteTable](#awsex#cl_dyn_actions.clas.abap#L160) -- [DescribeTable](#awsex#cl_dyn_actions.clas.abap#L183) -- [GetItem](#awsex#cl_dyn_actions.clas.abap#L208) -- [ListTables](#awsex#cl_dyn_actions.clas.abap#L234) -- [PutItem](#awsex#cl_dyn_actions.clas.abap#L258) -- [Query](#awsex#cl_dyn_actions.clas.abap#L282) -- [Scan](#awsex#cl_dyn_actions.clas.abap#L320) -- [UpdateItem](#awsex#cl_dyn_actions.clas.abap#L356) +- [CreateTable](%23awsex%23cl_dyn_actions.clas.abap#L94) +- [DeleteItem](%23awsex%23cl_dyn_actions.clas.abap#L136) +- [DeleteTable](%23awsex%23cl_dyn_actions.clas.abap#L160) +- [DescribeTable](%23awsex%23cl_dyn_actions.clas.abap#L183) +- [GetItem](%23awsex%23cl_dyn_actions.clas.abap#L208) +- [ListTables](%23awsex%23cl_dyn_actions.clas.abap#L234) +- [PutItem](%23awsex%23cl_dyn_actions.clas.abap#L258) +- [Query](%23awsex%23cl_dyn_actions.clas.abap#L282) +- [Scan](%23awsex%23cl_dyn_actions.clas.abap#L320) +- [UpdateItem](%23awsex%23cl_dyn_actions.clas.abap#L356) diff --git a/sap-abap/services/ec2/README.md b/sap-abap/services/ec2/README.md index fed8b8bf07f..86b570f3149 100644 --- a/sap-abap/services/ec2/README.md +++ b/sap-abap/services/ec2/README.md @@ -33,24 +33,24 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a Code excerpts that show you how to call individual service functions. -- [AllocateAddress](#awsex#cl_ec2_actions.clas.abap#L133) -- [AssociateAddress](#awsex#cl_ec2_actions.clas.abap#L151) -- [CreateKeyPair](#awsex#cl_ec2_actions.clas.abap#L207) -- [CreateSecurityGroup](#awsex#cl_ec2_actions.clas.abap#L225) -- [DeleteKeyPair](#awsex#cl_ec2_actions.clas.abap#L246) -- [DeleteSecurityGroup](#awsex#cl_ec2_actions.clas.abap#L264) -- [DescribeAddresses](#awsex#cl_ec2_actions.clas.abap#L282) -- [DescribeAvailabilityZones](#awsex#cl_ec2_actions.clas.abap#L301) -- [DescribeInstances](#awsex#cl_ec2_actions.clas.abap#L322) -- [DescribeKeyPairs](#awsex#cl_ec2_actions.clas.abap#L354) -- [DescribeRegions](#awsex#cl_ec2_actions.clas.abap#L373) -- [DescribeSecurityGroups](#awsex#cl_ec2_actions.clas.abap#L393) -- [MonitorInstances](#awsex#cl_ec2_actions.clas.abap#L414) -- [RebootInstances](#awsex#cl_ec2_actions.clas.abap#L452) -- [ReleaseAddress](#awsex#cl_ec2_actions.clas.abap#L489) -- [RunInstances](#awsex#cl_ec2_actions.clas.abap#L171) -- [StartInstances](#awsex#cl_ec2_actions.clas.abap#L507) -- [StopInstances](#awsex#cl_ec2_actions.clas.abap#L545) +- [AllocateAddress](%23awsex%23cl_ec2_actions.clas.abap#L133) +- [AssociateAddress](%23awsex%23cl_ec2_actions.clas.abap#L151) +- [CreateKeyPair](%23awsex%23cl_ec2_actions.clas.abap#L207) +- [CreateSecurityGroup](%23awsex%23cl_ec2_actions.clas.abap#L225) +- [DeleteKeyPair](%23awsex%23cl_ec2_actions.clas.abap#L246) +- [DeleteSecurityGroup](%23awsex%23cl_ec2_actions.clas.abap#L264) +- [DescribeAddresses](%23awsex%23cl_ec2_actions.clas.abap#L282) +- [DescribeAvailabilityZones](%23awsex%23cl_ec2_actions.clas.abap#L301) +- [DescribeInstances](%23awsex%23cl_ec2_actions.clas.abap#L322) +- [DescribeKeyPairs](%23awsex%23cl_ec2_actions.clas.abap#L354) +- [DescribeRegions](%23awsex%23cl_ec2_actions.clas.abap#L373) +- [DescribeSecurityGroups](%23awsex%23cl_ec2_actions.clas.abap#L393) +- [MonitorInstances](%23awsex%23cl_ec2_actions.clas.abap#L414) +- [RebootInstances](%23awsex%23cl_ec2_actions.clas.abap#L452) +- [ReleaseAddress](%23awsex%23cl_ec2_actions.clas.abap#L489) +- [RunInstances](%23awsex%23cl_ec2_actions.clas.abap#L171) +- [StartInstances](%23awsex%23cl_ec2_actions.clas.abap#L507) +- [StopInstances](%23awsex%23cl_ec2_actions.clas.abap#L545) diff --git a/sap-abap/services/kns/README.md b/sap-abap/services/kns/README.md index 6ea493416bd..e19ea39484f 100644 --- a/sap-abap/services/kns/README.md +++ b/sap-abap/services/kns/README.md @@ -33,20 +33,20 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a Code examples that show you how to perform the essential operations within a service. -- [Learn the basics](#awsex#cl_kns_scenarios.clas.abap) +- [Learn the basics](%23awsex%23cl_kns_scenarios.clas.abap) ### Single actions Code excerpts that show you how to call individual service functions. -- [CreateStream](#awsex#cl_kns_actions.clas.abap#L75) -- [DeleteStream](#awsex#cl_kns_actions.clas.abap#L100) -- [DescribeStream](#awsex#cl_kns_actions.clas.abap#L122) -- [GetRecords](#awsex#cl_kns_actions.clas.abap#L147) -- [ListStreams](#awsex#cl_kns_actions.clas.abap#L186) -- [PutRecord](#awsex#cl_kns_actions.clas.abap#L208) -- [RegisterStreamConsumer](#awsex#cl_kns_actions.clas.abap#L245) +- [CreateStream](%23awsex%23cl_kns_actions.clas.abap#L75) +- [DeleteStream](%23awsex%23cl_kns_actions.clas.abap#L100) +- [DescribeStream](%23awsex%23cl_kns_actions.clas.abap#L122) +- [GetRecords](%23awsex%23cl_kns_actions.clas.abap#L147) +- [ListStreams](%23awsex%23cl_kns_actions.clas.abap#L186) +- [PutRecord](%23awsex%23cl_kns_actions.clas.abap#L208) +- [RegisterStreamConsumer](%23awsex%23cl_kns_actions.clas.abap#L245) diff --git a/sap-abap/services/lmd/README.md b/sap-abap/services/lmd/README.md index d70b4293af8..8359e915146 100644 --- a/sap-abap/services/lmd/README.md +++ b/sap-abap/services/lmd/README.md @@ -33,20 +33,20 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a Code examples that show you how to perform the essential operations within a service. -- [Learn the basics](#awsex#cl_lmd_scenarios.clas.abap) +- [Learn the basics](%23awsex%23cl_lmd_scenarios.clas.abap) ### Single actions Code excerpts that show you how to call individual service functions. -- [CreateFunction](#awsex#cl_lmd_actions.clas.abap#L68) -- [DeleteFunction](#awsex#cl_lmd_actions.clas.abap#L107) -- [GetFunction](#awsex#cl_lmd_actions.clas.abap#L132) -- [Invoke](#awsex#cl_lmd_actions.clas.abap#L153) -- [ListFunctions](#awsex#cl_lmd_actions.clas.abap#L193) -- [UpdateFunctionCode](#awsex#cl_lmd_actions.clas.abap#L216) -- [UpdateFunctionConfiguration](#awsex#cl_lmd_actions.clas.abap#L252) +- [CreateFunction](%23awsex%23cl_lmd_actions.clas.abap#L68) +- [DeleteFunction](%23awsex%23cl_lmd_actions.clas.abap#L107) +- [GetFunction](%23awsex%23cl_lmd_actions.clas.abap#L132) +- [Invoke](%23awsex%23cl_lmd_actions.clas.abap#L153) +- [ListFunctions](%23awsex%23cl_lmd_actions.clas.abap#L193) +- [UpdateFunctionCode](%23awsex%23cl_lmd_actions.clas.abap#L216) +- [UpdateFunctionConfiguration](%23awsex%23cl_lmd_actions.clas.abap#L252) diff --git a/sap-abap/services/s3/README.md b/sap-abap/services/s3/README.md index 448bb67886f..c6feb8fad36 100644 --- a/sap-abap/services/s3/README.md +++ b/sap-abap/services/s3/README.md @@ -33,27 +33,27 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a Code examples that show you how to perform the essential operations within a service. -- [Learn the basics](#awsex#cl_s3_scenarios.clas.abap) +- [Learn the basics](%23awsex%23cl_s3_scenarios.clas.abap) ### Single actions Code excerpts that show you how to call individual service functions. -- [CopyObject](#awsex#cl_s3_actions.clas.abap#L69) -- [CreateBucket](#awsex#cl_s3_actions.clas.abap#L92) -- [DeleteBucket](#awsex#cl_s3_actions.clas.abap#L125) -- [DeleteObject](#awsex#cl_s3_actions.clas.abap#L145) -- [GetObject](#awsex#cl_s3_actions.clas.abap#L164) -- [ListObjectsV2](#awsex#cl_s3_actions.clas.abap#L205) -- [PutObject](#awsex#cl_s3_actions.clas.abap#L224) +- [CopyObject](%23awsex%23cl_s3_actions.clas.abap#L69) +- [CreateBucket](%23awsex%23cl_s3_actions.clas.abap#L92) +- [DeleteBucket](%23awsex%23cl_s3_actions.clas.abap#L125) +- [DeleteObject](%23awsex%23cl_s3_actions.clas.abap#L145) +- [GetObject](%23awsex%23cl_s3_actions.clas.abap#L164) +- [ListObjectsV2](%23awsex%23cl_s3_actions.clas.abap#L205) +- [PutObject](%23awsex%23cl_s3_actions.clas.abap#L224) ### Scenarios Code examples that show you how to accomplish a specific task by calling multiple functions within the same service. -- [Create a presigned URL](#awsex#cl_s3_scenarios.clas.abap) +- [Create a presigned URL](%23awsex%23cl_s3_scenarios.clas.abap) diff --git a/sap-abap/services/sgm/README.md b/sap-abap/services/sgm/README.md index e19f1bc024f..87126be833b 100644 --- a/sap-abap/services/sgm/README.md +++ b/sap-abap/services/sgm/README.md @@ -33,24 +33,24 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a Code excerpts that show you how to call individual service functions. -- [CreateEndpoint](#awsex#cl_sgm_actions.clas.abap#L130) -- [CreateModel](#awsex#cl_sgm_actions.clas.abap#L176) -- [CreateTrainingJob](#awsex#cl_sgm_actions.clas.abap#L204) -- [CreateTransformJob](#awsex#cl_sgm_actions.clas.abap#L316) -- [DeleteEndpoint](#awsex#cl_sgm_actions.clas.abap#L370) -- [DeleteModel](#awsex#cl_sgm_actions.clas.abap#L401) -- [DescribeTrainingJob](#awsex#cl_sgm_actions.clas.abap#L422) -- [ListAlgorithms](#awsex#cl_sgm_actions.clas.abap#L442) -- [ListModels](#awsex#cl_sgm_actions.clas.abap#L462) -- [ListNotebookInstances](#awsex#cl_sgm_actions.clas.abap#L482) -- [ListTrainingJobs](#awsex#cl_sgm_actions.clas.abap#L501) +- [CreateEndpoint](%23awsex%23cl_sgm_actions.clas.abap#L130) +- [CreateModel](%23awsex%23cl_sgm_actions.clas.abap#L176) +- [CreateTrainingJob](%23awsex%23cl_sgm_actions.clas.abap#L204) +- [CreateTransformJob](%23awsex%23cl_sgm_actions.clas.abap#L316) +- [DeleteEndpoint](%23awsex%23cl_sgm_actions.clas.abap#L370) +- [DeleteModel](%23awsex%23cl_sgm_actions.clas.abap#L401) +- [DescribeTrainingJob](%23awsex%23cl_sgm_actions.clas.abap#L422) +- [ListAlgorithms](%23awsex%23cl_sgm_actions.clas.abap#L442) +- [ListModels](%23awsex%23cl_sgm_actions.clas.abap#L462) +- [ListNotebookInstances](%23awsex%23cl_sgm_actions.clas.abap#L482) +- [ListTrainingJobs](%23awsex%23cl_sgm_actions.clas.abap#L501) ### Scenarios Code examples that show you how to accomplish a specific task by calling multiple functions within the same service. -- [Get started with models and endpoints](#awsex#cl_sgm_scenarios.clas.abap) +- [Get started with models and endpoints](%23awsex%23cl_sgm_scenarios.clas.abap) diff --git a/sap-abap/services/sns/README.md b/sap-abap/services/sns/README.md index 688809ef227..75876b6b8b8 100644 --- a/sap-abap/services/sns/README.md +++ b/sap-abap/services/sns/README.md @@ -33,22 +33,22 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a Code excerpts that show you how to call individual service functions. -- [CreateTopic](#awsex#cl_sns_actions.clas.abap#L73) -- [DeleteTopic](#awsex#cl_sns_actions.clas.abap#L90) -- [GetTopicAttributes](#awsex#cl_sns_actions.clas.abap#L107) -- [ListSubscriptions](#awsex#cl_sns_actions.clas.abap#L125) -- [ListTopics](#awsex#cl_sns_actions.clas.abap#L143) -- [Publish](#awsex#cl_sns_actions.clas.abap#L161) -- [SetTopicAttributes](#awsex#cl_sns_actions.clas.abap#L180) -- [Subscribe](#awsex#cl_sns_actions.clas.abap#L200) -- [Unsubscribe](#awsex#cl_sns_actions.clas.abap#L223) +- [CreateTopic](%23awsex%23cl_sns_actions.clas.abap#L73) +- [DeleteTopic](%23awsex%23cl_sns_actions.clas.abap#L90) +- [GetTopicAttributes](%23awsex%23cl_sns_actions.clas.abap#L107) +- [ListSubscriptions](%23awsex%23cl_sns_actions.clas.abap#L125) +- [ListTopics](%23awsex%23cl_sns_actions.clas.abap#L143) +- [Publish](%23awsex%23cl_sns_actions.clas.abap#L161) +- [SetTopicAttributes](%23awsex%23cl_sns_actions.clas.abap#L180) +- [Subscribe](%23awsex%23cl_sns_actions.clas.abap#L200) +- [Unsubscribe](%23awsex%23cl_sns_actions.clas.abap#L223) ### Scenarios Code examples that show you how to accomplish a specific task by calling multiple functions within the same service. -- [Create and publish to a FIFO topic](#awsex#cl_sns_scenarios.clas.abap) +- [Create and publish to a FIFO topic](%23awsex%23cl_sns_scenarios.clas.abap) diff --git a/sap-abap/services/sqs/README.md b/sap-abap/services/sqs/README.md index 51556d50548..6ee371c580a 100644 --- a/sap-abap/services/sqs/README.md +++ b/sap-abap/services/sqs/README.md @@ -33,19 +33,19 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a Code excerpts that show you how to call individual service functions. -- [CreateQueue](#awsex#cl_sqs_actions.clas.abap#L72) -- [DeleteQueue](#awsex#cl_sqs_actions.clas.abap#L91) -- [GetQueueUrl](#awsex#cl_sqs_actions.clas.abap#L106) -- [ListQueues](#awsex#cl_sqs_actions.clas.abap#L123) -- [ReceiveMessage](#awsex#cl_sqs_actions.clas.abap#L184) -- [SendMessage](#awsex#cl_sqs_actions.clas.abap#L202) +- [CreateQueue](%23awsex%23cl_sqs_actions.clas.abap#L72) +- [DeleteQueue](%23awsex%23cl_sqs_actions.clas.abap#L91) +- [GetQueueUrl](%23awsex%23cl_sqs_actions.clas.abap#L106) +- [ListQueues](%23awsex%23cl_sqs_actions.clas.abap#L123) +- [ReceiveMessage](%23awsex%23cl_sqs_actions.clas.abap#L184) +- [SendMessage](%23awsex%23cl_sqs_actions.clas.abap#L202) ### Scenarios Code examples that show you how to accomplish a specific task by calling multiple functions within the same service. -- [Create and publish to a FIFO topic](../sns/#awsex#cl_sns_scenarios.clas.abap) +- [Create and publish to a FIFO topic](../sns/%23awsex%23cl_sns_scenarios.clas.abap) diff --git a/sap-abap/services/tex/README.md b/sap-abap/services/tex/README.md index 0c39003bb1c..f40b074b1d9 100644 --- a/sap-abap/services/tex/README.md +++ b/sap-abap/services/tex/README.md @@ -33,18 +33,18 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a Code excerpts that show you how to call individual service functions. -- [AnalyzeDocument](#awsex#cl_tex_actions.clas.abap#L66) -- [DetectDocumentText](#awsex#cl_tex_actions.clas.abap#L141) -- [GetDocumentAnalysis](#awsex#cl_tex_actions.clas.abap#L202) -- [StartDocumentAnalysis](#awsex#cl_tex_actions.clas.abap#L260) -- [StartDocumentTextDetection](#awsex#cl_tex_actions.clas.abap#L331) +- [AnalyzeDocument](%23awsex%23cl_tex_actions.clas.abap#L66) +- [DetectDocumentText](%23awsex%23cl_tex_actions.clas.abap#L141) +- [GetDocumentAnalysis](%23awsex%23cl_tex_actions.clas.abap#L202) +- [StartDocumentAnalysis](%23awsex%23cl_tex_actions.clas.abap#L260) +- [StartDocumentTextDetection](%23awsex%23cl_tex_actions.clas.abap#L331) ### Scenarios Code examples that show you how to accomplish a specific task by calling multiple functions within the same service. -- [Get started with document analysis](#awsex#cl_tex_scenarios.clas.abap) +- [Get started with document analysis](%23awsex%23cl_tex_scenarios.clas.abap) diff --git a/sap-abap/services/xl8/README.md b/sap-abap/services/xl8/README.md index 5e82696c58d..4da9fb2d439 100644 --- a/sap-abap/services/xl8/README.md +++ b/sap-abap/services/xl8/README.md @@ -33,18 +33,18 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a Code excerpts that show you how to call individual service functions. -- [DescribeTextTranslationJob](#awsex#cl_xl8_actions.clas.abap#L63) -- [ListTextTranslationJobs](#awsex#cl_xl8_actions.clas.abap#L88) -- [StartTextTranslationJob](#awsex#cl_xl8_actions.clas.abap#L119) -- [StopTextTranslationJob](#awsex#cl_xl8_actions.clas.abap#L171) -- [TranslateText](#awsex#cl_xl8_actions.clas.abap#L195) +- [DescribeTextTranslationJob](%23awsex%23cl_xl8_actions.clas.abap#L63) +- [ListTextTranslationJobs](%23awsex%23cl_xl8_actions.clas.abap#L88) +- [StartTextTranslationJob](%23awsex%23cl_xl8_actions.clas.abap#L119) +- [StopTextTranslationJob](%23awsex%23cl_xl8_actions.clas.abap#L171) +- [TranslateText](%23awsex%23cl_xl8_actions.clas.abap#L195) ### Scenarios Code examples that show you how to accomplish a specific task by calling multiple functions within the same service. -- [Get started with translate jobs](#awsex#cl_xl8_scenarios.clas.abap) +- [Get started with translate jobs](%23awsex%23cl_xl8_scenarios.clas.abap)