Skip to content

Commit a8ed6cb

Browse files
Update models for release
1 parent 073ff66 commit a8ed6cb

40 files changed

Lines changed: 2185 additions & 217 deletions

.changes/3.384.7

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "ConnectHealth",
5+
"description": "Add support for MedicalScribeBinaryAudioEvent in the Medical Scribe streaming input. This new event type lets you send audio as a raw binary payload instead of a base64-encoded value"
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "SageMaker",
10+
"description": "Add support for G6e instances (ml.g6e.xlarge through ml.g6e.48xlarge) on Amazon SageMaker Notebook Instances."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "Lightsail",
15+
"description": "This release adds support for Asia Pacific (Hong Kong) (ap-east-1), Europe (Spain) (eu-south-2) and South America (Sao Paulo) (sa-east-1) Regions."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "ECS",
20+
"description": "Amazon ECS Managed Daemon task definitions now support pidMode and ipcMode parameters. Set shared to allow daemons to share PID or IPC namespaces with co-located tasks on Managed Instances, enabling process tracing and shared memory communication."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "Signin",
25+
"description": "AWS Sign-In now allows customers to control access to the AWS Management Console using resource-based policies. With this release customers can restrict console access based on network perimeters such as VPC IDs, VPC endpoints, and IP addresses."
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "EC2",
30+
"description": "This release adds support for AMI Watermark which a structured identifier that helps in tracking AMI provenance"
31+
},
32+
{
33+
"type": "api-change",
34+
"category": "MediaLive",
35+
"description": "Adding premixer settings to pid and track audio inputs in MediaLIve to allow greater control over mixing audio from multiple source streams including support for AudioPidSelectors made up of multiple audio PIDs."
36+
},
37+
{
38+
"type": "api-change",
39+
"category": "PrometheusService",
40+
"description": "Adds supports for out-of-order sample ingestion (default 1-minute window) and a configurable rule query offset to reduce data loss and improve alerting accuracy."
41+
}
42+
]

CHANGELOG.md

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

3+
## next release
4+
5+
* `Aws\ConnectHealth` - Add support for MedicalScribeBinaryAudioEvent in the Medical Scribe streaming input. This new event type lets you send audio as a raw binary payload instead of a base64-encoded value
6+
* `Aws\SageMaker` - Add support for G6e instances (ml.g6e.xlarge through ml.g6e.48xlarge) on Amazon SageMaker Notebook Instances.
7+
* `Aws\Lightsail` - This release adds support for Asia Pacific (Hong Kong) (ap-east-1), Europe (Spain) (eu-south-2) and South America (Sao Paulo) (sa-east-1) Regions.
8+
* `Aws\ECS` - Amazon ECS Managed Daemon task definitions now support pidMode and ipcMode parameters. Set shared to allow daemons to share PID or IPC namespaces with co-located tasks on Managed Instances, enabling process tracing and shared memory communication.
9+
* `Aws\Signin` - AWS Sign-In now allows customers to control access to the AWS Management Console using resource-based policies. With this release customers can restrict console access based on network perimeters such as VPC IDs, VPC endpoints, and IP addresses.
10+
* `Aws\EC2` - This release adds support for AMI Watermark which a structured identifier that helps in tracking AMI provenance
11+
* `Aws\MediaLive` - Adding premixer settings to pid and track audio inputs in MediaLIve to allow greater control over mixing audio from multiple source streams including support for AudioPidSelectors made up of multiple audio PIDs.
12+
* `Aws\PrometheusService` - Adds supports for out-of-order sample ingestion (default 1-minute window) and a configurable rule query offset to reduce data loss and improve alerting accuracy.
13+
314
## 3.384.6 - 2026-06-09
415

516
* `Aws\IoTSiteWise` - Adding new BDD representation of endpoint ruleset

src/Ec2/Ec2Client.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,8 @@
490490
* @method \GuzzleHttp\Promise\Promise associateTrunkInterfaceAsync(array $args = []) (supported in versions 2016-11-15)
491491
* @method \Aws\Result associateVpcCidrBlock(array $args = []) (supported in versions 2016-11-15)
492492
* @method \GuzzleHttp\Promise\Promise associateVpcCidrBlockAsync(array $args = []) (supported in versions 2016-11-15)
493+
* @method \Aws\Result attachImageWatermark(array $args = []) (supported in versions 2016-11-15)
494+
* @method \GuzzleHttp\Promise\Promise attachImageWatermarkAsync(array $args = []) (supported in versions 2016-11-15)
493495
* @method \Aws\Result attachVerifiedAccessTrustProvider(array $args = []) (supported in versions 2016-11-15)
494496
* @method \GuzzleHttp\Promise\Promise attachVerifiedAccessTrustProviderAsync(array $args = []) (supported in versions 2016-11-15)
495497
* @method \Aws\Result authorizeClientVpnIngress(array $args = []) (supported in versions 2016-11-15)
@@ -1060,6 +1062,8 @@
10601062
* @method \GuzzleHttp\Promise\Promise describeVpcEndpointServicePermissionsAsync(array $args = []) (supported in versions 2016-11-15)
10611063
* @method \Aws\Result describeVpnConcentrators(array $args = []) (supported in versions 2016-11-15)
10621064
* @method \GuzzleHttp\Promise\Promise describeVpnConcentratorsAsync(array $args = []) (supported in versions 2016-11-15)
1065+
* @method \Aws\Result detachImageWatermark(array $args = []) (supported in versions 2016-11-15)
1066+
* @method \GuzzleHttp\Promise\Promise detachImageWatermarkAsync(array $args = []) (supported in versions 2016-11-15)
10631067
* @method \Aws\Result detachVerifiedAccessTrustProvider(array $args = []) (supported in versions 2016-11-15)
10641068
* @method \GuzzleHttp\Promise\Promise detachVerifiedAccessTrustProviderAsync(array $args = []) (supported in versions 2016-11-15)
10651069
* @method \Aws\Result disableAddressTransfer(array $args = []) (supported in versions 2016-11-15)

