Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tools/readmes/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions sap-abap/services/bdr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a
<!--custom.prerequisites.end-->
### 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)


<!--custom.examples.start-->
Expand Down
2 changes: 1 addition & 1 deletion sap-abap/services/bdz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


<!--custom.examples.start-->
Expand Down
2 changes: 1 addition & 1 deletion sap-abap/services/cpd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


<!--custom.examples.start-->
Expand Down
14 changes: 7 additions & 7 deletions sap-abap/services/cwt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


<!--custom.examples.start-->
Expand Down
22 changes: 11 additions & 11 deletions sap-abap/services/dyn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


<!--custom.examples.start-->
Expand Down
36 changes: 18 additions & 18 deletions sap-abap/services/ec2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


<!--custom.examples.start-->
Expand Down
16 changes: 8 additions & 8 deletions sap-abap/services/kns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


<!--custom.examples.start-->
Expand Down
16 changes: 8 additions & 8 deletions sap-abap/services/lmd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


<!--custom.examples.start-->
Expand Down
18 changes: 9 additions & 9 deletions sap-abap/services/s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


<!--custom.examples.start-->
Expand Down
24 changes: 12 additions & 12 deletions sap-abap/services/sgm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


<!--custom.examples.start-->
Expand Down
20 changes: 10 additions & 10 deletions sap-abap/services/sns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


<!--custom.examples.start-->
Expand Down
14 changes: 7 additions & 7 deletions sap-abap/services/sqs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


<!--custom.examples.start-->
Expand Down
12 changes: 6 additions & 6 deletions sap-abap/services/tex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


<!--custom.examples.start-->
Expand Down
12 changes: 6 additions & 6 deletions sap-abap/services/xl8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


<!--custom.examples.start-->
Expand Down
Loading