Skip to content

Commit ff4b354

Browse files
committed
Update services based on release-2026-06-05.2 of AWS Go SDK
Reference: https://github.com/aws/aws-sdk-go-v2/releases/tag/release-2026-06-05.2
1 parent de24daa commit ff4b354

6 files changed

Lines changed: 810 additions & 31 deletions

.latest-tag-aws-sdk-go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
release-2026-06-04.2
1+
release-2026-06-05.2

src/aws_emr_serverless.erl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101

102102
%% Example:
103103
%% image_configuration_input() :: #{
104+
%% <<"applicationLevelDigestResolution">> => [boolean()],
104105
%% <<"imageUri">> => string()
105106
%% }
106107
-type image_configuration_input() :: #{binary() => any()}.
@@ -226,6 +227,7 @@
226227
%% <<"executionIamPolicy">> => job_run_execution_iam_policy(),
227228
%% <<"executionRole">> => string(),
228229
%% <<"executionTimeoutMinutes">> => float(),
230+
%% <<"imageConfiguration">> => image_configuration(),
229231
%% <<"jobDriver">> => list(),
230232
%% <<"jobRunId">> => string(),
231233
%% <<"mode">> => string(),
@@ -240,7 +242,8 @@
240242
%% <<"tags">> => map(),
241243
%% <<"totalExecutionDurationSeconds">> => [integer()],
242244
%% <<"totalResourceUtilization">> => total_resource_utilization(),
243-
%% <<"updatedAt">> => non_neg_integer()
245+
%% <<"updatedAt">> => non_neg_integer(),
246+
%% <<"workerTypeSpecifications">> => map()
244247
%% }
245248
-type job_run() :: #{binary() => any()}.
246249

@@ -852,6 +855,7 @@
852855

853856
%% Example:
854857
%% image_configuration() :: #{
858+
%% <<"applicationLevelDigestResolution">> => [boolean()],
855859
%% <<"imageUri">> => string(),
856860
%% <<"resolvedImageDigest">> => string()
857861
%% }

src/aws_mediaconvert.erl

Lines changed: 105 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,7 @@
10641064
%% <<"FragmentLength">> => integer(),
10651065
%% <<"ImageBasedTrickPlay">> => list(any()),
10661066
%% <<"ImageBasedTrickPlaySettings">> => cmaf_image_based_trick_play_settings(),
1067+
%% <<"ImageBasedTrickPlayVariants">> => list(cmaf_image_based_trick_play_variant()),
10671068
%% <<"ManifestCompression">> => list(any()),
10681069
%% <<"ManifestDurationFormat">> => list(any()),
10691070
%% <<"MinBufferTime">> => integer(),
@@ -1184,6 +1185,14 @@
11841185
-type hls_settings() :: #{binary() => any()}.
11851186

11861187

1188+
%% Example:
1189+
%% content_light_level() :: #{
1190+
%% <<"MaxContentLightLevel">> => integer(),
1191+
%% <<"MaxFrameAverageLightLevel">> => integer()
1192+
%% }
1193+
-type content_light_level() :: #{binary() => any()}.
1194+
1195+
11871196
%% Example:
11881197
%% video_overlay_input_clipping() :: #{
11891198
%% <<"EndTimecode">> => string(),
@@ -1272,6 +1281,18 @@
12721281
-type reservation_plan() :: #{binary() => any()}.
12731282

12741283

1284+
%% Example:
1285+
%% hls_image_based_trick_play_variant() :: #{
1286+
%% <<"IntervalCadence">> => list(any()),
1287+
%% <<"ThumbnailHeight">> => integer(),
1288+
%% <<"ThumbnailInterval">> => float(),
1289+
%% <<"ThumbnailWidth">> => integer(),
1290+
%% <<"TileHeight">> => integer(),
1291+
%% <<"TileWidth">> => integer()
1292+
%% }
1293+
-type hls_image_based_trick_play_variant() :: #{binary() => any()}.
1294+
1295+
12751296
%% Example:
12761297
%% output_group() :: #{
12771298
%% <<"AutomatedEncodingSettings">> => automated_encoding_settings(),
@@ -1345,6 +1366,18 @@
13451366
-type scc_destination_settings() :: #{binary() => any()}.
13461367

