You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doc only update for the AWS Marketplace Deployment Service that fixes several customer-reported issues.
You can now reference images and documents stored in Amazon S3 when using InvokeModel and Converse APIs with Amazon Nova Lite and Nova Pro. This enables direct integration of S3-stored multimedia assets in your model requests without manual downloading or base64 encoding.
Documentation only release for Amazon ECS.
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-marketplace-deployment/include/aws/marketplace-deployment/MarketplaceDeploymentClient.h
+2-3
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,8 @@ namespace MarketplaceDeployment
20
20
* which is a deployment option for software as a service (SaaS) products. Quick
21
21
* Launch simplifies and reduces the time, resources, and steps required to
22
22
* configure, deploy, and launch a products. The AWS Marketplace Deployment Service
23
-
* provides sellers with a secure method for passing deployment parameters (for
24
-
* example, API keys and external IDs) to buyers during the Quick Launch
25
-
* experience.</p>
23
+
* provides sellers with a secure method for passing deployment parameters, such as
24
+
* API keys and external IDs, to buyers during the Quick Launch experience.</p>
26
25
*/
27
26
classAWS_MARKETPLACEDEPLOYMENT_API MarketplaceDeploymentClient : public Aws::Client::AWSJsonClient, public Aws::Client::ClientWithAsyncTemplateMethods<MarketplaceDeploymentClient>
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-marketplace-deployment/include/aws/marketplace-deployment/model/DeploymentParameterInput.h
+4-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,10 @@ namespace Model
25
25
26
26
/**
27
27
* <p>The shape containing the requested deployment parameter name and
28
-
* secretString.</p><p><h3>See Also:</h3> <a
28
+
* secretString.</p> <p>To support AWS CloudFormation dynamic references to
29
+
* this resource using Quick Launch, this value must match a parameter defined in
30
+
* the CloudFormation templated provided to buyers.</p> <p><h3>See
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-marketplace-deployment/include/aws/marketplace-deployment/model/PutDeploymentParameterRequest.h
+4-2
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ namespace Model
50
50
51
51
///@{
52
52
/**
53
-
* <p>The catalog related to the request. Fixed value: <code>AWS Marketplace</code>
53
+
* <p>The catalog related to the request. Fixed value: <code>AWSMarketplace</code>
Copy file name to clipboardExpand all lines: tools/code-generation/api-descriptions/bedrock-runtime-2023-09-30.normal.json
+10-2
Original file line number
Diff line number
Diff line change
@@ -987,6 +987,10 @@
987
987
"bytes":{
988
988
"shape":"DocumentSourceBytesBlob",
989
989
"documentation":"<p>The raw bytes for the document. If you use an Amazon Web Services SDK, you don't need to encode the bytes in base64.</p>"
990
+
},
991
+
"s3Location":{
992
+
"shape":"S3Location",
993
+
"documentation":"<p>The location of a document object in an Amazon S3 bucket. To see which models support S3 uploads, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference-supported-models-features.html\">Supported models and features for Converse</a>.</p>"
990
994
}
991
995
},
992
996
"documentation":"<p>Contains the content of a document.</p>",
@@ -1987,6 +1991,10 @@
1987
1991
"bytes":{
1988
1992
"shape":"ImageSourceBytesBlob",
1989
1993
"documentation":"<p>The raw image bytes for the image. If you use an AWS SDK, you don't need to encode the image bytes in base64.</p>"
1994
+
},
1995
+
"s3Location":{
1996
+
"shape":"S3Location",
1997
+
"documentation":"<p>The location of an image object in an Amazon S3 bucket. To see which models support S3 uploads, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference-supported-models-features.html\">Supported models and features for Converse</a>.</p>"
1990
1998
}
1991
1999
},
1992
2000
"documentation":"<p>The source for an image.</p>",
@@ -2726,7 +2734,7 @@
2726
2734
"documentation":"<p>If the bucket belongs to another AWS account, specify that account's ID.</p>"
2727
2735
}
2728
2736
},
2729
-
"documentation":"<p>A storage location in an S3 bucket.</p>"
2737
+
"documentation":"<p>A storage location in an Amazon S3 bucket.</p>"
2730
2738
},
2731
2739
"S3Uri":{
2732
2740
"type":"string",
@@ -3248,7 +3256,7 @@
3248
3256
},
3249
3257
"s3Location":{
3250
3258
"shape":"S3Location",
3251
-
"documentation":"<p>The location of a video object in an S3 bucket.</p>"
3259
+
"documentation":"<p>The location of a video object in an Amazon S3 bucket. To see which models support S3 uploads, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference-supported-models-features.html\">Supported models and features for Converse</a>.</p>"
3252
3260
}
3253
3261
},
3254
3262
"documentation":"<p>A video source. You can upload a smaller video as a base64-encoded string as long as the encoded file is less than 25MB. You can also transfer videos up to 1GB in size from an S3 bucket.</p>",
0 commit comments