Skip to content

Commit 81c9cc2

Browse files
Merge branch 'release-1.38.18'
* release-1.38.18: Bumping version to 1.38.18 Update endpoints model Update to latest models Revert "lower CBOR in priority order" (#3472) lower CBOR in priority order (#3471)
2 parents 3eac01c + 8fb591f commit 81c9cc2

File tree

14 files changed

+1002
-195
lines changed

14 files changed

+1002
-195
lines changed

.changes/1.38.18.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``bedrock-data-automation``",
4+
"description": "Add support for VIDEO modality to BlueprintType enum.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bedrock-data-automation-runtime``",
9+
"description": "Add AssetProcessingConfiguration for video segment to InputConfiguration",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``codepipeline``",
14+
"description": "CodePipeline now supports new API ListDeployActionExecutionTargets that lists the deployment target details for deploy action executions.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ecs``",
19+
"description": "This is an Amazon ECs documentation only release to support the change of the container exit \"reason\" field from 255 characters to 1024 characters.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``emr``",
24+
"description": "Added APIs for managing Application UIs: Access Persistent (serverless) UIs via CreatePersistentAppUI DescribePersistentAppUI & GetPersistentAppUIPresignedURL, and Cluster-based UIs through GetOnClusterAppUIPresignedURL. Supports Yarn, Spark History, and TEZ interfaces.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``glue``",
29+
"description": "Changes include (1) Excel as S3 Source type and XML and Tableau's Hyper as S3 Sink types, (2) targeted number of partitions parameter in S3 sinks and (3) new compression types in CSV/JSON and Parquet S3 sinks.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``neptune``",
34+
"description": "This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``service-quotas``",
39+
"description": "This release introduces CreateSupportCase operation to SDK.",
40+
"type": "api-change"
41+
}
42+
]

CHANGELOG.rst

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

5+
1.38.18
6+
=======
7+
8+
* api-change:``bedrock-data-automation``: Add support for VIDEO modality to BlueprintType enum.
9+
* api-change:``bedrock-data-automation-runtime``: Add AssetProcessingConfiguration for video segment to InputConfiguration
10+
* api-change:``codepipeline``: CodePipeline now supports new API ListDeployActionExecutionTargets that lists the deployment target details for deploy action executions.
11+
* api-change:``ecs``: This is an Amazon ECs documentation only release to support the change of the container exit "reason" field from 255 characters to 1024 characters.
12+
* api-change:``emr``: Added APIs for managing Application UIs: Access Persistent (serverless) UIs via CreatePersistentAppUI DescribePersistentAppUI & GetPersistentAppUIPresignedURL, and Cluster-based UIs through GetOnClusterAppUIPresignedURL. Supports Yarn, Spark History, and TEZ interfaces.
13+
* api-change:``glue``: Changes include (1) Excel as S3 Source type and XML and Tableau's Hyper as S3 Sink types, (2) targeted number of partitions parameter in S3 sinks and (3) new compression types in CSV/JSON and Parquet S3 sinks.
14+
* api-change:``neptune``: This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster.
15+
* api-change:``service-quotas``: This release introduces CreateSupportCase operation to SDK.
16+
17+
518
1.38.17
619
=======
720

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

19-
__version__ = '1.38.17'
19+
__version__ = '1.38.18'
2020

2121

2222
class NullHandler(logging.Handler):

botocore/data/bedrock-data-automation-runtime/2024-06-13/service-2.json