src/Signin/SigninClient.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,19 @@
77
* This client is used to interact with the **AWS Sign-In Service** service.
88
* @method \Aws\Result createOAuth2Token(array $args = [])
99
* @method \GuzzleHttp\Promise\Promise createOAuth2TokenAsync(array $args = [])
10+
* @method \Aws\Result deleteConsoleAuthorizationConfiguration(array $args = [])
11+
* @method \GuzzleHttp\Promise\Promise deleteConsoleAuthorizationConfigurationAsync(array $args = [])
12+
* @method \Aws\Result deleteResourcePermissionStatement(array $args = [])
13+
* @method \GuzzleHttp\Promise\Promise deleteResourcePermissionStatementAsync(array $args = [])
14+
* @method \Aws\Result getConsoleAuthorizationConfiguration(array $args = [])
15+
* @method \GuzzleHttp\Promise\Promise getConsoleAuthorizationConfigurationAsync(array $args = [])
16+
* @method \Aws\Result getResourcePolicy(array $args = [])
17+
* @method \GuzzleHttp\Promise\Promise getResourcePolicyAsync(array $args = [])
18+
* @method \Aws\Result listResourcePermissionStatements(array $args = [])
19+
* @method \GuzzleHttp\Promise\Promise listResourcePermissionStatementsAsync(array $args = [])
20+
* @method \Aws\Result putConsoleAuthorizationConfiguration(array $args = [])
21+
* @method \GuzzleHttp\Promise\Promise putConsoleAuthorizationConfigurationAsync(array $args = [])
22+
* @method \Aws\Result putResourcePermissionStatement(array $args = [])
23+
* @method \GuzzleHttp\Promise\Promise putResourcePermissionStatementAsync(array $args = [])
1024
*/
1125
class SigninClient extends AwsClient {}

