Skip to content

Commit 4889403

Browse files
author
AWS
committed
AWS MediaConnect Update: When you grant an entitlement, you can now specify the percentage of the entitlement data transfer that you want the subscriber to be responsible for.
1 parent 3c9e44c commit 4889403

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS MediaConnect",
4+
"description": "When you grant an entitlement, you can now specify the percentage of the entitlement data transfer that you want the subscriber to be responsible for."
5+
}

services/mediaconnect/src/main/resources/codegen-resources/service-2.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,11 @@
994994
"Entitlement": {
995995
"type": "structure",
996996
"members": {
997+
"DataTransferSubscriberFeePercent": {
998+
"shape": "__integer",
999+
"locationName": "dataTransferSubscriberFeePercent",
1000+
"documentation": "Percentage from 0-100 of the data transfer cost to be billed to the subscriber."
1001+
},
9971002
"Description": {
9981003
"shape": "__string",
9991004
"locationName": "description",
@@ -1107,6 +1112,11 @@
11071112
"GrantEntitlementRequest": {
11081113
"type": "structure",
11091114
"members": {
1115+
"DataTransferSubscriberFeePercent": {
1116+
"shape": "__integer",
1117+
"locationName": "dataTransferSubscriberFeePercent",
1118+
"documentation": "Percentage from 0-100 of the data transfer cost to be billed to the subscriber."
1119+
},
11101120
"Description": {
11111121
"shape": "__string",
11121122
"locationName": "description",
@@ -1303,6 +1313,11 @@
13031313
"ListedEntitlement": {
13041314
"type": "structure",
13051315
"members": {
1316+
"DataTransferSubscriberFeePercent": {
1317+
"shape": "__integer",
1318+
"locationName": "dataTransferSubscriberFeePercent",
1319+
"documentation": "Percentage from 0-100 of the data transfer cost to be billed to the subscriber."
1320+
},
13061321
"EntitlementArn": {
13071322
"shape": "__string",
13081323
"locationName": "entitlementArn",
@@ -1404,6 +1419,11 @@
14041419
"Output": {
14051420
"type": "structure",
14061421
"members": {
1422+
"DataTransferSubscriberFeePercent": {
1423+
"shape": "__integer",
1424+
"locationName": "dataTransferSubscriberFeePercent",
1425+
"documentation": "Percentage from 0-100 of the data transfer cost to be billed to the subscriber."
1426+
},
14071427
"Description": {
14081428
"shape": "__string",
14091429
"locationName": "description",
@@ -1629,6 +1649,11 @@
16291649
"Source": {
16301650
"type": "structure",
16311651
"members": {
1652+
"DataTransferSubscriberFeePercent": {
1653+
"shape": "__integer",
1654+
"locationName": "dataTransferSubscriberFeePercent",
1655+
"documentation": "Percentage from 0-100 of the data transfer cost to be billed to the subscriber."
1656+
},
16321657
"Decryption": {
16331658
"shape": "Encryption",
16341659
"locationName": "decryption",

0 commit comments

Comments
 (0)