Skip to content

Commit 57dd15e

Browse files
Update models for release
1 parent 7746c57 commit 57dd15e

42 files changed

Lines changed: 588 additions & 115 deletions

Some content is hidden

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

.changes/3.371.3

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "Health",
5+
"description": "Updates the regex for validating availabilityZone strings used in the describe events filters."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "RAM",
10+
"description": "Resource owners can now specify ResourceShareConfiguration request parameter for CreateResourceShare API including RetainSharingOnAccountLeaveOrganization boolean parameter"
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "Connect",
15+
"description": "Deprecate EvaluationReviewMetadata's CreatedBy and CreatedTime, add EvaluationReviewMetadata's RequestedBy and RequestedTime"
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "CustomerProfiles",
20+
"description": "This release introduces an optional SourcePriority parameter to the ProfileObjectType APIs, allowing you to control the precedence of object types when ingesting data from multiple sources. Additionally, WebAnalytics and Device have been added as new StandardIdentifier values."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "Odb",
25+
"description": "ODB Networking Route Management is a feature improvement which allows for implicit creation and deletion of EC2 Routes in the Peer Network Route Table designated by the customer via new optional input. This feature release is combined with Multiple App-VPC functionality for ODB Network Peering(s)."
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "Bedrock",
30+
"description": "Added four new model lifecycle date fields, startOfLifeTime, endOfLifeTime, legacyTime, and publicExtendedAccessTime. Adds support for using the Converse API with Bedrock Batch inference jobs."
31+
},
32+
{
33+
"type": "api-change",
34+
"category": "CognitoIdentityProvider",
35+
"description": "Cognito is introducing a two-secret rotation model for app clients, enabling seamless credential rotation without downtime. Dedicated APIs support passing in a custom secret. Custom secrets need to be at least 24 characters. This eliminates reconfiguration needs and reduces security risks."
36+
},
37+
{
38+
"type": "api-change",
39+
"category": "Batch",
40+
"description": "This feature allows customers to specify the minimum time (in minutes) that AWS Batch keeps instances running in a compute environment after all jobs on the instance complete"
41+
},
42+
{
43+
"type": "api-change",
44+
"category": "KeyspacesStreams",
45+
"description": "Added support for Change Data Capture (CDC) streams with Duration DataType."
46+
},
47+
{
48+
"type": "api-change",
49+
"category": "ARCRegionSwitch",
50+
"description": "Post-Recovery Workflows enable customers to maintain comprehensive disaster recovery automation. This allows customer SREs and leadership to have complete recovery orchestration from failover through post-recovery preparation, ensuring Regions remain ready for subsequent recovery events."
51+
}
52+
]

CHANGELOG.md

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

3+
## next release
4+
5+
* `Aws\Health` - Updates the regex for validating availabilityZone strings used in the describe events filters.
6+
* `Aws\RAM` - Resource owners can now specify ResourceShareConfiguration request parameter for CreateResourceShare API including RetainSharingOnAccountLeaveOrganization boolean parameter
7+
* `Aws\Connect` - Deprecate EvaluationReviewMetadata's CreatedBy and CreatedTime, add EvaluationReviewMetadata's RequestedBy and RequestedTime
8+
* `Aws\CustomerProfiles` - This release introduces an optional SourcePriority parameter to the ProfileObjectType APIs, allowing you to control the precedence of object types when ingesting data from multiple sources. Additionally, WebAnalytics and Device have been added as new StandardIdentifier values.
9+
* `Aws\Odb` - ODB Networking Route Management is a feature improvement which allows for implicit creation and deletion of EC2 Routes in the Peer Network Route Table designated by the customer via new optional input. This feature release is combined with Multiple App-VPC functionality for ODB Network Peering(s).
10+
* `Aws\Bedrock` - Added four new model lifecycle date fields, startOfLifeTime, endOfLifeTime, legacyTime, and publicExtendedAccessTime. Adds support for using the Converse API with Bedrock Batch inference jobs.
11+
* `Aws\CognitoIdentityProvider` - Cognito is introducing a two-secret rotation model for app clients, enabling seamless credential rotation without downtime. Dedicated APIs support passing in a custom secret. Custom secrets need to be at least 24 characters. This eliminates reconfiguration needs and reduces security risks.
12+
* `Aws\Batch` - This feature allows customers to specify the minimum time (in minutes) that AWS Batch keeps instances running in a compute environment after all jobs on the instance complete
13+
* `Aws\KeyspacesStreams` - Added support for Change Data Capture (CDC) streams with Duration DataType.
14+
* `Aws\ARCRegionSwitch` - Post-Recovery Workflows enable customers to maintain comprehensive disaster recovery automation. This allows customer SREs and leadership to have complete recovery orchestration from failover through post-recovery preparation, ensuring Regions remain ready for subsequent recovery events.
15+
316
## 3.371.2 - 2026-02-26
417

