Skip to content

Commit

Permalink
Release v1.36.23 (2021-01-07)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/codepipeline`: Updates service API and documentation
  * Adding cancelled status and summary for executions aborted by pipeline updates.
* `service/devops-guru`: Updates service API and documentation
* `service/mediaconvert`: Updates service API and documentation
  * AWS Elemental MediaConvert SDK has added support for I-Frame-only HLS manifest generation in CMAF outputs.
  • Loading branch information
awssdkgo committed Jan 7, 2021
1 parent e6ca6b6 commit a9c4f8d
Show file tree
Hide file tree
Showing 13 changed files with 749 additions and 45 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.36.23 (2021-01-07)
===

### Service Client Updates
* `service/codepipeline`: Updates service API and documentation
* Adding cancelled status and summary for executions aborted by pipeline updates.
* `service/devops-guru`: Updates service API and documentation
* `service/mediaconvert`: Updates service API and documentation
* AWS Elemental MediaConvert SDK has added support for I-Frame-only HLS manifest generation in CMAF outputs.

Release v1.36.22 (2021-01-06)
===

Expand Down
6 changes: 6 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.36.22"
const SDKVersion = "1.36.23"
4 changes: 4 additions & 0 deletions models/apis/codepipeline/2015-07-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1770,6 +1770,7 @@
"pipelineVersion":{"shape":"PipelineVersion"},
"pipelineExecutionId":{"shape":"PipelineExecutionId"},
"status":{"shape":"PipelineExecutionStatus"},
"statusSummary":{"shape":"PipelineExecutionStatusSummary"},
"artifactRevisions":{"shape":"ArtifactRevisionList"}
}
},
Expand All @@ -1793,6 +1794,7 @@
"PipelineExecutionStatus":{
"type":"string",
"enum":[
"Cancelled",
"InProgress",
"Stopped",
"Stopping",
Expand All @@ -1801,6 +1803,7 @@
"Failed"
]
},
"PipelineExecutionStatusSummary":{"type":"string"},
"PipelineExecutionSummary":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2167,6 +2170,7 @@
"StageExecutionStatus":{
"type":"string",
"enum":[
"Cancelled",
"InProgress",
"Failed",
"Stopped",
Expand Down
10 changes: 8 additions & 2 deletions models/apis/codepipeline/2015-07-09/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1159,10 +1159,16 @@
"PipelineExecutionStatus": {
"base": null,
"refs": {
"PipelineExecution$status": "<p>The status of the pipeline execution.</p> <ul> <li> <p>InProgress: The pipeline execution is currently running.</p> </li> <li> <p>Stopped: The pipeline execution was manually stopped. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped\">Stopped Executions</a>.</p> </li> <li> <p>Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped\">Stopped Executions</a>.</p> </li> <li> <p>Succeeded: The pipeline execution was completed successfully. </p> </li> <li> <p>Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-superseded\">Superseded Executions</a>.</p> </li> <li> <p>Failed: The pipeline execution was not completed successfully.</p> </li> </ul>",
"PipelineExecution$status": "<p>The status of the pipeline execution.</p> <ul> <li> <p>Cancelled: The pipeline’s definition was updated before the pipeline execution could be completed.</p> </li> <li> <p>InProgress: The pipeline execution is currently running.</p> </li> <li> <p>Stopped: The pipeline execution was manually stopped. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped\">Stopped Executions</a>.</p> </li> <li> <p>Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped\">Stopped Executions</a>.</p> </li> <li> <p>Succeeded: The pipeline execution was completed successfully. </p> </li> <li> <p>Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-superseded\">Superseded Executions</a>.</p> </li> <li> <p>Failed: The pipeline execution was not completed successfully.</p> </li> </ul>",
"PipelineExecutionSummary$status": "<p>The status of the pipeline execution.</p> <ul> <li> <p>InProgress: The pipeline execution is currently running.</p> </li> <li> <p>Stopped: The pipeline execution was manually stopped. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped\">Stopped Executions</a>.</p> </li> <li> <p>Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped\">Stopped Executions</a>.</p> </li> <li> <p>Succeeded: The pipeline execution was completed successfully. </p> </li> <li> <p>Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-superseded\">Superseded Executions</a>.</p> </li> <li> <p>Failed: The pipeline execution was not completed successfully.</p> </li> </ul>"
}
},
"PipelineExecutionStatusSummary": {
"base": null,
"refs": {
"PipelineExecution$statusSummary": "<p>A summary that contains a description of the pipeline execution status.</p>"
}
},
"PipelineExecutionSummary": {
"base": "<p>Summary information about a pipeline execution.</p>",
"refs": {
Expand Down Expand Up @@ -1492,7 +1498,7 @@
"StageExecutionStatus": {
"base": null,
"refs": {
"StageExecution$status": "<p>The status of the stage, or for a completed stage, the last status of the stage.</p>"
"StageExecution$status": "<p>The status of the stage, or for a completed stage, the last status of the stage.</p> <note> <p>A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.</p> </note>"
}
},
"StageName": {
Expand Down
7 changes: 5 additions & 2 deletions models/apis/devops-guru/2020-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -476,12 +476,14 @@
"required":[
"OpenReactiveInsights",
"OpenProactiveInsights",
"MetricsAnalyzed"
"MetricsAnalyzed",
"ResourceHours"
],
"members":{
"OpenReactiveInsights":{"shape":"NumOpenReactiveInsights"},
"OpenProactiveInsights":{"shape":"NumOpenProactiveInsights"},
"MetricsAnalyzed":{"shape":"NumMetricsAnalyzed"}
"MetricsAnalyzed":{"shape":"NumMetricsAnalyzed"},
"ResourceHours":{"shape":"ResourceHours"}
}
},
"DescribeAccountOverviewRequest":{
Expand Down Expand Up @@ -1245,6 +1247,7 @@
"type":"string",
"enum":["AWS_CLOUD_FORMATION"]
},
"ResourceHours":{"type":"long"},
"ResourceIdString":{"type":"string"},
"ResourceIdType":{"type":"string"},
"ResourceNotFoundException":{
Expand Down
8 changes: 7 additions & 1 deletion models/apis/devops-guru/2020-12-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
}
},
"CloudWatchMetricsDimension": {
"base": "<p> The dimension of a Amazon CloudWatch metric that is used when DevOps Guru analyzes the resources in your account for operational problems and anomalous behaviour. A dimension is a name/value pair that is part of the identity of a metric. A metric can have up to 10 dimensions. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Dimension\">Dimensions</a> in the <i>Amazon CloudWatch User Guide</i>. </p>",
"base": "<p> The dimension of a Amazon CloudWatch metric that is used when DevOps Guru analyzes the resources in your account for operational problems and anomalous behavior. A dimension is a name/value pair that is part of the identity of a metric. A metric can have up to 10 dimensions. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Dimension\">Dimensions</a> in the <i>Amazon CloudWatch User Guide</i>. </p>",
"refs": {
"CloudWatchMetricsDimensions$member": null
}
Expand Down Expand Up @@ -938,6 +938,12 @@
"GetResourceCollectionRequest$ResourceCollectionType": "<p> The type of AWS resource collections to return. The one valid value is <code>CLOUD_FORMATION</code> for AWS CloudFormation stacks. </p>"
}
},
"ResourceHours": {
"base": null,
"refs": {
"DescribeAccountHealthResponse$ResourceHours": "<p>The number of Amazon DevOps Guru resource analysis hours billed to the current AWS account in the last hour. </p>"
}
},
"ResourceIdString": {
"base": null,
"refs": {
Expand Down
113 changes: 112 additions & 1 deletion models/apis/mediaconvert/2017-08-29/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,8 @@
"enum": [
"CLASS_50",
"CLASS_100",
"CLASS_200"
"CLASS_200",
"CLASS_4K_2K"
]
},
"AvcIntraFramerateControl": {
Expand Down Expand Up @@ -1614,13 +1615,24 @@
"FOLLOW_BOTTOM_FIELD"
]
},
"AvcIntraScanTypeConversionMode": {
"type": "string",
"enum": [
"INTERLACED",
"INTERLACED_OPTIMIZE"
]
},
"AvcIntraSettings": {
"type": "structure",
"members": {
"AvcIntraClass": {
"shape": "AvcIntraClass",
"locationName": "avcIntraClass"
},
"AvcIntraUhdSettings": {
"shape": "AvcIntraUhdSettings",
"locationName": "avcIntraUhdSettings"
},
"FramerateControl": {
"shape": "AvcIntraFramerateControl",
"locationName": "framerateControl"
Expand All @@ -1641,6 +1653,10 @@
"shape": "AvcIntraInterlaceMode",
"locationName": "interlaceMode"
},
"ScanTypeConversionMode": {
"shape": "AvcIntraScanTypeConversionMode",
"locationName": "scanTypeConversionMode"
},
"SlowPal": {
"shape": "AvcIntraSlowPal",
"locationName": "slowPal"
Expand All @@ -1665,6 +1681,22 @@
"HARD"
]
},
"AvcIntraUhdQualityTuningLevel": {
"type": "string",
"enum": [
"SINGLE_PASS",
"MULTI_PASS"
]
},
"AvcIntraUhdSettings": {
"type": "structure",
"members": {
"QualityTuningLevel": {
"shape": "AvcIntraUhdQualityTuningLevel",
"locationName": "qualityTuningLevel"
}
}
},
"BadRequestException": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -2240,6 +2272,13 @@
"MATCH_VIDEO_DURATION"
]
},
"CmfcIFrameOnlyManifest": {
"type": "string",
"enum": [
"INCLUDE",
"EXCLUDE"
]
},
"CmfcScte35Esam": {
"type": "string",
"enum": [
Expand All @@ -2261,6 +2300,10 @@
"shape": "CmfcAudioDuration",
"locationName": "audioDuration"
},
"IFrameOnlyManifest": {
"shape": "CmfcIFrameOnlyManifest",
"locationName": "iFrameOnlyManifest"
},
"Scte35Esam": {
"shape": "CmfcScte35Esam",
"locationName": "scte35Esam"
Expand Down Expand Up @@ -3929,6 +3972,13 @@
"ENABLED"
]
},
"H264ScanTypeConversionMode": {
"type": "string",
"enum": [
"INTERLACED",
"INTERLACED_OPTIMIZE"
]
},
"H264SceneChangeDetect": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -4060,6 +4110,10 @@
"shape": "H264RepeatPps",
"locationName": "repeatPps"
},
"ScanTypeConversionMode": {
"shape": "H264ScanTypeConversionMode",
"locationName": "scanTypeConversionMode"
},
"SceneChangeDetect": {
"shape": "H264SceneChangeDetect",
"locationName": "sceneChangeDetect"
Expand Down Expand Up @@ -4292,6 +4346,13 @@
"OFF"
]
},
"H265ScanTypeConversionMode": {
"type": "string",
"enum": [
"INTERLACED",
"INTERLACED_OPTIMIZE"
]
},
"H265SceneChangeDetect": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -4419,6 +4480,10 @@
"shape": "H265SampleAdaptiveOffsetFilterMode",
"locationName": "sampleAdaptiveOffsetFilterMode"
},
"ScanTypeConversionMode": {
"shape": "H265ScanTypeConversionMode",
"locationName": "scanTypeConversionMode"
},
"SceneChangeDetect": {
"shape": "H265SceneChangeDetect",
"locationName": "sceneChangeDetect"
Expand Down Expand Up @@ -6709,6 +6774,13 @@
"CBR"
]
},
"Mpeg2ScanTypeConversionMode": {
"type": "string",
"enum": [
"INTERLACED",
"INTERLACED_OPTIMIZE"
]
},
"Mpeg2SceneChangeDetect": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -6815,6 +6887,10 @@
"shape": "Mpeg2RateControlMode",
"locationName": "rateControlMode"
},
"ScanTypeConversionMode": {
"shape": "Mpeg2ScanTypeConversionMode",
"locationName": "scanTypeConversionMode"
},
"SceneChangeDetect": {
"shape": "Mpeg2SceneChangeDetect",
"locationName": "sceneChangeDetect"
Expand Down Expand Up @@ -7252,6 +7328,10 @@
"InputChannels": {
"shape": "__listOf__integerMinNegative60Max6",
"locationName": "inputChannels"
},
"InputChannelsFineTune": {
"shape": "__listOf__doubleMinNegative60Max6",
"locationName": "inputChannelsFineTune"
}
}
},
Expand Down Expand Up @@ -7486,6 +7566,13 @@
"SPECIFIED"
]
},
"ProresScanTypeConversionMode": {
"type": "string",
"enum": [
"INTERLACED",
"INTERLACED_OPTIMIZE"
]
},
"ProresSettings": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -7525,6 +7612,10 @@
"shape": "__integerMin1Max2147483647",
"locationName": "parNumerator"
},
"ScanTypeConversionMode": {
"shape": "ProresScanTypeConversionMode",
"locationName": "scanTypeConversionMode"
},
"SlowPal": {
"shape": "ProresSlowPal",
"locationName": "slowPal"
Expand Down Expand Up @@ -8293,6 +8384,13 @@
"PROGRESSIVE"
]
},
"Vc3ScanTypeConversionMode": {
"type": "string",
"enum": [
"INTERLACED",
"INTERLACED_OPTIMIZE"
]
},
"Vc3Settings": {
"type": "structure",
"members": {
Expand All @@ -8316,6 +8414,10 @@
"shape": "Vc3InterlaceMode",
"locationName": "interlaceMode"
},
"ScanTypeConversionMode": {
"shape": "Vc3ScanTypeConversionMode",
"locationName": "scanTypeConversionMode"
},
"SlowPal": {
"shape": "Vc3SlowPal",
"locationName": "slowPal"
Expand Down Expand Up @@ -8819,6 +8921,9 @@
"__doubleMinNegative60Max3": {
"type": "double"
},
"__doubleMinNegative60Max6": {
"type": "double"
},
"__doubleMinNegative60MaxNegative1": {
"type": "double"
},
Expand Down Expand Up @@ -9415,6 +9520,12 @@
"shape": "TeletextPageType"
}
},
"__listOf__doubleMinNegative60Max6": {
"type": "list",
"member": {
"shape": "__doubleMinNegative60Max6"
}
},
"__listOf__integerMin1Max2147483647": {
"type": "list",
"member": {
Expand Down

0 comments on commit a9c4f8d

Please sign in to comment.