Skip to content

Commit f524529

Browse files
jencao-awsrlhagerm
authored andcommitted
missed a section
1 parent 0a4146d commit f524529

7 files changed

Lines changed: 69 additions & 69 deletions

File tree

sap-abap/services/dyn/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,23 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a
3333

3434
Code examples that show you how to perform the essential operations within a service.
3535

36-
- [Learn the basics](#awsex#cl_dyn_scenarios.clas.abap)
36+
- [Learn the basics](%23awsex%23cl_dyn_scenarios.clas.abap)
3737

3838

3939
### Single actions
4040

4141
Code excerpts that show you how to call individual service functions.
4242

43-
- [CreateTable](#awsex#cl_dyn_actions.clas.abap#L94)
44-
- [DeleteItem](#awsex#cl_dyn_actions.clas.abap#L136)
45-
- [DeleteTable](#awsex#cl_dyn_actions.clas.abap#L160)
46-
- [DescribeTable](#awsex#cl_dyn_actions.clas.abap#L183)
47-
- [GetItem](#awsex#cl_dyn_actions.clas.abap#L208)
48-
- [ListTables](#awsex#cl_dyn_actions.clas.abap#L234)
49-
- [PutItem](#awsex#cl_dyn_actions.clas.abap#L258)
50-
- [Query](#awsex#cl_dyn_actions.clas.abap#L282)
51-
- [Scan](#awsex#cl_dyn_actions.clas.abap#L320)
52-
- [UpdateItem](#awsex#cl_dyn_actions.clas.abap#L356)
43+
- [CreateTable](%23awsex%23cl_dyn_actions.clas.abap#L94)
44+
- [DeleteItem](%23awsex%23cl_dyn_actions.clas.abap#L136)
45+
- [DeleteTable](%23awsex%23cl_dyn_actions.clas.abap#L160)
46+
- [DescribeTable](%23awsex%23cl_dyn_actions.clas.abap#L183)
47+
- [GetItem](%23awsex%23cl_dyn_actions.clas.abap#L208)
48+
- [ListTables](%23awsex%23cl_dyn_actions.clas.abap#L234)
49+
- [PutItem](%23awsex%23cl_dyn_actions.clas.abap#L258)
50+
- [Query](%23awsex%23cl_dyn_actions.clas.abap#L282)
51+
- [Scan](%23awsex%23cl_dyn_actions.clas.abap#L320)
52+
- [UpdateItem](%23awsex%23cl_dyn_actions.clas.abap#L356)
5353

5454

5555
<!--custom.examples.start-->

sap-abap/services/ec2/README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,24 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a
3333

3434
Code excerpts that show you how to call individual service functions.
3535

36-
- [AllocateAddress](#awsex#cl_ec2_actions.clas.abap#L133)
37-
- [AssociateAddress](#awsex#cl_ec2_actions.clas.abap#L151)
38-
- [CreateKeyPair](#awsex#cl_ec2_actions.clas.abap#L207)
39-
- [CreateSecurityGroup](#awsex#cl_ec2_actions.clas.abap#L225)
40-
- [DeleteKeyPair](#awsex#cl_ec2_actions.clas.abap#L246)
41-
- [DeleteSecurityGroup](#awsex#cl_ec2_actions.clas.abap#L264)
42-
- [DescribeAddresses](#awsex#cl_ec2_actions.clas.abap#L282)
43-
- [DescribeAvailabilityZones](#awsex#cl_ec2_actions.clas.abap#L301)
44-
- [DescribeInstances](#awsex#cl_ec2_actions.clas.abap#L322)
45-
- [DescribeKeyPairs](#awsex#cl_ec2_actions.clas.abap#L354)
46-
- [DescribeRegions](#awsex#cl_ec2_actions.clas.abap#L373)
47-
- [DescribeSecurityGroups](#awsex#cl_ec2_actions.clas.abap#L393)
48-
- [MonitorInstances](#awsex#cl_ec2_actions.clas.abap#L414)
49-
- [RebootInstances](#awsex#cl_ec2_actions.clas.abap#L452)
50-
- [ReleaseAddress](#awsex#cl_ec2_actions.clas.abap#L489)
51-
- [RunInstances](#awsex#cl_ec2_actions.clas.abap#L171)
52-
- [StartInstances](#awsex#cl_ec2_actions.clas.abap#L507)
53-
- [StopInstances](#awsex#cl_ec2_actions.clas.abap#L545)
36+
- [AllocateAddress](%23awsex%23cl_ec2_actions.clas.abap#L133)
37+
- [AssociateAddress](%23awsex%23cl_ec2_actions.clas.abap#L151)
38+
- [CreateKeyPair](%23awsex%23cl_ec2_actions.clas.abap#L207)
39+
- [CreateSecurityGroup](%23awsex%23cl_ec2_actions.clas.abap#L225)
40+
- [DeleteKeyPair](%23awsex%23cl_ec2_actions.clas.abap#L246)
41+
- [DeleteSecurityGroup](%23awsex%23cl_ec2_actions.clas.abap#L264)
42+
- [DescribeAddresses](%23awsex%23cl_ec2_actions.clas.abap#L282)
43+
- [DescribeAvailabilityZones](%23awsex%23cl_ec2_actions.clas.abap#L301)
44+
- [DescribeInstances](%23awsex%23cl_ec2_actions.clas.abap#L322)
45+
- [DescribeKeyPairs](%23awsex%23cl_ec2_actions.clas.abap#L354)
46+
- [DescribeRegions](%23awsex%23cl_ec2_actions.clas.abap#L373)
47+
- [DescribeSecurityGroups](%23awsex%23cl_ec2_actions.clas.abap#L393)
48+
- [MonitorInstances](%23awsex%23cl_ec2_actions.clas.abap#L414)
49+
- [RebootInstances](%23awsex%23cl_ec2_actions.clas.abap#L452)
50+
- [ReleaseAddress](%23awsex%23cl_ec2_actions.clas.abap#L489)
51+
- [RunInstances](%23awsex%23cl_ec2_actions.clas.abap#L171)
52+
- [StartInstances](%23awsex%23cl_ec2_actions.clas.abap#L507)
53+
- [StopInstances](%23awsex%23cl_ec2_actions.clas.abap#L545)
5454

5555

5656
<!--custom.examples.start-->

sap-abap/services/kns/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a
3333

3434
Code examples that show you how to perform the essential operations within a service.
3535

36-
- [Learn the basics](#awsex#cl_kns_scenarios.clas.abap)
36+
- [Learn the basics](%23awsex%23cl_kns_scenarios.clas.abap)
3737

3838

3939
### Single actions
4040

4141
Code excerpts that show you how to call individual service functions.
4242

43-
- [CreateStream](#awsex#cl_kns_actions.clas.abap#L75)
44-
- [DeleteStream](#awsex#cl_kns_actions.clas.abap#L100)
45-
- [DescribeStream](#awsex#cl_kns_actions.clas.abap#L122)
46-
- [GetRecords](#awsex#cl_kns_actions.clas.abap#L147)
47-
- [ListStreams](#awsex#cl_kns_actions.clas.abap#L186)
48-
- [PutRecord](#awsex#cl_kns_actions.clas.abap#L208)
49-
- [RegisterStreamConsumer](#awsex#cl_kns_actions.clas.abap#L245)
43+
- [CreateStream](%23awsex%23cl_kns_actions.clas.abap#L75)
44+
- [DeleteStream](%23awsex%23cl_kns_actions.clas.abap#L100)
45+
- [DescribeStream](%23awsex%23cl_kns_actions.clas.abap#L122)
46+
- [GetRecords](%23awsex%23cl_kns_actions.clas.abap#L147)
47+
- [ListStreams](%23awsex%23cl_kns_actions.clas.abap#L186)
48+
- [PutRecord](%23awsex%23cl_kns_actions.clas.abap#L208)
49+
- [RegisterStreamConsumer](%23awsex%23cl_kns_actions.clas.abap#L245)
5050

5151

5252
<!--custom.examples.start-->

sap-abap/services/lmd/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a
3333

3434
Code examples that show you how to perform the essential operations within a service.
3535

36-
- [Learn the basics](#awsex#cl_lmd_scenarios.clas.abap)
36+
- [Learn the basics](%23awsex%23cl_lmd_scenarios.clas.abap)
3737

3838

3939
### Single actions
4040

4141
Code excerpts that show you how to call individual service functions.
4242

43-
- [CreateFunction](#awsex#cl_lmd_actions.clas.abap#L68)
44-
- [DeleteFunction](#awsex#cl_lmd_actions.clas.abap#L107)
45-
- [GetFunction](#awsex#cl_lmd_actions.clas.abap#L132)
46-
- [Invoke](#awsex#cl_lmd_actions.clas.abap#L153)
47-
- [ListFunctions](#awsex#cl_lmd_actions.clas.abap#L193)
48-
- [UpdateFunctionCode](#awsex#cl_lmd_actions.clas.abap#L216)
49-
- [UpdateFunctionConfiguration](#awsex#cl_lmd_actions.clas.abap#L252)
43+
- [CreateFunction](%23awsex%23cl_lmd_actions.clas.abap#L68)
44+
- [DeleteFunction](%23awsex%23cl_lmd_actions.clas.abap#L107)
45+
- [GetFunction](%23awsex%23cl_lmd_actions.clas.abap#L132)
46+
- [Invoke](%23awsex%23cl_lmd_actions.clas.abap#L153)
47+
- [ListFunctions](%23awsex%23cl_lmd_actions.clas.abap#L193)
48+
- [UpdateFunctionCode](%23awsex%23cl_lmd_actions.clas.abap#L216)
49+
- [UpdateFunctionConfiguration](%23awsex%23cl_lmd_actions.clas.abap#L252)
5050

5151

5252
<!--custom.examples.start-->

sap-abap/services/sgm/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,24 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a
3333

3434
Code excerpts that show you how to call individual service functions.
3535

36-
- [CreateEndpoint](#awsex#cl_sgm_actions.clas.abap#L130)
37-
- [CreateModel](#awsex#cl_sgm_actions.clas.abap#L176)
38-
- [CreateTrainingJob](#awsex#cl_sgm_actions.clas.abap#L204)
39-
- [CreateTransformJob](#awsex#cl_sgm_actions.clas.abap#L316)
40-
- [DeleteEndpoint](#awsex#cl_sgm_actions.clas.abap#L370)
41-
- [DeleteModel](#awsex#cl_sgm_actions.clas.abap#L401)
42-
- [DescribeTrainingJob](#awsex#cl_sgm_actions.clas.abap#L422)
43-
- [ListAlgorithms](#awsex#cl_sgm_actions.clas.abap#L442)
44-
- [ListModels](#awsex#cl_sgm_actions.clas.abap#L462)
45-
- [ListNotebookInstances](#awsex#cl_sgm_actions.clas.abap#L482)
46-
- [ListTrainingJobs](#awsex#cl_sgm_actions.clas.abap#L501)
36+
- [CreateEndpoint](%23awsex%23cl_sgm_actions.clas.abap#L130)
37+
- [CreateModel](%23awsex%23cl_sgm_actions.clas.abap#L176)
38+
- [CreateTrainingJob](%23awsex%23cl_sgm_actions.clas.abap#L204)
39+
- [CreateTransformJob](%23awsex%23cl_sgm_actions.clas.abap#L316)
40+
- [DeleteEndpoint](%23awsex%23cl_sgm_actions.clas.abap#L370)
41+
- [DeleteModel](%23awsex%23cl_sgm_actions.clas.abap#L401)
42+
- [DescribeTrainingJob](%23awsex%23cl_sgm_actions.clas.abap#L422)
43+
- [ListAlgorithms](%23awsex%23cl_sgm_actions.clas.abap#L442)
44+
- [ListModels](%23awsex%23cl_sgm_actions.clas.abap#L462)
45+
- [ListNotebookInstances](%23awsex%23cl_sgm_actions.clas.abap#L482)
46+
- [ListTrainingJobs](%23awsex%23cl_sgm_actions.clas.abap#L501)
4747

4848
### Scenarios
4949

5050
Code examples that show you how to accomplish a specific task by calling multiple
5151
functions within the same service.
5252

53-
- [Get started with models and endpoints](#awsex#cl_sgm_scenarios.clas.abap)
53+
- [Get started with models and endpoints](%23awsex%23cl_sgm_scenarios.clas.abap)
5454

5555

5656
<!--custom.examples.start-->

sap-abap/services/tex/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a
3333

3434
Code excerpts that show you how to call individual service functions.
3535

36-
- [AnalyzeDocument](#awsex#cl_tex_actions.clas.abap#L66)
37-
- [DetectDocumentText](#awsex#cl_tex_actions.clas.abap#L141)
38-
- [GetDocumentAnalysis](#awsex#cl_tex_actions.clas.abap#L202)
39-
- [StartDocumentAnalysis](#awsex#cl_tex_actions.clas.abap#L260)
40-
- [StartDocumentTextDetection](#awsex#cl_tex_actions.clas.abap#L331)
36+
- [AnalyzeDocument](%23awsex%23cl_tex_actions.clas.abap#L66)
37+
- [DetectDocumentText](%23awsex%23cl_tex_actions.clas.abap#L141)
38+
- [GetDocumentAnalysis](%23awsex%23cl_tex_actions.clas.abap#L202)
39+
- [StartDocumentAnalysis](%23awsex%23cl_tex_actions.clas.abap#L260)
40+
- [StartDocumentTextDetection](%23awsex%23cl_tex_actions.clas.abap#L331)
4141

4242
### Scenarios
4343

4444
Code examples that show you how to accomplish a specific task by calling multiple
4545
functions within the same service.
4646

47-
- [Get started with document analysis](#awsex#cl_tex_scenarios.clas.abap)
47+
- [Get started with document analysis](%23awsex%23cl_tex_scenarios.clas.abap)
4848

4949

5050
<!--custom.examples.start-->

sap-abap/services/xl8/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a
3333

3434
Code excerpts that show you how to call individual service functions.
3535

36-
- [DescribeTextTranslationJob](#awsex#cl_xl8_actions.clas.abap#L63)
37-
- [ListTextTranslationJobs](#awsex#cl_xl8_actions.clas.abap#L88)
38-
- [StartTextTranslationJob](#awsex#cl_xl8_actions.clas.abap#L119)
39-
- [StopTextTranslationJob](#awsex#cl_xl8_actions.clas.abap#L171)
40-
- [TranslateText](#awsex#cl_xl8_actions.clas.abap#L195)
36+
- [DescribeTextTranslationJob](%23awsex%23cl_xl8_actions.clas.abap#L63)
37+
- [ListTextTranslationJobs](%23awsex%23cl_xl8_actions.clas.abap#L88)
38+
- [StartTextTranslationJob](%23awsex%23cl_xl8_actions.clas.abap#L119)
39+
- [StopTextTranslationJob](%23awsex%23cl_xl8_actions.clas.abap#L171)
40+
- [TranslateText](%23awsex%23cl_xl8_actions.clas.abap#L195)
4141

4242
### Scenarios
4343

4444
Code examples that show you how to accomplish a specific task by calling multiple
4545
functions within the same service.
4646

47-
- [Get started with translate jobs](#awsex#cl_xl8_scenarios.clas.abap)
47+
- [Get started with translate jobs](%23awsex%23cl_xl8_scenarios.clas.abap)
4848

4949

5050
<!--custom.examples.start-->

0 commit comments

Comments
 (0)