Skip to content

Commit 827ce3e

Browse files
Update to latest models
1 parent 62dff9f commit 827ce3e

File tree

13 files changed

+305
-28
lines changed

13 files changed

+305
-28
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``auditmanager``",
4+
"description": "Updated error handling for RegisterOrganizationAdminAccount API to properly translate TooManyExceptions to HTTP 429 status code. This enhancement improves error handling consistency and provides clearer feedback when request limits are exceeded."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``logs``",
4+
"description": "CloudWatchLogs launches GetLogObject API with streaming support for efficient log data retrieval. Logs added support for new AccountPolicy type METRIC_EXTRACTION_POLICY. For more information, see CloudWatch Logs API documentation"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``mediaconvert``",
4+
"description": "This release adds support for TAMS server integration with MediaConvert inputs."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``outposts``",
4+
"description": "Add AWS Outposts API to surface customer billing information"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``sesv2``",
4+
"description": "Added IP Visibility support for managed dedicated pools. Enhanced GetDedicatedIp and GetDedicatedIps APIs to return managed IP addresses."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``ssm``",
4+
"description": "July 2025 doc-only updates for Systems Manager."
5+
}

awscli/botocore/data/auditmanager/2017-07-25/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,8 @@
799799
{"shape":"ValidationException"},
800800
{"shape":"AccessDeniedException"},
801801
{"shape":"InternalServerException"},
802-
{"shape":"ResourceNotFoundException"}
802+
{"shape":"ResourceNotFoundException"},
803+
{"shape":"ThrottlingException"}
803804
],
804805
"documentation":"<p> Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager. </p>"
805806
},

awscli/botocore/data/logs/2014-03-28/service-2.json

Lines changed: 79 additions & 4 deletions
Large diffs are not rendered by default.

