Skip to content

Commit

Permalink
feat(client-ivs): type & defaulting refinement to various range prope…
Browse files Browse the repository at this point in the history
…rties
  • Loading branch information
awstools committed Nov 17, 2023
1 parent ec2e0d5 commit fe08f6f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions codegen/sdk-codegen/aws-models/ivs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2374,7 +2374,6 @@
"maxResults": {
"target": "com.amazonaws.ivs#MaxChannelResults",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>Maximum number of channels to return. Default: 100.</p>"
}
}
Expand Down Expand Up @@ -2440,7 +2439,6 @@
"maxResults": {
"target": "com.amazonaws.ivs#MaxPlaybackKeyPairResults",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>Maximum number of key pairs to return. Default: your service quota or 100, whichever is\n smaller.</p>"
}
}
Expand Down Expand Up @@ -2509,7 +2507,6 @@
"maxResults": {
"target": "com.amazonaws.ivs#MaxRecordingConfigurationResults",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>Maximum number of recording configurations to return. Default: your service quota or 100,\n whichever is smaller. </p>"
}
}
Expand Down Expand Up @@ -2585,7 +2582,6 @@
"maxResults": {
"target": "com.amazonaws.ivs#MaxStreamKeyResults",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>Maximum number of streamKeys to return. Default: 1.</p>"
}
}
Expand Down Expand Up @@ -2661,7 +2657,6 @@
"maxResults": {
"target": "com.amazonaws.ivs#MaxStreamResults",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>Maximum number of streams to return. Default: 100.</p>"
}
}
Expand Down Expand Up @@ -2733,7 +2728,6 @@
"maxResults": {
"target": "com.amazonaws.ivs#MaxStreamResults",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>Maximum number of streams to return. Default: 100.</p>"
}
}
Expand Down Expand Up @@ -2813,7 +2807,6 @@
"com.amazonaws.ivs#MaxChannelResults": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 100
Expand All @@ -2823,7 +2816,6 @@
"com.amazonaws.ivs#MaxPlaybackKeyPairResults": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 100
Expand All @@ -2833,7 +2825,6 @@
"com.amazonaws.ivs#MaxRecordingConfigurationResults": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 100
Expand All @@ -2843,7 +2834,6 @@
"com.amazonaws.ivs#MaxStreamKeyResults": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 50
Expand All @@ -2853,7 +2843,6 @@
"com.amazonaws.ivs#MaxStreamResults": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 100
Expand Down Expand Up @@ -3976,7 +3965,6 @@
"com.amazonaws.ivs#TargetIntervalSeconds": {
"type": "long",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 1,
"max": 60
Expand Down Expand Up @@ -4011,7 +3999,6 @@
"targetIntervalSeconds": {
"target": "com.amazonaws.ivs#TargetIntervalSeconds",
"traits": {
"smithy.api#default": 0,
"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>"
}
},
Expand Down

0 comments on commit fe08f6f

Please sign in to comment.