diff --git a/dotnetv3/Aurora/README.md b/dotnetv3/Aurora/README.md index c1c97c5fa0a..98076e3ec9c 100644 --- a/dotnetv3/Aurora/README.md +++ b/dotnetv3/Aurora/README.md @@ -28,39 +28,6 @@ For prerequisites, see the [README](../README.md#Prerequisites) in the `dotnetv3 - -### Get started - -- [Hello Aurora](Actions/HelloAurora.cs#L4) (`DescribeDBClusters`) - - -### Basics - -Code examples that show you how to perform the essential operations within a service. - -- [Learn the basics](Scenarios/AuroraScenario.cs) - - -### Single actions - -Code excerpts that show you how to call individual service functions. - -- [CreateDBCluster](Actions/AuroraWrapper.cs#L199) -- [CreateDBClusterParameterGroup](Actions/AuroraWrapper.cs#L41) -- [CreateDBClusterSnapshot](Actions/AuroraWrapper.cs#L320) -- [CreateDBInstance](Actions/AuroraWrapper.cs#L286) -- [DeleteDBCluster](Actions/AuroraWrapper.cs#L367) -- [DeleteDBClusterParameterGroup](Actions/AuroraWrapper.cs#L181) -- [DeleteDBInstance](Actions/AuroraWrapper.cs#L386) -- [DescribeDBClusterParameterGroups](Actions/AuroraWrapper.cs#L98) -- [DescribeDBClusterParameters](Actions/AuroraWrapper.cs#L66) -- [DescribeDBClusterSnapshots](Actions/AuroraWrapper.cs#L340) -- [DescribeDBClusters](Actions/AuroraWrapper.cs#L259) -- [DescribeDBEngineVersions](Actions/AuroraWrapper.cs#L21) -- [DescribeDBInstances](Actions/AuroraWrapper.cs#L236) -- [DescribeOrderableDBInstanceOptions](Actions/AuroraWrapper.cs#L154) -- [ModifyDBClusterParameterGroup](Actions/AuroraWrapper.cs#L115) - ### Scenarios Code examples that show you how to accomplish a specific task by calling multiple @@ -97,26 +64,6 @@ Alternatively, you can run the example from within your IDE. -#### Hello Aurora - -This example shows you how to get started using Aurora. - - -#### Learn the basics - -This example shows you how to do the following: - -- Create a custom Aurora DB cluster parameter group and set parameter values. -- Create a DB cluster that uses the parameter group. -- Create a DB instance that contains a database. -- Take a snapshot of the DB cluster, then clean up resources. - - - - - - - #### Create an Aurora Serverless work item tracker @@ -157,4 +104,4 @@ in the `dotnetv3` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 diff --git a/dotnetv3/AutoScaling/README.md b/dotnetv3/AutoScaling/README.md index 0a08d4e154a..ec4006cdd63 100644 --- a/dotnetv3/AutoScaling/README.md +++ b/dotnetv3/AutoScaling/README.md @@ -29,33 +29,12 @@ For prerequisites, see the [README](../README.md#Prerequisites) in the `dotnetv3 -### Get started - -- [Hello Auto Scaling](Actions/HelloAutoScaling.cs#L4) (`DescribeAutoScalingGroups`) - - -### Basics - -Code examples that show you how to perform the essential operations within a service. - -- [Learn the basics](Scenarios/AutoScalingBasics/AutoScalingBasics.cs) - - ### Single actions Code excerpts that show you how to call individual service functions. - [AttachLoadBalancerTargetGroups](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L890) -- [CreateAutoScalingGroup](Actions/AutoScalingWrapper.cs#L28) - [DeleteAutoScalingGroup](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L693) -- [DescribeAutoScalingGroups](Actions/AutoScalingWrapper.cs#L109) -- [DescribeAutoScalingInstances](Actions/AutoScalingWrapper.cs#L109) -- [DescribeScalingActivities](Actions/AutoScalingWrapper.cs#L86) -- [DisableMetricsCollection](Actions/AutoScalingWrapper.cs#L202) -- [EnableMetricsCollection](Actions/AutoScalingWrapper.cs#L223) -- [SetDesiredCapacity](Actions/AutoScalingWrapper.cs#L249) -- [TerminateInstanceInAutoScalingGroup](Actions/AutoScalingWrapper.cs#L275) -- [UpdateAutoScalingGroup](Actions/AutoScalingWrapper.cs#L306) ### Scenarios @@ -93,44 +72,6 @@ Alternatively, you can run the example from within your IDE. -#### Hello Auto Scaling - -This example shows you how to get started using Auto Scaling. - - -#### Learn the basics - -This example shows you how to do the following: - -- Create an Amazon EC2 Auto Scaling group with a launch template and Availability Zones, and get information about running instances. -- Enable Amazon CloudWatch metrics collection. -- Update the group's desired capacity and wait for an instance to start. -- Terminate an instance in the group. -- List scaling activities that occur in response to user requests and capacity changes. -- Get statistics for CloudWatch metrics, then clean up resources. - - - - - - -##### Configuration settings - -This example uses several configuration settings that are stored in `settings.json` -to change the existing values. - -Note: The image ID, instance type, and Availability Zone must be available in the same AWS Region as the account that's -used to run the scenario. For information about how to get valid settings, see [Find a Linux AMI](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html). - -* `GroupName` - The name to use for the Auto Scaling group. -* `ImageId` - The image ID to use with the Amazon EC2 Auto Scaling template. The AMI-ID column of the Amazon EC2 image locator table. -* `InstanceType` - The instance type to use with the template. The Instance Type column of the Amazon EC2 image locator table. -* `LaunchTemplateName` - The name of the launch template. -* `AvailabilityZone` - The Availability Zone for the launch template. The Zone column of the Amazon EC2 image locator table. -* `ServiceLinkedRoleArn` - The Amazon Resource Name (ARN) of a serivce-linked role that will be used - to create the Auto Scaling group. - - #### Build and manage a resilient service @@ -177,4 +118,4 @@ in the `dotnetv3` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 diff --git a/dotnetv3/Bedrock-runtime/README.md b/dotnetv3/Bedrock-runtime/README.md index f7f69a21350..dd5a6ce566a 100644 --- a/dotnetv3/Bedrock-runtime/README.md +++ b/dotnetv3/Bedrock-runtime/README.md @@ -35,11 +35,6 @@ functions within the same service. - [Tool use with the Converse API](Scenarios/ConverseToolScenario/ConverseToolScenario.cs) -### AI21 Labs Jurassic-2 - -- [Converse](Models/Ai21LabsJurassic2/Converse/Converse.cs#L4) -- [InvokeModel](Models/Ai21LabsJurassic2/InvokeModel/InvokeModel.cs#L4) - ### Amazon Nova - [Converse](Models/AmazonNova/AmazonNovaText/Converse/Converse.cs#L4) @@ -52,22 +47,14 @@ functions within the same service. ### Amazon Titan Text -- [Converse](Models/AmazonTitanText/Converse/Converse.cs#L4) -- [ConverseStream](Models/AmazonTitanText/ConverseStream/ConverseStream.cs#L4) -- [InvokeModel](Models/AmazonTitanText/InvokeModel/InvokeModel.cs#L4) - [InvokeModelWithResponseStream](Models/AmazonTitanText/InvokeModelWithResponseStream/InvokeModelWithResponseStream.cs#L4) ### Anthropic Claude -- [Converse](Models/AnthropicClaude/Converse/Converse.cs#L4) -- [ConverseStream](Models/AnthropicClaude/ConverseStream/ConverseStream.cs#L4) -- [InvokeModel](Models/AnthropicClaude/InvokeModel/InvokeModel.cs#L4) - [InvokeModelWithResponseStream](Models/AnthropicClaude/InvokeModelWithResponseStream/InvokeModelWithResponseStream.cs#L4) ### Cohere Command -- [Converse](Models/CohereCommand/Converse/Converse.cs#L4) -- [ConverseStream](Models/CohereCommand/ConverseStream/ConverseStream.cs#L4) - [InvokeModel: Command R and R+](Models/CohereCommand/Command_R_InvokeModel/InvokeModel.cs#L4) - [InvokeModel: Command and Command Light](Models/CohereCommand/Command_InvokeModel/InvokeModel.cs#L4) - [InvokeModelWithResponseStream: Command R and R+](Models/CohereCommand/Command_R_InvokeModelWithResponseStream/InvokeModelWithResponseStream.cs#L4) @@ -75,15 +62,11 @@ functions within the same service. ### Meta Llama -- [Converse](Models/MetaLlama/Converse/Converse.cs#L4) -- [ConverseStream](Models/MetaLlama/ConverseStream/ConverseStream.cs#L4) - [InvokeModel](Models/MetaLlama/Llama3_InvokeModel/InvokeModel.cs#L4) - [InvokeModelWithResponseStream](Models/MetaLlama/Llama3_InvokeModelWithResponseStream/InvokeModelWithResponseStream.cs#L4) ### Mistral AI -- [Converse](Models/Mistral/Converse/Converse.cs#L4) -- [ConverseStream](Models/Mistral/ConverseStream/ConverseStream.cs#L4) - [InvokeModel](Models/Mistral/InvokeModel/InvokeModel.cs#L4) - [InvokeModelWithResponseStream](Models/Mistral/InvokeModelWithResponseStream/InvokeModelWithResponseStream.cs#L4) diff --git a/dotnetv3/CloudWatch/README.md b/dotnetv3/CloudWatch/README.md index daedd16bdee..ed59b50f624 100644 --- a/dotnetv3/CloudWatch/README.md +++ b/dotnetv3/CloudWatch/README.md @@ -31,11 +31,6 @@ To enable billing metrics and statistics for these examples, make sure to [enable billing alerts](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/monitor_estimated_charges_with_cloudwatch.html#turning_on_billing_metrics) for your account. -### Get started - -- [Hello CloudWatch](Actions/HelloCloudWatch.cs#L4) (`ListMetrics`) - - ### Basics Code examples that show you how to perform the essential operations within a service. @@ -96,10 +91,6 @@ Alternatively, you can run the example from within your IDE. -#### Hello CloudWatch - -This example shows you how to get started using CloudWatch. - #### Learn the basics @@ -147,4 +138,4 @@ in the `dotnetv3` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 diff --git a/dotnetv3/Cognito/README.md b/dotnetv3/Cognito/README.md index 9158cda1f7e..208441cedbe 100644 --- a/dotnetv3/Cognito/README.md +++ b/dotnetv3/Cognito/README.md @@ -50,7 +50,6 @@ Code excerpts that show you how to call individual service functions. - [ConfirmDevice](Actions/CognitoWrapper.cs#L241) - [ConfirmSignUp](Actions/CognitoWrapper.cs#L213) - [InitiateAuth](Actions/CognitoWrapper.cs#L184) -- [ListUserPools](Actions/CognitoWrapper.cs#L25) - [ListUsers](Actions/CognitoWrapper.cs#L46) - [ResendConfirmationCode](Actions/CognitoWrapper.cs#L264) - [SignUp](Actions/CognitoWrapper.cs#L311) @@ -135,4 +134,4 @@ in the `dotnetv3` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 diff --git a/dotnetv3/EC2/README.md b/dotnetv3/EC2/README.md index 06f267e087e..10b16826de1 100644 --- a/dotnetv3/EC2/README.md +++ b/dotnetv3/EC2/README.md @@ -29,11 +29,6 @@ For prerequisites, see the [README](../README.md#Prerequisites) in the `dotnetv3 -### Get started - -- [Hello Amazon EC2](Actions/HelloEC2.cs#L4) (`DescribeSecurityGroups`) - - ### Basics Code examples that show you how to perform the essential operations within a service. @@ -107,10 +102,6 @@ Alternatively, you can run the example from within your IDE. -#### Hello Amazon EC2 - -This example shows you how to get started using Amazon EC2. - #### Learn the basics @@ -174,4 +165,4 @@ in the `dotnetv3` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 diff --git a/dotnetv3/ECS/README.md b/dotnetv3/ECS/README.md index 95b680a7c2a..6d08825d159 100644 --- a/dotnetv3/ECS/README.md +++ b/dotnetv3/ECS/README.md @@ -29,11 +29,6 @@ For prerequisites, see the [README](../README.md#Prerequisites) in the `dotnetv3 -### Get started - -- [Hello Amazon ECS](ECSActions/HelloECS.cs#L4) (`ListClusters`) - - ### Single actions Code excerpts that show you how to call individual service functions. @@ -78,10 +73,6 @@ Alternatively, you can run the example from within your IDE. -#### Hello Amazon ECS - -This example shows you how to get started using Amazon ECS. - #### Get ARN information for clusters, services, and tasks @@ -125,4 +116,4 @@ in the `dotnetv3` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 diff --git a/javascriptv3/example_code/entityresolution/README.md b/javascriptv3/example_code/entityresolution/README.md index b165d48fdca..891d420c4b3 100644 --- a/javascriptv3/example_code/entityresolution/README.md +++ b/javascriptv3/example_code/entityresolution/README.md @@ -38,6 +38,7 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javas Code excerpts that show you how to call individual service functions. +- [CheckWorkflowStatus](actions/check-workflow-status.js#L4) - [CreateMatchingWorkflow](actions/create-matching-workflow.js#L4) - [CreateSchemaMapping](actions/create-schema-mapping.js#L4) - [DeleteMatchingWorkflow](actions/delete-matching-workflow.js#L4) diff --git a/javav2/example_code/acm/README.md b/javav2/example_code/acm/README.md index 17b5c132881..911e2027970 100644 --- a/javav2/example_code/acm/README.md +++ b/javav2/example_code/acm/README.md @@ -37,7 +37,7 @@ Code excerpts that show you how to call individual service functions. - [DeleteCertificate](src/main/java/com/example/acm/DeleteCert.java#L10) - [DescribeCertificate](src/main/java/com/example/acm/DescribeCert.java#L11) - [ExportCertificate](src/main/java/com/example/acm/ExportCertificate.java#L20) -- [ImportCertificate](src/main/java/com/example/acm/ImportCert.java#L16) +- [ImportCertificate](src/main/java/com/example/acm/ImportCert.java#L21) - [ListCertificates](src/main/java/com/example/acm/ListCerts.java#L12) - [ListTagsForCertificate](src/main/java/com/example/acm/ListCertTags.java#L13) - [RemoveTagsFromCertificate](src/main/java/com/example/acm/RemoveTagsFromCert.java#L13) @@ -84,4 +84,4 @@ in the `javav2` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 diff --git a/javav2/example_code/bedrock-runtime/README.md b/javav2/example_code/bedrock-runtime/README.md index fa5fb38db37..625219c78a0 100644 --- a/javav2/example_code/bedrock-runtime/README.md +++ b/javav2/example_code/bedrock-runtime/README.md @@ -34,7 +34,6 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javav > see [Model access](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html). > - ### Scenarios Code examples that show you how to accomplish a specific task by calling multiple @@ -121,10 +120,11 @@ functions within the same service. + + #### Generate videos from text prompts using Amazon Bedrock -This example shows you how to a Spring Boot app that generates videos from text prompts using Amazon Bedrock and the -Nova-Reel model. +This example shows you how to a Spring Boot app that generates videos from text prompts using Amazon Bedrock and the Nova-Reel model. @@ -136,9 +136,7 @@ Nova-Reel model. #### Tool use with the Converse API -This example shows you how to build a typical interaction between an application, a generative AI model, and connected -tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an -external weather API to the AI model so it can provide real-time weather information based on user input. +This example shows you how to build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input. diff --git a/javav2/example_code/ec2/README.md b/javav2/example_code/ec2/README.md index 7a8cff90e3c..7916e514153 100644 --- a/javav2/example_code/ec2/README.md +++ b/javav2/example_code/ec2/README.md @@ -53,7 +53,7 @@ Code excerpts that show you how to call individual service functions. - [DeleteKeyPair](src/main/java/com/example/ec2/scenario/EC2Actions.java#L106) - [DeleteSecurityGroup](src/main/java/com/example/ec2/scenario/EC2Actions.java#L132) - [DescribeInstanceTypes](src/main/java/com/example/ec2/scenario/EC2Actions.java#L356) -- [DescribeInstances](src/main/java/com/example/ec2/scenario/EC2Actions.java#L402) +- [DescribeInstances](src/main/java/com/example/ec2/scenario/EC2Actions.java#L285) - [DescribeKeyPairs](src/main/java/com/example/ec2/scenario/EC2Actions.java#L566) - [DescribeSecurityGroups](src/main/java/com/example/ec2/scenario/EC2Actions.java#L468) - [DisassociateAddress](src/main/java/com/example/ec2/scenario/EC2Actions.java#L207) @@ -150,4 +150,4 @@ in the `javav2` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 diff --git a/javav2/example_code/firehose/README.md b/javav2/example_code/firehose/README.md index d9b3ef310db..d5aa22b2dc4 100644 --- a/javav2/example_code/firehose/README.md +++ b/javav2/example_code/firehose/README.md @@ -33,8 +33,8 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javav Code excerpts that show you how to call individual service functions. -- [PutRecord](src/main/java/com/example/firehose/scenario/FirehoseScenario.java#L92) -- [PutRecordBatch](src/main/java/com/example/firehose/scenario/FirehoseScenario.java#L125) +- [PutRecord](src/main/java/com/example/firehose/scenario/FirehoseScenario.java#L98) +- [PutRecordBatch](src/main/java/com/example/firehose/scenario/FirehoseScenario.java#L131) ### Scenarios diff --git a/javav2/example_code/iot/README.md b/javav2/example_code/iot/README.md index 5e99310cd7d..2c5c80544ba 100644 --- a/javav2/example_code/iot/README.md +++ b/javav2/example_code/iot/README.md @@ -45,18 +45,18 @@ Code examples that show you how to perform the essential operations within a ser Code excerpts that show you how to call individual service functions. -- [AttachThingPrincipal](src/main/java/com/example/iot/scenario/IotActions.java#L191) -- [CreateKeysAndCertificate](src/main/java/com/example/iot/scenario/IotActions.java#L119) -- [CreateThing](src/main/java/com/example/iot/scenario/IotActions.java#L158) -- [CreateTopicRule](src/main/java/com/example/iot/scenario/IotActions.java#L441) -- [DeleteCertificate](src/main/java/com/example/iot/scenario/IotActions.java#L609) -- [DeleteThing](src/main/java/com/example/iot/scenario/IotActions.java#L642) -- [DescribeEndpoint](src/main/java/com/example/iot/scenario/IotActions.java#L308) -- [DescribeThing](src/main/java/com/example/iot/scenario/IotActions.java#L232) -- [DetachThingPrincipal](src/main/java/com/example/iot/scenario/IotActions.java#L574) -- [ListCertificates](src/main/java/com/example/iot/scenario/IotActions.java#L370) -- [SearchIndex](src/main/java/com/example/iot/scenario/IotActions.java#L533) -- [UpdateThing](src/main/java/com/example/iot/scenario/IotActions.java#L269) +- [AttachThingPrincipal](src/main/java/com/example/iot/scenario/IotActions.java#L189) +- [CreateKeysAndCertificate](src/main/java/com/example/iot/scenario/IotActions.java#L117) +- [CreateThing](src/main/java/com/example/iot/scenario/IotActions.java#L156) +- [CreateTopicRule](src/main/java/com/example/iot/scenario/IotActions.java#L439) +- [DeleteCertificate](src/main/java/com/example/iot/scenario/IotActions.java#L607) +- [DeleteThing](src/main/java/com/example/iot/scenario/IotActions.java#L640) +- [DescribeEndpoint](src/main/java/com/example/iot/scenario/IotActions.java#L306) +- [DescribeThing](src/main/java/com/example/iot/scenario/IotActions.java#L230) +- [DetachThingPrincipal](src/main/java/com/example/iot/scenario/IotActions.java#L572) +- [ListCertificates](src/main/java/com/example/iot/scenario/IotActions.java#L368) +- [SearchIndex](src/main/java/com/example/iot/scenario/IotActions.java#L531) +- [UpdateThing](src/main/java/com/example/iot/scenario/IotActions.java#L267) diff --git a/javav2/example_code/kms/README.md b/javav2/example_code/kms/README.md index c20ad22abbe..38fe051a72c 100644 --- a/javav2/example_code/kms/README.md +++ b/javav2/example_code/kms/README.md @@ -45,23 +45,23 @@ Code examples that show you how to perform the essential operations within a ser Code excerpts that show you how to call individual service functions. -- [CreateAlias](src/main/java/com/example/kms/scenario/KMSActions.java#L221) -- [CreateGrant](src/main/java/com/example/kms/scenario/KMSActions.java#L313) -- [CreateKey](src/main/java/com/example/kms/scenario/KMSActions.java#L112) -- [Decrypt](src/main/java/com/example/kms/scenario/KMSActions.java#L423) -- [DeleteAlias](src/main/java/com/example/kms/scenario/KMSActions.java#L620) -- [DescribeKey](src/main/java/com/example/kms/scenario/KMSActions.java#L135) -- [DisableKey](src/main/java/com/example/kms/scenario/KMSActions.java#L642) -- [EnableKey](src/main/java/com/example/kms/scenario/KMSActions.java#L165) -- [Encrypt](src/main/java/com/example/kms/scenario/KMSActions.java#L194) -- [ListAliases](src/main/java/com/example/kms/scenario/KMSActions.java#L254) -- [ListGrants](src/main/java/com/example/kms/scenario/KMSActions.java#L353) -- [ListKeyPolicies](src/main/java/com/example/kms/scenario/KMSActions.java#L506) +- [CreateAlias](src/main/java/com/example/kms/scenario/KMSActions.java#L220) +- [CreateGrant](src/main/java/com/example/kms/scenario/KMSActions.java#L312) +- [CreateKey](src/main/java/com/example/kms/scenario/KMSActions.java#L111) +- [Decrypt](src/main/java/com/example/kms/scenario/KMSActions.java#L422) +- [DeleteAlias](src/main/java/com/example/kms/scenario/KMSActions.java#L619) +- [DescribeKey](src/main/java/com/example/kms/scenario/KMSActions.java#L134) +- [DisableKey](src/main/java/com/example/kms/scenario/KMSActions.java#L641) +- [EnableKey](src/main/java/com/example/kms/scenario/KMSActions.java#L164) +- [Encrypt](src/main/java/com/example/kms/scenario/KMSActions.java#L193) +- [ListAliases](src/main/java/com/example/kms/scenario/KMSActions.java#L253) +- [ListGrants](src/main/java/com/example/kms/scenario/KMSActions.java#L352) +- [ListKeyPolicies](src/main/java/com/example/kms/scenario/KMSActions.java#L505) - [ListKeys](src/main/java/com/example/kms/HelloKMS.java#L6) -- [RevokeGrant](src/main/java/com/example/kms/scenario/KMSActions.java#L385) -- [ScheduleKeyDeletion](src/main/java/com/example/kms/scenario/KMSActions.java#L664) -- [Sign](src/main/java/com/example/kms/scenario/KMSActions.java#L532) -- [TagResource](src/main/java/com/example/kms/scenario/KMSActions.java#L592) +- [RevokeGrant](src/main/java/com/example/kms/scenario/KMSActions.java#L384) +- [ScheduleKeyDeletion](src/main/java/com/example/kms/scenario/KMSActions.java#L663) +- [Sign](src/main/java/com/example/kms/scenario/KMSActions.java#L531) +- [TagResource](src/main/java/com/example/kms/scenario/KMSActions.java#L591) diff --git a/javav2/example_code/location/README.md b/javav2/example_code/location/README.md index bb207354df9..25861abec23 100644 --- a/javav2/example_code/location/README.md +++ b/javav2/example_code/location/README.md @@ -45,19 +45,20 @@ Code examples that show you how to perform the essential operations within a ser Code excerpts that show you how to call individual service functions. -- [BatchUpdateDevicePosition](src/main/java/com/example/location/scenario/LocationActions.java#L347) -- [CalculateRoute](src/main/java/com/example/location/scenario/LocationActions.java#L258) -- [CreateGeofenceCollection](src/main/java/com/example/location/scenario/LocationActions.java#L456) -- [CreateKey](src/main/java/com/example/location/scenario/LocationActions.java#L485) -- [CreateMap](src/main/java/com/example/location/scenario/LocationActions.java#L522) -- [CreateRouteCalculator](src/main/java/com/example/location/scenario/LocationActions.java#L292) -- [CreateTracker](src/main/java/com/example/location/scenario/LocationActions.java#L385) -- [DeleteGeofenceCollection](src/main/java/com/example/location/scenario/LocationActions.java#L557) -- [DeleteMap](src/main/java/com/example/location/scenario/LocationActions.java#L615) -- [DeleteRouteCalculator](src/main/java/com/example/location/scenario/LocationActions.java#L674) -- [DeleteTracker](src/main/java/com/example/location/scenario/LocationActions.java#L643) -- [GetDevicePosition](src/main/java/com/example/location/scenario/LocationActions.java#L319) -- [PutGeofence](src/main/java/com/example/location/scenario/LocationActions.java#L415) +- [BatchUpdateDevicePosition](src/main/java/com/example/location/scenario/LocationActions.java#L338) +- [CalculateRoute](src/main/java/com/example/location/scenario/LocationActions.java#L249) +- [CreateGeofenceCollection](src/main/java/com/example/location/scenario/LocationActions.java#L447) +- [CreateKey](src/main/java/com/example/location/scenario/LocationActions.java#L476) +- [CreateMap](src/main/java/com/example/location/scenario/LocationActions.java#L513) +- [CreateRouteCalculator](src/main/java/com/example/location/scenario/LocationActions.java#L283) +- [CreateTracker](src/main/java/com/example/location/scenario/LocationActions.java#L376) +- [DeleteGeofenceCollection](src/main/java/com/example/location/scenario/LocationActions.java#L548) +- [DeleteKey](src/main/java/com/example/location/scenario/LocationActions.java#L577) +- [DeleteMap](src/main/java/com/example/location/scenario/LocationActions.java#L606) +- [DeleteRouteCalculator](src/main/java/com/example/location/scenario/LocationActions.java#L665) +- [DeleteTracker](src/main/java/com/example/location/scenario/LocationActions.java#L634) +- [GetDevicePosition](src/main/java/com/example/location/scenario/LocationActions.java#L310) +- [PutGeofence](src/main/java/com/example/location/scenario/LocationActions.java#L406) diff --git a/javav2/example_code/neptune/README.md b/javav2/example_code/neptune/README.md index c113b49fc31..43c07cac324 100644 --- a/javav2/example_code/neptune/README.md +++ b/javav2/example_code/neptune/README.md @@ -45,16 +45,21 @@ Code examples that show you how to perform the essential operations within a ser Code excerpts that show you how to call individual service functions. -- [CreateDBCluster](src/main/java/com/example/neptune/scenerio/NeptuneActions.java#L443) -- [CreateDBInstance](src/main/java/com/example/neptune/scenerio/NeptuneActions.java#L404) -- [CreateDBSubnetGroup](src/main/java/com/example/neptune/scenerio/NeptuneActions.java#L478) +- [CreateDBCluster](src/main/java/com/example/neptune/scenerio/NeptuneActions.java#L472) +- [CreateDBInstance](src/main/java/com/example/neptune/scenerio/NeptuneActions.java#L434) +- [CreateDBSubnetGroup](src/main/java/com/example/neptune/scenerio/NeptuneActions.java#L507) +- [CreateGraph](src/main/java/com/example/neptune/analytics/CreateNeptuneGraphExample.java#L45) - [DeleteDBCluster](src/main/java/com/example/neptune/scenerio/NeptuneActions.java#L143) - [DeleteDBInstance](src/main/java/com/example/neptune/scenerio/NeptuneActions.java#L168) - [DeleteDBSubnetGroup](src/main/java/com/example/neptune/scenerio/NeptuneActions.java#L126) -- [DescribeDBClusters](src/main/java/com/example/neptune/scenerio/NeptuneActions.java#L294) -- [DescribeDBInstances](src/main/java/com/example/neptune/scenerio/NeptuneActions.java#L345) +- [DescribeDBClusters](src/main/java/com/example/neptune/scenerio/NeptuneActions.java#L319) +- [DescribeDBInstances](src/main/java/com/example/neptune/scenerio/NeptuneActions.java#L375) +- [ExecuteGremlinProfileQuery](src/main/java/com/example/neptune/database/NeptuneGremlinQueryExample.java#L52) +- [ExecuteGremlinQuery](src/main/java/com/example/neptune/database/GremlinProfileQueryExample.java#L64) +- [ExecuteOpenCypherExplainQuery](src/main/java/com/example/neptune/database/OpenCypherExplainExample.java#L52) +- [ExecuteQuery](src/main/java/com/example/neptune/analytics/NeptuneAnalyticsQueryExample.java#L63) - [StartDBCluster](src/main/java/com/example/neptune/scenerio/NeptuneActions.java#L262) -- [StopDBCluster](src/main/java/com/example/neptune/scenerio/NeptuneActions.java#L278) +- [StopDBCluster](src/main/java/com/example/neptune/scenerio/NeptuneActions.java#L290) diff --git a/javav2/example_code/personalize/README.md b/javav2/example_code/personalize/README.md index 41e52681717..065280d5bc6 100644 --- a/javav2/example_code/personalize/README.md +++ b/javav2/example_code/personalize/README.md @@ -45,7 +45,7 @@ Code excerpts that show you how to call individual service functions. - [CreateSchema](src/main/java/com/example/personalize/CreateSchema.java#L52) - [CreateSolution](src/main/java/com/example/personalize/CreateSolution.java#L59) - [CreateSolutionVersion](src/main/java/com/example/personalize/CreateSolutionVersion.java#L47) -- [DeleteCampaign](src/main/java/com/example/personalize/DeleteCampaign.java#L50) +- [DeleteCampaign](src/main/java/com/example/personalize/DeleteCampaign.java#L85) - [DeleteEventTracker](src/main/java/com/example/personalize/DeleteEventTracker.java#L26) - [DeleteSolution](src/main/java/com/example/personalize/DeleteSolution.java#L49) - [DescribeCampaign](src/main/java/com/example/personalize/DescribeCampaign.java#L52) @@ -97,4 +97,4 @@ in the `javav2` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 diff --git a/javav2/example_code/rds/README.md b/javav2/example_code/rds/README.md index b939ba3fbe3..97b51e057c7 100644 --- a/javav2/example_code/rds/README.md +++ b/javav2/example_code/rds/README.md @@ -46,18 +46,18 @@ Code examples that show you how to perform the essential operations within a ser Code excerpts that show you how to call individual service functions. - [CreateDBInstance](src/main/java/com/example/rds/CreateDBInstance.java#L6) -- [CreateDBParameterGroup](src/main/java/com/example/rds/RDSScenario.java#L553) -- [CreateDBSnapshot](src/main/java/com/example/rds/RDSScenario.java#L328) +- [CreateDBParameterGroup](src/main/java/com/example/rds/RDSScenario.java#L552) +- [CreateDBSnapshot](src/main/java/com/example/rds/RDSScenario.java#L327) - [DeleteDBInstance](src/main/java/com/example/rds/DeleteDBInstance.java#L6) -- [DeleteDBParameterGroup](src/main/java/com/example/rds/RDSScenario.java#L224) +- [DeleteDBParameterGroup](src/main/java/com/example/rds/RDSScenario.java#L223) - [DescribeAccountAttributes](src/main/java/com/example/rds/DescribeAccountAttributes.java#L6) -- [DescribeDBEngineVersions](src/main/java/com/example/rds/RDSScenario.java#L572) +- [DescribeDBEngineVersions](src/main/java/com/example/rds/RDSScenario.java#L571) - [DescribeDBInstances](src/main/java/com/example/rds/DescribeDBInstances.java#L6) -- [DescribeDBParameterGroups](src/main/java/com/example/rds/RDSScenario.java#L531) -- [DescribeDBParameters](src/main/java/com/example/rds/RDSScenario.java#L491) +- [DescribeDBParameterGroups](src/main/java/com/example/rds/RDSScenario.java#L530) +- [DescribeDBParameters](src/main/java/com/example/rds/RDSScenario.java#L490) - [GenerateRDSAuthToken](src/main/java/com/example/rds/GenerateRDSAuthToken.java#L15) - [ModifyDBInstance](src/main/java/com/example/rds/ModifyDBInstance.java#L6) -- [ModifyDBParameterGroup](src/main/java/com/example/rds/RDSScenario.java#L464) +- [ModifyDBParameterGroup](src/main/java/com/example/rds/RDSScenario.java#L463) - [RebootDBInstance](src/main/java/com/example/rds/RebootDBInstance.java#L6) diff --git a/javav2/example_code/redshift/README.md b/javav2/example_code/redshift/README.md index 08fbc96fca1..37959b8d2b7 100644 --- a/javav2/example_code/redshift/README.md +++ b/javav2/example_code/redshift/README.md @@ -45,14 +45,14 @@ Code examples that show you how to perform the essential operations within a ser Code excerpts that show you how to call individual service functions. -- [CreateCluster](src/main/java/com/example/redshift/scenario/RedshiftActions.java#L102) -- [DeleteCluster](src/main/java/com/example/redshift/scenario/RedshiftActions.java#L481) -- [DescribeClusters](src/main/java/com/example/redshift/scenario/RedshiftActions.java#L132) -- [DescribeStatement](src/main/java/com/example/redshift/scenario/RedshiftActions.java#L333) -- [ExecuteStatement](src/main/java/com/example/redshift/scenario/RedshiftActions.java#L218) -- [GetStatementResult](src/main/java/com/example/redshift/scenario/RedshiftActions.java#L375) -- [ListDatabases](src/main/java/com/example/redshift/scenario/RedshiftActions.java#L188) -- [ModifyCluster](src/main/java/com/example/redshift/scenario/RedshiftActions.java#L452) +- [CreateCluster](src/main/java/com/example/redshift/scenario/RedshiftActions.java#L100) +- [DeleteCluster](src/main/java/com/example/redshift/scenario/RedshiftActions.java#L479) +- [DescribeClusters](src/main/java/com/example/redshift/scenario/RedshiftActions.java#L130) +- [DescribeStatement](src/main/java/com/example/redshift/scenario/RedshiftActions.java#L331) +- [ExecuteStatement](src/main/java/com/example/redshift/scenario/RedshiftActions.java#L216) +- [GetStatementResult](src/main/java/com/example/redshift/scenario/RedshiftActions.java#L373) +- [ListDatabases](src/main/java/com/example/redshift/scenario/RedshiftActions.java#L186) +- [ModifyCluster](src/main/java/com/example/redshift/scenario/RedshiftActions.java#L450) diff --git a/javav2/example_code/s3/README.md b/javav2/example_code/s3/README.md index 6c42837871d..d61b4336609 100644 --- a/javav2/example_code/s3/README.md +++ b/javav2/example_code/s3/README.md @@ -89,6 +89,7 @@ functions within the same service. - [Download S3 'directories'](src/main/java/com/example/s3/transfermanager/S3DirectoriesDownloader.java) - [Download objects to a local directory](src/main/java/com/example/s3/transfermanager/DownloadToDirectory.java) - [Lock Amazon S3 objects](src/main/java/com/example/s3/lockscenario/S3ObjectLockWorkflow.java) +- [Manage large messages using S3](../sqs/src/main/java/com/example/sqs/SqsExtendedClientExample.java) - [Parse URIs](src/main/java/com/example/s3/ParseUri.java) - [Process S3 event notifications](src/main/java/com/example/s3/ProcessS3EventNotification.java) - [Send event notifications to EventBridge](src/main/java/com/example/s3/PutBucketS3EventNotificationEventBridge.java) @@ -196,6 +197,18 @@ This example shows you how to work with S3 object lock features. +#### Manage large messages using S3 + +This example shows you how to use the Amazon SQS Extended Client Library to work with large Amazon SQS messages. + + + + + + + + + #### Parse URIs This example shows you how to parse Amazon S3 URIs to extract important components like the bucket name and object key. diff --git a/javav2/example_code/s3/src/main/java/com/example/s3/batch/README.md b/javav2/example_code/s3/src/main/java/com/example/s3/batch/README.md index ea544fd5925..98e53beb359 100644 --- a/javav2/example_code/s3/src/main/java/com/example/s3/batch/README.md +++ b/javav2/example_code/s3/src/main/java/com/example/s3/batch/README.md @@ -45,13 +45,13 @@ Code examples that show you how to perform the essential operations within a ser Code excerpts that show you how to call individual service functions. -- [CreateJob](S3BatchActions.java#L314) -- [DeleteJobTagging](S3BatchActions.java#L238) -- [DescribeJob](S3BatchActions.java#L263) -- [GetJobTagging](S3BatchActions.java#L204) -- [PutJobTagging](S3BatchActions.java#L434) -- [UpdateJobPriority](S3BatchActions.java#L173) -- [UpdateJobStatus](S3BatchActions.java#L146) +- [CreateJob](S3BatchActions.java#L312) +- [DeleteJobTagging](S3BatchActions.java#L236) +- [DescribeJob](S3BatchActions.java#L261) +- [GetJobTagging](S3BatchActions.java#L202) +- [PutJobTagging](S3BatchActions.java#L432) +- [UpdateJobPriority](S3BatchActions.java#L171) +- [UpdateJobStatus](S3BatchActions.java#L144) diff --git a/javav2/example_code/s3/src/main/java/com/example/s3/directorybucket/README.md b/javav2/example_code/s3/src/main/java/com/example/s3/directorybucket/README.md index f372b6f3142..5aefc6eb766 100644 --- a/javav2/example_code/s3/src/main/java/com/example/s3/directorybucket/README.md +++ b/javav2/example_code/s3/src/main/java/com/example/s3/directorybucket/README.md @@ -34,6 +34,13 @@ For prerequisites, see the [README](../../../../../../../../../README.md#Prerequ - [Hello S3 Directory Buckets](HelloS3DirectoryBuckets.java#L4) (`CreateBucket`) +### Basics + +Code examples that show you how to perform the essential operations within a service. + +- [Learn the basics](../express/S3DirectoriesScenario.java) + + ### Single actions Code excerpts that show you how to call individual service functions. @@ -88,6 +95,26 @@ functions within the same service. This example shows you how to get started using S3 Directory Buckets. +#### Learn the basics + +This example shows you how to do the following: + +- Set up a VPC and VPC Endpoint. +- Set up the Policies, Roles, and User to work with S3 directory buckets and the S3 Express One Zone storage class. +- Create two S3 Clients. +- Create two buckets. +- Create an object and copy it over. +- Demonstrate performance difference. +- Populate the buckets to show the lexicographical difference. +- Prompt the user to see if they want to clean up the resources. + + + + + + + + #### Create a presigned URL to get an object diff --git a/javav2/example_code/ssm/README.md b/javav2/example_code/ssm/README.md index a6396b58b0a..5e7dde7bfb1 100644 --- a/javav2/example_code/ssm/README.md +++ b/javav2/example_code/ssm/README.md @@ -45,17 +45,17 @@ Code examples that show you how to perform the essential operations within a ser Code excerpts that show you how to call individual service functions. -- [CreateDocument](src/main/java/com/example/scenario/SSMActions.java#L481) -- [CreateMaintenanceWindow](src/main/java/com/example/scenario/SSMActions.java#L569) -- [CreateOpsItem](src/main/java/com/example/scenario/SSMActions.java#L314) -- [DeleteDocument](src/main/java/com/example/scenario/SSMActions.java#L92) -- [DeleteMaintenanceWindow](src/main/java/com/example/scenario/SSMActions.java#L131) -- [DescribeOpsItems](src/main/java/com/example/scenario/SSMActions.java#L210) +- [CreateDocument](src/main/java/com/example/scenario/SSMActions.java#L480) +- [CreateMaintenanceWindow](src/main/java/com/example/scenario/SSMActions.java#L568) +- [CreateOpsItem](src/main/java/com/example/scenario/SSMActions.java#L313) +- [DeleteDocument](src/main/java/com/example/scenario/SSMActions.java#L91) +- [DeleteMaintenanceWindow](src/main/java/com/example/scenario/SSMActions.java#L130) +- [DescribeOpsItems](src/main/java/com/example/scenario/SSMActions.java#L209) - [DescribeParameters](src/main/java/com/example/ssm/GetParameter.java#L6) - [PutParameter](src/main/java/com/example/ssm/PutParameter.java#L6) -- [SendCommand](src/main/java/com/example/scenario/SSMActions.java#L385) -- [UpdateMaintenanceWindow](src/main/java/com/example/scenario/SSMActions.java#L532) -- [UpdateOpsItem](src/main/java/com/example/scenario/SSMActions.java#L170) +- [SendCommand](src/main/java/com/example/scenario/SSMActions.java#L384) +- [UpdateMaintenanceWindow](src/main/java/com/example/scenario/SSMActions.java#L531) +- [UpdateOpsItem](src/main/java/com/example/scenario/SSMActions.java#L169) diff --git a/kotlin/services/iotfleetwise/README.md b/kotlin/services/iotfleetwise/README.md index 0207d86e15f..8b73b432b5f 100644 --- a/kotlin/services/iotfleetwise/README.md +++ b/kotlin/services/iotfleetwise/README.md @@ -31,7 +31,7 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `kotli ### Get started -- [Hello AWS IoT FleetWise](src/main/java/com/example/fleetwise/HelloFleetwise.kt#L10) (`listSignalCatalogsPaginator`) +- [Hello AWS IoT FleetWise](src/main/java/com/example/fleetwise/HelloFleetwise.kt#L9) (`listSignalCatalogsPaginator`) ### Basics @@ -45,22 +45,22 @@ Code examples that show you how to perform the essential operations within a ser Code excerpts that show you how to call individual service functions. -- [createDecoderManifest](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L467) -- [createFleet](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L640) -- [createModelManifest](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L590) -- [createSignalCatalog](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L662) -- [createVehicle](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L299) -- [deleteDecoderManifest](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L454) -- [deleteFleet](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L555) -- [deleteModelManifest](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L573) -- [deleteSignalCatalog](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L538) -- [deleteVehicle](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L260) -- [getDecoderManifest](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L343) -- [getModelManifest](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L389) -- [getVehicle](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L273) -- [listSignalCatalogNodes](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L620) -- [updateDecoderManifest](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L330) -- [updateModelManifest](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L435) +- [createDecoderManifest](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L461) +- [createFleet](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L634) +- [createModelManifest](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L584) +- [createSignalCatalog](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L656) +- [createVehicle](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L294) +- [deleteDecoderManifest](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L448) +- [deleteFleet](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L549) +- [deleteModelManifest](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L567) +- [deleteSignalCatalog](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L532) +- [deleteVehicle](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L255) +- [getDecoderManifest](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L338) +- [getModelManifest](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L384) +- [getVehicle](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L268) +- [listSignalCatalogNodes](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L614) +- [updateDecoderManifest](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L325) +- [updateModelManifest](src/main/java/com/example/fleetwise/scenario/FleetwiseScenario.kt#L430) diff --git a/kotlin/services/location/README.md b/kotlin/services/location/README.md index 1f5ca7d540d..ce8de6da3f5 100644 --- a/kotlin/services/location/README.md +++ b/kotlin/services/location/README.md @@ -31,34 +31,34 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `kotli ### Get started -- [Hello Amazon Location](src/main/java/com/example/location/HelloLocation.kt#L10) (`ListGeofencesPaginator`) +- [Hello Amazon Location](src/main/java/location/HelloLocation.kt#L10) (`ListGeofencesPaginator`) ### Basics Code examples that show you how to perform the essential operations within a service. -- [Learn the basics](src/main/java/com/example/location/scenario/LocationScenario.kt) +- [Learn the basics](src/main/java/location/scenario/LocationScenario.kt) ### Single actions Code excerpts that show you how to call individual service functions. -- [BatchUpdateDevicePosition](src/main/java/com/example/location/scenario/LocationScenario.kt#L567) -- [CalculateRoute](src/main/java/com/example/location/scenario/LocationScenario.kt#L501) -- [CreateGeofenceCollection](src/main/java/com/example/location/scenario/LocationScenario.kt#L648) -- [CreateKey](src/main/java/com/example/location/scenario/LocationScenario.kt#L667) -- [CreateMap](src/main/java/com/example/location/scenario/LocationScenario.kt#L694) -- [CreateRouteCalculator](src/main/java/com/example/location/scenario/LocationScenario.kt#L528) -- [CreateTracker](src/main/java/com/example/location/scenario/LocationScenario.kt#L595) -- [DeleteGeofenceCollection](src/main/java/com/example/location/scenario/LocationScenario.kt#L335) -- [DeleteKey](src/main/java/com/example/location/scenario/LocationScenario.kt#L355) -- [DeleteMap](src/main/java/com/example/location/scenario/LocationScenario.kt#L373) -- [DeleteRouteCalculator](src/main/java/com/example/location/scenario/LocationScenario.kt#L300) -- [DeleteTracker](src/main/java/com/example/location/scenario/LocationScenario.kt#L317) -- [GetDevicePosition](src/main/java/com/example/location/scenario/LocationScenario.kt#L548) -- [PutGeofence](src/main/java/com/example/location/scenario/LocationScenario.kt#L616) +- [BatchUpdateDevicePosition](src/main/java/location/scenario/LocationScenario.kt#L563) +- [CalculateRoute](src/main/java/location/scenario/LocationScenario.kt#L497) +- [CreateGeofenceCollection](src/main/java/location/scenario/LocationScenario.kt#L644) +- [CreateKey](src/main/java/location/scenario/LocationScenario.kt#L663) +- [CreateMap](src/main/java/location/scenario/LocationScenario.kt#L690) +- [CreateRouteCalculator](src/main/java/location/scenario/LocationScenario.kt#L524) +- [CreateTracker](src/main/java/location/scenario/LocationScenario.kt#L591) +- [DeleteGeofenceCollection](src/main/java/location/scenario/LocationScenario.kt#L331) +- [DeleteKey](src/main/java/location/scenario/LocationScenario.kt#L351) +- [DeleteMap](src/main/java/location/scenario/LocationScenario.kt#L369) +- [DeleteRouteCalculator](src/main/java/location/scenario/LocationScenario.kt#L296) +- [DeleteTracker](src/main/java/location/scenario/LocationScenario.kt#L313) +- [GetDevicePosition](src/main/java/location/scenario/LocationScenario.kt#L544) +- [PutGeofence](src/main/java/location/scenario/LocationScenario.kt#L612) diff --git a/python/example_code/bedrock-agent-runtime/README.md b/python/example_code/bedrock-agent-runtime/README.md index f0657454c6b..9bc0ffdd17d 100644 --- a/python/example_code/bedrock-agent-runtime/README.md +++ b/python/example_code/bedrock-agent-runtime/README.md @@ -48,6 +48,13 @@ Code excerpts that show you how to call individual service functions. - [InvokeAgent](bedrock_agent_runtime_wrapper.py#L33) - [InvokeFlow](bedrock_agent_runtime_wrapper.py#L71) +### Scenarios + +Code examples that show you how to accomplish a specific task by calling multiple +functions within the same service. + +- [Create and invoke a flow](../bedrock-agent/flows/playlist_flow.py) + @@ -80,6 +87,29 @@ python flows/flow-conversation.py +#### Create and invoke a flow + +This example shows you how to do the following: + +- Create an execution role for the flow. +- Create the flow. +- Deploy the fully configured flow. +- Invoke the flow with user-provided prompts. +- Delete all created resources. + + + + +Start the example by running the following at a command prompt: + +``` +python ../bedrock-agent/flows/playlist_flow.py +``` + + + + + ### Tests ⚠ Running tests might result in charges to your AWS account. diff --git a/python/example_code/bedrock-agent/README.md b/python/example_code/bedrock-agent/README.md index 9c9068056c2..afc62852977 100644 --- a/python/example_code/bedrock-agent/README.md +++ b/python/example_code/bedrock-agent/README.md @@ -2,15 +2,13 @@ ## Overview -Shows how to use the AWS SDK for Python (Boto3) to work with Amazon Bedrock agents, flows, and managed prompts. +Shows how to use the AWS SDK for Python (Boto3) to work with Amazon Bedrock Agents. _Amazon Bedrock Agents offer you the ability to build and configure autonomous agents in your application._ - - ## ⚠ Important * Running this code might result in charges to your AWS account. For more details, see [AWS Pricing](https://aws.amazon.com/pricing/) and [Free Tier](https://aws.amazon.com/free/). @@ -43,46 +41,41 @@ Code excerpts that show you how to call individual service functions. - [CreateAgent](bedrock_agent_wrapper.py#L32) - [CreateAgentActionGroup](bedrock_agent_wrapper.py#L61) - [CreateAgentAlias](bedrock_agent_wrapper.py#L96) +- [CreateFlow](flows/flow.py#L18) +- [CreateFlowAlias](flows/flow_alias.py#L15) +- [CreateFlowVersion](flows/flow_version.py#L18) +- [CreatePrompt](prompts/prompt.py#L18) +- [CreatePromptVersion](prompts/prompt.py#L84) - [DeleteAgent](bedrock_agent_wrapper.py#L118) - [DeleteAgentAlias](bedrock_agent_wrapper.py#L139) +- [DeleteFlow](flows/flow.py#L155) +- [DeleteFlowAlias](flows/flow_alias.py#L98) +- [DeleteFlowVersion](flows/flow_version.py#L91) +- [DeletePrompt](prompts/prompt.py#L159) - [GetAgent](bedrock_agent_wrapper.py#L161) +- [GetFlow](flows/flow.py#L192) +- [GetFlowVersion](flows/flow_version.py#L54) +- [GetPrompt](prompts/prompt.py#L124) - [ListAgentActionGroups](bedrock_agent_wrapper.py#L208) - [ListAgentKnowledgeBases](bedrock_agent_wrapper.py#L237) - [ListAgents](bedrock_agent_wrapper.py#L185) +- [ListFlowAliases](flows/flow_alias.py#L132) +- [ListFlowVersions](flows/flow_version.py#L128) +- [ListFlows](flows/flow.py#L229) +- [ListPrompts](prompts/prompt.py#L191) - [PrepareAgent](bedrock_agent_wrapper.py#L266) -- [InvokeFlow](flows/run_flow.py#L23) -- [CreateFlow](flows/flow.py#L18) -- [PrepareFlow](flows/flow.py#L58) +- [PrepareFlow](flows/flow.py#L58) - [UpdateFlow](flows/flow.py#L112) -- [DeleteFlow](flows/flow.py#L156) -- [GetFlow](flows/flow.py#L192) -- [ListFlows](flows/flow.py#L229) -- [CreateFlowVersion](flows/flow_version.py#L18) -- [GetFlowVersion](flows/flow_version.py#L54) -- [DeleteFlowVersion](flows/flow_version.py#L91) -- [ListFlowVersions](flows/flow_version.py#L128) -- [CreateFlowAlias](flows/flow_alias.py#L15) -- [UpdateFlowAlias](flows/flow_alias.py#L55) -- [DeleteFlowAlias](flows/flow_alias.py#L98) -- [ListFlowAliases](flows/flow_alias.py#L132) -- [FlowConversation](flows/flow-conversation.py) -- [CreatePrompt](prompts/prompt.py#L32) -- [CreatePromptVersion](prompts/prompt.py#L61) -- [GetPrompt](prompts/prompt.py#L71) -- [DeletePrompt](prompts/prompt.py#L154) -- [ListPrompts](prompts/prompt.py#L187) - - - +- [UpdateFlowAlias](flows/flow_alias.py#L55) ### Scenarios Code examples that show you how to accomplish a specific task by calling multiple functions within the same service. -- [Create and invoke an agent](scenario_get_started_with_agents.py) - [Create and invoke a flow](flows/playlist_flow.py) - [Create and invoke a managed prompt](prompts/scenario_get_started_with_prompts.py) +- [Create and invoke an agent](scenario_get_started_with_agents.py) @@ -98,73 +91,40 @@ functions within the same service. -#### Create and invoke an agent +#### Create and invoke a flow This example shows you how to do the following: -- Create an execution role for the agent. -- Create the agent and deploy a DRAFT version. -- Create a Lambda function that implements the agent's capabilities. -- Create an action group that connects the agent to the Lambda function. -- Deploy the fully configured agent. -- Invoke the agent with user-provided prompts. +- Create an execution role for the flow. +- Create the flow. +- Deploy the fully configured flow. +- Invoke the flow with user-provided prompts. - Delete all created resources. - - - -Start the example by running the following at a command prompt: - -``` -python scenario_get_started_with_agents.py -``` - - - - - - -#### Create and invoke a flow - -Shows how to create a simple flow that generates music playlists. -The flow includes a prompt node that generates a playlist for a chosen genre -and number of songs. The example creates the nodes and permissions -for the flow. + + Start the example by running the following at a command prompt: ``` python flows/playlist_flow.py ``` -When prompted, enter the genre of music and the number of songs you want -in the playlist. -Optionally, the script can delete the resources that it creates. If you want to use the flow later, such as in the Amazon Bedrock console, enter `n` when the script prompts you to delete resources. Note that you will then need to manually delete the resources. - -#### List flows - -Shows how to List Amazon Bedrock flows, versions of a flow, and aliases of a flow. - -Start the example by running the following at a command prompt: - -``` -python flows/list_flows.py -``` -The example first lists the flows in the current AWS Region. It -then prompts for a flow ID, which you can get from the list of flows. Finally, the example lists the flow versions and flow aliases for the flow ID that you entered. + + #### Create and invoke a managed prompt This example shows you how to do the following: -- Create a managed prompt -- Create a version of the prompt -- Invoke the prompt using the version -- Update the prompt -- Create a new version -- Invoke the updated prompt -- Clean up resources (optional) +- Create a managed prompt. +- Create a version of the prompt. +- Invoke the prompt using the version. +- Clean up resources (optional). + + + Start the example by running the following at a command prompt: @@ -172,30 +132,34 @@ Start the example by running the following at a command prompt: python prompts/scenario_get_started_with_prompts.py ``` -By default, the example will clean up all resources it creates. If you want to keep the resources for further exploration, use the `--no-cleanup` flag: -``` -python prompts/scenario_get_started_with_prompts.py --no-cleanup -``` + + -You can also specify a different AWS region or model ID: +#### Create and invoke an agent -``` -python prompts/scenario_get_started_with_prompts.py --region us-west-2 --model-id anthropic.claude-3-sonnet-20240229-v1:0 -``` +This example shows you how to do the following: -#### List prompts +- Create an execution role for the agent. +- Create the agent and deploy a DRAFT version. +- Create a Lambda function that implements the agent's capabilities. +- Create an action group that connects the agent to the Lambda function. +- Deploy the fully configured agent. +- Invoke the agent with user-provided prompts. +- Delete all created resources. -Shows how to list Amazon Bedrock managed prompts and versions of a prompt. + + Start the example by running the following at a command prompt: ``` -python prompts/list_prompts.py +python scenario_get_started_with_agents.py ``` -The example first lists the prompts in the current AWS Region. + + ### Tests diff --git a/python/example_code/bedrock-runtime/README.md b/python/example_code/bedrock-runtime/README.md index 784ae837f07..630bc0f4aee 100644 --- a/python/example_code/bedrock-runtime/README.md +++ b/python/example_code/bedrock-runtime/README.md @@ -163,6 +163,7 @@ This example shows you how to get started using Amazon Bedrock Runtime. python hello/hello_bedrock_runtime_invoke.py ``` + #### Create and invoke a managed prompt This example shows you how to do the following: @@ -181,6 +182,7 @@ Start the example by running the following at a command prompt: python ../bedrock-agent/prompts/scenario_get_started_with_prompts.py ``` + diff --git a/python/example_code/neptune/README.md b/python/example_code/neptune/README.md index df881f4d6bc..454b74c7b70 100644 --- a/python/example_code/neptune/README.md +++ b/python/example_code/neptune/README.md @@ -36,35 +36,35 @@ python -m pip install -r requirements.txt ### Get started -- [Hello Neptune](HelloNeptune.py#L4) (`DescribeDBClustersPaginator`) +- [Hello Neptune](hello_neptune.py#L4) (`DescribeDBClustersPaginator`) ### Basics Code examples that show you how to perform the essential operations within a service. -- [Learn the basics](NeptuneScenario.py) +- [Learn the basics](neptune_scenario.py) ### Single actions Code excerpts that show you how to call individual service functions. -- [CreateDBCluster](NeptuneScenario.py#L288) -- [CreateDBInstance](NeptuneScenario.py#L269) -- [CreateDBSubnetGroup](NeptuneScenario.py#L335) -- [CreateGraph](analytics/CreateNeptuneGraphExample.py#L7) -- [DeleteDBCluster](NeptuneScenario.py#L14) -- [DeleteDBInstance](NeptuneScenario.py#L77) -- [DeleteDBSubnetGroup](NeptuneScenario.py#L95) -- [DescribeDBClusters](NeptuneScenario.py#L203) -- [DescribeDBInstances](NeptuneScenario.py#L242) -- [ExecuteGremlinProfileQuery](database/NeptuneGremlinQueryExample.py#L22) -- [ExecuteGremlinQuery](database/NeptuneGremlinExplainAndProfileExample.py#L8) -- [ExecuteOpenCypherExplainQuery](database/OpenCypherExplainExample.py#L22) -- [ExecuteQuery](analytics/NeptuneAnalyticsQueryExample.py#L7) -- [StartDBCluster](NeptuneScenario.py#L161) -- [StopDBCluster](NeptuneScenario.py#L183) +- [CreateDBCluster](neptune_scenario.py#L449) +- [CreateDBInstance](neptune_scenario.py#L406) +- [CreateDBSubnetGroup](neptune_scenario.py#L524) +- [CreateGraph](analytics/create_neptune_graph_example.py#L7) +- [DeleteDBCluster](neptune_scenario.py#L14) +- [DeleteDBInstance](neptune_scenario.py#L54) +- [DeleteDBSubnetGroup](neptune_scenario.py#L92) +- [DescribeDBClusters](neptune_scenario.py#L301) +- [DescribeDBInstances](neptune_scenario.py#L360) +- [ExecuteGremlinProfileQuery](database/neptune_execute_gremlin_explain_query.py#L21) +- [ExecuteGremlinQuery](database/neptune_execute_gremlin_profile_query.py#L8) +- [ExecuteOpenCypherExplainQuery](database/neptune_execute_open_cypher_query.py#L23) +- [ExecuteQuery](analytics/neptune_analytics_query_example.py#L8) +- [StartDBCluster](neptune_scenario.py#L178) +- [StopDBCluster](neptune_scenario.py#L240) @@ -83,7 +83,7 @@ Code excerpts that show you how to call individual service functions. This example shows you how to get started using Neptune. ``` -python HelloNeptune.py +python hello_neptune.py ``` #### Learn the basics @@ -105,7 +105,7 @@ This example shows you how to do the following: Start the example by running the following at a command prompt: ``` -python NeptuneScenario.py +python neptune_scenario.py ``` diff --git a/rustv1/examples/bedrock-agent-runtime/README.md b/rustv1/examples/bedrock-agent-runtime/README.md index fe766081bbd..e9d7199823a 100644 --- a/rustv1/examples/bedrock-agent-runtime/README.md +++ b/rustv1/examples/bedrock-agent-runtime/README.md @@ -66,7 +66,7 @@ in the `rustv1` folder. - [Amazon Bedrock Agents Runtime User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/agents.html) - [Amazon Bedrock Agents Runtime API Reference](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_Operations_Agents_for_Amazon_Bedrock_Runtime.html) -- [SDK for JavaScript (v3) Amazon Bedrock Agents Runtime reference](https://crates.io/crates/aws-sdk-bedrockagentruntime) +- [SDK for Rust Amazon Bedrock Agents Runtime reference](https://docs.rs/aws-sdk-bedrock-agent-runtime/latest/aws_sdk_bedrock-agent-runtime/) @@ -76,4 +76,3 @@ in the `rustv1` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0 - diff --git a/rustv1/examples/bedrock-runtime/README.md b/rustv1/examples/bedrock-runtime/README.md index 722c4a5f160..abb0df99ce4 100644 --- a/rustv1/examples/bedrock-runtime/README.md +++ b/rustv1/examples/bedrock-runtime/README.md @@ -84,7 +84,7 @@ in the `rustv1` folder. - [Amazon Bedrock Runtime User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html) - [Amazon Bedrock Runtime API Reference](https://docs.aws.amazon.com/bedrock/latest/APIReference/welcome.html) -- [SDK for Rust Amazon Bedrock Runtime reference](https://docs.rs/aws-sdk-bedrockruntime/latest/aws_sdk_bedrockruntime/)) +- [SDK for Rust Amazon Bedrock Runtime reference](https://docs.rs/aws-sdk-bedrock-runtime/latest/aws_sdk_bedrock-runtime/) diff --git a/sap-abap/services/bdr/README.md b/sap-abap/services/bdr/README.md index 9d2a24a2961..393883c7762 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](zcl_aws1_bdr_actions.clas.abap#L149) +- [InvokeModel](zcl_aws1_bdr_actions.clas.abap#L150) ### Stable Diffusion -- [InvokeModel](zcl_aws1_bdr_actions.clas.abap#L219) +- [InvokeModel](zcl_aws1_bdr_actions.clas.abap#L220) @@ -76,4 +76,4 @@ in the `sap-abap` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 diff --git a/sap-abap/services/cloudwatch/README.md b/sap-abap/services/cloudwatch/README.md index 9410dbad655..de01b623060 100644 --- a/sap-abap/services/cloudwatch/README.md +++ b/sap-abap/services/cloudwatch/README.md @@ -34,11 +34,11 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a Code excerpts that show you how to call individual service functions. - [DeleteAlarms](zcl_aws1_cwt_actions.clas.abap#L60) -- [DescribeAlarms](zcl_aws1_cwt_actions.clas.abap#L81) -- [DisableAlarmActions](zcl_aws1_cwt_actions.clas.abap#L103) -- [EnableAlarmActions](zcl_aws1_cwt_actions.clas.abap#L127) -- [ListMetrics](zcl_aws1_cwt_actions.clas.abap#L151) -- [PutMetricAlarm](zcl_aws1_cwt_actions.clas.abap#L174) +- [DescribeAlarms](zcl_aws1_cwt_actions.clas.abap#L80) +- [DisableAlarmActions](zcl_aws1_cwt_actions.clas.abap#L101) +- [EnableAlarmActions](zcl_aws1_cwt_actions.clas.abap#L124) +- [ListMetrics](zcl_aws1_cwt_actions.clas.abap#L147) +- [PutMetricAlarm](zcl_aws1_cwt_actions.clas.abap#L169) ### Scenarios @@ -103,4 +103,4 @@ in the `sap-abap` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 diff --git a/sap-abap/services/ec2/README.md b/sap-abap/services/ec2/README.md index 5e97ec1fca5..2f67c099f6c 100644 --- a/sap-abap/services/ec2/README.md +++ b/sap-abap/services/ec2/README.md @@ -35,22 +35,22 @@ Code excerpts that show you how to call individual service functions. - [AllocateAddress](zcl_aws1_ec2_actions.clas.abap#L98) - [AssociateAddress](zcl_aws1_ec2_actions.clas.abap#L116) -- [CreateKeyPair](zcl_aws1_ec2_actions.clas.abap#L175) -- [CreateSecurityGroup](zcl_aws1_ec2_actions.clas.abap#L193) -- [DeleteKeyPair](zcl_aws1_ec2_actions.clas.abap#L215) -- [DeleteSecurityGroup](zcl_aws1_ec2_actions.clas.abap#L233) -- [DescribeAddresses](zcl_aws1_ec2_actions.clas.abap#L251) -- [DescribeAvailabilityZones](zcl_aws1_ec2_actions.clas.abap#L270) -- [DescribeInstances](zcl_aws1_ec2_actions.clas.abap#L291) -- [DescribeKeyPairs](zcl_aws1_ec2_actions.clas.abap#L323) -- [DescribeRegions](zcl_aws1_ec2_actions.clas.abap#L342) -- [DescribeSecurityGroups](zcl_aws1_ec2_actions.clas.abap#L362) -- [MonitorInstances](zcl_aws1_ec2_actions.clas.abap#L383) -- [RebootInstances](zcl_aws1_ec2_actions.clas.abap#L423) -- [ReleaseAddress](zcl_aws1_ec2_actions.clas.abap#L462) -- [RunInstances](zcl_aws1_ec2_actions.clas.abap#L137) -- [StartInstances](zcl_aws1_ec2_actions.clas.abap#L480) -- [StopInstances](zcl_aws1_ec2_actions.clas.abap#L520) +- [CreateKeyPair](zcl_aws1_ec2_actions.clas.abap#L172) +- [CreateSecurityGroup](zcl_aws1_ec2_actions.clas.abap#L190) +- [DeleteKeyPair](zcl_aws1_ec2_actions.clas.abap#L211) +- [DeleteSecurityGroup](zcl_aws1_ec2_actions.clas.abap#L229) +- [DescribeAddresses](zcl_aws1_ec2_actions.clas.abap#L247) +- [DescribeAvailabilityZones](zcl_aws1_ec2_actions.clas.abap#L266) +- [DescribeInstances](zcl_aws1_ec2_actions.clas.abap#L287) +- [DescribeKeyPairs](zcl_aws1_ec2_actions.clas.abap#L319) +- [DescribeRegions](zcl_aws1_ec2_actions.clas.abap#L338) +- [DescribeSecurityGroups](zcl_aws1_ec2_actions.clas.abap#L358) +- [MonitorInstances](zcl_aws1_ec2_actions.clas.abap#L379) +- [RebootInstances](zcl_aws1_ec2_actions.clas.abap#L417) +- [ReleaseAddress](zcl_aws1_ec2_actions.clas.abap#L454) +- [RunInstances](zcl_aws1_ec2_actions.clas.abap#L136) +- [StartInstances](zcl_aws1_ec2_actions.clas.abap#L472) +- [StopInstances](zcl_aws1_ec2_actions.clas.abap#L510) @@ -92,4 +92,4 @@ in the `sap-abap` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 diff --git a/sap-abap/services/kinesis/README.md b/sap-abap/services/kinesis/README.md index fcbc51f9727..581ee1c7ef7 100644 --- a/sap-abap/services/kinesis/README.md +++ b/sap-abap/services/kinesis/README.md @@ -41,12 +41,12 @@ Code examples that show you how to perform the essential operations within a ser Code excerpts that show you how to call individual service functions. - [CreateStream](zcl_aws1_kns_actions.clas.abap#L62) -- [DeleteStream](zcl_aws1_kns_actions.clas.abap#L88) -- [DescribeStream](zcl_aws1_kns_actions.clas.abap#L111) -- [GetRecords](zcl_aws1_kns_actions.clas.abap#L137) -- [ListStreams](zcl_aws1_kns_actions.clas.abap#L177) -- [PutRecord](zcl_aws1_kns_actions.clas.abap#L200) -- [RegisterStreamConsumer](zcl_aws1_kns_actions.clas.abap#L238) +- [DeleteStream](zcl_aws1_kns_actions.clas.abap#L87) +- [DescribeStream](zcl_aws1_kns_actions.clas.abap#L109) +- [GetRecords](zcl_aws1_kns_actions.clas.abap#L134) +- [ListStreams](zcl_aws1_kns_actions.clas.abap#L173) +- [PutRecord](zcl_aws1_kns_actions.clas.abap#L195) +- [RegisterStreamConsumer](zcl_aws1_kns_actions.clas.abap#L232) @@ -103,4 +103,4 @@ in the `sap-abap` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 diff --git a/sap-abap/services/lambda/README.md b/sap-abap/services/lambda/README.md index bc2e498ff23..9075b4f4957 100644 --- a/sap-abap/services/lambda/README.md +++ b/sap-abap/services/lambda/README.md @@ -41,12 +41,12 @@ Code examples that show you how to perform the essential operations within a ser Code excerpts that show you how to call individual service functions. - [CreateFunction](zcl_aws1_lmd_actions.clas.abap#L62) -- [DeleteFunction](zcl_aws1_lmd_actions.clas.abap#L102) -- [GetFunction](zcl_aws1_lmd_actions.clas.abap#L127) -- [Invoke](zcl_aws1_lmd_actions.clas.abap#L148) -- [ListFunctions](zcl_aws1_lmd_actions.clas.abap#L190) -- [UpdateFunctionCode](zcl_aws1_lmd_actions.clas.abap#L213) -- [UpdateFunctionConfiguration](zcl_aws1_lmd_actions.clas.abap#L250) +- [DeleteFunction](zcl_aws1_lmd_actions.clas.abap#L101) +- [GetFunction](zcl_aws1_lmd_actions.clas.abap#L126) +- [Invoke](zcl_aws1_lmd_actions.clas.abap#L147) +- [ListFunctions](zcl_aws1_lmd_actions.clas.abap#L187) +- [UpdateFunctionCode](zcl_aws1_lmd_actions.clas.abap#L210) +- [UpdateFunctionConfiguration](zcl_aws1_lmd_actions.clas.abap#L246) @@ -105,4 +105,4 @@ in the `sap-abap` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 diff --git a/sap-abap/services/s3/README.md b/sap-abap/services/s3/README.md index 31929047710..d8454a2bec8 100644 --- a/sap-abap/services/s3/README.md +++ b/sap-abap/services/s3/README.md @@ -41,12 +41,12 @@ Code examples that show you how to perform the essential operations within a ser Code excerpts that show you how to call individual service functions. - [CopyObject](zcl_aws1_s3_actions.clas.abap#L61) -- [CreateBucket](zcl_aws1_s3_actions.clas.abap#L85) -- [DeleteBucket](zcl_aws1_s3_actions.clas.abap#L107) -- [DeleteObject](zcl_aws1_s3_actions.clas.abap#L128) -- [GetObject](zcl_aws1_s3_actions.clas.abap#L148) -- [ListObjectsV2](zcl_aws1_s3_actions.clas.abap#L191) -- [PutObject](zcl_aws1_s3_actions.clas.abap#L211) +- [CreateBucket](zcl_aws1_s3_actions.clas.abap#L84) +- [DeleteBucket](zcl_aws1_s3_actions.clas.abap#L117) +- [DeleteObject](zcl_aws1_s3_actions.clas.abap#L137) +- [GetObject](zcl_aws1_s3_actions.clas.abap#L156) +- [ListObjectsV2](zcl_aws1_s3_actions.clas.abap#L197) +- [PutObject](zcl_aws1_s3_actions.clas.abap#L216) @@ -105,4 +105,4 @@ in the `sap-abap` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 diff --git a/sap-abap/services/sagemaker/README.md b/sap-abap/services/sagemaker/README.md index c5ffbc09a60..006d7acd78b 100644 --- a/sap-abap/services/sagemaker/README.md +++ b/sap-abap/services/sagemaker/README.md @@ -34,16 +34,16 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a Code excerpts that show you how to call individual service functions. - [CreateEndpoint](zcl_aws1_sgm_actions.clas.abap#L120) -- [CreateModel](zcl_aws1_sgm_actions.clas.abap#L170) -- [CreateTrainingJob](zcl_aws1_sgm_actions.clas.abap#L201) -- [CreateTransformJob](zcl_aws1_sgm_actions.clas.abap#L334) -- [DeleteEndpoint](zcl_aws1_sgm_actions.clas.abap#L399) -- [DeleteModel](zcl_aws1_sgm_actions.clas.abap#L432) -- [DescribeTrainingJob](zcl_aws1_sgm_actions.clas.abap#L454) -- [ListAlgorithms](zcl_aws1_sgm_actions.clas.abap#L475) -- [ListModels](zcl_aws1_sgm_actions.clas.abap#L496) -- [ListNotebookInstances](zcl_aws1_sgm_actions.clas.abap#L517) -- [ListTrainingJobs](zcl_aws1_sgm_actions.clas.abap#L537) +- [CreateModel](zcl_aws1_sgm_actions.clas.abap#L166) +- [CreateTrainingJob](zcl_aws1_sgm_actions.clas.abap#L194) +- [CreateTransformJob](zcl_aws1_sgm_actions.clas.abap#L306) +- [DeleteEndpoint](zcl_aws1_sgm_actions.clas.abap#L360) +- [DeleteModel](zcl_aws1_sgm_actions.clas.abap#L391) +- [DescribeTrainingJob](zcl_aws1_sgm_actions.clas.abap#L412) +- [ListAlgorithms](zcl_aws1_sgm_actions.clas.abap#L432) +- [ListModels](zcl_aws1_sgm_actions.clas.abap#L452) +- [ListNotebookInstances](zcl_aws1_sgm_actions.clas.abap#L472) +- [ListTrainingJobs](zcl_aws1_sgm_actions.clas.abap#L491) ### Scenarios @@ -107,4 +107,4 @@ in the `sap-abap` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 diff --git a/sap-abap/services/sns/README.md b/sap-abap/services/sns/README.md index 2de61cca026..724bf35f0ba 100644 --- a/sap-abap/services/sns/README.md +++ b/sap-abap/services/sns/README.md @@ -39,9 +39,9 @@ Code excerpts that show you how to call individual service functions. - [ListSubscriptions](zcl_aws1_sns_actions.clas.abap#L117) - [ListTopics](zcl_aws1_sns_actions.clas.abap#L135) - [Publish](zcl_aws1_sns_actions.clas.abap#L153) -- [SetTopicAttributes](zcl_aws1_sns_actions.clas.abap#L173) -- [Subscribe](zcl_aws1_sns_actions.clas.abap#L194) -- [Unsubscribe](zcl_aws1_sns_actions.clas.abap#L218) +- [SetTopicAttributes](zcl_aws1_sns_actions.clas.abap#L172) +- [Subscribe](zcl_aws1_sns_actions.clas.abap#L192) +- [Unsubscribe](zcl_aws1_sns_actions.clas.abap#L215) ### Scenarios @@ -102,4 +102,4 @@ in the `sap-abap` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 diff --git a/sap-abap/services/sqs/README.md b/sap-abap/services/sqs/README.md index 725ec97a97d..eac68c6e392 100644 --- a/sap-abap/services/sqs/README.md +++ b/sap-abap/services/sqs/README.md @@ -37,8 +37,8 @@ Code excerpts that show you how to call individual service functions. - [DeleteQueue](zcl_aws1_sqs_actions.clas.abap#L84) - [GetQueueUrl](zcl_aws1_sqs_actions.clas.abap#L99) - [ListQueues](zcl_aws1_sqs_actions.clas.abap#L116) -- [ReceiveMessage](zcl_aws1_sqs_actions.clas.abap#L179) -- [SendMessage](zcl_aws1_sqs_actions.clas.abap#L197) +- [ReceiveMessage](zcl_aws1_sqs_actions.clas.abap#L177) +- [SendMessage](zcl_aws1_sqs_actions.clas.abap#L195) ### Scenarios @@ -99,4 +99,4 @@ in the `sap-abap` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 diff --git a/sap-abap/services/translate/README.md b/sap-abap/services/translate/README.md index bf8489d9f27..d7b741d3164 100644 --- a/sap-abap/services/translate/README.md +++ b/sap-abap/services/translate/README.md @@ -34,10 +34,10 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-a Code excerpts that show you how to call individual service functions. - [DescribeTextTranslationJob](zcl_aws1_xl8_actions.clas.abap#L59) -- [ListTextTranslationJobs](zcl_aws1_xl8_actions.clas.abap#L86) -- [StartTextTranslationJob](zcl_aws1_xl8_actions.clas.abap#L121) -- [StopTextTranslationJob](zcl_aws1_xl8_actions.clas.abap#L181) -- [TranslateText](zcl_aws1_xl8_actions.clas.abap#L207) +- [ListTextTranslationJobs](zcl_aws1_xl8_actions.clas.abap#L84) +- [StartTextTranslationJob](zcl_aws1_xl8_actions.clas.abap#L115) +- [StopTextTranslationJob](zcl_aws1_xl8_actions.clas.abap#L167) +- [TranslateText](zcl_aws1_xl8_actions.clas.abap#L191) ### Scenarios @@ -101,4 +101,4 @@ in the `sap-abap` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0