Skip to content

Commit fe08f6f

Browse files
author
awstools
committed
feat(client-ivs): type & defaulting refinement to various range properties
1 parent ec2e0d5 commit fe08f6f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2374,7 +2374,6 @@
23742374
"maxResults": {
23752375
"target": "com.amazonaws.ivs#MaxChannelResults",
23762376
"traits": {
2377-
"smithy.api#default": 0,
23782377
"smithy.api#documentation": "<p>Maximum number of channels to return. Default: 100.</p>"
23792378
}
23802379
}
@@ -2440,7 +2439,6 @@
24402439
"maxResults": {
24412440
"target": "com.amazonaws.ivs#MaxPlaybackKeyPairResults",
24422441
"traits": {
2443-
"smithy.api#default": 0,
24442442
"smithy.api#documentation": "<p>Maximum number of key pairs to return. Default: your service quota or 100, whichever is\n smaller.</p>"
24452443
}
24462444
}
@@ -2509,7 +2507,6 @@
25092507
"maxResults": {
25102508
"target": "com.amazonaws.ivs#MaxRecordingConfigurationResults",
25112509
"traits": {
2512-
"smithy.api#default": 0,
25132510
"smithy.api#documentation": "<p>Maximum number of recording configurations to return. Default: your service quota or 100,\n whichever is smaller. </p>"
25142511
}
25152512
}
@@ -2585,7 +2582,6 @@
25852582
"maxResults": {
25862583
"target": "com.amazonaws.ivs#MaxStreamKeyResults",
25872584
"traits": {
2588-
"smithy.api#default": 0,
25892585
"smithy.api#documentation": "<p>Maximum number of streamKeys to return. Default: 1.</p>"
25902586
}
25912587
}
@@ -2661,7 +2657,6 @@
26612657
"maxResults": {
26622658
"target": "com.amazonaws.ivs#MaxStreamResults",
26632659
"traits": {
2664-
"smithy.api#default": 0,
26652660
"smithy.api#documentation": "<p>Maximum number of streams to return. Default: 100.</p>"
26662661
}
26672662
}
@@ -2733,7 +2728,6 @@
27332728
"maxResults": {
27342729
"target": "com.amazonaws.ivs#MaxStreamResults",
27352730
"traits": {
2736-
"smithy.api#default": 0,
27372731
"smithy.api#documentation": "<p>Maximum number of streams to return. Default: 100.</p>"
27382732
}
27392733
}
@@ -2813,7 +2807,6 @@
28132807
"com.amazonaws.ivs#MaxChannelResults": {
28142808
"type": "integer",
28152809
"traits": {
2816-
"smithy.api#default": 0,
28172810
"smithy.api#range": {
28182811
"min": 1,
28192812
"max": 100
@@ -2823,7 +2816,6 @@
28232816
"com.amazonaws.ivs#MaxPlaybackKeyPairResults": {
28242817
"type": "integer",
28252818
"traits": {
2826-
"smithy.api#default": 0,
28272819
"smithy.api#range": {
28282820
"min": 1,
28292821
"max": 100
@@ -2833,7 +2825,6 @@
28332825
"com.amazonaws.ivs#MaxRecordingConfigurationResults": {
28342826
"type": "integer",
28352827
"traits": {
2836-
"smithy.api#default": 0,
28372828
"smithy.api#range": {
28382829
"min": 1,
28392830
"max": 100
@@ -2843,7 +2834,6 @@
28432834
"com.amazonaws.ivs#MaxStreamKeyResults": {
28442835
"type": "integer",
28452836
"traits": {
2846-
"smithy.api#default": 0,
28472837
"smithy.api#range": {
28482838
"min": 1,
28492839
"max": 50
@@ -2853,7 +2843,6 @@
28532843
"com.amazonaws.ivs#MaxStreamResults": {
28542844
"type": "integer",
28552845
"traits": {
2856-
"smithy.api#default": 0,
28572846
"smithy.api#range": {
28582847
"min": 1,
28592848
"max": 100
@@ -3976,7 +3965,6 @@
39763965
"com.amazonaws.ivs#TargetIntervalSeconds": {
39773966
"type": "long",
39783967
"traits": {
3979-
"smithy.api#default": 0,
39803968
"smithy.api#range": {
39813969
"min": 1,
39823970
"max": 60
@@ -4011,7 +3999,6 @@
40113999
"targetIntervalSeconds": {
40124000
"target": "com.amazonaws.ivs#TargetIntervalSeconds",
40134001
"traits": {
4014-
"smithy.api#default": 0,
40154002
"smithy.api#documentation": "<p>The targeted thumbnail-generation interval in seconds. This is configurable (and required)\n only if <code>recordingMode</code> is <code>INTERVAL</code>. Default: 60.</p>\n <p>\n <b>Important:</b> For the <code>BASIC</code> channel type,\n setting a value for <code>targetIntervalSeconds</code> does not guarantee that thumbnails are\n generated at the specified interval. For thumbnails to be generated at the\n <code>targetIntervalSeconds</code> interval, the <code>IDR/Keyframe</code> value for the\n input video must be less than the <code>targetIntervalSeconds</code> value. See <a href=\"https://docs.aws.amazon.com/ivs/latest/userguide/streaming-config.html\"> Amazon IVS Streaming\n Configuration</a> for information on setting <code>IDR/Keyframe</code> to the\n recommended value in video-encoder settings.</p>"
40164003
}
40174004
},

0 commit comments

Comments
 (0)