Skip to content

Commit c5d74c0

Browse files
Update models for release
1 parent 2450c05 commit c5d74c0

17 files changed

Lines changed: 290 additions & 19 deletions

File tree

.changes/3.184.2

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "MediaConnect",
5+
"description": "When you enable source failover, you can now designate one of two sources as the primary source. You can choose between two failover modes to prevent any disruption to the video stream. Merge combines the sources into a single stream. Failover allows switching between a primary and a backup stream."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "EC2",
10+
"description": "Amazon EC2 adds new AMI property to flag outdated AMIs"
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "MediaLive",
15+
"description": "AWS MediaLive now supports OCR-based conversion of DVB-Sub and SCTE-27 image-based source captions to WebVTT, and supports ingest of ad avail decorations in HLS input manifests."
16+
}
17+
]

CHANGELOG.md

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

3+
## next release
4+
5+
* `Aws\EC2` - Amazon EC2 adds new AMI property to flag outdated AMIs
6+
* `Aws\MediaConnect` - When you enable source failover, you can now designate one of two sources as the primary source. You can choose between two failover modes to prevent any disruption to the video stream. Merge combines the sources into a single stream. Failover allows switching between a primary and a backup stream.
7+
* `Aws\MediaLive` - AWS MediaLive now supports OCR-based conversion of DVB-Sub and SCTE-27 image-based source captions to WebVTT, and supports ingest of ad avail decorations in HLS input manifests.
8+
39
## 3.184.1 - 2021-06-10
410

511
* `Aws\AppMesh` - AppMesh now supports additional routing capabilities in match and rewrites for Gateway Routes and Routes. Additionally, App Mesh also supports specifying DNS Response Types in Virtual Nodes.

src/Ec2/Ec2Client.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,8 @@
726726
* @method \GuzzleHttp\Promise\Promise disableEbsEncryptionByDefaultAsync(array $args = []) (supported in versions 2016-11-15)
727727
* @method \Aws\Result disableFastSnapshotRestores(array $args = []) (supported in versions 2016-11-15)
728728
* @method \GuzzleHttp\Promise\Promise disableFastSnapshotRestoresAsync(array $args = []) (supported in versions 2016-11-15)
729+
* @method \Aws\Result disableImageDeprecation(array $args = []) (supported in versions 2016-11-15)
730+
* @method \GuzzleHttp\Promise\Promise disableImageDeprecationAsync(array $args = []) (supported in versions 2016-11-15)
729731
* @method \Aws\Result disableSerialConsoleAccess(array $args = []) (supported in versions 2016-11-15)
730732
* @method \GuzzleHttp\Promise\Promise disableSerialConsoleAccessAsync(array $args = []) (supported in versions 2016-11-15)
731733
* @method \Aws\Result disableTransitGatewayRouteTablePropagation(array $args = []) (supported in versions 2016-11-15)
@@ -748,6 +750,8 @@
748750
* @method \GuzzleHttp\Promise\Promise enableEbsEncryptionByDefaultAsync(array $args = []) (supported in versions 2016-11-15)
749751
* @method \Aws\Result enableFastSnapshotRestores(array $args = []) (supported in versions 2016-11-15)
750752
* @method \GuzzleHttp\Promise\Promise enableFastSnapshotRestoresAsync(array $args = []) (supported in versions 2016-11-15)
753+
* @method \Aws\Result enableImageDeprecation(array $args = []) (supported in versions 2016-11-15)
754+
* @method \GuzzleHttp\Promise\Promise enableImageDeprecationAsync(array $args = []) (supported in versions 2016-11-15)
751755
* @method \Aws\Result enableSerialConsoleAccess(array $args = []) (supported in versions 2016-11-15)
752756
* @method \GuzzleHttp\Promise\Promise enableSerialConsoleAccessAsync(array $args = []) (supported in versions 2016-11-15)
753757
* @method \Aws\Result enableTransitGatewayRouteTablePropagation(array $args = []) (supported in versions 2016-11-15)

