Skip to content

Commit 672469a

Browse files
committed
re-run WRITME to update READMEs
1 parent 12708ac commit 672469a

File tree

14 files changed

+108
-108
lines changed

14 files changed

+108
-108
lines changed

sap-abap/services/bdr/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a
3030
<!--custom.prerequisites.end-->
3131
### Anthropic Claude
3232

33-
- [InvokeModel](zcl_aws1_bdr_actions.clas.abap#L150)
33+
- [InvokeModel](#awsex#cl_bdr_actions.clas.abap#L150)
3434

3535
### Stable Diffusion
3636

37-
- [InvokeModel](zcl_aws1_bdr_actions.clas.abap#L220)
37+
- [InvokeModel](#awsex#cl_bdr_actions.clas.abap#L220)
3838

3939

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

sap-abap/services/bdz/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ 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-
- [InvokeAgent](zcl_aws1_bdz_actions.clas.abap#L37)
36+
- [InvokeAgent](#awsex#cl_bdz_actions.clas.abap#L37)
3737

3838

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

sap-abap/services/cpd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ 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-
- [DetectSentiment](zcl_aws1_cpd_actions.clas.abap#L32)
36+
- [DetectSentiment](#awsex#cl_cpd_actions.clas.abap#L35)
3737

3838

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

sap-abap/services/cwt/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@ 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-
- [DeleteAlarms](zcl_aws1_cwt_actions.clas.abap#L60)
37-
- [DescribeAlarms](zcl_aws1_cwt_actions.clas.abap#L80)
38-
- [DisableAlarmActions](zcl_aws1_cwt_actions.clas.abap#L101)
39-
- [EnableAlarmActions](zcl_aws1_cwt_actions.clas.abap#L124)
40-
- [ListMetrics](zcl_aws1_cwt_actions.clas.abap#L147)
41-
- [PutMetricAlarm](zcl_aws1_cwt_actions.clas.abap#L169)
36+
- [DeleteAlarms](#awsex#cl_cwt_actions.clas.abap#L71)
37+
- [DescribeAlarms](#awsex#cl_cwt_actions.clas.abap#L91)
38+
- [DisableAlarmActions](#awsex#cl_cwt_actions.clas.abap#L112)
39+
- [EnableAlarmActions](#awsex#cl_cwt_actions.clas.abap#L135)
40+
- [ListMetrics](#awsex#cl_cwt_actions.clas.abap#L158)
41+
- [PutMetricAlarm](#awsex#cl_cwt_actions.clas.abap#L180)
4242

4343
### Scenarios
4444

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

48-
- [Get started with alarms](zcl_aws1_cwt_scenario.clas.abap)
48+
- [Get started with alarms](#awsex#cl_cwt_scenarios.clas.abap)
4949

5050

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

sap-abap/services/dyn/README.md

Lines changed: 12 additions & 12 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](zcl_aws1_dyn_scenario.clas.abap)
36+
- [Learn the basics](#awsex#cl_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](zcl_aws1_dyn_actions.clas.abap#L75)
44-
- [DeleteItem](zcl_aws1_dyn_actions.clas.abap#L117)
45-
- [DeleteTable](zcl_aws1_dyn_actions.clas.abap#L141)
46-
- [DescribeTable](zcl_aws1_dyn_actions.clas.abap#L164)
47-
- [GetItem](zcl_aws1_dyn_actions.clas.abap#L189)
48-
- [ListTables](zcl_aws1_dyn_actions.clas.abap#L215)
49-
- [PutItem](zcl_aws1_dyn_actions.clas.abap#L239)
50-
- [Query](zcl_aws1_dyn_actions.clas.abap#L263)
51-
- [Scan](zcl_aws1_dyn_actions.clas.abap#L301)
52-
- [UpdateItem](zcl_aws1_dyn_actions.clas.abap#L337)
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)
5353

5454

5555
<!--custom.examples.start-->
@@ -109,4 +109,4 @@ in the `sap-abap` folder.
109109

110110
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
111111

112-
SPDX-License-Identifier: Apache-2.0
112+
SPDX-License-Identifier: Apache-2.0

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](zcl_aws1_ec2_actions.clas.abap#L98)
37-
- [AssociateAddress](zcl_aws1_ec2_actions.clas.abap#L116)
38-
- [CreateKeyPair](zcl_aws1_ec2_actions.clas.abap#L172)
39-
- [CreateSecurityGroup](zcl_aws1_ec2_actions.clas.abap#L190)
40-
- [DeleteKeyPair](zcl_aws1_ec2_actions.clas.abap#L211)
41-
- [DeleteSecurityGroup](zcl_aws1_ec2_actions.clas.abap#L229)
42-
- [DescribeAddresses](zcl_aws1_ec2_actions.clas.abap#L247)
43-
- [DescribeAvailabilityZones](zcl_aws1_ec2_actions.clas.abap#L266)
44-
- [DescribeInstances](zcl_aws1_ec2_actions.clas.abap#L287)
45-
- [DescribeKeyPairs](zcl_aws1_ec2_actions.clas.abap#L319)
46-
- [DescribeRegions](zcl_aws1_ec2_actions.clas.abap#L338)
47-
- [DescribeSecurityGroups](zcl_aws1_ec2_actions.clas.abap#L358)
48-
- [MonitorInstances](zcl_aws1_ec2_actions.clas.abap#L379)
49-
- [RebootInstances](zcl_aws1_ec2_actions.clas.abap#L417)
50-
- [ReleaseAddress](zcl_aws1_ec2_actions.clas.abap#L454)
51-
- [RunInstances](zcl_aws1_ec2_actions.clas.abap#L136)
52-
- [StartInstances](zcl_aws1_ec2_actions.clas.abap#L472)
53-
- [StopInstances](zcl_aws1_ec2_actions.clas.abap#L510)
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)
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](zcl_aws1_kns_scenario.clas.abap)
36+
- [Learn the basics](#awsex#cl_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](zcl_aws1_kns_actions.clas.abap#L62)
44-
- [DeleteStream](zcl_aws1_kns_actions.clas.abap#L87)
45-
- [DescribeStream](zcl_aws1_kns_actions.clas.abap#L109)
46-
- [GetRecords](zcl_aws1_kns_actions.clas.abap#L134)
47-
- [ListStreams](zcl_aws1_kns_actions.clas.abap#L173)
48-
- [PutRecord](zcl_aws1_kns_actions.clas.abap#L195)
49-
- [RegisterStreamConsumer](zcl_aws1_kns_actions.clas.abap#L232)
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)
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](zcl_aws1_lmd_scenario.clas.abap)
36+
- [Learn the basics](#awsex#cl_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](zcl_aws1_lmd_actions.clas.abap#L62)
44-
- [DeleteFunction](zcl_aws1_lmd_actions.clas.abap#L101)
45-
- [GetFunction](zcl_aws1_lmd_actions.clas.abap#L126)
46-
- [Invoke](zcl_aws1_lmd_actions.clas.abap#L147)
47-
- [ListFunctions](zcl_aws1_lmd_actions.clas.abap#L187)
48-
- [UpdateFunctionCode](zcl_aws1_lmd_actions.clas.abap#L210)
49-
- [UpdateFunctionConfiguration](zcl_aws1_lmd_actions.clas.abap#L246)
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)
5050

5151

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

sap-abap/services/s3/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,27 @@ 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](zcl_aws1_s3_scenario.clas.abap)
36+
- [Learn the basics](#awsex#cl_s3_scenarios.clas.abap)
3737

3838

3939
### Single actions
4040

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

43-
- [CopyObject](zcl_aws1_s3_actions.clas.abap#L61)
44-
- [CreateBucket](zcl_aws1_s3_actions.clas.abap#L84)
45-
- [DeleteBucket](zcl_aws1_s3_actions.clas.abap#L117)
46-
- [DeleteObject](zcl_aws1_s3_actions.clas.abap#L137)
47-
- [GetObject](zcl_aws1_s3_actions.clas.abap#L156)
48-
- [ListObjectsV2](zcl_aws1_s3_actions.clas.abap#L197)
49-
- [PutObject](zcl_aws1_s3_actions.clas.abap#L216)
43+
- [CopyObject](#awsex#cl_s3_actions.clas.abap#L69)
44+
- [CreateBucket](#awsex#cl_s3_actions.clas.abap#L92)
45+
- [DeleteBucket](#awsex#cl_s3_actions.clas.abap#L125)
46+
- [DeleteObject](#awsex#cl_s3_actions.clas.abap#L145)
47+
- [GetObject](#awsex#cl_s3_actions.clas.abap#L164)
48+
- [ListObjectsV2](#awsex#cl_s3_actions.clas.abap#L205)
49+
- [PutObject](#awsex#cl_s3_actions.clas.abap#L224)
5050

5151
### Scenarios
5252

5353
Code examples that show you how to accomplish a specific task by calling multiple
5454
functions within the same service.
5555

56-
- [Create a presigned URL](zcl_aws1_s3_scenario.clas.abap)
56+
- [Create a presigned URL](#awsex#cl_s3_scenarios.clas.abap)
5757

5858

5959
<!--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](zcl_aws1_sgm_actions.clas.abap#L120)
37-
- [CreateModel](zcl_aws1_sgm_actions.clas.abap#L166)
38-
- [CreateTrainingJob](zcl_aws1_sgm_actions.clas.abap#L194)
39-
- [CreateTransformJob](zcl_aws1_sgm_actions.clas.abap#L306)
40-
- [DeleteEndpoint](zcl_aws1_sgm_actions.clas.abap#L360)
41-
- [DeleteModel](zcl_aws1_sgm_actions.clas.abap#L391)
42-
- [DescribeTrainingJob](zcl_aws1_sgm_actions.clas.abap#L412)
43-
- [ListAlgorithms](zcl_aws1_sgm_actions.clas.abap#L432)
44-
- [ListModels](zcl_aws1_sgm_actions.clas.abap#L452)
45-
- [ListNotebookInstances](zcl_aws1_sgm_actions.clas.abap#L472)
46-
- [ListTrainingJobs](zcl_aws1_sgm_actions.clas.abap#L491)
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)
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](zcl_aws1_sgm_scenario.clas.abap)
53+
- [Get started with models and endpoints](#awsex#cl_sgm_scenarios.clas.abap)
5454

5555

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

0 commit comments

Comments
 (0)