Skip to content

Commit f91dec7

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 589a8dc commit f91dec7

File tree

8 files changed

+234
-57
lines changed

8 files changed

+234
-57
lines changed

codegen/sdk-codegen/aws-models/cleanroomsml.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9688,6 +9688,13 @@
96889688
"traits": {
96899689
"smithy.api#documentation": "<p>Provides configuration information for the workers that will perform the protected query.</p>"
96909690
}
9691+
},
9692+
"resultFormat": {
9693+
"target": "com.amazonaws.cleanroomsml#ResultFormat",
9694+
"traits": {
9695+
"smithy.api#default": "CSV",
9696+
"smithy.api#documentation": "<p>The format in which the query results should be returned. If not specified, defaults to <code>CSV</code>. </p>"
9697+
}
96919698
}
96929699
},
96939700
"traits": {
@@ -9963,6 +9970,26 @@
99639970
}
99649971
}
99659972
},
9973+
"com.amazonaws.cleanroomsml#ResultFormat": {
9974+
"type": "enum",
9975+
"members": {
9976+
"CSV": {
9977+
"target": "smithy.api#Unit",
9978+
"traits": {
9979+
"smithy.api#enumValue": "CSV"
9980+
}
9981+
},
9982+
"PARQUET": {
9983+
"target": "smithy.api#Unit",
9984+
"traits": {
9985+
"smithy.api#enumValue": "PARQUET"
9986+
}
9987+
}
9988+
},
9989+
"traits": {
9990+
"smithy.api#documentation": "File format of the returned data.\n"
9991+
}
9992+
},
99669993
"com.amazonaws.cleanroomsml#S3ConfigMap": {
99679994
"type": "structure",
99689995
"members": {

codegen/sdk-codegen/aws-models/cloudfront.json

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

codegen/sdk-codegen/aws-models/ec2.json

Lines changed: 9 additions & 1 deletion
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/keyspacesstreams.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@
5959
"shardIterator": {
6060
"target": "com.amazonaws.keyspacesstreams#ShardIterator",
6161
"traits": {
62-
"smithy.api#documentation": "<p> The unique identifier of the shard iterator. A shard iterator specifies the position in the shard from which you want to start reading data records sequentially. You obtain this value by calling the <code>GetShardIterator</code> operation. Each shard iterator is valid for 5 minutes after creation. </p>",
62+
"smithy.api#documentation": "<p> The unique identifier of the shard iterator. A shard iterator specifies the position in the shard from which you want to start reading data records sequentially. You obtain this value by calling the <code>GetShardIterator</code> operation. Each shard iterator is valid for 15 minutes after creation. </p>",
6363
"smithy.api#required": {}
6464
}
6565
},
6666
"maxResults": {
6767
"target": "smithy.api#Integer",
6868
"traits": {
69-
"smithy.api#documentation": "<p> The maximum number of records to return in a single <code>GetRecords</code> request. Default value is 1000. You can specify a limit between 1 and 10000, but the actual number returned might be less than the specified maximum if the size of the data for the returned records exceeds the internal size limit. </p>",
69+
"smithy.api#documentation": "<p> The maximum number of records to return in a single <code>GetRecords</code> request. Default value is 1000. You can specify a limit between 1 and 1000, but the actual number returned might be less than the specified maximum if the size of the data for the returned records exceeds the internal size limit. </p>",
7070
"smithy.api#range": {
7171
"min": 1,
7272
"max": 1000
@@ -168,7 +168,7 @@
168168
"shardIterator": {
169169
"target": "com.amazonaws.keyspacesstreams#ShardIterator",
170170
"traits": {
171-
"smithy.api#documentation": "<p> The unique identifier for the shard iterator. This value is used in the <code>GetRecords</code> operation to retrieve data records from the specified shard. Each shard iterator expires 5 minutes after it is returned to the requester. </p>"
171+
"smithy.api#documentation": "<p> The unique identifier for the shard iterator. This value is used in the <code>GetRecords</code> operation to retrieve data records from the specified shard. Each shard iterator expires 15 minutes after it is returned to the requester. </p>"
172172
}
173173
}
174174
},
@@ -224,7 +224,7 @@
224224
"maxResults": {
225225
"target": "smithy.api#Integer",
226226
"traits": {
227-
"smithy.api#documentation": "<p> The maximum number of shard objects to return in a single <code>GetStream</code> request. Default value is 100. The minimum value is 1 and the maximum value is 1000. </p>",
227+
"smithy.api#documentation": "<p> The maximum number of shard objects to return in a single <code>GetStream</code> request. Default value is 100. The minimum value is 1 and the maximum value is 100. </p>",
228228
"smithy.api#range": {
229229
"min": 1,
230230
"max": 100
@@ -1074,7 +1074,7 @@
10741074
"maxResults": {
10751075
"target": "smithy.api#Integer",
10761076
"traits": {
1077-
"smithy.api#documentation": "<p> The maximum number of streams to return in a single <code>ListStreams</code> request. Default value is 100. The minimum value is 1 and the maximum value is 1000. </p>",
1077+
"smithy.api#documentation": "<p> The maximum number of streams to return in a single <code>ListStreams</code> request. Default value is 100. The minimum value is 1 and the maximum value is 100. </p>",
10781078
"smithy.api#range": {
10791079
"min": 1,
10801080
"max": 100

codegen/sdk-codegen/aws-models/mailmanager.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2200,7 +2200,7 @@
22002200
"min": 0,
22012201
"max": 254
22022202
},
2203-
"smithy.api#pattern": "^[0-9A-Za-z@+.-]+$",
2203+
"smithy.api#pattern": "^[a-zA-Z0-9._+-]+@[a-zA-Z0-9.-]+$",
22042204
"smithy.api#sensitive": {}
22052205
}
22062206
},

codegen/sdk-codegen/aws-models/mediaconvert.json

Lines changed: 89 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@
6969
"traits": {
7070
"smithy.api#enumValue": "HEV2"
7171
}
72+
},
73+
"XHE": {
74+
"target": "smithy.api#Unit",
75+
"traits": {
76+
"smithy.api#enumValue": "XHE"
77+
}
7278
}
7379
},
7480
"traits": {
@@ -113,6 +119,26 @@
113119
"smithy.api#documentation": "The Coding mode that you specify determines the number of audio channels and the audio channel layout metadata in your AAC output. Valid coding modes depend on the Rate control mode and Profile that you select. The following list shows the number of audio channels and channel layout for each coding mode. * 1.0 Audio Description (Receiver Mix): One channel, C. Includes audio description data from your stereo input. For more information see ETSI TS 101 154 Annex E. * 1.0 Mono: One channel, C. * 2.0 Stereo: Two channels, L, R. * 5.1 Surround: Six channels, C, L, R, Ls, Rs, LFE."
114120
}
115121
},
122+
"com.amazonaws.mediaconvert#AacLoudnessMeasurementMode": {
123+
"type": "enum",
124+
"members": {
125+
"PROGRAM": {
126+
"target": "smithy.api#Unit",
127+
"traits": {
128+
"smithy.api#enumValue": "PROGRAM"
129+
}
130+
},
131+
"ANCHOR": {
132+
"target": "smithy.api#Unit",
133+
"traits": {
134+
"smithy.api#enumValue": "ANCHOR"
135+
}
136+
}
137+
},
138+
"traits": {
139+
"smithy.api#documentation": "Choose the loudness measurement mode for your audio content. For music or advertisements: We recommend that you keep the default value, Program. For speech or other content: We recommend that you choose Anchor. When you do, MediaConvert optimizes the loudness of your output for clarify by applying speech gates."
140+
}
141+
},
116142
"com.amazonaws.mediaconvert#AacRateControlMode": {
117143
"type": "enum",
118144
"members": {
@@ -184,6 +210,20 @@
184210
"smithy.api#jsonName": "codingMode"
185211
}
186212
},
213+
"LoudnessMeasurementMode": {
214+
"target": "com.amazonaws.mediaconvert#AacLoudnessMeasurementMode",
215+
"traits": {
216+
"smithy.api#documentation": "Choose the loudness measurement mode for your audio content. For music or advertisements: We recommend that you keep the default value, Program. For speech or other content: We recommend that you choose Anchor. When you do, MediaConvert optimizes the loudness of your output for clarify by applying speech gates.",
217+
"smithy.api#jsonName": "loudnessMeasurementMode"
218+
}
219+
},
220+
"RapInterval": {
221+
"target": "com.amazonaws.mediaconvert#__integerMin2000Max30000",
222+
"traits": {
223+
"smithy.api#documentation": "Specify the RAP (Random Access Point) interval for your xHE-AAC audio output. A RAP allows a decoder to decode audio data mid-stream, without the need to reference previous audio frames, and perform adaptive audio bitrate switching. To specify the RAP interval: Enter an integer from 2000 to 30000, in milliseconds. Smaller values allow for better seeking and more frequent stream switching, while large values improve compression efficiency. To have MediaConvert automatically determine the RAP interval: Leave blank.",
224+
"smithy.api#jsonName": "rapInterval"
225+
}
226+
},
187227
"RateControlMode": {
188228
"target": "com.amazonaws.mediaconvert#AacRateControlMode",
189229
"traits": {
@@ -212,6 +252,13 @@
212252
"smithy.api#jsonName": "specification"
213253
}
214254
},
255+
"TargetLoudnessRange": {
256+
"target": "com.amazonaws.mediaconvert#__integerMin6Max16",
257+
"traits": {
258+
"smithy.api#documentation": "Specify the xHE-AAC loudness target. Enter an integer from 6 to 16, representing \"loudness units\". For more information, see the following specification: Supplementary information for R 128 EBU Tech 3342-2023.",
259+
"smithy.api#jsonName": "targetLoudnessRange"
260+
}
261+
},
215262
"VbrQuality": {
216263
"target": "com.amazonaws.mediaconvert#AacVbrQuality",
217264
"traits": {
@@ -5035,6 +5082,12 @@
50355082
"smithy.api#enumValue": "HEVC"
50365083
}
50375084
},
5085+
"JPEG2000": {
5086+
"target": "smithy.api#Unit",
5087+
"traits": {
5088+
"smithy.api#enumValue": "JPEG2000"
5089+
}
5090+
},
50385091
"MJPEG": {
50395092
"target": "smithy.api#Unit",
50405093
"traits": {
@@ -5524,7 +5577,7 @@
55245577
"Format": {
55255578
"target": "com.amazonaws.mediaconvert#Format",
55265579
"traits": {
5527-
"smithy.api#documentation": "The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), or WebM. Note that this will be blank if your media file has a format that the MediaConvert Probe operation does not recognize.",
5580+
"smithy.api#documentation": "The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), WebM or MXF. Note that this will be blank if your media file has a format that the MediaConvert Probe operation does not recognize.",
55285581
"smithy.api#jsonName": "format"
55295582
}
55305583
},
@@ -9598,7 +9651,7 @@
95989651
}
95999652
},
96009653
"SampleRate": {
9601-
"target": "com.amazonaws.mediaconvert#__integerMin22050Max48000",
9654+
"target": "com.amazonaws.mediaconvert#__integerMin22050Max192000",
96029655
"traits": {
96039656
"smithy.api#documentation": "Sample rate in Hz.",
96049657
"smithy.api#jsonName": "sampleRate"
@@ -9699,6 +9752,12 @@
96999752
"traits": {
97009753
"smithy.api#enumValue": "webm"
97019754
}
9755+
},
9756+
"mxf": {
9757+
"target": "smithy.api#Unit",
9758+
"traits": {
9759+
"smithy.api#enumValue": "mxf"
9760+
}
97029761
}
97039762
}
97049763
},
@@ -25583,7 +25642,7 @@
2558325642
"Codec": {
2558425643
"target": "com.amazonaws.mediaconvert#VideoCodec",
2558525644
"traits": {
25586-
"smithy.api#documentation": "Specifies the video codec. This must be equal to one of the enum values defined by the object VideoCodec. To passthrough the video stream of your input JPEG2000, VC-3, AVC-INTRA or Apple ProRes video without any video encoding: Choose Passthrough. If you have multiple input videos, note that they must have identical encoding attributes. When you choose Passthrough, your output container must be MXF or QuickTime MOV.",
25645+
"smithy.api#documentation": "Specifies the video codec. This must be equal to one of the enum values defined by the object VideoCodec. To passthrough the video stream of your input without any video encoding: Choose Passthrough. More information about passthrough codec support and job settings requirements, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/video-passthrough-feature-restrictions.html",
2558725646
"smithy.api#jsonName": "codec"
2558825647
}
2558925648
},
@@ -28434,6 +28493,24 @@
2843428493
}
2843528494
}
2843628495
},
28496+
"com.amazonaws.mediaconvert#__integerMin2000Max30000": {
28497+
"type": "integer",
28498+
"traits": {
28499+
"smithy.api#range": {
28500+
"min": 2000,
28501+
"max": 30000
28502+
}
28503+
}
28504+
},
28505+
"com.amazonaws.mediaconvert#__integerMin22050Max192000": {
28506+
"type": "integer",
28507+
"traits": {
28508+
"smithy.api#range": {
28509+
"min": 22050,
28510+
"max": 192000
28511+
}
28512+
}
28513+
},
2843728514
"com.amazonaws.mediaconvert#__integerMin22050Max48000": {
2843828515
"type": "integer",
2843928516
"traits": {
@@ -28605,6 +28682,15 @@
2860528682
}
2860628683
}
2860728684
},
28685+
"com.amazonaws.mediaconvert#__integerMin6Max16": {
28686+
"type": "integer",
28687+
"traits": {
28688+
"smithy.api#range": {
28689+
"min": 6,
28690+
"max": 16
28691+
}
28692+
}
28693+
},
2860828694
"com.amazonaws.mediaconvert#__integerMin8000Max192000": {
2860928695
"type": "integer",
2861028696
"traits": {

codegen/sdk-codegen/aws-models/sfn.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6125,7 +6125,7 @@
61256125
"input": {
61266126
"target": "com.amazonaws.sfn#SensitiveData",
61276127
"traits": {
6128-
"smithy.api#documentation": "<p>The string that contains the JSON input data for the execution, for example:</p>\n <p>\n <code>\"{\\\"first_name\\\" : \\\"Tim\\\"}\"</code>\n </p>\n <note>\n <p>If you don't include any JSON input data, you still must include the two braces, for\n example: <code>\"{}\"</code>\n </p>\n </note>\n <p>Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
6128+
"smithy.api#documentation": "<p>The string that contains the JSON input data for the execution, for example:</p>\n <p>\n <code>\"{\\\"first_name\\\" : \\\"Alejandro\\\"}\"</code>\n </p>\n <note>\n <p>If you don't include any JSON input data, you still must include the two braces, for\n example: <code>\"{}\"</code>\n </p>\n </note>\n <p>Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
61296129
}
61306130
},
61316131
"traceHeader": {
@@ -6224,7 +6224,7 @@
62246224
"input": {
62256225
"target": "com.amazonaws.sfn#SensitiveData",
62266226
"traits": {
6227-
"smithy.api#documentation": "<p>The string that contains the JSON input data for the execution, for example:</p>\n <p>\n <code>\"{\\\"first_name\\\" : \\\"Tim\\\"}\"</code>\n </p>\n <note>\n <p>If you don't include any JSON input data, you still must include the two braces, for\n example: <code>\"{}\"</code>\n </p>\n </note>\n <p>Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
6227+
"smithy.api#documentation": "<p>The string that contains the JSON input data for the execution, for example:</p>\n <p>\n <code>\"{\\\"first_name\\\" : \\\"Alejandro\\\"}\"</code>\n </p>\n <note>\n <p>If you don't include any JSON input data, you still must include the two braces, for\n example: <code>\"{}\"</code>\n </p>\n </note>\n <p>Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
62286228
}
62296229
},
62306230
"traceHeader": {

0 commit comments

Comments
 (0)