Lines changed: 74 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"input":{"shape":"GetDataAutomationStatusRequest"},
2525
"output":{"shape":"GetDataAutomationStatusResponse"},
2626
"errors":[
27-
{"shape":"AccessDeniedException"},
2827
{"shape":"ValidationException"},
28+
{"shape":"AccessDeniedException"},
2929
{"shape":"InternalServerException"},
3030
{"shape":"ThrottlingException"},
3131
{"shape":"ResourceNotFoundException"}
@@ -42,8 +42,8 @@
4242
"output":{"shape":"InvokeDataAutomationAsyncResponse"},
4343
"errors":[
4444
{"shape":"ServiceQuotaExceededException"},
45-
{"shape":"AccessDeniedException"},
4645
{"shape":"ValidationException"},
46+
{"shape":"AccessDeniedException"},
4747
{"shape":"InternalServerException"},
4848
{"shape":"ThrottlingException"}
4949
],
@@ -59,11 +59,11 @@
5959
"input":{"shape":"ListTagsForResourceRequest"},
6060
"output":{"shape":"ListTagsForResourceResponse"},
6161
"errors":[
62-
{"shape":"AccessDeniedException"},
6362
{"shape":"ValidationException"},
63+
{"shape":"AccessDeniedException"},
6464
{"shape":"InternalServerException"},
65-
{"shape":"ThrottlingException"},
66-
{"shape":"ResourceNotFoundException"}
65+
{"shape":"ResourceNotFoundException"},
66+
{"shape":"ThrottlingException"}
6767
],
6868
"documentation":"<p>List tags for an Amazon Bedrock Data Automation resource</p>"
6969
},
@@ -77,11 +77,11 @@
7777
"output":{"shape":"TagResourceResponse"},
7878
"errors":[
7979
{"shape":"ServiceQuotaExceededException"},
80-
{"shape":"AccessDeniedException"},
8180
{"shape":"ValidationException"},
81+
{"shape":"AccessDeniedException"},
8282
{"shape":"InternalServerException"},
83-
{"shape":"ThrottlingException"},
84-
{"shape":"ResourceNotFoundException"}
83+
{"shape":"ResourceNotFoundException"},
84+
{"shape":"ThrottlingException"}
8585
],
8686
"documentation":"<p>Tag an Amazon Bedrock Data Automation resource</p>"
8787
},
@@ -94,11 +94,11 @@
9494
"input":{"shape":"UntagResourceRequest"},
9595
"output":{"shape":"UntagResourceResponse"},
9696
"errors":[
97-
{"shape":"AccessDeniedException"},
9897
{"shape":"ValidationException"},
98+
{"shape":"AccessDeniedException"},
9999
{"shape":"InternalServerException"},
100-
{"shape":"ThrottlingException"},
101-
{"shape":"ResourceNotFoundException"}
100+
{"shape":"ResourceNotFoundException"},
101+
{"shape":"ThrottlingException"}
102102
],
103103
"documentation":"<p>Untag an Amazon Bedrock Data Automation resource</p>"
104104
}
@@ -112,6 +112,16 @@
112112
"documentation":"<p>This exception will be thrown when customer does not have access to API.</p>",
113113
"exception":true
114114
},
115+
"AssetProcessingConfiguration":{
116+
"type":"structure",
117+
"members":{
118+
"video":{
119+
"shape":"VideoAssetProcessingConfiguration",
120+
"documentation":"<p>Video asset processing configuration</p>"
121+
}
122+
},
123+
"documentation":"<p>Config containing asset processing related knobs for all modalities</p>"
124+
},
115125
"AutomationJobStatus":{
116126
"type":"string",
117127
"documentation":"<p>List of status supported by automation jobs</p>",
@@ -309,6 +319,10 @@
309319
"s3Uri":{
310320
"shape":"S3Uri",
311321
"documentation":"<p>S3 uri.</p>"
322+
},
323+
"assetProcessingConfiguration":{
324+
"shape":"AssetProcessingConfiguration",
325+
"documentation":"<p>Asset processing configuration</p>"
312326
}
313327
},
314328
"documentation":"<p>Input configuration.</p>"
@@ -528,6 +542,34 @@
528542
"documentation":"<p>This exception will be thrown when customer reached API TPS limit.</p>",
529543
"exception":true
530544
},
545+
"TimestampSegment":{
546+
"type":"structure",
547+
"required":[
548+
"startTimeMillis",
549+
"endTimeMillis"
550+
],
551+
"members":{
552+
"startTimeMillis":{
553+
"shape":"TimestampSegmentStartTimeMillisLong",
554+
"documentation":"<p>Start timestamp in milliseconds</p>"
555+
},
556+
"endTimeMillis":{
557+
"shape":"TimestampSegmentEndTimeMillisLong",
558+
"documentation":"<p>End timestamp in milliseconds</p>"
559+
}
560+
},
561+
"documentation":"<p>Timestamp segment</p>"
562+
},
563+
"TimestampSegmentEndTimeMillisLong":{
564+
"type":"long",
565+
"box":true,
566+
"min":300000
567+
},
568+
"TimestampSegmentStartTimeMillisLong":{
569+
"type":"long",
570+
"box":true,
571+
"min":0
572+
},
531573
"UntagResourceRequest":{
532574
"type":"structure",
533575
"required":[
@@ -551,6 +593,27 @@
551593
},
552594
"documentation":"<p>This exception will be thrown when customer provided invalid parameters.</p>",
553595
"exception":true
596+
},
597+
"VideoAssetProcessingConfiguration":{
598+
"type":"structure",
599+
"members":{
600+
"segmentConfiguration":{
601+
"shape":"VideoSegmentConfiguration",
602+
"documentation":"<p>Delimits the segment of the input that will be processed</p>"
603+
}
604+
},
605+
"documentation":"<p>Video asset processing configuration</p>"
606+
},
607+
"VideoSegmentConfiguration":{
608+
"type":"structure",
609+
"members":{
610+
"timestampSegment":{
611+
"shape":"TimestampSegment",
612+
"documentation":"<p>Timestamp segment</p>"
613+
}
614+
},
615+
"documentation":"<p>Delimits the segment of the input that will be processed</p>",
616+
"union":true
554617
}
555618
},
556619
"documentation":"<p>Amazon Bedrock Data Automation Runtime</p>"

botocore/data/bedrock-data-automation/2023-07-26/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,8 @@
12751275
"enum":[
12761276
"DOCUMENT",
12771277
"IMAGE",
1278-
"AUDIO"
1278+
"AUDIO",
1279+
"VIDEO"
12791280
]
12801281
},
12811282
"UntagResourceRequest":{

botocore/data/codepipeline/2015-07-09/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
"output_token": "nextToken",
4141
"limit_key": "maxResults",
4242
"result_key": "ruleExecutionDetails"
43+
},
44+
"ListDeployActionExecutionTargets": {
45+
"input_token": "nextToken",
46+
"output_token": "nextToken",
47+
"limit_key": "maxResults",
48+
"result_key": "targets"
4349
}
4450
}
4551
}

0 commit comments

Comments
 (0)