Skip to content

Commit eb4901d

Browse files
Merge branch 'release-1.43.79' into develop
* release-1.43.79: Bumping version to 1.43.79 Update to latest models
2 parents 2fd71ea + 435a1d2 commit eb4901d

14 files changed

Lines changed: 588 additions & 17 deletions

File tree

.changes/1.43.79.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"category": "``batch``",
4+
"description": "Doc Update, Add note that UpdatePolicy applies only to EC2 managed compute environments",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bedrock``",
9+
"description": "Adds support for specifying an inference profile ID or ARN, or an application inference profile ARN as the target model in CreateAdvancedPromptOptimizationJob.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``connect``",
14+
"description": "This release adds the ExtractedInformation segment to the ListRealtimeContactAnalysisSegmentsV2 API, enabling customers to retrieve information extracted from real-time contact analysis.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``connect-contact-lens``",
19+
"description": "This release adds the ExtractedInformation segment to the ListRealtimeContactAnalysisSegments API, enabling customers to retrieve information extracted from real-time contact analysis.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``dsql``",
24+
"description": "Corrected the validation pattern on the ServiceName response field in the GetVpcEndpointServiceName API to match the values Amazon Aurora DSQL actually returns.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``elementalinference``",
29+
"description": "Added support for the GetFixture API, enabling customers to retrieve the details of a fixture from its fixture ID, and added the access role ARN to the CreateFeed, GetFeed, and UpdateFeed responses.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``kafka``",
34+
"description": "Amazon MSK Replicator now supports OAuth authentication when connecting to external Apache Kafka clusters, enabling customers to replicate data from clusters that require OAuth for client authentication. This new capability is supported in all AWS Regions where MSK Express brokers are available.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``launch-wizard``",
39+
"description": "Added accountConstraints and patternType to GetWorkload, ListWorkloads, GetWorkloadDeploymentPattern and ListWorkloadDeploymentPatterns for Launch Wizard",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``securityagent``",
44+
"description": "Adding private and self-signed certificate configuration support for penetration tests",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``timestream-influxdb``",
49+
"description": "Service-managed parameter groups now only apply optimized defaults to DB Clusters automatically. New field effectiveDbParameterGroupIdentifier surfaces the parameter group actually applied.",
50+
"type": "api-change"
51+
}
52+
]

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
CHANGELOG
33
=========
44

5+
1.43.79
6+
=======
7+
8+
* api-change:``batch``: Doc Update, Add note that UpdatePolicy applies only to EC2 managed compute environments
9+
* api-change:``bedrock``: Adds support for specifying an inference profile ID or ARN, or an application inference profile ARN as the target model in CreateAdvancedPromptOptimizationJob.
10+
* api-change:``connect``: This release adds the ExtractedInformation segment to the ListRealtimeContactAnalysisSegmentsV2 API, enabling customers to retrieve information extracted from real-time contact analysis.
11+
* api-change:``connect-contact-lens``: This release adds the ExtractedInformation segment to the ListRealtimeContactAnalysisSegments API, enabling customers to retrieve information extracted from real-time contact analysis.
12+
* api-change:``dsql``: Corrected the validation pattern on the ServiceName response field in the GetVpcEndpointServiceName API to match the values Amazon Aurora DSQL actually returns.
13+
* api-change:``elementalinference``: Added support for the GetFixture API, enabling customers to retrieve the details of a fixture from its fixture ID, and added the access role ARN to the CreateFeed, GetFeed, and UpdateFeed responses.
14+
* api-change:``kafka``: Amazon MSK Replicator now supports OAuth authentication when connecting to external Apache Kafka clusters, enabling customers to replicate data from clusters that require OAuth for client authentication. This new capability is supported in all AWS Regions where MSK Express brokers are available.
15+
* api-change:``launch-wizard``: Added accountConstraints and patternType to GetWorkload, ListWorkloads, GetWorkloadDeploymentPattern and ListWorkloadDeploymentPatterns for Launch Wizard
16+
* api-change:``securityagent``: Adding private and self-signed certificate configuration support for penetration tests
17+
* api-change:``timestream-influxdb``: Service-managed parameter groups now only apply optimized defaults to DB Clusters automatically. New field effectiveDbParameterGroupIdentifier surfaces the parameter group actually applied.
18+
19+
520
1.43.78
621
=======
722

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import re
1818
from logging import NullHandler
1919

