Skip to content

Commit 701793a

Browse files
Update models for release
1 parent 55536f8 commit 701793a

28 files changed

+1288
-124
lines changed

.changes/3.298.1

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "IVS",
5+
"description": "This release introduces a new resource Playback Restriction Policy which can be used to geo-restrict or domain-restrict channel stream playback when associated with a channel. New APIs to support this resource were introduced in the form of Create\/Delete\/Get\/Update\/List."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "ManagedBlockchainQuery",
10+
"description": "This release adds support for transactions that have not reached finality. It also removes support for the status property from the response of the GetTransaction operation. You can use the confirmationStatus and executionStatus properties to determine the status of the transaction."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "MediaConvert",
15+
"description": "This release includes support for broadcast-mixed audio description tracks."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "NeptuneGraph",
20+
"description": "Adding new APIs in SDK for Amazon Neptune Analytics. These APIs include operations to execute, cancel, list queries and get the graph summary."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "CognitoIdentityProvider",
25+
"description": "Added CreateIdentityProvider and UpdateIdentityProvider details for new SAML IdP features"
26+
}
27+
]

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\IVS` - This release introduces a new resource Playback Restriction Policy which can be used to geo-restrict or domain-restrict channel stream playback when associated with a channel. New APIs to support this resource were introduced in the form of Create/Delete/Get/Update/List.
6+
* `Aws\ManagedBlockchainQuery` - This release adds support for transactions that have not reached finality. It also removes support for the status property from the response of the GetTransaction operation. You can use the confirmationStatus and executionStatus properties to determine the status of the transaction.
7+
* `Aws\MediaConvert` - This release includes support for broadcast-mixed audio description tracks.
8+
* `Aws\NeptuneGraph` - Adding new APIs in SDK for Amazon Neptune Analytics. These APIs include operations to execute, cancel, list queries and get the graph summary.
9+
* `Aws\CognitoIdentityProvider` - Added CreateIdentityProvider and UpdateIdentityProvider details for new SAML IdP features
10+
311
## 3.298.0 - 2024-01-31
412

513
* `Aws\` - Adds support for the PHP 8.3 runtime

src/IVS/IVSClient.php

+10
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* @method \GuzzleHttp\Promise\Promise batchStartViewerSessionRevocationAsync(array $args = [])
1414
* @method \Aws\Result createChannel(array $args = [])
1515
* @method \GuzzleHttp\Promise\Promise createChannelAsync(array $args = [])
16+
* @method \Aws\Result createPlaybackRestrictionPolicy(array $args = [])
17+
* @method \GuzzleHttp\Promise\Promise createPlaybackRestrictionPolicyAsync(array $args = [])
1618
* @method \Aws\Result createRecordingConfiguration(array $args = [])
1719
* @method \GuzzleHttp\Promise\Promise createRecordingConfigurationAsync(array $args = [])
1820
* @method \Aws\Result createStreamKey(array $args = [])
@@ -21,6 +23,8 @@
2123
* @method \GuzzleHttp\Promise\Promise deleteChannelAsync(array $args = [])
2224
* @method \Aws\Result deletePlaybackKeyPair(array $args = [])
2325
* @method \GuzzleHttp\Promise\Promise deletePlaybackKeyPairAsync(array $args = [])
26+
* @method \Aws\Result deletePlaybackRestrictionPolicy(array $args = [])
27+
* @method \GuzzleHttp\Promise\Promise deletePlaybackRestrictionPolicyAsync(array $args = [])
2428
* @method \Aws\Result deleteRecordingConfiguration(array $args = [])
2529
* @method \GuzzleHttp\Promise\Promise deleteRecordingConfigurationAsync(array $args = [])
2630
* @method \Aws\Result deleteStreamKey(array $args = [])
@@ -29,6 +33,8 @@
2933
* @method \GuzzleHttp\Promise\Promise getChannelAsync(array $args = [])
3034
* @method \Aws\Result getPlaybackKeyPair(array $args = [])
3135
* @method \GuzzleHttp\Promise\Promise getPlaybackKeyPairAsync(array $args = [])
36+
* @method \Aws\Result getPlaybackRestrictionPolicy(array $args = [])
37+
* @method \GuzzleHttp\Promise\Promise getPlaybackRestrictionPolicyAsync(array $args = [])
3238
* @method \Aws\Result getRecordingConfiguration(array $args = [])
3339
* @method \GuzzleHttp\Promise\Promise getRecordingConfigurationAsync(array $args = [])
3440
* @method \Aws\Result getStream(array $args = [])
@@ -43,6 +49,8 @@
4349
* @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = [])
4450
* @method \Aws\Result listPlaybackKeyPairs(array $args = [])
4551
* @method \GuzzleHttp\Promise\Promise listPlaybackKeyPairsAsync(array $args = [])
52+
* @method \Aws\Result listPlaybackRestrictionPolicies(array $args = [])
53+
* @method \GuzzleHttp\Promise\Promise listPlaybackRestrictionPoliciesAsync(array $args = [])
4654
* @method \Aws\Result listRecordingConfigurations(array $args = [])
4755
* @method \GuzzleHttp\Promise\Promise listRecordingConfigurationsAsync(array $args = [])
4856
* @method \Aws\Result listStreamKeys(array $args = [])
@@ -65,5 +73,7 @@
6573
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
6674
* @method \Aws\Result updateChannel(array $args = [])
6775
* @method \GuzzleHttp\Promise\Promise updateChannelAsync(array $args = [])
76+
* @method \Aws\Result updatePlaybackRestrictionPolicy(array $args = [])
77+
* @method \GuzzleHttp\Promise\Promise updatePlaybackRestrictionPolicyAsync(array $args = [])
6878
*/
6979
class IVSClient extends AwsClient {}

src/NeptuneGraph/NeptuneGraphClient.php

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* This client is used to interact with the **Amazon Neptune Graph** service.
88
* @method \Aws\Result cancelImportTask(array $args = [])
99
* @method \GuzzleHttp\Promise\Promise cancelImportTaskAsync(array $args = [])
10+
* @method \Aws\Result cancelQuery(array $args = [])
11+
* @method \GuzzleHttp\Promise\Promise cancelQueryAsync(array $args = [])
1012
* @method \Aws\Result createGraph(array $args = [])
1113
* @method \GuzzleHttp\Promise\Promise createGraphAsync(array $args = [])
1214
* @method \Aws\Result createGraphSnapshot(array $args = [])
@@ -21,14 +23,20 @@
2123
* @method \GuzzleHttp\Promise\Promise deleteGraphSnapshotAsync(array $args = [])
2224
* @method \Aws\Result deletePrivateGraphEndpoint(array $args = [])
2325
* @method \GuzzleHttp\Promise\Promise deletePrivateGraphEndpointAsync(array $args = [])
26+
* @method \Aws\Result executeQuery(array $args = [])
27+
* @method \GuzzleHttp\Promise\Promise executeQueryAsync(array $args = [])
2428
* @method \Aws\Result getGraph(array $args = [])
2529
* @method \GuzzleHttp\Promise\Promise getGraphAsync(array $args = [])
2630
* @method \Aws\Result getGraphSnapshot(array $args = [])
2731
* @method \GuzzleHttp\Promise\Promise getGraphSnapshotAsync(array $args = [])
32+
* @method \Aws\Result getGraphSummary(array $args = [])
33+
* @method \GuzzleHttp\Promise\Promise getGraphSummaryAsync(array $args = [])
2834
* @method \Aws\Result getImportTask(array $args = [])
2935
* @method \GuzzleHttp\Promise\Promise getImportTaskAsync(array $args = [])
3036
* @method \Aws\Result getPrivateGraphEndpoint(array $args = [])
3137
* @method \GuzzleHttp\Promise\Promise getPrivateGraphEndpointAsync(array $args = [])
38+
* @method \Aws\Result getQuery(array $args = [])
39+
* @method \GuzzleHttp\Promise\Promise getQueryAsync(array $args = [])
3240
* @method \Aws\Result listGraphSnapshots(array $args = [])
3341
* @method \GuzzleHttp\Promise\Promise listGraphSnapshotsAsync(array $args = [])
3442
* @method \Aws\Result listGraphs(array $args = [])
@@ -37,6 +45,8 @@
3745
* @method \GuzzleHttp\Promise\Promise listImportTasksAsync(array $args = [])
3846
* @method \Aws\Result listPrivateGraphEndpoints(array $args = [])
3947
* @method \GuzzleHttp\Promise\Promise listPrivateGraphEndpointsAsync(array $args = [])
48+
* @method \Aws\Result listQueries(array $args = [])
49+
* @method \GuzzleHttp\Promise\Promise listQueriesAsync(array $args = [])
4050
* @method \Aws\Result listTagsForResource(array $args = [])
4151
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
4252
* @method \Aws\Result resetGraph(array $args = [])

src/data/cognito-idp/2016-04-18/api-2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4087,8 +4087,8 @@
40874087
"CreateAuthChallenge":{"shape":"ArnType"},
40884088
"VerifyAuthChallengeResponse":{"shape":"ArnType"},
40894089
"PreTokenGeneration":{"shape":"ArnType"},
4090-
"PreTokenGenerationConfig":{"shape":"PreTokenGenerationVersionConfigType"},
40914090
"UserMigration":{"shape":"ArnType"},
4091+
"PreTokenGenerationConfig":{"shape":"PreTokenGenerationVersionConfigType"},
40924092
"CustomSMSSender":{"shape":"CustomSMSLambdaVersionConfigType"},
40934093
"CustomEmailSender":{"shape":"CustomEmailLambdaVersionConfigType"},
40944094
"KMSKeyID":{"shape":"ArnType"}

src/data/cognito-idp/2016-04-18/api-2.json.php

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)