518
* `Aws\BackupGateway` - This release updates GetGateway API to include deprecationDate and softwareVersion in the response, enabling customers to track gateway software versions and upcoming deprecation dates.

src/CognitoIdentityProvider/CognitoIdentityProviderClient.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
*
99
* @method \Aws\Result addCustomAttributes(array $args = [])
1010
* @method \GuzzleHttp\Promise\Promise addCustomAttributesAsync(array $args = [])
11+
* @method \Aws\Result addUserPoolClientSecret(array $args = [])
12+
* @method \GuzzleHttp\Promise\Promise addUserPoolClientSecretAsync(array $args = [])
1113
* @method \Aws\Result adminAddUserToGroup(array $args = [])
1214
* @method \GuzzleHttp\Promise\Promise adminAddUserToGroupAsync(array $args = [])
1315
* @method \Aws\Result adminConfirmSignUp(array $args = [])
@@ -108,6 +110,8 @@
108110
* @method \GuzzleHttp\Promise\Promise deleteUserPoolAsync(array $args = [])
109111
* @method \Aws\Result deleteUserPoolClient(array $args = [])
110112
* @method \GuzzleHttp\Promise\Promise deleteUserPoolClientAsync(array $args = [])
113+
* @method \Aws\Result deleteUserPoolClientSecret(array $args = [])
114+
* @method \GuzzleHttp\Promise\Promise deleteUserPoolClientSecretAsync(array $args = [])
111115
* @method \Aws\Result deleteUserPoolDomain(array $args = [])
112116
* @method \GuzzleHttp\Promise\Promise deleteUserPoolDomainAsync(array $args = [])
113117
* @method \Aws\Result deleteWebAuthnCredential(array $args = [])
@@ -178,6 +182,8 @@
178182
* @method \GuzzleHttp\Promise\Promise listTermsAsync(array $args = [])
179183
* @method \Aws\Result listUserImportJobs(array $args = [])
180184
* @method \GuzzleHttp\Promise\Promise listUserImportJobsAsync(array $args = [])
185+
* @method \Aws\Result listUserPoolClientSecrets(array $args = [])
186+
* @method \GuzzleHttp\Promise\Promise listUserPoolClientSecretsAsync(array $args = [])
181187
* @method \Aws\Result listUserPoolClients(array $args = [])
182188
* @method \GuzzleHttp\Promise\Promise listUserPoolClientsAsync(array $args = [])
183189
* @method \Aws\Result listUserPools(array $args = [])

src/data/arc-region-switch/2022-07-26/api-2.json