20-
__version__ = '1.43.78'
20+
__version__ = '1.43.79'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/batch/2016-08-10/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6568,7 +6568,7 @@
65686568
"documentation":"<p>Specifies the job timeout (in minutes) when the compute environment infrastructure is updated. The default value is 30. The maximum value is 7200.</p> <note> <p>Increasing <code>jobExecutionTimeoutMinutes</code> during infrastructure updates delays the replacement of instances with new instances that include updates such as security patches, but provides more time for jobs to execute. Consider the security implications of this tradeoff when setting timeout values.</p> </note>"
65696569
}
65706570
},
6571-
"documentation":"<p>Specifies the infrastructure update policy for the Amazon EC2 compute environment. For more information about infrastructure updates, see <a href=\"https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html\">Updating compute environments</a> in the <i>Batch User Guide</i>.</p>"
6571+
"documentation":"<p>Specifies the infrastructure update policy for the Amazon EC2 compute environment. For more information about infrastructure updates, see <a href=\"https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html\">Updating compute environments</a> in the <i>Batch User Guide</i>.</p> <important> <p>The <code>updatePolicy</code> property applies only to Amazon EC2 managed compute environments. Batch doesn't support <code>updatePolicy</code> for Fargate compute environments. If you specify it for a Fargate compute environment, Batch ignores it.</p> </important>"
65726572
},
65736573
"UpdateQuotaShareRequest":{
65746574
"type":"structure",

botocore/data/bedrock/2023-04-20/service-2.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2331,6 +2331,12 @@
23312331
},
23322332
"documentation":"<p>Contains a summary of an advanced prompt optimization job.</p>"
23332333
},
2334+
"AdvancedPromptOptimizationModelIdentifier":{
2335+
"type":"string",
2336+
"max":2048,
2337+
"min":0,
2338+
"pattern":"(([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([a-z0-9-]{1,63}[.]){0,2}[a-z0-9-]{1,63}([:][a-z0-9-]{1,63}){0,2}(/[a-z0-9]{12}|))|(arn:aws(|-us-gov|-cn|-iso|-iso-b|-iso-f):bedrock:[a-z0-9-]{1,20}:[0-9]{12}:application-inference-profile/[a-zA-Z0-9-:.]+)|(arn:aws(|-us-gov|-cn|-iso|-iso-b|-iso-f):bedrock:[a-z0-9-]{1,20}:([0-9]{12})?:inference-profile/[a-zA-Z0-9-:.]+)|(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}::foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63})))"
2339+
},
23342340
"AdvancedPromptOptimizationOutputConfig":{
23352341
"type":"structure",
23362342
"required":["s3Uri"],
@@ -12169,8 +12175,8 @@
1216912175
"required":["modelId"],
1217012176
"members":{
1217112177
"modelId":{
12172-
"shape":"BedrockModelId",
12173-
"documentation":"<p>The ID of the model to use for optimization.</p>"
12178+
"shape":"AdvancedPromptOptimizationModelIdentifier",
12179+
"documentation":"<p>The model to use for optimization. The value depends on the resource that you use:</p> <ul> <li> <p>If you use a base model, specify the model ID or its ARN. For a list of model IDs, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html\">Models at a glance</a> in the Amazon Bedrock User Guide.</p> </li> <li> <p>If you use a cross-Region (system-defined) inference profile, specify the inference profile ID or its ARN. For a list of inference profile IDs, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference-support.html\">Supported Regions and models for inference profiles</a> in the Amazon Bedrock User Guide.</p> </li> <li> <p>If you use an application inference profile, specify its full ARN, including the account ID and Region.</p> </li> </ul>"
1217412180
},
1217512181
"inferenceConfig":{
1217612182
"shape":"InferenceConfiguration",
@@ -13560,7 +13566,7 @@
1356013566
},
1356113567
"listContains":{
1356213568
"shape":"FilterAttribute",
13563-
"documentation":"<p>Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is a list that contains the value as one of its members.</p> <p>The following example would return data sources with an animals attribute that is a list containing a cat member (for example, <code>[\"dog\", \"cat\"]</code>): <code>\"listContains\": { \"key\": \"animals\", \"value\": \"cat\" }</code> </p>"
13569+
"documentation":"<p>Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is a list that contains the value as one of its members.</p> <p>The following example would return data sources with an animals attribute that is a list containing a cat member (for example, <code>[\"dog\", \"cat\"] </code>): <code>\"listContains\": { \"key\": \"animals\", \"value\": \"cat\" }</code> </p>"
1356413570
},
1356513571
"stringContains":{
1356613572
"shape":"FilterAttribute",

botocore/data/connect-contact-lens/2020-08-21/service-2.json

Lines changed: 92 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{"shape":"InternalServiceException"},
3131
{"shape":"ThrottlingException"}
3232
],
33-
"documentation":"<p>Provides a list of analysis segments for a real-time analysis session.</p>"
33+
"documentation":"<p>Provides a list of analysis segments for a real-time analysis session for voice.</p> <note> <p>Voice data is retained for 24 hours. You must invoke this API during that time.</p> </note>"
3434
}
3535
},
3636
"shapes":{
@@ -107,6 +107,90 @@
107107
"min":1,
108108
"pattern":".*\\S.*"
109109
},
110+
"ExtractedInformation":{
111+
"type":"structure",
112+
"required":[
113+
"ExtractionDefinitionId",
114+
"ExtractionDefinitionName"
115+
],
116+
"members":{
117+
"ExtractionDefinitionId":{
118+
"shape":"ExtractionDefinitionId",
119+
"documentation":"<p>The identifier of the extraction definition that produced this result.</p>"
120+
},
121+
"ExtractionDefinitionName":{
122+
"shape":"ExtractionDefinitionName",
123+
"documentation":"<p>The name of the extraction definition that produced this result.</p>"
124+
},
125+
"ExtractionDefinitionDisplayLabel":{
126+
"shape":"ExtractionDefinitionDisplayLabel",
127+
"documentation":"<p>The display label of the extraction definition that produced this result.</p>"
128+
},
129+
"ExtractedValues":{
130+
"shape":"ExtractedInformationValues",
131+
"documentation":"<p>The list of values extracted from the conversation for this extraction definition. This field is empty when a <code>FailureCode</code> is present.</p>"
132+
},
133+
"FailureCode":{
134+
"shape":"ExtractedInformationFailureCode",
135+
"documentation":"<p>If the information failed to be extracted, one of the following failure codes occurs:</p> <ul> <li> <p> <code>QUOTA_EXCEEDED</code>: The number of concurrent analytics jobs reached your service quota.</p> </li> <li> <p> <code>INSUFFICIENT_CONVERSATION_CONTENT</code>: Information extraction requires a conversation with at least one turn from each participant.</p> </li> <li> <p> <code>FAILED_SAFETY_GUIDELINES</code>: The extracted information cannot be provided because it failed to meet system safety guidelines.</p> </li> <li> <p> <code>INTERNAL_ERROR</code>: Internal system error.</p> </li> <li> <p> <code>MAX_PACKAGE_FEATURE_ONLY</code>: Information extraction is only available in Amazon Connect Customer instances.</p> </li> </ul>"
136+
}
137+
},
138+
"documentation":"<p>Segment containing information extracted from the conversation. Each segment represents the results for a single extraction definition.</p>"
139+
},
140+
"ExtractedInformationContent":{
141+
"type":"string",
142+
"max":1024,
143+
"min":1
144+
},
145+
"ExtractedInformationFailureCode":{
146+
"type":"string",
147+
"enum":[
148+
"QUOTA_EXCEEDED",
149+
"INSUFFICIENT_CONVERSATION_CONTENT",
150+
"FAILED_SAFETY_GUIDELINES",
151+
"INTERNAL_ERROR",
152+
"MAX_PACKAGE_FEATURE_ONLY"
153+
]
154+
},
155+
"ExtractedInformationValue":{
156+
"type":"structure",
157+
"required":[
158+
"Content",
159+
"PointsOfInterest"
160+
],
161+
"members":{
162+
"Content":{
163+
"shape":"ExtractedInformationContent",
164+
"documentation":"<p>The text content of the extracted value.</p>"
165+
},
166+
"PointsOfInterest":{
167+
"shape":"PointsOfInterest",
168+
"documentation":"<p>The sections in the conversation that indicate where the extracted value was found.</p>"
169+
}
170+
},
171+
"documentation":"<p>An individual value extracted from the conversation, including its content and the locations where it was found.</p>"
172+
},
173+
"ExtractedInformationValues":{
174+
"type":"list",
175+
"member":{"shape":"ExtractedInformationValue"}
176+
},
177+
"ExtractionDefinitionDisplayLabel":{
178+
"type":"string",
179+
"max":25,
180+
"min":0
181+
},
182+
"ExtractionDefinitionId":{
183+
"type":"string",
184+
"max":256,
185+
"min":1,
186+
"pattern":".*\\S.*"
187+
},
188+
"ExtractionDefinitionName":{
189+
"type":"string",
190+
"max":200,
191+
"min":1,
192+
"pattern":".*\\S.*"
193+
},
110194
"InstanceId":{
111195
"type":"string",
112196
"max":256,
@@ -238,14 +322,14 @@
238322
"members":{
239323
"BeginOffsetMillis":{
240324
"shape":"OffsetMillis",
241-
"documentation":"<p>The beginning offset in milliseconds where the category rule was detected.</p>"
325+
"documentation":"<p>The beginning offset (in milliseconds) where the match was detected.</p>"
242326
},
243327
"EndOffsetMillis":{
244328
"shape":"OffsetMillis",
245-
"documentation":"<p>The ending offset in milliseconds where the category rule was detected.</p>"
329+
"documentation":"<p>The ending offset (in milliseconds) where the match was detected.</p>"
246330
}
247331
},
248-
"documentation":"<p>The section of the contact audio where that category rule was detected.</p>"
332+
"documentation":"<p>The section of the contact audio where a match was detected.</p>"
249333
},
250334
"PointsOfInterest":{
251335
"type":"list",
@@ -308,6 +392,10 @@
308392
"PostContactSummary":{
309393
"shape":"PostContactSummary",
310394
"documentation":"<p>Information about the post-contact summary.</p>"
395+
},
396+
"ExtractedInformation":{
397+
"shape":"ExtractedInformation",
398+
"documentation":"<p>The extracted information from the conversation.</p>"
311399
}
312400
},
313401
"documentation":"<p>An analyzed segment for a real-time analysis session.</p>"

