AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-05-31 · Documentation low

File: cli/latest/reference/bedrock/get-advanced-prompt-optimization-job.md

Summary

Updated AWS CLI version references from 2.34.55 to 2.34.57. Enhanced parameter descriptions with more detailed explanations about prompt optimization job configurations, input/output formats, encryption, and model inference parameters.

Security assessment

Changes are documentation improvements without evidence of security vulnerability fixes. The encryptionKeyArn clarification merely explains existing security controls without introducing new security content.

Diff

diff --git a/cli/latest/reference/bedrock/get-advanced-prompt-optimization-job.md b/cli/latest/reference/bedrock/get-advanced-prompt-optimization-job.md
index 6ae6a095a..f7008d66c 100644
--- a//cli/latest/reference/bedrock/get-advanced-prompt-optimization-job.md
+++ b//cli/latest/reference/bedrock/get-advanced-prompt-optimization-job.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.55 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.57 Command Reference](../../index.html) »
@@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c
-Retrieves the details and status of an advanced prompt optimization job.
+Gets information about an advanced prompt optimization job.
@@ -97 +97 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc
-> ARN or ID of the advanced prompt optimization job.
+> The ARN or ID of the advanced prompt optimization job.
@@ -222 +222 @@ jobArn -> (string)
-> ARN of the advanced prompt optimization job.
+> The Amazon Resource Name (ARN) of the advanced prompt optimization job.
@@ -234 +234 @@ jobName -> (string)
-> Name of the advanced prompt optimization job.
+> The name of the advanced prompt optimization job.
@@ -246 +246 @@ jobDescription -> (string)
-> Description of the advanced prompt optimization job.
+> The description of the advanced prompt optimization job.
@@ -257 +257 @@ jobStatus -> (string)
-> Status of the advanced prompt optimization job.
+> The status of the advanced prompt optimization job.
@@ -273 +273 @@ inputConfig -> (structure)
-> Input data configuration for the advanced prompt optimization job.
+> The input data configuration for the optimization job.
@@ -277 +277 @@ inputConfig -> (structure)
->> S3 URI of the input JSONL file.
+>> The S3 URI of the JSONL input file containing prompt templates and evaluation samples.
@@ -289 +289 @@ outputConfig -> (structure)
-> Output data configuration for the advanced prompt optimization job.
+> The output data configuration for the optimization job.
@@ -293 +293 @@ outputConfig -> (structure)
->> S3 URI prefix for the output location.
+>> The S3 URI prefix where the optimization results will be written.
@@ -305 +305 @@ encryptionKeyArn -> (string)
-> KMS key ARN used for encrypting output data.
+> The Amazon Resource Name (ARN) of the KMS key used to encrypt the output data.
@@ -317 +317 @@ creationTime -> (timestamp)
-> Creation time of the advanced prompt optimization job.
+> The time at which the advanced prompt optimization job was created.
@@ -321 +321 @@ lastModifiedTime -> (timestamp)
-> Last modified time of the advanced prompt optimization job.
+> The time at which the advanced prompt optimization job was last modified.
@@ -325 +325 @@ failureMessage -> (string)
-> Failure message if the advanced prompt optimization job failed.
+> If the job failed, a message describing the reason for the failure.
@@ -336 +336 @@ modelConfigurations -> (list)
-> Model configurations for advanced prompt optimization.
+> The model configurations used in the optimization job.
@@ -347 +347 @@ modelConfigurations -> (list)
->> Configuration for a model used in advanced prompt optimization.
+>> Contains the configuration for a model used in an advanced prompt optimization job, including the model ID and inference parameters.
@@ -351 +351 @@ modelConfigurations -> (list)
->>> The model ID.
+>>> The ID of the model to use for optimization.
@@ -363 +363 @@ modelConfigurations -> (list)
->>> Inference configuration for the model.
+>>> The inference configuration for the model, including parameters such as maximum tokens, temperature, and top-p.
@@ -367 +367 @@ modelConfigurations -> (list)
->>>> The maximum number of tokens to generate.
+>>>> The maximum number of tokens to allow in the generated response. The default value is the maximum allowed value for the model that you are using.
@@ -377 +377 @@ modelConfigurations -> (list)
->>>> The temperature for sampling.
+>>>> The likelihood of the model selecting higher-probability options while generating a response. A lower value makes the model more likely to choose higher-probability options, while a higher value makes the model more likely to choose lower-probability options.
@@ -388 +388 @@ modelConfigurations -> (list)
->>>> The top-p value for nucleus sampling.
+>>>> The percentage of most-likely candidates that the model considers for the next token. For example, if you choose a value of 0.8 for `topP` , the model selects from the top 80% of the probability distribution of tokens that could be next in the sequence.
@@ -399 +399 @@ modelConfigurations -> (list)
->>>> Stop sequences that end generation.
+>>>> A list of stop sequences. A stop sequence is a sequence of characters that causes the model to stop generating the response.
@@ -418 +418 @@ modelConfigurations -> (list)
->>> Additional model request fields.
+>>> Additional model request fields. Use this to pass model-specific parameters that are not included in the standard inference configuration.
@@ -441 +441 @@ modelConfigurations -> (list)
-  * [AWS CLI 2.34.55 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.57 Command Reference](../../index.html) »