Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Mar 3, 2023
1 parent 1fb4d3a commit 0c23447
Show file tree
Hide file tree
Showing 21 changed files with 1,938 additions and 3,253 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-dynamodb-20270.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``dynamodb``",
"description": "Documentation updates for DynamoDB."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ec2-10440.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ec2``",
"description": "This release adds support for a new boot mode for EC2 instances called 'UEFI Preferred'."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-macie2-70618.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``macie2``",
"description": "Documentation updates for Amazon Macie"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-mediaconvert-46951.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``mediaconvert``",
"description": "The AWS Elemental MediaConvert SDK has improved handling for different input and output color space combinations."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-medialive-96457.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``medialive``",
"description": "AWS Elemental MediaLive adds support for Nielsen watermark timezones."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-transcribe-78872.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``transcribe``",
"description": "Amazon Transcribe now supports role access for these API operations: CreateVocabulary, UpdateVocabulary, CreateVocabularyFilter, and UpdateVocabularyFilter."
}
468 changes: 253 additions & 215 deletions botocore/data/dynamodb/2012-08-10/endpoint-rule-set-1.json

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions botocore/data/dynamodb/2012-08-10/service-2.json

Large diffs are not rendered by default.

24 changes: 17 additions & 7 deletions botocore/data/ec2/2016-11-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8967,7 +8967,8 @@
"type":"string",
"enum":[
"legacy-bios",
"uefi"
"uefi",
"uefi-preferred"
]
},
"BoxedDouble":{"type":"double"},
Expand Down Expand Up @@ -11789,10 +11790,7 @@
},
"CreateCustomerGatewayRequest":{
"type":"structure",
"required":[
"BgpAsn",
"Type"
],
"required":["Type"],
"members":{
"BgpAsn":{
"shape":"Integer",
Expand Down Expand Up @@ -32390,7 +32388,7 @@
},
"BootMode":{
"shape":"BootModeValues",
"documentation":"<p>The boot mode of the instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html\">Boot modes</a> in the <i>Amazon EC2 User Guide</i>.</p>",
"documentation":"<p>The boot mode that was specified by the AMI. If the value is <code>uefi-preferred</code>, the AMI supports both UEFI and Legacy BIOS. The <code>currentInstanceBootMode</code> parameter is the boot mode that is used to boot the instance at launch or start.</p> <note> <p>The operating system contained in the AMI must be configured to support the specified boot mode.</p> </note> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html\">Boot modes</a> in the <i>Amazon EC2 User Guide</i>.</p>",
"locationName":"bootMode"
},
"PlatformDetails":{
Expand Down Expand Up @@ -32427,6 +32425,11 @@
"shape":"InstanceMaintenanceOptions",
"documentation":"<p>Provides information on the recovery and maintenance options of your instance.</p>",
"locationName":"maintenanceOptions"
},
"CurrentInstanceBootMode":{
"shape":"InstanceBootModeValues",
"documentation":"<p>The boot mode that is used to boot the instance at launch or start. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html\">Boot modes</a> in the <i>Amazon EC2 User Guide</i>.</p>",
"locationName":"currentInstanceBootMode"
}
},
"documentation":"<p>Describes an instance.</p>"
Expand Down Expand Up @@ -32606,6 +32609,13 @@
"locationName":"item"
}
},
"InstanceBootModeValues":{
"type":"string",
"enum":[
"legacy-bios",
"uefi"
]
},
"InstanceCapacity":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -45137,7 +45147,7 @@
},
"BootMode":{
"shape":"BootModeValues",
"documentation":"<p>The boot mode of the AMI. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html\">Boot modes</a> in the <i>Amazon EC2 User Guide</i>.</p>"
"documentation":"<p>The boot mode of the AMI. A value of <code>uefi-preferred</code> indicates that the AMI supports both UEFI and Legacy BIOS.</p> <note> <p>The operating system contained in the AMI must be configured to support the specified boot mode.</p> </note> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html\">Boot modes</a> in the <i>Amazon EC2 User Guide</i>.</p>"
},
"TpmSupport":{
"shape":"TpmSupportValues",
Expand Down
46 changes: 23 additions & 23 deletions botocore/data/macie2/2020-01-01/service-2.json

Large diffs are not rendered by default.

22 changes: 12 additions & 10 deletions botocore/data/mediaconvert/2017-08-29/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2305,10 +2305,10 @@
"Strength": {
"shape": "BandwidthReductionFilterStrength",
"locationName": "strength",
"documentation": "Specify the strength of the Bandwidth reduction filter. For most workflows, we recommend that you choose Auto. Your output bandwidth will be reduced by at least 8 percent with no perceptual decrease in video quality. If your output bandwidth isn't constrained, set Filter strength to Low or Medium. Low results in minimal to no impact in perceptual quality. For more bandwidth reduction, choose High. The filter helps equalize quality between all scenes and increases video softness. We recommend that you choose High for low bitrate outputs."
"documentation": "Specify the strength of the Bandwidth reduction filter. For most workflows, we recommend that you choose Auto to reduce the bandwidth of your output with little to no perceptual decrease in video quality. For high quality and high bitrate outputs, choose Low. For the most bandwidth reduction, choose High. We recommend that you choose High for low bitrate outputs. Note that High may incur a slight increase in the softness of your output."
}
},
"documentation": "The Bandwidth reduction filter increases the video quality of your output relative to its bitrate. Use to lower the bitrate of your constant quality QVBR output, with little or no perceptual decrease in quality. Or, use to increase the video quality of outputs with other rate control modes relative to the bitrate that you specify. Bandwidth reduction increases further when your input is low quality or noisy.Outputs that use this feature incur pro-tier pricing.When you include Bandwidth reduction filter, you cannot include the Noise reducer preprocessor."
"documentation": "The Bandwidth reduction filter increases the video quality of your output relative to its bitrate. Use to lower the bitrate of your constant quality QVBR output, with little or no perceptual decrease in quality. Or, use to increase the video quality of outputs with other rate control modes relative to the bitrate that you specify. Bandwidth reduction increases further when your input is low quality or noisy. Outputs that use this feature incur pro-tier pricing. When you include Bandwidth reduction filter, you cannot include the Noise reducer preprocessor."
},
"BandwidthReductionFilterSharpening": {
"type": "string",
Expand All @@ -2322,7 +2322,7 @@
},
"BandwidthReductionFilterStrength": {
"type": "string",
"documentation": "Specify the strength of the Bandwidth reduction filter. For most workflows, we recommend that you choose Auto. Your output bandwidth will be reduced by at least 8 percent with no perceptual decrease in video quality. If your output bandwidth isn't constrained, set Filter strength to Low or Medium. Low results in minimal to no impact in perceptual quality. For more bandwidth reduction, choose High. The filter helps equalize quality between all scenes and increases video softness. We recommend that you choose High for low bitrate outputs.",
"documentation": "Specify the strength of the Bandwidth reduction filter. For most workflows, we recommend that you choose Auto to reduce the bandwidth of your output with little to no perceptual decrease in video quality. For high quality and high bitrate outputs, choose Low. For the most bandwidth reduction, choose High. We recommend that you choose High for low bitrate outputs. Note that High may incur a slight increase in the softness of your output.",
"enum": [
"LOW",
"MEDIUM",
Expand Down Expand Up @@ -3398,7 +3398,7 @@
"ColorSpaceConversion": {
"shape": "ColorSpaceConversion",
"locationName": "colorSpaceConversion",
"documentation": "Specify the color space you want for this output. The service supports conversion between HDR formats, between SDR formats, from SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't upgrade the dynamic range. The converted video has an HDR format, but visually appears the same as an unconverted output. HDR to SDR conversion uses Elemental tone mapping technology to approximate the outcome of manually regrading from HDR to SDR. Select Force P3D65 (SDR) to set the output color space metadata to the following: * Color primaries: Display P3 * Transfer characteristics: SMPTE 428M * Matrix coefficients: BT.709"
"documentation": "Specify the color space you want for this output. The service supports conversion between HDR formats, between SDR formats, from SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't upgrade the dynamic range. The converted video has an HDR format, but visually appears the same as an unconverted output. HDR to SDR conversion uses tone mapping to approximate the outcome of manually regrading from HDR to SDR. When you specify an output color space, MediaConvert uses the following color space metadata, which includes color primaries, transfer characteristics, and matrix coefficients:\n * HDR 10: BT.2020, PQ, BT.2020 non-constant\n * HLG 2020: BT.2020, HLG, BT.2020 non-constant\n * P3DCI (Theater): DCIP3, SMPTE 428M, BT.709\n * P3D65 (SDR): Display P3, sRGB, BT.709\n * P3D65 (HDR): Display P3, PQ, BT.709"
},
"Contrast": {
"shape": "__integerMin1Max100",
Expand Down Expand Up @@ -3448,28 +3448,30 @@
},
"ColorSpace": {
"type": "string",
"documentation": "If your input video has accurate color space metadata, or if you don't know about color space, leave this set to the default value Follow. The service will automatically detect your input color space. If your input video has metadata indicating the wrong color space, specify the accurate color space here. If your input video is HDR 10 and the SMPTE ST 2086 Mastering Display Color Volume static metadata isn't present in your video stream, or if that metadata is present but not accurate, choose Force HDR 10 here and specify correct values in the input HDR 10 metadata settings. For more information about MediaConvert HDR jobs, see https://docs.aws.amazon.com/console/mediaconvert/hdr. Select P3D65 (SDR) to set the input color space metadata to the following:\n * Color primaries: Display P3\n * Transfer characteristics: SMPTE 428M\n * Matrix coefficients: BT.709",
"documentation": "If your input video has accurate color space metadata, or if you don't know about color space: Keep the default value, Follow. MediaConvert will automatically detect your input color space. If your input video has metadata indicating the wrong color space, or has missing metadata: Specify the accurate color space here. If your input video is HDR 10 and the SMPTE ST 2086 Mastering Display Color Volume static metadata isn't present in your video stream, or if that metadata is present but not accurate: Choose Force HDR 10. Specify correct values in the input HDR 10 metadata settings. For more information about HDR jobs, see https://docs.aws.amazon.com/console/mediaconvert/hdr. When you specify an input color space, MediaConvert uses the following color space metadata, which includes color primaries, transfer characteristics, and matrix coefficients:\n * HDR 10: BT.2020, PQ, BT.2020 non-constant\n * HLG 2020: BT.2020, HLG, BT.2020 non-constant\n * P3DCI (Theater): DCIP3, SMPTE 428M, BT.709\n * P3D65 (SDR): Display P3, sRGB, BT.709\n * P3D65 (HDR): Display P3, PQ, BT.709",
"enum": [
"FOLLOW",
"REC_601",
"REC_709",
"HDR10",
"HLG_2020",
"P3DCI",
"P3D65_SDR"
"P3D65_SDR",
"P3D65_HDR"
]
},
"ColorSpaceConversion": {
"type": "string",
"documentation": "Specify the color space you want for this output. The service supports conversion between HDR formats, between SDR formats, from SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't upgrade the dynamic range. The converted video has an HDR format, but visually appears the same as an unconverted output. HDR to SDR conversion uses Elemental tone mapping technology to approximate the outcome of manually regrading from HDR to SDR. Select Force P3D65 (SDR) to set the output color space metadata to the following: * Color primaries: Display P3 * Transfer characteristics: SMPTE 428M * Matrix coefficients: BT.709",
"documentation": "Specify the color space you want for this output. The service supports conversion between HDR formats, between SDR formats, from SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't upgrade the dynamic range. The converted video has an HDR format, but visually appears the same as an unconverted output. HDR to SDR conversion uses tone mapping to approximate the outcome of manually regrading from HDR to SDR. When you specify an output color space, MediaConvert uses the following color space metadata, which includes color primaries, transfer characteristics, and matrix coefficients:\n * HDR 10: BT.2020, PQ, BT.2020 non-constant\n * HLG 2020: BT.2020, HLG, BT.2020 non-constant\n * P3DCI (Theater): DCIP3, SMPTE 428M, BT.709\n * P3D65 (SDR): Display P3, sRGB, BT.709\n * P3D65 (HDR): Display P3, PQ, BT.709",
"enum": [
"NONE",
"FORCE_601",
"FORCE_709",
"FORCE_HDR10",
"FORCE_HLG_2020",
"FORCE_P3DCI",
"FORCE_P3D65_SDR"
"FORCE_P3D65_SDR",
"FORCE_P3D65_HDR"
]
},
"ColorSpaceUsage": {
Expand Down Expand Up @@ -5738,7 +5740,7 @@
"BandwidthReductionFilter": {
"shape": "BandwidthReductionFilter",
"locationName": "bandwidthReductionFilter",
"documentation": "The Bandwidth reduction filter increases the video quality of your output relative to its bitrate. Use to lower the bitrate of your constant quality QVBR output, with little or no perceptual decrease in quality. Or, use to increase the video quality of outputs with other rate control modes relative to the bitrate that you specify. Bandwidth reduction increases further when your input is low quality or noisy.Outputs that use this feature incur pro-tier pricing.When you include Bandwidth reduction filter, you cannot include the Noise reducer preprocessor."
"documentation": "The Bandwidth reduction filter increases the video quality of your output relative to its bitrate. Use to lower the bitrate of your constant quality QVBR output, with little or no perceptual decrease in quality. Or, use to increase the video quality of outputs with other rate control modes relative to the bitrate that you specify. Bandwidth reduction increases further when your input is low quality or noisy. Outputs that use this feature incur pro-tier pricing. When you include Bandwidth reduction filter, you cannot include the Noise reducer preprocessor."
},
"Bitrate": {
"shape": "__integerMin1000Max1152000000",
Expand Down Expand Up @@ -11929,7 +11931,7 @@
"ColorSpace": {
"shape": "ColorSpace",
"locationName": "colorSpace",
"documentation": "If your input video has accurate color space metadata, or if you don't know about color space, leave this set to the default value Follow. The service will automatically detect your input color space. If your input video has metadata indicating the wrong color space, specify the accurate color space here. If your input video is HDR 10 and the SMPTE ST 2086 Mastering Display Color Volume static metadata isn't present in your video stream, or if that metadata is present but not accurate, choose Force HDR 10 here and specify correct values in the input HDR 10 metadata settings. For more information about MediaConvert HDR jobs, see https://docs.aws.amazon.com/console/mediaconvert/hdr. Select P3D65 (SDR) to set the input color space metadata to the following:\n * Color primaries: Display P3\n * Transfer characteristics: SMPTE 428M\n * Matrix coefficients: BT.709"
"documentation": "If your input video has accurate color space metadata, or if you don't know about color space: Keep the default value, Follow. MediaConvert will automatically detect your input color space. If your input video has metadata indicating the wrong color space, or has missing metadata: Specify the accurate color space here. If your input video is HDR 10 and the SMPTE ST 2086 Mastering Display Color Volume static metadata isn't present in your video stream, or if that metadata is present but not accurate: Choose Force HDR 10. Specify correct values in the input HDR 10 metadata settings. For more information about HDR jobs, see https://docs.aws.amazon.com/console/mediaconvert/hdr. When you specify an input color space, MediaConvert uses the following color space metadata, which includes color primaries, transfer characteristics, and matrix coefficients:\n * HDR 10: BT.2020, PQ, BT.2020 non-constant\n * HLG 2020: BT.2020, HLG, BT.2020 non-constant\n * P3DCI (Theater): DCIP3, SMPTE 428M, BT.709\n * P3D65 (SDR): Display P3, sRGB, BT.709\n * P3D65 (HDR): Display P3, PQ, BT.709"
},
"ColorSpaceUsage": {
"shape": "ColorSpaceUsage",
Expand Down

0 comments on commit 0c23447

Please sign in to comment.