AWS Security ChangesHomeSearch

AWS lexv2 documentation change

Service: lexv2 · 2025-07-04 · Documentation low

File: lexv2/latest/dg/what-is.md

Summary

Added new section about using AWS SDKs with Amazon Lex V2 including SDK support matrix and implementation guidance

Security assessment

The changes add general programmatic access documentation without specific security context. While IAM permissions are mentioned as a prerequisite, this is standard AWS practice and not a security feature addition. No vulnerabilities or security-specific content is addressed.

Diff

diff --git a/lexv2/latest/dg/what-is.md b/lexv2/latest/dg/what-is.md
index 0ee95a12c..eb2d4f861 100644
--- a//lexv2/latest/dg/what-is.md
+++ b//lexv2/latest/dg/what-is.md
@@ -5 +5 @@
-Paying for Are You a First-time User of Amazon Lex V2?
+Paying for Are You a First-time User of Amazon Lex V2?Using Amazon Lex V2 with an AWS SDK
@@ -54,0 +55,46 @@ If you are a first-time user of Amazon Lex V2, we recommend that you read the fo
+## Using Amazon Lex V2 with an AWS SDK
+
+Beyond the console interface, Amazon Lex V2 provides comprehensive programmatic access through AWS SDKs. This enables you to integrate conversational AI capabilities directly into your applications, automate bot management tasks, and build scalable solutions.
+
+When you use an AWS SDK with Amazon Lex V2, you can:
+
+  * **Automate bot creation and management** – Programmatically create, update, and deploy bots without manual console interaction
+
+  * **Integrate with existing applications** – Add conversational interfaces to web applications, mobile apps, and enterprise systems
+
+  * **Scale bot operations** – Manage multiple bots, intents, and slot types efficiently through code
+
+  * **Implement custom workflows** – Build sophisticated conversation flows that integrate with your business logic
+
+
+
+
+The table below shows the AWS SDKs that support Amazon Lex V2 operations. Choose the SDK that matches your development environment and follow the provided links to get started with installation and implementation.
+
+Programming Language | AWS SDK | Getting Started Resources  
+---|---|---  
+Java | AWS SDK for Java 2.x |  [Developer Guide](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/) [API Reference](https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/lexmodelsv2/package-summary.html)  
+Python | AWS SDK for Python (Boto3) |  [Getting Started](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/quickstart.html) [API Reference](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/lexv2-models.html)  
+JavaScript/Node.js | AWS SDK for JavaScript v3 |  [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/) [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/)  
+.NET/C# | AWS SDK for .NET |  [Developer Guide](https://docs.aws.amazon.com/sdk-for-net/latest/developer-guide/) [API Reference](https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/LexModelsV2/NLexModelsV2.html)  
+Go | AWS SDK for Go v2 |  [Developer Guide](https://aws.github.io/aws-sdk-go-v2/docs/) [API Reference](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/lexmodelsv2)  
+Ruby | AWS SDK for Ruby |  [Developer Guide](https://docs.aws.amazon.com/sdk-for-ruby/v3/developer-guide/) [API Reference](https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LexModelsV2.html)  
+PHP | AWS SDK for PHP |  [Developer Guide](https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/) [API Reference](https://docs.aws.amazon.com/aws-sdk-php/v3/api/class-Aws.LexModelsV2.LexModelsV2Client.html)  
+  
+To get started with any SDK:
+
+  1. Install the SDK for your preferred programming language using the installation instructions in the Developer Guide
+
+  2. Configure your AWS credentials and region settings
+
+  3. Set up the necessary IAM permissions for Amazon Lex V2 operations
+
+  4. Review the API Reference documentation for the specific operations you need
+
+  5. Start with basic operations like creating a bot or listing existing resources
+
+
+
+
+For detailed examples and step-by-step guidance on creating bots programmatically, see the SDK documentation links provided in the table above.
+