awscli/botocore/data/mediaconvert/2017-08-29/service-2.json

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8023,7 +8023,7 @@
80238023
"FileInput": {
80248024
"shape": "__stringMax2048PatternS3Https",
80258025
"locationName": "fileInput",
8026-
"documentation": "Specify the source file for your transcoding job. You can use multiple inputs in a single job. The service concatenates these inputs, in the order that you specify them in the job, to create the outputs. If your input format is IMF, specify your input by providing the path to your CPL. For example, \"s3://bucket/vf/cpl.xml\". If the CPL is in an incomplete IMP, make sure to use *Supplemental IMPs* to specify any supplemental IMPs that contain assets referenced by the CPL."
8026+
"documentation": "Specify the source file for your transcoding job. You can use multiple inputs in a single job. The service concatenates these inputs, in the order that you specify them in the job, to create the outputs. For standard inputs, provide the path to your S3, HTTP, or HTTPS source file. For example, s3://amzn-s3-demo-bucket/input.mp4 for an Amazon S3 input or https://example.com/input.mp4 for an HTTPS input. For TAMS inputs, specify the HTTPS endpoint of your TAMS server. For example, https://tams-server.example.com . When you do, also specify Source ID, Timerange, GAP handling, and the Authorization connection ARN under TAMS settings. (Don't include these parameters in the Input file URL.) For IMF inputs, specify your input by providing the path to your CPL. For example, s3://amzn-s3-demo-bucket/vf/cpl.xml . If the CPL is in an incomplete IMP, make sure to use Supplemental IMPsto specify any supplemental IMPs that contain assets referenced by the CPL."
80278027
},
80288028
"FilterEnable": {
80298029
"shape": "InputFilterEnable",
@@ -8070,6 +8070,11 @@
80708070
"locationName": "supplementalImps",
80718071
"documentation": "Provide a list of any necessary supplemental IMPs. You need supplemental IMPs if the CPL that you're using for your input is in an incomplete IMP. Specify either the supplemental IMP directories with a trailing slash or the ASSETMAP.xml files. For example [\"s3://bucket/ov/\", \"s3://bucket/vf2/ASSETMAP.xml\"]. You don't need to specify the IMP that contains your input CPL, because the service automatically detects it."
80728072
},
8073+
"TamsSettings": {
8074+
"shape": "InputTamsSettings",
8075+
"locationName": "tamsSettings",
8076+
"documentation": "Specify a Time Addressable Media Store (TAMS) server as an input source. TAMS is an open-source API specification that provides access to time-segmented media content. Use TAMS to retrieve specific time ranges from live or archived media streams. When you specify TAMS settings, MediaConvert connects to your TAMS server, retrieves the media segments for your specified time range, and processes them as a single input. This enables workflows like extracting clips from live streams or processing specific portions of archived content. To use TAMS, you must: 1. Have access to a TAMS-compliant server 2. Specify the server URL in the Input file URL field 3. Provide the required SourceId and Timerange parameters 4. Configure authentication, if your TAMS server requires it"
8077+
},
80738078
"TimecodeSource": {
80748079
"shape": "InputTimecodeSource",
80758080
"locationName": "timecodeSource",
@@ -8209,6 +8214,32 @@
82098214
"PSF"
82108215
]
82118216
},
8217+
"InputTamsSettings": {
8218+
"type": "structure",
8219+
"members": {
8220+
"AuthConnectionArn": {
8221+
"shape": "__stringPatternArnAwsAZ09EventsAZ090912ConnectionAZAZ09AF0936",
8222+
"locationName": "authConnectionArn",
8223+
"documentation": "Specify the ARN (Amazon Resource Name) of an EventBridge Connection to authenticate with your TAMS server. The EventBridge Connection stores your authentication credentials securely. MediaConvert assumes your job's IAM role to access this connection, so ensure the role has the events:RetrieveConnectionCredentials, secretsmanager:DescribeSecret, and secretsmanager:GetSecretValue permissions. Format: arn:aws:events:region:account-id:connection/connection-name/unique-id"
8224+
},
8225+
"GapHandling": {
8226+
"shape": "TamsGapHandling",
8227+
"locationName": "gapHandling",
8228+
"documentation": "Specify how MediaConvert handles gaps between media segments in your TAMS source. Gaps can occur in live streams due to network issues or other interruptions. Choose from the following options: * Skip gaps - Default. Skip over gaps and join segments together. This creates a continuous output with no blank frames, but may cause timeline discontinuities. * Fill with black - Insert black frames to fill gaps between segments. This maintains timeline continuity but adds black frames where content is missing. * Hold last frame - Repeat the last frame before a gap until the next segment begins. This maintains visual continuity during gaps."
8229+
},
8230+
"SourceId": {
8231+
"shape": "__string",
8232+
"locationName": "sourceId",
8233+
"documentation": "Specify the unique identifier for the media source in your TAMS server. MediaConvert uses this source ID to locate the appropriate flows containing the media segments you want to process. The source ID corresponds to a specific media source registered in your TAMS server. This source must be of type urn:x-nmos:format:multi, and can can reference multiple flows for audio, video, or combined audio/video content. MediaConvert automatically selects the highest quality flows available for your job. This setting is required when include TAMS settings in your job."
8234+
},
8235+
"Timerange": {
8236+
"shape": "__stringPattern019090190908019090190908",
8237+
"locationName": "timerange",
8238+
"documentation": "Specify the time range of media segments to retrieve from your TAMS server. MediaConvert fetches only the segments that fall within this range. Use the format specified by your TAMS server implementation. This must be two timestamp values with the format {sign?}{seconds}:{nanoseconds}, separated by an underscore, surrounded by either parentheses or square brackets. Example: [15:0_35:0) This setting is required when include TAMS settings in your job."
8239+
}
8240+
},
8241+
"documentation": "Specify a Time Addressable Media Store (TAMS) server as an input source. TAMS is an open-source API specification that provides access to time-segmented media content. Use TAMS to retrieve specific time ranges from live or archived media streams. When you specify TAMS settings, MediaConvert connects to your TAMS server, retrieves the media segments for your specified time range, and processes them as a single input. This enables workflows like extracting clips from live streams or processing specific portions of archived content. To use TAMS, you must: 1. Have access to a TAMS-compliant server 2. Specify the server URL in the Input file URL field 3. Provide the required SourceId and Timerange parameters 4. Configure authentication, if your TAMS server requires it"
8242+
},
82128243
"InputTemplate": {
82138244
"type": "structure",
82148245
"members": {
@@ -12494,6 +12525,15 @@
1249412525
"type": "structure",
1249512526
"members": {}
1249612527
},
12528+
"TamsGapHandling": {
12529+
"type": "string",
12530+
"documentation": "Specify how MediaConvert handles gaps between media segments in your TAMS source. Gaps can occur in live streams due to network issues or other interruptions. Choose from the following options: * Skip gaps - Default. Skip over gaps and join segments together. This creates a continuous output with no blank frames, but may cause timeline discontinuities. * Fill with black - Insert black frames to fill gaps between segments. This maintains timeline continuity but adds black frames where content is missing. * Hold last frame - Repeat the last frame before a gap until the next segment begins. This maintains visual continuity during gaps.",
12531+
"enum": [
12532+
"SKIP_GAPS",
12533+
"FILL_WITH_BLACK",
12534+
"HOLD_LAST_FRAME"
12535+
]
12536+
},
1249712537
"TeletextDestinationSettings": {
1249812538
"type": "structure",
1249912539
"members": {
@@ -13454,7 +13494,7 @@
1345413494
"Height": {
1345513495
"shape": "__integerMin0Max2147483647",
1345613496
"locationName": "height",
13457-
"documentation": "Specify the height of the video overlay cropping rectangle. To use the same height as your overlay input video: Keep blank, or enter 0. To specify a different height for the cropping rectangle: Enter an integer representing the Unit type that you choose, either Pixels or Percentage. For example, when you enter 100 and choose Pixels, the cropping rectangle will 100 pixels high. When you enter 10, choose Percentage, and your overlay input video is 1920x1080, the cropping rectangle will be 108 pixels high."
13497+
"documentation": "Specify the height of the video overlay cropping rectangle. To use the same height as your overlay input video: Keep blank, or enter 0. To specify a different height for the cropping rectangle: Enter an integer representing the Unit type that you choose, either Pixels or Percentage. For example, when you enter 100 and choose Pixels, the cropping rectangle will be 100 pixels high. When you enter 10, choose Percentage, and your overlay input video is 1920x1080, the cropping rectangle will be 108 pixels high."
1345813498
},
1345913499
"Unit": {
1346013500
"shape": "VideoOverlayUnit",
@@ -13464,7 +13504,7 @@
1346413504
"Width": {
1346513505
"shape": "__integerMin0Max2147483647",
1346613506
"locationName": "width",
13467-
"documentation": "Specify the width of the video overlay cropping rectangle. To use the same width as your overlay input video: Keep blank, or enter 0. To specify a different width for the cropping rectangle: Enter an integer representing the Unit type that you choose, either Pixels or Percentage. For example, when you enter 100 and choose Pixels, the cropping rectangle will 100 pixels wide. When you enter 10, choose Percentage, and your overlay input video is 1920x1080, the cropping rectangle will be 192 pixels wide."
13507+
"documentation": "Specify the width of the video overlay cropping rectangle. To use the same width as your overlay input video: Keep blank, or enter 0. To specify a different width for the cropping rectangle: Enter an integer representing the Unit type that you choose, either Pixels or Percentage. For example, when you enter 100 and choose Pixels, the cropping rectangle will be 100 pixels wide. When you enter 10, choose Percentage, and your overlay input video is 1920x1080, the cropping rectangle will be 192 pixels wide."
1346813508
},
1346913509
"X": {
1347013510
"shape": "__integerMin0Max2147483647",
@@ -15609,6 +15649,10 @@
1560915649
"type": "string",
1561015650
"pattern": "^([01][0-9]|2[0-4]):[0-5][0-9]:[0-5][0-9][:;][0-9]{2}(@[0-9]+(\\.[0-9]+)?(:[0-9]+)?)?$"
1561115651
},
15652+
"__stringPattern019090190908019090190908": {
15653+
"type": "string",
15654+
"pattern": "^(\\[|\\()?(-?(0|[1-9][0-9]*):(0|[1-9][0-9]{0,8}))?(_(-?(0|[1-9][0-9]*):(0|[1-9][0-9]{0,8}))?)?(\\]|\\))?$"
15655+
},
1561215656
"__stringPattern01D20305D205D": {
1561315657
"type": "string",
1561415658
"pattern": "^((([0-1]\\d)|(2[0-3]))(:[0-5]\\d){2}([:;][0-5]\\d))$"
@@ -15641,6 +15685,10 @@
1564115685
"type": "string",
1564215686
"pattern": "^[A-Za-z]{2,3}(-[A-Za-z0-9-]+)?$"
1564315687
},
15688+
"__stringPatternArnAwsAZ09EventsAZ090912ConnectionAZAZ09AF0936": {
15689+
"type": "string",
15690+
"pattern": "^arn:aws[a-z0-9-]*:events:[a-z0-9-]+:[0-9]{12}:connection/[a-zA-Z0-9-]+/[a-f0-9-]{36}$"
15691+
},
1564415692
"__stringPatternArnAwsUsGovAcm": {
1564515693
"type": "string",
1564615694
"pattern": "^arn:aws(-us-gov)?:acm:"

awscli/botocore/data/outposts/2019-12-03/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
5959
"output_token": "NextToken",
6060
"limit_key": "MaxResults",
6161
"result_key": "BlockingInstances"
62+
},
63+
"GetOutpostBillingInformation": {
64+
"input_token": "NextToken",
65+
"output_token": "NextToken",
66+
"limit_key": "MaxResults",
67+
"result_key": "Subscriptions"
6268
}
6369
}
6470
}

0 commit comments

Comments
 (0)