13471368

1369+
%% Example:
1370+
%% cmaf_image_based_trick_play_variant() :: #{
1371+
%% <<"IntervalCadence">> => list(any()),
1372+
%% <<"ThumbnailHeight">> => integer(),
1373+
%% <<"ThumbnailInterval">> => float(),
1374+
%% <<"ThumbnailWidth">> => integer(),
1375+
%% <<"TileHeight">> => integer(),
1376+
%% <<"TileWidth">> => integer()
1377+
%% }
1378+
-type cmaf_image_based_trick_play_variant() :: #{binary() => any()}.
1379+
1380+
13481381
%% Example:
13491382
%% video_codec_settings() :: #{
13501383
%% <<"Av1Settings">> => av1_settings(),
@@ -1388,6 +1421,7 @@
13881421
%% <<"Channels">> => integer(),
13891422
%% <<"FrameRate">> => frame_rate(),
13901423
%% <<"LanguageCode">> => string(),
1424+
%% <<"ObjectCount">> => integer(),
13911425
%% <<"SampleRate">> => integer()
13921426
%% }
13931427
-type audio_properties() :: #{binary() => any()}.
@@ -1537,6 +1571,18 @@
15371571
-type s3_destination_settings() :: #{binary() => any()}.
15381572

15391573

1574+
%% Example:
1575+
%% dash_iso_image_based_trick_play_variant() :: #{
1576+
%% <<"IntervalCadence">> => list(any()),
1577+
%% <<"ThumbnailHeight">> => integer(),
1578+
%% <<"ThumbnailInterval">> => float(),
1579+
%% <<"ThumbnailWidth">> => integer(),
1580+
%% <<"TileHeight">> => integer(),
1581+
%% <<"TileWidth">> => integer()
1582+
%% }
1583+
-type dash_iso_image_based_trick_play_variant() :: #{binary() => any()}.
1584+
1585+
15401586
%% Example:
15411587
%% h265_settings() :: #{
15421588
%% <<"FlickerAdaptiveQuantization">> => list(any()),
@@ -1624,6 +1670,22 @@
16241670
-type file_source_settings() :: #{binary() => any()}.
16251671

16261672

1673+
%% Example:
1674+
%% mastering_display_color_volume() :: #{
1675+
%% <<"BluePrimaryX">> => integer(),
1676+
%% <<"BluePrimaryY">> => integer(),
1677+
%% <<"GreenPrimaryX">> => integer(),
1678+
%% <<"GreenPrimaryY">> => integer(),
1679+
%% <<"MaxLuminance">> => float(),
1680+
%% <<"MinLuminance">> => float(),
1681+
%% <<"RedPrimaryX">> => integer(),
1682+
%% <<"RedPrimaryY">> => integer(),
1683+
%% <<"WhitePointX">> => integer(),
1684+
%% <<"WhitePointY">> => integer()
1685+
%% }
1686+
-type mastering_display_color_volume() :: #{binary() => any()}.
1687+
1688+
16271689
%% Example:
16281690
%% list_tags_for_resource_response() :: #{
16291691
%% <<"ResourceTags">> => resource_tags()
@@ -1844,38 +1906,39 @@
18441906

