Skip to content

Commit eca2b44

Browse files
Update models for release
1 parent cb7c0a2 commit eca2b44

File tree

23 files changed

+591
-15
lines changed

23 files changed

+591
-15
lines changed

.changes/3.369.10

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": "CloudFront",
5+
"description": "Added EntityLimitExceeded exception handling to the following API operations AssociateDistributionWebACL, AssociateDistributionTenantWebACL, UpdateDistributionWithStagingConfig"
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "Glue",
10+
"description": "Adding MaterializedViews task run APIs"
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "TranscribeService",
15+
"description": "Adds waiters to Amazon Transcribe."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "BedrockAgentCoreControl",
20+
"description": "Adds optional field \"view\" to GetMemory API input to give customers control over whether CMK encrypted data such as strategy decryption or override prompts is returned or not."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "MediaLive",
25+
"description": "MediaPackage v2 output groups in MediaLive can now accept one additional destination for single pipeline channels and up to two additional destinations for standard channels. MediaPackage v2 destinations now support sending to cross region MediaPackage channels."
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\CloudFront` - Added EntityLimitExceeded exception handling to the following API operations AssociateDistributionWebACL, AssociateDistributionTenantWebACL, UpdateDistributionWithStagingConfig
6+
* `Aws\Glue` - Adding MaterializedViews task run APIs
7+
* `Aws\TranscribeService` - Adds waiters to Amazon Transcribe.
8+
* `Aws\BedrockAgentCoreControl` - Adds optional field "view" to GetMemory API input to give customers control over whether CMK encrypted data such as strategy decryption or override prompts is returned or not.
9+
* `Aws\MediaLive` - MediaPackage v2 output groups in MediaLive can now accept one additional destination for single pipeline channels and up to two additional destinations for standard channels. MediaPackage v2 destinations now support sending to cross region MediaPackage channels.
10+
311
## 3.369.9 - 2026-01-07
412

513
* `Aws\WorkSpaces` - Add StateMessage and ProgressPercentage fields to DescribeCustomWorkspaceImageImport API response.

src/Glue/GlueClient.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@
273273
* @method \GuzzleHttp\Promise\Promise getMLTransformsAsync(array $args = [])
274274
* @method \Aws\Result getMapping(array $args = [])
275275
* @method \GuzzleHttp\Promise\Promise getMappingAsync(array $args = [])
276+
* @method \Aws\Result getMaterializedViewRefreshTaskRun(array $args = [])
277+
* @method \GuzzleHttp\Promise\Promise getMaterializedViewRefreshTaskRunAsync(array $args = [])
276278
* @method \Aws\Result getPartition(array $args = [])
277279
* @method \GuzzleHttp\Promise\Promise getPartitionAsync(array $args = [])
278280
* @method \Aws\Result getPartitionIndexes(array $args = [])
@@ -375,6 +377,8 @@
375377
* @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = [])
376378
* @method \Aws\Result listMLTransforms(array $args = [])
377379
* @method \GuzzleHttp\Promise\Promise listMLTransformsAsync(array $args = [])
380+
* @method \Aws\Result listMaterializedViewRefreshTaskRuns(array $args = [])
381+
* @method \GuzzleHttp\Promise\Promise listMaterializedViewRefreshTaskRunsAsync(array $args = [])
378382
* @method \Aws\Result listRegistries(array $args = [])
379383
* @method \GuzzleHttp\Promise\Promise listRegistriesAsync(array $args = [])
380384
* @method \Aws\Result listSchemaVersions(array $args = [])
@@ -443,6 +447,8 @@
443447
* @method \GuzzleHttp\Promise\Promise startMLEvaluationTaskRunAsync(array $args = [])
444448
* @method \Aws\Result startMLLabelingSetGenerationTaskRun(array $args = [])
445449
* @method \GuzzleHttp\Promise\Promise startMLLabelingSetGenerationTaskRunAsync(array $args = [])
450+
* @method \Aws\Result startMaterializedViewRefreshTaskRun(array $args = [])
451+
* @method \GuzzleHttp\Promise\Promise startMaterializedViewRefreshTaskRunAsync(array $args = [])
446452
* @method \Aws\Result startTrigger(array $args = [])
447453
* @method \GuzzleHttp\Promise\Promise startTriggerAsync(array $args = [])
448454
* @method \Aws\Result startWorkflowRun(array $args = [])
@@ -455,6 +461,8 @@
455461
* @method \GuzzleHttp\Promise\Promise stopCrawlerAsync(array $args = [])
456462
* @method \Aws\Result stopCrawlerSchedule(array $args = [])
457463
* @method \GuzzleHttp\Promise\Promise stopCrawlerScheduleAsync(array $args = [])
464+
* @method \Aws\Result stopMaterializedViewRefreshTaskRun(array $args = [])
465+
* @method \GuzzleHttp\Promise\Promise stopMaterializedViewRefreshTaskRunAsync(array $args = [])
458466
* @method \Aws\Result stopSession(array $args = [])
459467
* @method \GuzzleHttp\Promise\Promise stopSessionAsync(array $args = [])
460468
* @method \Aws\Result stopTrigger(array $args = [])

src/data/bedrock-agentcore-control/2023-06-05/api-2.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4223,6 +4223,11 @@
42234223
"shape":"MemoryId",
42244224
"location":"uri",
42254225
"locationName":"memoryId"
4226+
},
4227+
"view":{
4228+
"shape":"MemoryView",
4229+
"location":"querystring",
4230+
"locationName":"view"
42264231
}
42274232
}
42284233
},
@@ -5419,6 +5424,13 @@
54195424
"type":"list",
54205425
"member":{"shape":"MemorySummary"}
54215426
},
5427+
"MemoryView":{
5428+
"type":"string",
5429+
"enum":[
5430+
"full",
5431+
"without_decryption"
5432+
]
5433+
},
54225434
"MessageBasedTrigger":{
54235435
"type":"structure",
54245436
"members":{

src/data/bedrock-agentcore-control/2023-06-05/api-2.json.php

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

src/data/bedrock-agentcore-control/2023-06-05/docs-2.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2544,6 +2544,12 @@
25442544
"ListMemoriesOutput$memories": "<p>The list of AgentCore Memory resource summaries.</p>"
25452545
}
25462546
},
2547+
"MemoryView": {
2548+
"base": null,
2549+
"refs": {
2550+
"GetMemoryInput$view": "<p>The level of detail to return for the memory.</p>"
2551+
}
2552+
},
25472553
"MessageBasedTrigger": {
25482554
"base": "<p>The trigger configuration based on a message.</p>",
25492555
"refs": {

src/data/bedrock-agentcore-control/2023-06-05/docs-2.json.php

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

src/data/cloudfront/2020-05-31/api-2.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
{"shape":"AccessDenied"},
5050
{"shape":"EntityNotFound"},
5151
{"shape":"InvalidArgument"},
52+
{"shape":"EntityLimitExceeded"},
5253
{"shape":"InvalidIfMatchVersion"}
5354
]
5455
},
@@ -70,6 +71,7 @@
7071
{"shape":"AccessDenied"},
7172
{"shape":"EntityNotFound"},
7273
{"shape":"InvalidArgument"},
74+
{"shape":"EntityLimitExceeded"},
7375
{"shape":"InvalidIfMatchVersion"}
7476
]
7577
},
@@ -2865,6 +2867,7 @@
28652867
{"shape":"InvalidFunctionAssociation"},
28662868
{"shape":"TooManyDistributionsWithLambdaAssociations"},
28672869
{"shape":"TooManyDistributionsAssociatedToKeyGroup"},
2870+
{"shape":"EntityLimitExceeded"},
28682871
{"shape":"NoSuchOrigin"},
28692872
{"shape":"TooManyCacheBehaviors"}
28702873
]

src/data/cloudfront/2020-05-31/api-2.json.php

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

src/data/endpoints.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14013,6 +14013,7 @@
1401314013
"ap-southeast-3" : { },
1401414014
"ap-southeast-4" : { },
1401514015
"ap-southeast-5" : { },
14016+
"ap-southeast-6" : { },
1401614017
"ap-southeast-7" : { },
1401714018
"ca-central-1" : { },
1401814019
"ca-west-1" : { },
@@ -40223,7 +40224,7 @@
4022340224
"regionRegex" : "^eusc\\-(de)\\-\\w+\\-\\d+$",
4022440225
"regions" : {
4022540226
"eusc-de-east-1" : {
40226-
"description" : "EU (Germany)"
40227+
"description" : "AWS European Sovereign Cloud (Germany)"
4022740228
}
4022840229
},
4022940230
"services" : {

0 commit comments

Comments
 (0)