Skip to content

Commit 36b7bf9

Browse files
Update models for release
1 parent 4124e8f commit 36b7bf9

File tree

30 files changed

+1432
-418
lines changed

30 files changed

+1432
-418
lines changed

.changes/3.343.16

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": "PartnerCentralSelling",
5+
"description": "Modified validation to allow expectedCustomerSpend array with zero elements in Partner Opportunity operations."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "EC2",
10+
"description": "Release of Dualstack and Ipv6-only EC2 Public DNS hostnames"
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "CloudWatch",
15+
"description": "Adds support for setting up Contributor Insight rules on logs transformed via Logs Transformation feature."
16+
},
17+
{
18+
"type": "enhancement",
19+
"category": "ApplicationAutoScaling",
20+
"description": "Doc only update that addresses a customer reported issue."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "BedrockAgentRuntime",
25+
"description": "Amazon Bedrock introduces asynchronous flows (in preview), which let you run flows for longer durations and yield control so that your application can perform other tasks and you don't have to actively monitor the flow's progress."
26+
}
27+
]

.changes/nextrelease/fix-query-header-mode.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

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

3+
## next release
4+
5+
* `Aws\` - Sets the header `x-amzn-query-mode` to a string value instead of a boolean.
6+
* `Aws\PartnerCentralSelling` - Modified validation to allow expectedCustomerSpend array with zero elements in Partner Opportunity operations.
7+
* `Aws\EC2` - Release of Dualstack and Ipv6-only EC2 Public DNS hostnames
8+
* `Aws\CloudWatch` - Adds support for setting up Contributor Insight rules on logs transformed via Logs Transformation feature.
9+
* `Aws\ApplicationAutoScaling` - Doc only update that addresses a customer reported issue.
10+
* `Aws\BedrockAgentRuntime` - Amazon Bedrock introduces asynchronous flows (in preview), which let you run flows for longer durations and yield control so that your application can perform other tasks and you don't have to actively monitor the flow's progress.
11+
312
## 3.343.15 - 2025-05-20
413

514
* `Aws\` - Removes PrivateNetworks service client and models.

src/BedrockAgentRuntime/BedrockAgentRuntimeClient.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
* @method \GuzzleHttp\Promise\Promise generateQueryAsync(array $args = [])
2020
* @method \Aws\Result getAgentMemory(array $args = [])
2121
* @method \GuzzleHttp\Promise\Promise getAgentMemoryAsync(array $args = [])
22+
* @method \Aws\Result getExecutionFlowSnapshot(array $args = [])
23+
* @method \GuzzleHttp\Promise\Promise getExecutionFlowSnapshotAsync(array $args = [])
24+
* @method \Aws\Result getFlowExecution(array $args = [])
25+
* @method \GuzzleHttp\Promise\Promise getFlowExecutionAsync(array $args = [])
2226
* @method \Aws\Result getInvocationStep(array $args = [])
2327
* @method \GuzzleHttp\Promise\Promise getInvocationStepAsync(array $args = [])
2428
* @method \Aws\Result getSession(array $args = [])
@@ -29,6 +33,10 @@
2933
* @method \GuzzleHttp\Promise\Promise invokeFlowAsync(array $args = [])
3034
* @method \Aws\Result invokeInlineAgent(array $args = [])
3135
* @method \GuzzleHttp\Promise\Promise invokeInlineAgentAsync(array $args = [])
36+
* @method \Aws\Result listFlowExecutionEvents(array $args = [])
37+
* @method \GuzzleHttp\Promise\Promise listFlowExecutionEventsAsync(array $args = [])
38+
* @method \Aws\Result listFlowExecutions(array $args = [])
39+
* @method \GuzzleHttp\Promise\Promise listFlowExecutionsAsync(array $args = [])
3240
* @method \Aws\Result listInvocationSteps(array $args = [])
3341
* @method \GuzzleHttp\Promise\Promise listInvocationStepsAsync(array $args = [])
3442
* @method \Aws\Result listInvocations(array $args = [])
@@ -49,6 +57,10 @@
4957
* @method \GuzzleHttp\Promise\Promise retrieveAndGenerateAsync(array $args = [])
5058
* @method \Aws\Result retrieveAndGenerateStream(array $args = [])
5159
* @method \GuzzleHttp\Promise\Promise retrieveAndGenerateStreamAsync(array $args = [])
60+
* @method \Aws\Result startFlowExecution(array $args = [])
61+
* @method \GuzzleHttp\Promise\Promise startFlowExecutionAsync(array $args = [])
62+
* @method \Aws\Result stopFlowExecution(array $args = [])
63+
* @method \GuzzleHttp\Promise\Promise stopFlowExecutionAsync(array $args = [])
5264
* @method \Aws\Result tagResource(array $args = [])
5365
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
5466
* @method \Aws\Result untagResource(array $args = [])

src/Ec2/Ec2Client.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,6 +1234,8 @@
12341234
* @method \GuzzleHttp\Promise\Promise modifyManagedPrefixListAsync(array $args = []) (supported in versions 2016-11-15)
12351235
* @method \Aws\Result modifyPrivateDnsNameOptions(array $args = []) (supported in versions 2016-11-15)
12361236
* @method \GuzzleHttp\Promise\Promise modifyPrivateDnsNameOptionsAsync(array $args = []) (supported in versions 2016-11-15)
1237+
* @method \Aws\Result modifyPublicIpDnsNameOptions(array $args = []) (supported in versions 2016-11-15)
1238+
* @method \GuzzleHttp\Promise\Promise modifyPublicIpDnsNameOptionsAsync(array $args = []) (supported in versions 2016-11-15)
12371239
* @method \Aws\Result modifyRouteServer(array $args = []) (supported in versions 2016-11-15)
12381240
* @method \GuzzleHttp\Promise\Promise modifyRouteServerAsync(array $args = []) (supported in versions 2016-11-15)
12391241
* @method \Aws\Result modifySecurityGroupRules(array $args = []) (supported in versions 2016-11-15)

src/data/application-autoscaling/2016-02-06/api-2.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,7 @@
299299
},
300300
"DeleteScalingPolicyResponse":{
301301
"type":"structure",
302-
"members":{
303-
}
302+
"members":{}
304303
},
305304
"DeleteScheduledActionRequest":{
306305
"type":"structure",
@@ -319,8 +318,7 @@
319318
},
320319
"DeleteScheduledActionResponse":{
321320
"type":"structure",
322-
"members":{
323-
}
321+
"members":{}
324322
},
325323
"DeregisterScalableTargetRequest":{
326324
"type":"structure",
@@ -337,8 +335,7 @@
337335
},
338336
"DeregisterScalableTargetResponse":{
339337
"type":"structure",
340-
"members":{
341-
}
338+
"members":{}
342339
},
343340
"DescribeScalableTargetsRequest":{
344341
"type":"structure",
@@ -859,8 +856,7 @@
859856
},
860857
"PutScheduledActionResponse":{
861858
"type":"structure",
862-
"members":{
863-
}
859+
"members":{}
864860
},
865861
"RegisterScalableTargetRequest":{
866862
"type":"structure",
@@ -1167,8 +1163,7 @@
11671163
},
11681164
"TagResourceResponse":{
11691165
"type":"structure",
1170-
"members":{
1171-
}
1166+
"members":{}
11721167
},
11731168
"TagValue":{
11741169
"type":"string",
@@ -1289,8 +1284,7 @@
12891284
},
12901285
"UntagResourceResponse":{
12911286
"type":"structure",
1292-
"members":{
1293-
}
1287+
"members":{}
12941288
},
12951289
"ValidationException":{
12961290
"type":"structure",

0 commit comments

Comments
 (0)