Lines changed: 60 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@
350350
"executionState":{"shape":"ExecutionState"},
351351
"executionAction":{"shape":"ExecutionAction"},
352352
"executionRegion":{"shape":"String"},
353+
"recoveryExecutionId":{"shape":"String"},
353354
"actualRecoveryTime":{"shape":"Duration"}
354355
}
355356
},
@@ -807,7 +808,8 @@
807808
"type":"string",
808809
"enum":[
809810
"activate",
810-
"deactivate"
811+
"deactivate",
812+
"postRecovery"
811813
]
812814
},
813815
"ExecutionApprovalConfiguration":{
@@ -836,7 +838,9 @@
836838
"ecsCapacityIncreaseConfig":{"shape":"EcsCapacityIncreaseConfiguration"},
837839
"eksResourceScalingConfig":{"shape":"EksResourceScalingConfiguration"},
838840
"route53HealthCheckConfig":{"shape":"Route53HealthCheckConfiguration"},
839-
"documentDbConfig":{"shape":"DocumentDbConfiguration"}
841+
"documentDbConfig":{"shape":"DocumentDbConfiguration"},
842+
"rdsPromoteReadReplicaConfig":{"shape":"RdsPromoteReadReplicaConfiguration"},
843+
"rdsCreateCrossRegionReadReplicaConfig":{"shape":"RdsCreateCrossRegionReplicaConfiguration"}
840844
},
841845
"union":true
842846
},
@@ -853,7 +857,9 @@
853857
"ECSServiceScaling",
854858
"EKSResourceScaling",
855859
"Route53HealthCheck",
856-
"DocumentDb"
860+
"DocumentDb",
861+
"RdsPromoteReadReplica",
862+
"RdsCreateCrossRegionReplica"
857863
]
858864
},
859865
"ExecutionComment":{
@@ -1025,6 +1031,7 @@
10251031
"executionState":{"shape":"ExecutionState"},
10261032
"executionAction":{"shape":"ExecutionAction"},
10271033
"executionRegion":{"shape":"String"},
1034+
"recoveryExecutionId":{"shape":"String"},
10281035
"stepStates":{"shape":"StepStates"},
10291036
"plan":{"shape":"Plan"},
10301037
"actualRecoveryTime":{"shape":"Duration"},
@@ -1430,13 +1437,56 @@
14301437
"type":"list",
14311438
"member":{"shape":"ResourceWarning"}
14321439
},
1440+
"RdsCreateCrossRegionReplicaConfiguration":{
1441+
"type":"structure",
1442+
"required":["dbInstanceArnMap"],
1443+
"members":{
1444+
"timeoutMinutes":{"shape":"RdsCreateCrossRegionReplicaConfigurationTimeoutMinutesInteger"},
1445+
"crossAccountRole":{"shape":"IamRoleArn"},
1446+
"externalId":{"shape":"String"},
1447+
"dbInstanceArnMap":{"shape":"RdsDbInstanceArnMap"}
1448+
}
1449+
},
1450+
"RdsCreateCrossRegionReplicaConfigurationTimeoutMinutesInteger":{
1451+
"type":"integer",
1452+
"box":true,
1453+
"min":1
1454+
},
1455+
"RdsDbInstanceArn":{
1456+
"type":"string",
1457+
"pattern":"arn:aws[a-zA-Z-]*:rds:[a-z0-9-]+:\\d{12}:db:[a-zA-Z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*"
1458+
},
1459+
"RdsDbInstanceArnMap":{
1460+
"type":"map",
1461+
"key":{"shape":"Region"},
1462+
"value":{"shape":"RdsDbInstanceArn"}
1463+
},
1464+
"RdsPromoteReadReplicaConfiguration":{
1465+
"type":"structure",
1466+
"required":["dbInstanceArnMap"],
1467+
"members":{
1468+
"timeoutMinutes":{"shape":"RdsPromoteReadReplicaConfigurationTimeoutMinutesInteger"},
1469+
"crossAccountRole":{"shape":"IamRoleArn"},
1470+
"externalId":{"shape":"String"},
1471+
"dbInstanceArnMap":{"shape":"RdsDbInstanceArnMap"}
1472+
}
1473+
},
1474+
"RdsPromoteReadReplicaConfigurationTimeoutMinutesInteger":{
1475+
"type":"integer",
1476+
"box":true,
1477+
"min":1
1478+
},
14331479
"RecoveryApproach":{
14341480
"type":"string",
14351481
"enum":[
14361482
"activeActive",
14371483
"activePassive"
14381484
]
14391485
},
1486+
"RecoveryExecutionId":{
1487+
"type":"string",
1488+
"pattern":"[a-z]{2}(-[a-z]+)+-[0-9]+/[0-9a-fA-F]{16}"
1489+
},
14401490
"Region":{
14411491
"type":"string",
14421492
"pattern":"[a-z]{2}-[a-z-]+-\\d+"
@@ -1465,7 +1515,9 @@
14651515
"type":"string",
14661516
"enum":[
14671517
"activatingRegion",
1468-
"deactivatingRegion"
1518+
"deactivatingRegion",
1519+
"activeRegion",
1520+
"inactiveRegion"
14691521
]
14701522
},
14711523
"RegionalScalingResource":{
@@ -1676,7 +1728,8 @@
16761728
"action":{"shape":"ExecutionAction"},
16771729
"mode":{"shape":"ExecutionMode"},
16781730
"comment":{"shape":"ExecutionComment"},
1679-
"latestVersion":{"shape":"String"}
1731+
"latestVersion":{"shape":"String"},
1732+
"recoveryExecutionId":{"shape":"RecoveryExecutionId"}
16801733
}
16811734
},
16821735
"StartPlanExecutionResponse":{
@@ -1929,7 +1982,8 @@
19291982
"type":"string",
19301983
"enum":[
19311984
"activate",
1932-
"deactivate"
1985+
"deactivate",
1986+
"postRecovery"
19331987
]
19341988
}
19351989
}

src/data/arc-region-switch/2022-07-26/api-2.json.php

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