src/data/amp/2020-08-01/api-2.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2763,14 +2763,26 @@
27632763
"idempotencyToken":true
27642764
},
27652765
"limitsPerLabelSet":{"shape":"LimitsPerLabelSetList"},
2766-
"retentionPeriodInDays":{"shape":"UpdateWorkspaceConfigurationRequestRetentionPeriodInDaysInteger"}
2766+
"retentionPeriodInDays":{"shape":"UpdateWorkspaceConfigurationRequestRetentionPeriodInDaysInteger"},
2767+
"outOfOrderTimeWindowInSeconds":{"shape":"UpdateWorkspaceConfigurationRequestOutOfOrderTimeWindowInSecondsInteger"},
2768+
"ruleQueryOffsetInSeconds":{"shape":"UpdateWorkspaceConfigurationRequestRuleQueryOffsetInSecondsInteger"}
27672769
}
27682770
},
2771+
"UpdateWorkspaceConfigurationRequestOutOfOrderTimeWindowInSecondsInteger":{
2772+
"type":"integer",
2773+
"box":true,
2774+
"min":0
2775+
},
27692776
"UpdateWorkspaceConfigurationRequestRetentionPeriodInDaysInteger":{
27702777
"type":"integer",
27712778
"box":true,
27722779
"min":1
27732780
},
2781+
"UpdateWorkspaceConfigurationRequestRuleQueryOffsetInSecondsInteger":{
2782+
"type":"integer",
2783+
"box":true,
2784+
"min":0
2785+
},
27742786
"UpdateWorkspaceConfigurationResponse":{
27752787
"type":"structure",
27762788
"required":["status"],
@@ -2850,14 +2862,26 @@
28502862
"members":{
28512863
"status":{"shape":"WorkspaceConfigurationStatus"},
28522864
"limitsPerLabelSet":{"shape":"LimitsPerLabelSetList"},
2853-
"retentionPeriodInDays":{"shape":"WorkspaceConfigurationDescriptionRetentionPeriodInDaysInteger"}
2865+
"retentionPeriodInDays":{"shape":"WorkspaceConfigurationDescriptionRetentionPeriodInDaysInteger"},
2866+
"outOfOrderTimeWindowInSeconds":{"shape":"WorkspaceConfigurationDescriptionOutOfOrderTimeWindowInSecondsInteger"},
2867+
"ruleQueryOffsetInSeconds":{"shape":"WorkspaceConfigurationDescriptionRuleQueryOffsetInSecondsInteger"}
28542868
}
28552869
},
2870+
"WorkspaceConfigurationDescriptionOutOfOrderTimeWindowInSecondsInteger":{
2871+
"type":"integer",
2872+
"box":true,
2873+
"min":0
2874+
},
28562875
"WorkspaceConfigurationDescriptionRetentionPeriodInDaysInteger":{
28572876
"type":"integer",
28582877
"box":true,
28592878
"min":1
28602879
},
2880+
"WorkspaceConfigurationDescriptionRuleQueryOffsetInSecondsInteger":{
2881+
"type":"integer",
2882+
"box":true,
2883+
"min":0
2884+
},
28612885
"WorkspaceConfigurationStatus":{
28622886
"type":"structure",
28632887
"required":["statusCode"],

src/data/amp/2020-08-01/api-2.json.php

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

src/data/amp/2020-08-01/docs-2.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,12 +1206,24 @@
12061206
"base": null,
12071207
"refs": {}
12081208
},
1209+
"UpdateWorkspaceConfigurationRequestOutOfOrderTimeWindowInSecondsInteger": {
1210+
"base": null,
1211+
"refs": {
1212+
"UpdateWorkspaceConfigurationRequest$outOfOrderTimeWindowInSeconds": "<p>Specifies the time window in seconds for accepting out of order samples. Out of order samples older than this window are rejected.</p>"
1213+
}
1214+
},
12091215
"UpdateWorkspaceConfigurationRequestRetentionPeriodInDaysInteger": {
12101216
"base": null,
12111217
"refs": {
12121218
"UpdateWorkspaceConfigurationRequest$retentionPeriodInDays": "<p>Specifies how many days that metrics will be retained in the workspace.</p>"
12131219
}
12141220
},
1221+
"UpdateWorkspaceConfigurationRequestRuleQueryOffsetInSecondsInteger": {
1222+
"base": null,
1223+
"refs": {
1224+
"UpdateWorkspaceConfigurationRequest$ruleQueryOffsetInSeconds": "<p>Specifies the duration in seconds to offset rule evaluation queries into the past. This allows ingested samples to be available before rule evaluation.</p>"
1225+
}
1226+
},
12151227
"UpdateWorkspaceConfigurationResponse": {
12161228
"base": null,
12171229
"refs": {}
@@ -1275,12 +1287,24 @@
12751287
"DescribeWorkspaceConfigurationResponse$workspaceConfiguration": "<p>This structure contains the information about the workspace configuration.</p>"
12761288
}
12771289
},
1290+
"WorkspaceConfigurationDescriptionOutOfOrderTimeWindowInSecondsInteger": {
1291+
"base": null,
1292+
"refs": {
1293+
"WorkspaceConfigurationDescription$outOfOrderTimeWindowInSeconds": "<p>This field displays the out of order time window in seconds for accepting out of order samples.</p>"
1294+
}
1295+
},
12781296
"WorkspaceConfigurationDescriptionRetentionPeriodInDaysInteger": {
12791297
"base": null,
12801298
"refs": {
12811299
"WorkspaceConfigurationDescription$retentionPeriodInDays": "<p>This field displays how many days that metrics are retained in the workspace.</p>"
12821300
}
12831301
},
1302+
"WorkspaceConfigurationDescriptionRuleQueryOffsetInSecondsInteger": {
1303+
"base": null,
1304+
"refs": {
1305+
"WorkspaceConfigurationDescription$ruleQueryOffsetInSeconds": "<p>This field displays the duration in seconds that rule evaluation queries are offset into the past.</p>"
1306+
}
1307+
},
12841308
"WorkspaceConfigurationStatus": {
12851309
"base": "<p>This structure displays the current status of the workspace configuration, and might also contain a reason for that status.</p>",
12861310
"refs": {

src/data/amp/2020-08-01/docs-2.json.php

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

src/data/connecthealth/2025-01-29/api-2.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,6 +1257,19 @@
12571257
},
12581258
"event": true
12591259
},
1260+
"MedicalScribeBinaryAudioEvent": {
1261+
"type": "structure",
1262+
"required": [
1263+
"audioChunk"
1264+
],
1265+
"members": {
1266+
"audioChunk": {
1267+
"shape": "AudioChunk",
1268+
"eventpayload": true
1269+
}
1270+
},
1271+
"event": true
1272+
},
12601273
"MedicalScribeChannelDefinition": {
12611274
"type": "structure",
12621275
"required": [
@@ -1310,6 +1323,9 @@
13101323
"audioEvent": {
13111324
"shape": "MedicalScribeAudioEvent"
13121325
},
1326+
"binaryAudioEvent": {
1327+
"shape": "MedicalScribeBinaryAudioEvent"
1328+
},
13131329
"sessionControlEvent": {
13141330
"shape": "MedicalScribeSessionControlEvent"
13151331
},

src/data/connecthealth/2025-01-29/api-2.json.php

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

0 commit comments

Comments
 (0)