Skip to content

Commit 44a07d8

Browse files
Update models for release
1 parent 18525c8 commit 44a07d8

22 files changed

Lines changed: 260 additions & 32 deletions

File tree

.changes/3.374.1

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "SageMaker",
5+
"description": "Release support for ml.r5d.16xlarge instance types for SageMaker HyperPod"
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "BCMDataExports",
10+
"description": "With this release we are providing an option to accounts to have their export delivered to an S3 bucket that is not owned by the account."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "CloudWatchLogs",
15+
"description": "This release adds parameter support to saved queries in CloudWatch Logs Insights. Define reusable query templates with named placeholders, invoke them using start query. Available in Console, CLI and SDK"
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "TimestreamInfluxDB",
20+
"description": "Timestream for InfluxDB adds support for customer defined maintenance windows. This allows customers to define maintenance schedule during resource creation and updates"
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "EMR",
25+
"description": "Add StepExecutionRoleArn to RunJobFlow API"
26+
}
27+
]

CHANGELOG.md

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

3+
## next release
4+
5+
* `Aws\SageMaker` - Release support for ml.r5d.16xlarge instance types for SageMaker HyperPod
6+
* `Aws\BCMDataExports` - With this release we are providing an option to accounts to have their export delivered to an S3 bucket that is not owned by the account.
7+
* `Aws\CloudWatchLogs` - This release adds parameter support to saved queries in CloudWatch Logs Insights. Define reusable query templates with named placeholders, invoke them using start query. Available in Console, CLI and SDK
8+
* `Aws\TimestreamInfluxDB` - Timestream for InfluxDB adds support for customer defined maintenance windows. This allows customers to define maintenance schedule during resource creation and updates
9+
* `Aws\EMR` - Add StepExecutionRoleArn to RunJobFlow API
10+
311
## 3.374.0 - 2026-03-25
412

513
* `Aws\ApiGatewayV2` - Added DISABLE IN PROGRESS and DISABLE FAILED Portal statuses.

src/data/bcm-data-exports/2023-11-26/api-2.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,12 @@
214214
},
215215
"exception":true
216216
},
217+
"AccountId":{
218+
"type":"string",
219+
"max":12,
220+
"min":12,
221+
"pattern":"[0-9]{12}"
222+
},
217223
"Arn":{
218224
"type":"string",
219225
"max":2048,
@@ -612,6 +618,7 @@
612618
],
613619
"members":{
614620
"S3Bucket":{"shape":"GenericString"},
621+
"S3BucketOwner":{"shape":"AccountId"},
615622
"S3Prefix":{"shape":"GenericString"},
616623
"S3Region":{"shape":"GenericString"},
617624
"S3OutputConfigurations":{"shape":"S3OutputConfigurations"}

src/data/bcm-data-exports/2023-11-26/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/bcm-data-exports/2023-11-26/docs-2.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
"base": "<p>You don't have sufficient access to perform this action.</p>",
2121
"refs": {}
2222
},
23+
"AccountId": {
24+
"base": null,
25+
"refs": {
26+
"S3Destination$S3BucketOwner": "<p>The AWS Account ID that owns the S3 bucket used as the destination for the data export.</p>"
27+
}
28+
},
2329
"Arn": {
2430
"base": null,
2531
"refs": {

src/data/bcm-data-exports/2023-11-26/docs-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/elasticmapreduce/2009-03-31/api-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2964,6 +2964,7 @@
29642964
"ReleaseLabel":{"shape":"XmlStringMaxLen256"},
29652965
"Instances":{"shape":"JobFlowInstancesConfig"},
29662966
"Steps":{"shape":"StepConfigList"},
2967+
"StepExecutionRoleArn":{"shape":"ArnType"},
29672968
"BootstrapActions":{"shape":"BootstrapActionConfigList"},
29682969
"SupportedProducts":{"shape":"SupportedProductsList"},
29692970
"NewSupportedProducts":{"shape":"NewSupportedProductsList"},

src/data/elasticmapreduce/2009-03-31/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/elasticmapreduce/2009-03-31/docs-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
"GetOnClusterAppUIPresignedURLInput$ExecutionRoleArn": "<p>The execution role ARN associated with the cluster's application user interface presigned URL.</p>",
139139
"GetPersistentAppUIPresignedURLInput$ExecutionRoleArn": "<p>The execution role ARN associated with the presigned URL.</p>",
140140
"PutAutoScalingPolicyOutput$ClusterArn": "<p>The Amazon Resource Name (ARN) of the cluster.</p>",
141+
"RunJobFlowInput$StepExecutionRoleArn": "<p>The Amazon Resource Name (ARN) of the runtime role for steps specified in the RunJobFlow request. The runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role name, and role type using the following format: <code>arn:partition:iam::account-id:role/role-name</code>.</p> <p>For example, <code>arn:aws:iam::1234567890:role/ReadOnly</code> is a correctly formatted runtime role ARN.</p> <p>This parameter applies only to steps included in the <code>Steps</code> parameter of this RunJobFlow request. It does not apply to steps added later to the cluster.</p>",
141142
"RunJobFlowOutput$ClusterArn": "<p>The Amazon Resource Name (ARN) of the cluster.</p>",
142143
"Studio$IdcInstanceArn": "<p> The ARN of the IAM Identity Center instance the Studio application belongs to. </p>"
143144
}

src/data/elasticmapreduce/2009-03-31/docs-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)