18451907
%% Example:
18461908
%% hls_group_settings() :: #{
1847-
%% <<"AdMarkers">> => list(list(any())()),
1848-
%% <<"AdditionalManifests">> => list(hls_additional_manifest()),
1909+
%% <<"SegmentLengthControl">> => list(any()),
18491910
%% <<"AudioOnlyHeader">> => list(any()),
1850-
%% <<"BaseUrl">> => string(),
1911+
%% <<"ProgramDateTime">> => list(any()),
1912+
%% <<"MinFinalSegmentLength">> => float(),
1913+
%% <<"TimestampDeltaMilliseconds">> => integer(),
18511914
%% <<"CaptionLanguageMappings">> => list(hls_caption_language_mapping()),
1852-
%% <<"CaptionLanguageSetting">> => list(any()),
1853-
%% <<"CaptionSegmentLengthControl">> => list(any()),
18541915
%% <<"ClientCache">> => list(any()),
1855-
%% <<"CodecSpecification">> => list(any()),
1856-
%% <<"Destination">> => string(),
1857-
%% <<"DestinationSettings">> => destination_settings(),
1916+
%% <<"ProgramDateTimePeriod">> => integer(),
1917+
%% <<"ImageBasedTrickPlayVariants">> => list(hls_image_based_trick_play_variant()),
1918+
%% <<"TimedMetadataId3Period">> => integer(),
1919+
%% <<"StreamInfResolution">> => list(any()),
1920+
%% <<"SegmentsPerSubdirectory">> => integer(),
18581921
%% <<"DirectoryStructure">> => list(any()),
1922+
%% <<"CodecSpecification">> => list(any()),
1923+
%% <<"AdMarkers">> => list(list(any())()),
1924+
%% <<"CaptionSegmentLengthControl">> => list(any()),
1925+
%% <<"SegmentControl">> => list(any()),
18591926
%% <<"Encryption">> => hls_encryption_settings(),
1860-
%% <<"ImageBasedTrickPlay">> => list(any()),
1861-
%% <<"ImageBasedTrickPlaySettings">> => hls_image_based_trick_play_settings(),
1862-
%% <<"ManifestCompression">> => list(any()),
1863-
%% <<"ManifestDurationFormat">> => list(any()),
1864-
%% <<"MinFinalSegmentLength">> => float(),
1865-
%% <<"MinSegmentLength">> => integer(),
1866-
%% <<"OutputSelection">> => list(any()),
1867-
%% <<"ProgramDateTime">> => list(any()),
1868-
%% <<"ProgramDateTimePeriod">> => integer(),
1927+
%% <<"BaseUrl">> => string(),
18691928
%% <<"ProgressiveWriteHlsManifest">> => list(any()),
1870-
%% <<"SegmentControl">> => list(any()),
1871-
%% <<"SegmentLength">> => integer(),
1872-
%% <<"SegmentLengthControl">> => list(any()),
1873-
%% <<"SegmentsPerSubdirectory">> => integer(),
1874-
%% <<"StreamInfResolution">> => list(any()),
18751929
%% <<"TargetDurationCompatibilityMode">> => list(any()),
1930+
%% <<"SegmentLength">> => integer(),
1931+
%% <<"MinSegmentLength">> => integer(),
1932+
%% <<"ImageBasedTrickPlaySettings">> => hls_image_based_trick_play_settings(),
18761933
%% <<"TimedMetadataId3Frame">> => list(any()),
1877-
%% <<"TimedMetadataId3Period">> => integer(),
1878-
%% <<"TimestampDeltaMilliseconds">> => integer()
1934+
%% <<"DestinationSettings">> => destination_settings(),
1935+
%% <<"ManifestDurationFormat">> => list(any()),
1936+
%% <<"ManifestCompression">> => list(any()),
1937+
%% <<"ImageBasedTrickPlay">> => list(any()),
1938+
%% <<"CaptionLanguageSetting">> => list(any()),
1939+
%% <<"OutputSelection">> => list(any()),
1940+
%% <<"AdditionalManifests">> => list(hls_additional_manifest()),
1941+
%% <<"Destination">> => string()
18791942
%% }
18801943
-type hls_group_settings() :: #{binary() => any()}.
18811944

@@ -2070,8 +2133,10 @@
20702133
%% <<"CodecMetadata">> => codec_metadata(),
20712134
%% <<"ColorPrimaries">> => list(any()),
20722135
%% <<"FrameRate">> => frame_rate(),
2136+
%% <<"HdrMetadata">> => hdr_metadata(),
20732137
%% <<"Height">> => integer(),
20742138
%% <<"MatrixCoefficients">> => list(any()),
2139+
%% <<"Rotation">> => integer(),
20752140
%% <<"TransferCharacteristics">> => list(any()),
20762141
%% <<"Width">> => integer()
20772142
%% }
@@ -2089,6 +2154,14 @@
20892154
-type teletext_source_settings() :: #{binary() => any()}.
20902155

20912156