src/data/arc-region-switch/2022-07-26/docs-2.json

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,8 @@
594594
"GlobalAuroraConfiguration$crossAccountRole": "<p>The cross account role for the configuration.</p>",
595595
"Lambdas$crossAccountRole": "<p>The cross account role for the configuration.</p>",
596596
"Plan$executionRole": "<p>The execution role for a plan.</p>",
597+
"RdsCreateCrossRegionReplicaConfiguration$crossAccountRole": "<p>The cross-account role for the configuration.</p>",
598+
"RdsPromoteReadReplicaConfiguration$crossAccountRole": "<p>The cross-account role for the configuration.</p>",
597599
"RegionSwitchPlanConfiguration$crossAccountRole": "<p>The cross account role for the configuration.</p>",
598600
"Route53HealthCheckConfiguration$crossAccountRole": "<p>The cross account role for the configuration.</p>",
599601
"Service$crossAccountRole": "<p>The cross account role for a service.</p>",
@@ -862,6 +864,43 @@
862864
"GetPlanEvaluationStatusResponse$warnings": "<p>The current evaluation warnings for the plan. </p>"
863865
}
864866
},
867+
"RdsCreateCrossRegionReplicaConfiguration": {
868+
"base": "<p>Configuration for creating an Amazon RDS cross-Region read replica during post-recovery in a Region switch.</p>",
869+
"refs": {
870+
"ExecutionBlockConfiguration$rdsCreateCrossRegionReadReplicaConfig": "<p>An Amazon RDS create cross-Region replica execution block.</p>"
871+
}
872+
},
873+
"RdsCreateCrossRegionReplicaConfigurationTimeoutMinutesInteger": {
874+
"base": null,
875+
"refs": {
876+
"RdsCreateCrossRegionReplicaConfiguration$timeoutMinutes": "<p>The timeout value specified for the configuration.</p>"
877+
}
878+
},
879+
"RdsDbInstanceArn": {
880+
"base": null,
881+
"refs": {
882+
"RdsDbInstanceArnMap$value": null
883+
}
884+
},
885+
"RdsDbInstanceArnMap": {
886+
"base": null,
887+
"refs": {
888+
"RdsCreateCrossRegionReplicaConfiguration$dbInstanceArnMap": "<p>A map of database instance ARNs for each Region in the plan.</p>",
889+
"RdsPromoteReadReplicaConfiguration$dbInstanceArnMap": "<p>A map of database instance ARNs for each Region in the plan.</p>"
890+
}
891+
},
892+
"RdsPromoteReadReplicaConfiguration": {
893+
"base": "<p>Configuration for promoting an Amazon RDS read replica to a standalone database instance during a Region switch.</p>",
894+
"refs": {
895+
"ExecutionBlockConfiguration$rdsPromoteReadReplicaConfig": "<p>An Amazon RDS promote read replica execution block.</p>"
896+
}
897+
},
898+
"RdsPromoteReadReplicaConfigurationTimeoutMinutesInteger": {
899+
"base": null,
900+
"refs": {
901+
"RdsPromoteReadReplicaConfiguration$timeoutMinutes": "<p>The timeout value specified for the configuration.</p>"
902+
}
903+
},
865904
"RecoveryApproach": {
866905
"base": null,
867906
"refs": {
@@ -870,13 +909,20 @@
870909
"Plan$recoveryApproach": "<p>The recovery approach for a Region switch plan, which can be active/active (activeActive) or active/passive (activePassive).</p>"
871910
}
872911
},
912+
"RecoveryExecutionId": {
913+
"base": null,
914+
"refs": {
915+
"StartPlanExecutionRequest$recoveryExecutionId": "<p>The execution identifier of the recovery execution that ran in the opposite region post-recovery is ran in. Required when starting a post-recovery execution.</p>"
916+
}
917+
},
873918
"Region": {
874919
"base": null,
875920
"refs": {
876921
"AbbreviatedPlan$primaryRegion": "<p>The primary Region for a plan.</p>",
877922
"CreatePlanRequest$primaryRegion": "<p>The primary Amazon Web Services Region for the application. This is the Region where the application normally runs before any Region switch occurs.</p>",
878923
"GetPlanEvaluationStatusResponse$region": "<p>The Amazon Web Services Region for the plan.</p>",
879924
"Plan$primaryRegion": "<p>The primary Region for a plan.</p>",
925+
"RdsDbInstanceArnMap$key": null,
880926
"RegionList$member": null,
881927
"RegionalScalingResource$key": null,
882928
"Route53HealthCheck$region": "<p>The Amazon Route 53 Region.</p>",
@@ -908,7 +954,7 @@
908954
"RegionToRunIn": {
909955
"base": null,
910956
"refs": {
911-
"CustomActionLambdaConfiguration$regionToRun": "<p>The Amazon Web Services Region for the function to run in.</p>"
957+
"CustomActionLambdaConfiguration$regionToRun": "<p>The Amazon Web Services Region for the function to run in. For recovery workflows use <code>activatingRegion</code> or <code>deactivatingRegion</code>. For post-recovery workflows, use <code>activeRegion</code> (the Region with customer traffic) or <code>inactiveRegion</code> (the Region with no customer traffic).</p>"
912958
}
913959
},
914960
"RegionalScalingResource": {
@@ -1148,6 +1194,7 @@
11481194
"AbbreviatedExecution$version": "<p>The version for the plan.</p>",
11491195
"AbbreviatedExecution$comment": "<p>An optional comment about the plan execution.</p>",
11501196
"AbbreviatedExecution$executionRegion": "<p>The Amazon Web Services Region for a plan execution.</p>",
1197+
"AbbreviatedExecution$recoveryExecutionId": "<p>The unique identifier of the most recent recovery execution. Required when starting a post-recovery execution.</p>",
11511198
"AbbreviatedPlan$version": "<p>The version for the plan.</p>",
11521199
"AbbreviatedPlan$description": "<p>The description of a Region switch plan.</p>",
11531200
"AbbreviatedPlan$executionRole": "<p>The execution role is a way to categorize a Region switch plan. </p>",
@@ -1170,6 +1217,7 @@
11701217
"GetPlanExecutionResponse$version": "<p>The version for the plan.</p>",
11711218
"GetPlanExecutionResponse$comment": "<p>A comment included on the plan execution.</p>",
11721219
"GetPlanExecutionResponse$executionRegion": "<p>The Amazon Web Services Region for a plan execution.</p>",
1220+
"GetPlanExecutionResponse$recoveryExecutionId": "<p>The unique identifier of the most recent recovery execution. Required when starting a post-recovery execution.</p>",
11731221
"GetPlanExecutionResponse$nextToken": "<p>Specifies that you want to receive the next page of results. Valid only if you received a <code>nextToken</code> response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's <code>nextToken</code> response to request the next page of results.</p>",
11741222
"GlobalAuroraConfiguration$externalId": "<p>The external ID (secret key) for the configuration.</p>",
11751223
"IllegalArgumentException$message": null,
@@ -1188,6 +1236,8 @@
11881236
"MinimalWorkflow$name": "<p>The name for a minimal workflow</p>",
11891237
"Plan$description": "<p>The description for a plan.</p>",
11901238
"Plan$version": "<p>The version for the plan.</p>",
1239+
"RdsCreateCrossRegionReplicaConfiguration$externalId": "<p>The external ID (secret key) for the configuration.</p>",
1240+
"RdsPromoteReadReplicaConfiguration$externalId": "<p>The external ID (secret key) for the configuration.</p>",
11911241
"RegionAndRoutingControls$key": null,
11921242
"RegionSwitchPlanConfiguration$externalId": "<p>The external ID (secret key) for the configuration.</p>",
11931243
"ResourceNotFoundException$message": null,

src/data/arc-region-switch/2022-07-26/docs-2.json.php

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

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,8 @@
772772
"bidPercentage":{"shape":"Integer"},
773773
"spotIamFleetRole":{"shape":"String"},
774774
"launchTemplate":{"shape":"LaunchTemplateSpecification"},
775-
"ec2Configuration":{"shape":"Ec2ConfigurationList"}
775+
"ec2Configuration":{"shape":"Ec2ConfigurationList"},
776+
"scalingPolicy":{"shape":"ComputeScalingPolicy"}
776777
}
777778
},
778779
"ComputeResourceUpdate":{
@@ -794,7 +795,14 @@
794795
"ec2Configuration":{"shape":"Ec2ConfigurationList"},
795796
"updateToLatestImageVersion":{"shape":"Boolean"},
796797
"type":{"shape":"CRType"},
797-
"imageId":{"shape":"String"}
798+
"imageId":{"shape":"String"},
799+
"scalingPolicy":{"shape":"ComputeScalingPolicy"}
800+
}
801+
},
802+
"ComputeScalingPolicy":{
803+
"type":"structure",
804+
"members":{
805+
"minScaleDownDelayMinutes":{"shape":"Integer"}
798806
}
799807
},
800808
"ConsumableResourceList":{

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

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

0 commit comments

Comments
 (0)