Skip to content

Commit 079ccb3

Browse files
Update models for release
1 parent d4b2199 commit 079ccb3

File tree

40 files changed

+1287
-721
lines changed

40 files changed

+1287
-721
lines changed

.changes/3.343.13

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"type": "enhancement",
4+
"category": "ECS",
5+
"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."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "BedrockDataAutomationRuntime",
10+
"description": "Add AssetProcessingConfiguration for video segment to InputConfiguration"
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "ServiceQuotas",
15+
"description": "This release introduces CreateSupportCase operation to SDK."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "Glue",
20+
"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."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "Neptune",
25+
"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."
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "EMR",
30+
"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."
31+
},
32+
{
33+
"type": "api-change",
34+
"category": "CodePipeline",
35+
"description": "CodePipeline now supports new API ListDeployActionExecutionTargets that lists the deployment target details for deploy action executions."
36+
},
37+
{
38+
"type": "api-change",
39+
"category": "BedrockDataAutomation",
40+
"description": "Add support for VIDEO modality to BlueprintType enum."
41+
}
42+
]

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\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.
6+
* `Aws\BedrockDataAutomationRuntime` - Add AssetProcessingConfiguration for video segment to InputConfiguration
7+
* `Aws\ServiceQuotas` - This release introduces CreateSupportCase operation to SDK.
8+
* `Aws\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.
9+
* `Aws\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.
10+
* `Aws\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.
11+
* `Aws\CodePipeline` - CodePipeline now supports new API ListDeployActionExecutionTargets that lists the deployment target details for deploy action executions.
12+
* `Aws\BedrockDataAutomation` - Add support for VIDEO modality to BlueprintType enum.
13+
314
## 3.343.12 - 2025-05-15
415

516
* `Aws\ControlTower` - Updated the descriptions for the AWS Control Tower Baseline APIs to make them more intuitive.

src/CodePipeline/CodePipelineClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
* @method \GuzzleHttp\Promise\Promise listActionExecutionsAsync(array $args = [])
4343
* @method \Aws\Result listActionTypes(array $args = [])
4444
* @method \GuzzleHttp\Promise\Promise listActionTypesAsync(array $args = [])
45+
* @method \Aws\Result listDeployActionExecutionTargets(array $args = [])
46+
* @method \GuzzleHttp\Promise\Promise listDeployActionExecutionTargetsAsync(array $args = [])
4547
* @method \Aws\Result listPipelineExecutions(array $args = [])
4648
* @method \GuzzleHttp\Promise\Promise listPipelineExecutionsAsync(array $args = [])
4749
* @method \Aws\Result listPipelines(array $args = [])

src/Emr/EmrClient.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = [])
1717
* @method \Aws\Result cancelSteps(array $args = [])
1818
* @method \GuzzleHttp\Promise\Promise cancelStepsAsync(array $args = [])
19+
* @method \Aws\Result createPersistentAppUI(array $args = [])
20+
* @method \GuzzleHttp\Promise\Promise createPersistentAppUIAsync(array $args = [])
1921
* @method \Aws\Result createSecurityConfiguration(array $args = [])
2022
* @method \GuzzleHttp\Promise\Promise createSecurityConfigurationAsync(array $args = [])
2123
* @method \Aws\Result createStudio(array $args = [])
@@ -34,6 +36,8 @@
3436
* @method \GuzzleHttp\Promise\Promise describeJobFlowsAsync(array $args = [])
3537
* @method \Aws\Result describeNotebookExecution(array $args = [])
3638
* @method \GuzzleHttp\Promise\Promise describeNotebookExecutionAsync(array $args = [])
39+
* @method \Aws\Result describePersistentAppUI(array $args = [])
40+
* @method \GuzzleHttp\Promise\Promise describePersistentAppUIAsync(array $args = [])
3741
* @method \Aws\Result describeReleaseLabel(array $args = [])
3842
* @method \GuzzleHttp\Promise\Promise describeReleaseLabelAsync(array $args = [])
3943
* @method \Aws\Result describeSecurityConfiguration(array $args = [])
@@ -50,6 +54,10 @@
5054
* @method \GuzzleHttp\Promise\Promise getClusterSessionCredentialsAsync(array $args = [])
5155
* @method \Aws\Result getManagedScalingPolicy(array $args = [])
5256
* @method \GuzzleHttp\Promise\Promise getManagedScalingPolicyAsync(array $args = [])
57+
* @method \Aws\Result getOnClusterAppUIPresignedURL(array $args = [])
58+
* @method \GuzzleHttp\Promise\Promise getOnClusterAppUIPresignedURLAsync(array $args = [])
59+
* @method \Aws\Result getPersistentAppUIPresignedURL(array $args = [])
60+
* @method \GuzzleHttp\Promise\Promise getPersistentAppUIPresignedURLAsync(array $args = [])
5361
* @method \Aws\Result getStudioSessionMapping(array $args = [])
5462
* @method \GuzzleHttp\Promise\Promise getStudioSessionMappingAsync(array $args = [])
5563
* @method \Aws\Result listBootstrapActions(array $args = [])

src/Neptune/NeptuneClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@
144144
* @method \GuzzleHttp\Promise\Promise startDBClusterAsync(array $args = [])
145145
* @method \Aws\Result stopDBCluster(array $args = [])
146146
* @method \GuzzleHttp\Promise\Promise stopDBClusterAsync(array $args = [])
147+
* @method \Aws\Result switchoverGlobalCluster(array $args = [])
148+
* @method \GuzzleHttp\Promise\Promise switchoverGlobalClusterAsync(array $args = [])
147149
*/
148150
class NeptuneClient extends AwsClient {
149151
public function __construct(array $args)

src/ServiceQuotas/ServiceQuotasClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* This client is used to interact with the **Service Quotas** service.
88
* @method \Aws\Result associateServiceQuotaTemplate(array $args = [])
99
* @method \GuzzleHttp\Promise\Promise associateServiceQuotaTemplateAsync(array $args = [])
10+
* @method \Aws\Result createSupportCase(array $args = [])
11+
* @method \GuzzleHttp\Promise\Promise createSupportCaseAsync(array $args = [])
1012
* @method \Aws\Result deleteServiceQuotaIncreaseRequestFromTemplate(array $args = [])
1113
* @method \GuzzleHttp\Promise\Promise deleteServiceQuotaIncreaseRequestFromTemplateAsync(array $args = [])
1214
* @method \Aws\Result disassociateServiceQuotaTemplate(array $args = [])

src/data/bedrock-data-automation-runtime/2024-06-13/api-2.json

Lines changed: 53 additions & 12 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"}
@@ -41,8 +41,8 @@
4141
"output":{"shape":"InvokeDataAutomationAsyncResponse"},
4242
"errors":[
4343
{"shape":"ServiceQuotaExceededException"},
44-
{"shape":"AccessDeniedException"},
4544
{"shape":"ValidationException"},
45+
{"shape":"AccessDeniedException"},
4646
{"shape":"InternalServerException"},
4747
{"shape":"ThrottlingException"}
4848
],
@@ -57,11 +57,11 @@
5757
"input":{"shape":"ListTagsForResourceRequest"},
5858
"output":{"shape":"ListTagsForResourceResponse"},
5959
"errors":[
60-
{"shape":"AccessDeniedException"},
6160
{"shape":"ValidationException"},
61+
{"shape":"AccessDeniedException"},
6262
{"shape":"InternalServerException"},
63-
{"shape":"ThrottlingException"},
64-
{"shape":"ResourceNotFoundException"}
63+
{"shape":"ResourceNotFoundException"},
64+
{"shape":"ThrottlingException"}
6565
]
6666
},
6767
"TagResource":{
@@ -74,11 +74,11 @@
7474
"output":{"shape":"TagResourceResponse"},
7575
"errors":[
7676
{"shape":"ServiceQuotaExceededException"},
77-
{"shape":"AccessDeniedException"},
7877
{"shape":"ValidationException"},
78+
{"shape":"AccessDeniedException"},
7979
{"shape":"InternalServerException"},
80-
{"shape":"ThrottlingException"},
81-
{"shape":"ResourceNotFoundException"}
80+
{"shape":"ResourceNotFoundException"},
81+
{"shape":"ThrottlingException"}
8282
]
8383
},
8484
"UntagResource":{
@@ -90,11 +90,11 @@
9090
"input":{"shape":"UntagResourceRequest"},
9191
"output":{"shape":"UntagResourceResponse"},
9292
"errors":[
93-
{"shape":"AccessDeniedException"},
9493
{"shape":"ValidationException"},
94+
{"shape":"AccessDeniedException"},
9595
{"shape":"InternalServerException"},
96-
{"shape":"ThrottlingException"},
97-
{"shape":"ResourceNotFoundException"}
96+
{"shape":"ResourceNotFoundException"},
97+
{"shape":"ThrottlingException"}
9898
]
9999
}
100100
},
@@ -106,6 +106,12 @@
106106
},
107107
"exception":true
108108
},
109+
"AssetProcessingConfiguration":{
110+
"type":"structure",
111+
"members":{
112+
"video":{"shape":"VideoAssetProcessingConfiguration"}
113+
}
114+
},
109115
"AutomationJobStatus":{
110116
"type":"string",
111117
"enum":[
@@ -241,7 +247,8 @@
241247
"type":"structure",
242248
"required":["s3Uri"],
243249
"members":{
244-
"s3Uri":{"shape":"S3Uri"}
250+
"s3Uri":{"shape":"S3Uri"},
251+
"assetProcessingConfiguration":{"shape":"AssetProcessingConfiguration"}
245252
}
246253
},
247254
"InternalServerException":{
@@ -409,6 +416,27 @@
409416
},
410417
"exception":true
411418
},
419+
"TimestampSegment":{
420+
"type":"structure",
421+
"required":[
422+
"startTimeMillis",
423+
"endTimeMillis"
424+
],
425+
"members":{
426+
"startTimeMillis":{"shape":"TimestampSegmentStartTimeMillisLong"},
427+
"endTimeMillis":{"shape":"TimestampSegmentEndTimeMillisLong"}
428+
}
429+
},
430+
"TimestampSegmentEndTimeMillisLong":{
431+
"type":"long",
432+
"box":true,
433+
"min":300000
434+
},
435+
"TimestampSegmentStartTimeMillisLong":{
436+
"type":"long",
437+
"box":true,
438+
"min":0
439+
},
412440
"UntagResourceRequest":{
413441
"type":"structure",
414442
"required":[
@@ -431,6 +459,19 @@
431459
"message":{"shape":"NonBlankString"}
432460
},
433461
"exception":true
462+
},
463+
"VideoAssetProcessingConfiguration":{
464+
"type":"structure",
465+
"members":{
466+
"segmentConfiguration":{"shape":"VideoSegmentConfiguration"}
467+
}
468+
},
469+
"VideoSegmentConfiguration":{
470+
"type":"structure",
471+
"members":{
472+
"timestampSegment":{"shape":"TimestampSegment"}
473+
},
474+
"union":true
434475
}
435476
}
436477
}

0 commit comments

Comments
 (0)