Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Jan 14, 2019
1 parent e232d11 commit be14f8c
Show file tree
Hide file tree
Showing 11 changed files with 411 additions and 75 deletions.
12 changes: 12 additions & 0 deletions .changes/3.85.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "api-change",
"category": "StorageGateway",
"description": "JoinDomain API supports two more parameters: organizational unit(OU) and domain controllers. Two new APIs are introduced: DetachVolume and AttachVolume."
},
{
"type": "api-change",
"category": "MediaConvert",
"description": "IMF decode from a Composition Playlist for IMF specializations App #2 and App #2e; up to 99 input clippings; caption channel selection for MXF; and updated rate control for CBR jobs. Added support for acceleration in preview"
}
]
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## next release

* `Aws\MediaConvert` - IMF decode from a Composition Playlist for IMF specializations App #2 and App #2e; up to 99 input clippings; caption channel selection for MXF; and updated rate control for CBR jobs. Added support for acceleration in preview
* `Aws\StorageGateway` - JoinDomain API supports two more parameters: organizational unit(OU) and domain controllers. Two new APIs are introduced: DetachVolume and AttachVolume.

## 3.85.1 - 2019-01-11

* `Aws\EMR` - Documentation updates for Amazon EMR
Expand Down
4 changes: 4 additions & 0 deletions src/StorageGateway/StorageGatewayClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* @method \GuzzleHttp\Promise\Promise addUploadBufferAsync(array $args = [])
* @method \Aws\Result addWorkingStorage(array $args = [])
* @method \GuzzleHttp\Promise\Promise addWorkingStorageAsync(array $args = [])
* @method \Aws\Result attachVolume(array $args = [])
* @method \GuzzleHttp\Promise\Promise attachVolumeAsync(array $args = [])
* @method \Aws\Result cancelArchival(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelArchivalAsync(array $args = [])
* @method \Aws\Result cancelRetrieval(array $args = [])
Expand Down Expand Up @@ -86,6 +88,8 @@
* @method \GuzzleHttp\Promise\Promise describeVTLDevicesAsync(array $args = [])
* @method \Aws\Result describeWorkingStorage(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeWorkingStorageAsync(array $args = [])
* @method \Aws\Result detachVolume(array $args = [])
* @method \GuzzleHttp\Promise\Promise detachVolumeAsync(array $args = [])
* @method \Aws\Result disableGateway(array $args = [])
* @method \GuzzleHttp\Promise\Promise disableGatewayAsync(array $args = [])
* @method \Aws\Result joinDomain(array $args = [])
Expand Down
121 changes: 114 additions & 7 deletions src/data/mediaconvert/2017-08-29/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,25 @@
}
}
},
"AccelerationMode": {
"type": "string",
"enum": [
"DISABLED",
"ENABLED"
]
},
"AccelerationSettings": {
"type": "structure",
"members": {
"Mode": {
"shape": "AccelerationMode",
"locationName": "mode"
}
},
"required": [
"Mode"
]
},
"AfdSignaling": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -1385,6 +1404,10 @@
"shape": "__integerMin96Max600",
"locationName": "fontResolution"
},
"FontScript": {
"shape": "FontScript",
"locationName": "fontScript"
},
"FontSize": {
"shape": "__integerMin0Max96",
"locationName": "fontSize"
Expand Down Expand Up @@ -1558,6 +1581,10 @@
"shape": "DvbSubDestinationSettings",
"locationName": "dvbSubDestinationSettings"
},
"EmbeddedDestinationSettings": {
"shape": "EmbeddedDestinationSettings",
"locationName": "embeddedDestinationSettings"
},
"SccDestinationSettings": {
"shape": "SccDestinationSettings",
"locationName": "sccDestinationSettings"
Expand Down Expand Up @@ -1631,6 +1658,10 @@
"TeletextSourceSettings": {
"shape": "TeletextSourceSettings",
"locationName": "teletextSourceSettings"
},
"TrackSourceSettings": {
"shape": "TrackSourceSettings",
"locationName": "trackSourceSettings"
}
}
},
Expand All @@ -1647,7 +1678,8 @@
"SRT",
"SMI",
"TELETEXT",
"NULL_SOURCE"
"NULL_SOURCE",
"IMSC"
]
},
"ChannelMapping": {
Expand Down Expand Up @@ -1953,6 +1985,10 @@
"CreateJobRequest": {
"type": "structure",
"members": {
"AccelerationSettings": {
"shape": "AccelerationSettings",
"locationName": "accelerationSettings"
},
"BillingTagsSource": {
"shape": "BillingTagsSource",
"locationName": "billingTagsSource"
Expand Down Expand Up @@ -2000,6 +2036,10 @@
"CreateJobTemplateRequest": {
"type": "structure",
"members": {
"AccelerationSettings": {
"shape": "AccelerationSettings",
"locationName": "accelerationSettings"
},
"Category": {
"shape": "__string",
"locationName": "category"
Expand Down Expand Up @@ -2414,6 +2454,10 @@
"shape": "__integerMin96Max600",
"locationName": "fontResolution"
},
"FontScript": {
"shape": "FontScript",
"locationName": "fontScript"
},
"FontSize": {
"shape": "__integerMin0Max96",
"locationName": "fontSize"
Expand Down Expand Up @@ -2736,6 +2780,15 @@
"DISABLED"
]
},
"EmbeddedDestinationSettings": {
"type": "structure",
"members": {
"Destination608ChannelNumber": {
"shape": "__integerMin1Max4",
"locationName": "destination608ChannelNumber"
}
}
},
"EmbeddedSourceSettings": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -2820,6 +2873,14 @@
}
}
},
"FontScript": {
"type": "string",
"enum": [
"AUTOMATIC",
"HANS",
"HANT"
]
},
"ForbiddenException": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -4075,7 +4136,7 @@
"locationName": "denoiseFilter"
},
"FileInput": {
"shape": "__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MM",
"shape": "__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL",
"locationName": "fileInput"
},
"FilterEnable": {
Expand All @@ -4102,6 +4163,10 @@
"shape": "InputPsiControl",
"locationName": "psiControl"
},
"SupplementalImps": {
"shape": "__listOf__stringPatternS3ASSETMAPXml",
"locationName": "supplementalImps"
},
"TimecodeSource": {
"shape": "InputTimecodeSource",
"locationName": "timecodeSource"
Expand Down Expand Up @@ -4305,6 +4370,10 @@
"Job": {
"type": "structure",
"members": {
"AccelerationSettings": {
"shape": "AccelerationSettings",
"locationName": "accelerationSettings"
},
"Arn": {
"shape": "__string",
"locationName": "arn"
Expand Down Expand Up @@ -4417,6 +4486,10 @@
"JobTemplate": {
"type": "structure",
"members": {
"AccelerationSettings": {
"shape": "AccelerationSettings",
"locationName": "accelerationSettings"
},
"Arn": {
"shape": "__string",
"locationName": "arn"
Expand Down Expand Up @@ -4924,6 +4997,13 @@
"EXCLUDE"
]
},
"M2tsForceTsVideoEbpOrder": {
"type": "string",
"enum": [
"FORCE",
"DEFAULT"
]
},
"M2tsNielsenId3": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -5025,6 +5105,10 @@
"shape": "M2tsEsRateInPes",
"locationName": "esRateInPes"
},
"ForceTsVideoEbpOrder": {
"shape": "M2tsForceTsVideoEbpOrder",
"locationName": "forceTsVideoEbpOrder"
},
"FragmentTime": {
"shape": "__doubleMin0",
"locationName": "fragmentTime"
Expand Down Expand Up @@ -6337,7 +6421,7 @@
"type": "structure",
"members": {
"CertificateArn": {
"shape": "__stringPatternArnAwsAcm",
"shape": "__stringPatternArnAwsUsGovAcm",
"locationName": "certificateArn"
},
"ResourceId": {
Expand Down Expand Up @@ -6521,6 +6605,15 @@
"httpStatusCode": 429
}
},
"TrackSourceSettings": {
"type": "structure",
"members": {
"TrackNumber": {
"shape": "__integerMin1Max2147483647",
"locationName": "trackNumber"
}
}
},
"TtmlDestinationSettings": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -6569,6 +6662,10 @@
"UpdateJobTemplateRequest": {
"type": "structure",
"members": {
"AccelerationSettings": {
"shape": "AccelerationSettings",
"locationName": "accelerationSettings"
},
"Category": {
"shape": "__string",
"locationName": "category"
Expand Down Expand Up @@ -7394,6 +7491,12 @@
"shape": "__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"
}
},
"__listOf__stringPatternS3ASSETMAPXml": {
"type": "list",
"member": {
"shape": "__stringPatternS3ASSETMAPXml"
}
},
"__long": {
"type": "long"
},
Expand Down Expand Up @@ -7540,9 +7643,9 @@
"type": "string",
"pattern": "^[A-Za-z0-9]{32}$"
},
"__stringPatternArnAwsAcm": {
"__stringPatternArnAwsUsGovAcm": {
"type": "string",
"pattern": "^arn:aws:acm:"
"pattern": "^arn:aws(-us-gov)?:acm:"
},
"__stringPatternDD": {
"type": "string",
Expand All @@ -7560,14 +7663,18 @@
"type": "string",
"pattern": "^s3:\\/\\/"
},
"__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MM": {
"__stringPatternS3ASSETMAPXml": {
"type": "string",
"pattern": "^(s3:\\/\\/)([^\\/]+\\/)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM])))$"
"pattern": "^s3:\\/\\/.*\\/(ASSETMAP.xml)?$"
},
"__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE": {
"type": "string",
"pattern": "^(s3:\\/\\/)([^\\/]+\\/)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[aA][aA][cC]|[aA][iI][fF][fF]|[mM][pP]2|[aA][cC]3|[eE][cC]3|[dD][tT][sS][eE])))$"
},
"__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL": {
"type": "string",
"pattern": "^(s3:\\/\\/)([^\\/]+\\/)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[xX][mM][lL])))$"
},
"__stringPatternWS": {
"type": "string",
"pattern": "^[\\w\\s]*$"
Expand Down
2 changes: 1 addition & 1 deletion src/data/mediaconvert/2017-08-29/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit be14f8c

Please sign in to comment.