Skip to content

Commit 3e0b2fa

Browse files
Update models for release
1 parent 6aa5245 commit 3e0b2fa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2367
-194
lines changed

.changes/3.355.0

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "enhancement",
4+
"category": "Batch",
5+
"description": "Added default_x86_64 and default_arm64 as values to the instanceTypes field."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "SageMaker",
10+
"description": "Customer managed keys now available for volume encryption of SageMaker HyperPod clusters."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "ConnectParticipant",
15+
"description": "Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "BCMDashboards",
20+
"description": "Billing and Cost Management Dashboards enables users to create dashboards that combine multiple visualizations of cost and usage data. Users can create, manage, and share dashboards. Tags are also available for dashboards."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "S3Control",
25+
"description": "Adds support for Compute checksum functionality in Amazon S3 Batch Operations. You can now calculate checksums for a list of objects using supported algorithms in Amazon S3, without requiring a restore or download"
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "Connect",
30+
"description": "Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling."
31+
}
32+
]

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\Batch` - Added default_x86_64 and default_arm64 as values to the instanceTypes field.
6+
* `Aws\SageMaker` - Customer managed keys now available for volume encryption of SageMaker HyperPod clusters.
7+
* `Aws\ConnectParticipant` - Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling.
8+
* `Aws\BCMDashboards` - Billing and Cost Management Dashboards enables users to create dashboards that combine multiple visualizations of cost and usage data. Users can create, manage, and share dashboards. Tags are also available for dashboards.
9+
* `Aws\S3Control` - Adds support for Compute checksum functionality in Amazon S3 Batch Operations. You can now calculate checksums for a list of objects using supported algorithms in Amazon S3, without requiring a restore or download
10+
* `Aws\Connect` - Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling.
11+
312
## 3.354.1 - 2025-08-15
413

514
* `Aws\BedrockAgent` - This release adds support for saving Bedrock Flows while node configuration is still in progress, even if the Flow is not yet able to be invoked
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?php
2+
namespace Aws\BCMDashboards;
3+
4+
use Aws\AwsClient;
5+
6+
/**
7+
* This client is used to interact with the **AWS Billing and Cost Management Dashboards** service.
8+
* @method \Aws\Result createDashboard(array $args = [])
9+
* @method \GuzzleHttp\Promise\Promise createDashboardAsync(array $args = [])
10+
* @method \Aws\Result deleteDashboard(array $args = [])
11+
* @method \GuzzleHttp\Promise\Promise deleteDashboardAsync(array $args = [])
12+
* @method \Aws\Result getDashboard(array $args = [])
13+
* @method \GuzzleHttp\Promise\Promise getDashboardAsync(array $args = [])
14+
* @method \Aws\Result getResourcePolicy(array $args = [])
15+
* @method \GuzzleHttp\Promise\Promise getResourcePolicyAsync(array $args = [])
16+
* @method \Aws\Result listDashboards(array $args = [])
17+
* @method \GuzzleHttp\Promise\Promise listDashboardsAsync(array $args = [])
18+
* @method \Aws\Result listTagsForResource(array $args = [])
19+
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
20+
* @method \Aws\Result tagResource(array $args = [])
21+
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
22+
* @method \Aws\Result untagResource(array $args = [])
23+
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
24+
* @method \Aws\Result updateDashboard(array $args = [])
25+
* @method \GuzzleHttp\Promise\Promise updateDashboardAsync(array $args = [])
26+
*/
27+
class BCMDashboardsClient extends AwsClient {}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
namespace Aws\BCMDashboards\Exception;
3+
4+
use Aws\Exception\AwsException;
5+
6+
/**
7+
* Represents an error interacting with the **AWS Billing and Cost Management Dashboards** service.
8+
*/
9+
class BCMDashboardsException extends AwsException {}

src/Sdk.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
* @method \Aws\MultiRegionClient createMultiRegionAutoScalingPlans(array $args = [])
7777
* @method \Aws\B2bi\B2biClient createB2bi(array $args = [])
7878
* @method \Aws\MultiRegionClient createMultiRegionB2bi(array $args = [])
79+
* @method \Aws\BCMDashboards\BCMDashboardsClient createBCMDashboards(array $args = [])
80+
* @method \Aws\MultiRegionClient createMultiRegionBCMDashboards(array $args = [])
7981
* @method \Aws\BCMDataExports\BCMDataExportsClient createBCMDataExports(array $args = [])
8082
* @method \Aws\MultiRegionClient createMultiRegionBCMDataExports(array $args = [])
8183
* @method \Aws\BCMPricingCalculator\BCMPricingCalculatorClient createBCMPricingCalculator(array $args = [])

src/data/batch/2016-08-10/docs-2.json

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

src/data/batch/2016-08-10/docs-2.json.php

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

0 commit comments

Comments
 (0)