botocore/data/connect/2017-08-08/service-2.json

Lines changed: 74 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30164,6 +30164,43 @@
3016430164
"max":128,
3016530165
"min":1
3016630166
},
30167+
"RealTimeContactAnalysisExtractedInformationContent":{
30168+
"type":"string",
30169+
"max":1024,
30170+
"min":1
30171+
},
30172+
"RealTimeContactAnalysisExtractedInformationFailureCode":{
30173+
"type":"string",
30174+
"enum":[
30175+
"QUOTA_EXCEEDED",
30176+
"INSUFFICIENT_CONVERSATION_CONTENT",
30177+
"FAILED_SAFETY_GUIDELINES",
30178+
"INTERNAL_ERROR",
30179+
"MAX_PACKAGE_FEATURE_ONLY"
30180+
]
30181+
},
30182+
"RealTimeContactAnalysisExtractedInformationValue":{
30183+
"type":"structure",
30184+
"required":[
30185+
"Content",
30186+
"PointsOfInterest"
30187+
],
30188+
"members":{
30189+
"Content":{
30190+
"shape":"RealTimeContactAnalysisExtractedInformationContent",
30191+
"documentation":"<p>The text content of the extracted value.</p>"
30192+
},
30193+
"PointsOfInterest":{
30194+
"shape":"RealTimeContactAnalysisTranscriptItemsWithCharacterOffsets",
30195+
"documentation":"<p>The sections in the conversation that indicate where the extracted value was found.</p>"
30196+
}
30197+
},
30198+
"documentation":"<p>An individual value extracted from the conversation, including its content and the locations where it was found.</p>"
30199+
},
30200+
"RealTimeContactAnalysisExtractedInformationValues":{
30201+
"type":"list",
30202+
"member":{"shape":"RealTimeContactAnalysisExtractedInformationValue"}
30203+
},
3016730204
"RealTimeContactAnalysisId256":{
3016830205
"type":"string",
3016930206
"max":256,
@@ -30323,6 +30360,36 @@
3032330360
},
3032430361
"documentation":"<p>Segment type describing a contact event.</p>"
3032530362
},
30363+
"RealTimeContactAnalysisSegmentExtractedInformation":{
30364+
"type":"structure",
30365+
"required":[
30366+
"ExtractionDefinitionId",
30367+
"ExtractionDefinitionName"
30368+
],
30369+
"members":{
30370+
"ExtractionDefinitionId":{
30371+
"shape":"ExtractionDefinitionId",
30372+
"documentation":"<p>The identifier of the extraction definition that produced this result.</p>"
30373+
},
30374+
"ExtractionDefinitionName":{
30375+
"shape":"ExtractionDefinitionName",
30376+
"documentation":"<p>The name of the extraction definition that produced this result.</p>"
30377+
},
30378+
"ExtractionDefinitionDisplayLabel":{
30379+
"shape":"ExtractionDefinitionDisplayLabel",
30380+
"documentation":"<p>The display label of the extraction definition that produced this result.</p>"
30381+
},
30382+
"ExtractedValues":{
30383+
"shape":"RealTimeContactAnalysisExtractedInformationValues",
30384+
"documentation":"<p>The list of values extracted from the conversation for this extraction definition. This field is empty when a <code>FailureCode</code> is present.</p>"
30385+
},
30386+
"FailureCode":{
30387+
"shape":"RealTimeContactAnalysisExtractedInformationFailureCode",
30388+
"documentation":"<p>If the information failed to be extracted, one of the following failure codes occurs:</p> <ul> <li> <p> <code>QUOTA_EXCEEDED</code>: The number of concurrent analytics jobs reached your service quota.</p> </li> <li> <p> <code>INSUFFICIENT_CONVERSATION_CONTENT</code>: Information extraction requires a conversation with at least one turn from each participant.</p> </li> <li> <p> <code>FAILED_SAFETY_GUIDELINES</code>: The extracted information cannot be provided because it failed to meet system safety guidelines.</p> </li> <li> <p> <code>INTERNAL_ERROR</code>: Internal system error.</p> </li> <li> <p> <code>MAX_PACKAGE_FEATURE_ONLY</code>: Information extraction is only available in Amazon Connect Customer instances.</p> </li> </ul>"
30389+
}
30390+
},
30391+
"documentation":"<p>Segment containing information extracted from the conversation. Each segment represents the results for a single extraction definition.</p>"
30392+
},
3032630393
"RealTimeContactAnalysisSegmentIssues":{
3032730394
"type":"structure",
3032830395
"required":["IssuesDetected"],
@@ -30410,13 +30477,14 @@
3041030477
"Issues",
3041130478
"Event",
3041230479
"Attachments",
30413-
"PostContactSummary"
30480+
"PostContactSummary",
30481+
"ExtractedInformation"
3041430482
]
3041530483
},
3041630484
"RealTimeContactAnalysisSegmentTypes":{
3041730485
"type":"list",
3041830486
"member":{"shape":"RealTimeContactAnalysisSegmentType"},
30419-
"max":6
30487+
"max":7
3042030488
},
3042130489
"RealTimeContactAnalysisSentimentLabel":{
3042230490
"type":"string",
@@ -30526,6 +30594,10 @@
3052630594
"PostContactSummary":{
3052730595
"shape":"RealTimeContactAnalysisSegmentPostContactSummary",
3052830596
"documentation":"<p>Information about the post-contact summary.</p>"
30597+
},
30598+
"ExtractedInformation":{
30599+
"shape":"RealTimeContactAnalysisSegmentExtractedInformation",
30600+
"documentation":"<p>The extracted information from the conversation.</p>"
3052930601
}
3053030602
},
3053130603
"documentation":"<p>An analyzed segment for a real-time analysis session.</p>",

0 commit comments

Comments
 (0)