2157+
%% Example:
2158+
%% hdr_metadata() :: #{
2159+
%% <<"ContentLightLevel">> => content_light_level(),
2160+
%% <<"MasteringDisplayColorVolume">> => mastering_display_color_volume()
2161+
%% }
2162+
-type hdr_metadata() :: #{binary() => any()}.
2163+
2164+
20922165
%% Example:
20932166
%% queue_transition() :: #{
20942167
%% <<"DestinationQueue">> => string(),
@@ -2104,10 +2177,12 @@
21042177
%% <<"ChromaSubsampling">> => string(),
21052178
%% <<"CodedFrameRate">> => frame_rate(),
21062179
%% <<"ColorPrimaries">> => list(any()),
2180+
%% <<"ContentLightLevel">> => content_light_level(),
21072181
%% <<"Height">> => integer(),
21082182
%% <<"Level">> => string(),
21092183
%% <<"MatrixCoefficients">> => list(any()),
21102184
%% <<"Profile">> => string(),
2185+
%% <<"Rotation">> => integer(),
21112186
%% <<"ScanType">> => string(),
21122187
%% <<"TransferCharacteristics">> => list(any()),
21132188
%% <<"Width">> => integer()
@@ -2544,7 +2619,7 @@
25442619

25452620
%% Example:
25462621
%% cmaf_encryption_settings() :: #{
2547-
%% <<"ClearLead">> => list(any()),
2622+
%% <<"ClearLeadSegments">> => integer(),
25482623
%% <<"ConstantInitializationVector">> => string(),
25492624
%% <<"EncryptionMethod">> => list(any()),
25502625
%% <<"InitializationVectorInManifest">> => list(any()),
@@ -2991,6 +3066,7 @@
29913066
%% <<"HbbtvCompliance">> => list(any()),
29923067
%% <<"ImageBasedTrickPlay">> => list(any()),
29933068
%% <<"ImageBasedTrickPlaySettings">> => dash_iso_image_based_trick_play_settings(),
3069+
%% <<"ImageBasedTrickPlayVariants">> => list(dash_iso_image_based_trick_play_variant()),
29943070
%% <<"MinBufferTime">> => integer(),
29953071
%% <<"MinFinalSegmentLength">> => float(),
29963072
%% <<"MpdManifestBandwidthType">> => list(any()),
@@ -4711,10 +4787,10 @@ start_jobs_query(Client, Input0, Options0) ->
47114787

47124788
request(Client, Method, Path, Query_, CustomHeaders ++ Headers, Input, Options, SuccessStatusCode).
47134789

4714-
%% @doc Add tags to a MediaConvert queue, preset, or job template.
4790+
%% @doc Add tags to a MediaConvert queue, preset, job, or job template.
47154791
%%
47164792
%% For information about tagging, see the User Guide at
4717-
%% https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-resources.html
4793+
%% https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-mediaconvert-resources.html.
47184794
-spec tag_resource(aws_client:aws_client(), tag_resource_request()) ->
47194795
{ok, tag_resource_response(), tuple()} |
47204796
{error, any()} |
@@ -4748,10 +4824,10 @@ tag_resource(Client, Input0, Options0) ->
47484824

47494825
request(Client, Method, Path, Query_, CustomHeaders ++ Headers, Input, Options, SuccessStatusCode).
47504826

4751-
%% @doc Remove tags from a MediaConvert queue, preset, or job template.
4827+
%% @doc Remove tags from a MediaConvert queue, preset, job, or job template.
47524828
%%
47534829
%% For information about tagging, see the User Guide at
4754-
%% https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-resources.html
4830+
%% https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-mediaconvert-resources.html.
47554831
-spec untag_resource(aws_client:aws_client(), binary() | list(), untag_resource_request()) ->
47564832
{ok, untag_resource_response(), tuple()} |
47574833
{error, any()} |

src/aws_payment_cryptography.erl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,12 @@
439439
%% }
440440
-type create_alias_output() :: #{binary() => any()}.
441441

442+
%% Example:
443+
%% cfn_key_item() :: #{
444+
%% <<"Policy">> => string()
445+
%% }
446+
-type cfn_key_item() :: #{binary() => any()}.
447+
442448
%% Example:
443449
%% import_tr31_key_block() :: #{
444450
%% <<"WrappedKeyBlock">> => string(),

0 commit comments

Comments
 (0)