Skip to content

Commit f56a8c3

Browse files
Update models for release
1 parent adad2a5 commit f56a8c3

31 files changed

Lines changed: 914 additions & 346 deletions

.changes/3.373.7

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "DynamoDB",
5+
"description": "Adding ReplicaArn to ReplicaDescription of a global table replica"
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "OpenSearchService",
10+
"description": "Added support for Amazon Managed Service for Prometheus (AMP) as a connected data source in OpenSearch UI. Now users can analyze Prometheus metrics in OpenSearch UI without data copy."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "VerifiedPermissions",
15+
"description": "Adds support for Policy Store Aliases, Policy Names, and Policy Template Names. These are customizable identifiers that can be used in place of Policy Store ids, Policy ids, and Policy Template ids respectively in Amazon Verified Permissions APIs."
16+
},
17+
{
18+
"type": "enhancement",
19+
"category": "Backup",
20+
"description": "Fix Typo for S3Backup Options ( S3BackupACLs to BackupACLs)"
21+
}
22+
]

CHANGELOG.md

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

3+
## next release
4+
5+
* `Aws\DynamoDB` - Adding ReplicaArn to ReplicaDescription of a global table replica
6+
* `Aws\OpenSearchService` - Added support for Amazon Managed Service for Prometheus (AMP) as a connected data source in OpenSearch UI. Now users can analyze Prometheus metrics in OpenSearch UI without data copy.
7+
* `Aws\VerifiedPermissions` - Adds support for Policy Store Aliases, Policy Names, and Policy Template Names. These are customizable identifiers that can be used in place of Policy Store ids, Policy ids, and Policy Template ids respectively in Amazon Verified Permissions APIs.
8+
* `Aws\Backup` - Fix Typo for S3Backup Options ( S3BackupACLs to BackupACLs)
9+
310
## 3.373.6 - 2026-03-19
411

512
* `Aws\ObservabilityAdmin` - Adding a new field in the CreateCentralizationRuleForOrganization, UpdateCentralizationRuleForOrganization API and updating the GetCentralizationRuleForOrganization API response to include the new field

src/VerifiedPermissions/VerifiedPermissionsClient.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* @method \GuzzleHttp\Promise\Promise createPolicyAsync(array $args = [])
1818
* @method \Aws\Result createPolicyStore(array $args = [])
1919
* @method \GuzzleHttp\Promise\Promise createPolicyStoreAsync(array $args = [])
20+
* @method \Aws\Result createPolicyStoreAlias(array $args = [])
21+
* @method \GuzzleHttp\Promise\Promise createPolicyStoreAliasAsync(array $args = [])
2022
* @method \Aws\Result createPolicyTemplate(array $args = [])
2123
* @method \GuzzleHttp\Promise\Promise createPolicyTemplateAsync(array $args = [])
2224
* @method \Aws\Result deleteIdentitySource(array $args = [])
@@ -25,6 +27,8 @@
2527
* @method \GuzzleHttp\Promise\Promise deletePolicyAsync(array $args = [])
2628
* @method \Aws\Result deletePolicyStore(array $args = [])
2729
* @method \GuzzleHttp\Promise\Promise deletePolicyStoreAsync(array $args = [])
30+
* @method \Aws\Result deletePolicyStoreAlias(array $args = [])
31+
* @method \GuzzleHttp\Promise\Promise deletePolicyStoreAliasAsync(array $args = [])
2832
* @method \Aws\Result deletePolicyTemplate(array $args = [])
2933
* @method \GuzzleHttp\Promise\Promise deletePolicyTemplateAsync(array $args = [])
3034
* @method \Aws\Result getIdentitySource(array $args = [])
@@ -33,6 +37,8 @@
3337
* @method \GuzzleHttp\Promise\Promise getPolicyAsync(array $args = [])
3438
* @method \Aws\Result getPolicyStore(array $args = [])
3539
* @method \GuzzleHttp\Promise\Promise getPolicyStoreAsync(array $args = [])
40+
* @method \Aws\Result getPolicyStoreAlias(array $args = [])
41+
* @method \GuzzleHttp\Promise\Promise getPolicyStoreAliasAsync(array $args = [])
3642
* @method \Aws\Result getPolicyTemplate(array $args = [])
3743
* @method \GuzzleHttp\Promise\Promise getPolicyTemplateAsync(array $args = [])
3844
* @method \Aws\Result getSchema(array $args = [])
@@ -45,6 +51,8 @@
4551
* @method \GuzzleHttp\Promise\Promise listIdentitySourcesAsync(array $args = [])
4652
* @method \Aws\Result listPolicies(array $args = [])
4753
* @method \GuzzleHttp\Promise\Promise listPoliciesAsync(array $args = [])
54+
* @method \Aws\Result listPolicyStoreAliases(array $args = [])
55+
* @method \GuzzleHttp\Promise\Promise listPolicyStoreAliasesAsync(array $args = [])
4856
* @method \Aws\Result listPolicyStores(array $args = [])
4957
* @method \GuzzleHttp\Promise\Promise listPolicyStoresAsync(array $args = [])
5058
* @method \Aws\Result listPolicyTemplates(array $args = [])

src/data/backup/2018-11-15/docs-2.json

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

src/data/backup/2018-11-15/docs-2.json.php

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

src/data/dynamodb/2011-12-05/endpoint-rule-set-1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@
266266
"properties": {
267267
"authSchemes": [
268268
{
269-
"signingRegion": "us-east-1",
269+
"name": "sigv4",
270270
"signingName": "dynamodb",
271-
"name": "sigv4"
271+
"signingRegion": "us-east-1"
272272
}
273273
]
274274
},

src/data/dynamodb/2011-12-05/endpoint-rule-set-1.json.php

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

0 commit comments

Comments
 (0)