src/data/ec2/2016-11-15/api-2.json

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2616,6 +2616,15 @@
26162616
"input":{"shape":"DisableFastSnapshotRestoresRequest"},
26172617
"output":{"shape":"DisableFastSnapshotRestoresResult"}
26182618
},
2619+
"DisableImageDeprecation":{
2620+
"name":"DisableImageDeprecation",
2621+
"http":{
2622+
"method":"POST",
2623+
"requestUri":"/"
2624+
},
2625+
"input":{"shape":"DisableImageDeprecationRequest"},
2626+
"output":{"shape":"DisableImageDeprecationResult"}
2627+
},
26192628
"DisableSerialConsoleAccess":{
26202629
"name":"DisableSerialConsoleAccess",
26212630
"http":{
@@ -2757,6 +2766,15 @@
27572766
"input":{"shape":"EnableFastSnapshotRestoresRequest"},
27582767
"output":{"shape":"EnableFastSnapshotRestoresResult"}
27592768
},
2769+
"EnableImageDeprecation":{
2770+
"name":"EnableImageDeprecation",
2771+
"http":{
2772+
"method":"POST",
2773+
"requestUri":"/"
2774+
},
2775+
"input":{"shape":"EnableImageDeprecationRequest"},
2776+
"output":{"shape":"EnableImageDeprecationResult"}
2777+
},
27602778
"EnableSerialConsoleAccess":{
27612779
"name":"EnableSerialConsoleAccess",
27622780
"http":{
@@ -11824,6 +11842,7 @@
1182411842
"shape":"OwnerStringList",
1182511843
"locationName":"Owner"
1182611844
},
11845+
"IncludeDeprecated":{"shape":"Boolean"},
1182711846
"DryRun":{
1182811847
"shape":"Boolean",
1182911848
"locationName":"dryRun"
@@ -14836,6 +14855,23 @@
1483614855
}
1483714856
}
1483814857
},
14858+
"DisableImageDeprecationRequest":{
14859+
"type":"structure",
14860+
"required":["ImageId"],
14861+
"members":{
14862+
"ImageId":{"shape":"ImageId"},
14863+
"DryRun":{"shape":"Boolean"}
14864+
}
14865+
},
14866+
"DisableImageDeprecationResult":{
14867+
"type":"structure",
14868+
"members":{
14869+
"Return":{
14870+
"shape":"Boolean",
14871+
"locationName":"return"
14872+
}
14873+
}
14874+
},
1483914875
"DisableSerialConsoleAccessRequest":{
1484014876
"type":"structure",
1484114877
"members":{
@@ -15784,6 +15820,27 @@
1578415820
}
1578515821
}
1578615822
},
15823+
"EnableImageDeprecationRequest":{
15824+
"type":"structure",
15825+
"required":[
15826+
"ImageId",
15827+
"DeprecateAt"
15828+
],
15829+
"members":{
15830+
"ImageId":{"shape":"ImageId"},
15831+
"DeprecateAt":{"shape":"MillisecondDateTime"},
15832+
"DryRun":{"shape":"Boolean"}
15833+
}
15834+
},
15835+
"EnableImageDeprecationResult":{
15836+
"type":"structure",
15837+
"members":{
15838+
"Return":{
15839+
"shape":"Boolean",
15840+
"locationName":"return"
15841+
}
15842+
}
15843+
},
1578715844
"EnableSerialConsoleAccessRequest":{
1578815845
"type":"structure",
1578915846
"members":{
@@ -18437,6 +18494,10 @@
1843718494
"BootMode":{
1843818495
"shape":"BootModeValues",
1843918496
"locationName":"bootMode"
18497+
},
18498+
"DeprecationTime":{
18499+
"shape":"String",
18500+
"locationName":"deprecationTime"
1844018501
}
1844118502
}
1844218503
},

src/data/ec2/2016-11-15/api-2.json.php

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

0 commit comments

Comments
 (0)