@aws-sdk/client-medialive 3.363.0 → 3.368.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/MediaLive.js +6 -0
  3. package/dist-cjs/commands/DescribeAccountConfigurationCommand.js +46 -0
  4. package/dist-cjs/commands/DescribeThumbnailsCommand.js +46 -0
  5. package/dist-cjs/commands/UpdateAccountConfigurationCommand.js +46 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/models/models_1.js +11 -7
  8. package/dist-cjs/models/models_2.js +5 -0
  9. package/dist-cjs/protocols/Aws_restJson1.js +273 -3
  10. package/dist-es/MediaLive.js +6 -0
  11. package/dist-es/commands/DescribeAccountConfigurationCommand.js +42 -0
  12. package/dist-es/commands/DescribeThumbnailsCommand.js +42 -0
  13. package/dist-es/commands/UpdateAccountConfigurationCommand.js +42 -0
  14. package/dist-es/commands/index.js +3 -0
  15. package/dist-es/models/models_1.js +8 -4
  16. package/dist-es/models/models_2.js +4 -1
  17. package/dist-es/protocols/Aws_restJson1.js +265 -1
  18. package/dist-types/MediaLive.d.ts +21 -0
  19. package/dist-types/MediaLiveClient.d.ts +5 -2
  20. package/dist-types/commands/CreateChannelCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteChannelCommand.d.ts +3 -0
  22. package/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +91 -0
  23. package/dist-types/commands/DescribeChannelCommand.d.ts +3 -0
  24. package/dist-types/commands/DescribeThumbnailsCommand.d.ts +111 -0
  25. package/dist-types/commands/PurchaseOfferingCommand.d.ts +1 -1
  26. package/dist-types/commands/RebootInputDeviceCommand.d.ts +1 -1
  27. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +1 -1
  28. package/dist-types/commands/StartChannelCommand.d.ts +4 -1
  29. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +1 -2
  30. package/dist-types/commands/StopChannelCommand.d.ts +3 -0
  31. package/dist-types/commands/UpdateAccountConfigurationCommand.d.ts +98 -0
  32. package/dist-types/commands/UpdateChannelClassCommand.d.ts +3 -0
  33. package/dist-types/commands/UpdateChannelCommand.d.ts +6 -0
  34. package/dist-types/commands/index.d.ts +3 -0
  35. package/dist-types/models/models_1.d.ts +128 -192
  36. package/dist-types/models/models_2.d.ts +213 -1
  37. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  38. package/dist-types/ts3.4/MediaLive.d.ts +51 -0
  39. package/dist-types/ts3.4/MediaLiveClient.d.ts +18 -0
  40. package/dist-types/ts3.4/commands/DescribeAccountConfigurationCommand.d.ts +42 -0
  41. package/dist-types/ts3.4/commands/DescribeThumbnailsCommand.d.ts +39 -0
  42. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +4 -2
  47. package/dist-types/ts3.4/commands/UpdateAccountConfigurationCommand.d.ts +42 -0
  48. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  49. package/dist-types/ts3.4/models/models_1.d.ts +40 -53
  50. package/dist-types/ts3.4/models/models_2.d.ts +60 -0
  51. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  52. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
2
- import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseRfc7231DateTime as __parseRfc7231DateTime, resolvedPath as __resolvedPath, serializeFloat as __serializeFloat, strictParseLong as __strictParseLong, take, withBaseException, } from "@smithy/smithy-client";
2
+ import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, parseRfc7231DateTime as __parseRfc7231DateTime, resolvedPath as __resolvedPath, serializeFloat as __serializeFloat, strictParseLong as __strictParseLong, take, withBaseException, } from "@smithy/smithy-client";
3
3
  import { v4 as generateIdempotencyToken } from "uuid";
4
4
  import { MediaLiveServiceException as __BaseException } from "../models/MediaLiveServiceException";
5
5
  import { BadGatewayException, BadRequestException, ConflictException, ForbiddenException, GatewayTimeoutException, InternalServerErrorException, NotFoundException, TooManyRequestsException, UnprocessableEntityException, } from "../models/models_1";
@@ -454,6 +454,24 @@ export const se_DeleteTagsCommand = async (input, context) => {
454
454
  body,
455
455
  });
456
456
  };
457
+ export const se_DescribeAccountConfigurationCommand = async (input, context) => {
458
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
459
+ const headers = {
460
+ "content-type": "application/json",
461
+ };
462
+ const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/prod/accountConfiguration";
463
+ let body;
464
+ body = "";
465
+ return new __HttpRequest({
466
+ protocol,
467
+ hostname,
468
+ port,
469
+ method: "GET",
470
+ headers,
471
+ path: resolvedPath,
472
+ body,
473
+ });
474
+ };
457
475
  export const se_DescribeChannelCommand = async (input, context) => {
458
476
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
459
477
  const headers = {};
@@ -625,6 +643,27 @@ export const se_DescribeScheduleCommand = async (input, context) => {
625
643
  body,
626
644
  });
627
645
  };
646
+ export const se_DescribeThumbnailsCommand = async (input, context) => {
647
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
648
+ const headers = {};
649
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/prod/channels/{ChannelId}/thumbnails";
650
+ resolvedPath = __resolvedPath(resolvedPath, input, "ChannelId", () => input.ChannelId, "{ChannelId}", false);
651
+ const query = map({
652
+ pipelineId: [, __expectNonNull(input.PipelineId, `PipelineId`)],
653
+ thumbnailType: [, __expectNonNull(input.ThumbnailType, `ThumbnailType`)],
654
+ });
655
+ let body;
656
+ return new __HttpRequest({
657
+ protocol,
658
+ hostname,
659
+ port,
660
+ method: "GET",
661
+ headers,
662
+ path: resolvedPath,
663
+ query,
664
+ body,
665
+ });
666
+ };
628
667
  export const se_ListChannelsCommand = async (input, context) => {
629
668
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
630
669
  const headers = {};
@@ -1009,6 +1048,26 @@ export const se_TransferInputDeviceCommand = async (input, context) => {
1009
1048
  body,
1010
1049
  });
1011
1050
  };
1051
+ export const se_UpdateAccountConfigurationCommand = async (input, context) => {
1052
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
1053
+ const headers = {
1054
+ "content-type": "application/json",
1055
+ };
1056
+ const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/prod/accountConfiguration";
1057
+ let body;
1058
+ body = JSON.stringify(take(input, {
1059
+ accountConfiguration: [, (_) => se_AccountConfiguration(_, context), `AccountConfiguration`],
1060
+ }));
1061
+ return new __HttpRequest({
1062
+ protocol,
1063
+ hostname,
1064
+ port,
1065
+ method: "PUT",
1066
+ headers,
1067
+ path: resolvedPath,
1068
+ body,
1069
+ });
1070
+ };
1012
1071
  export const se_UpdateChannelCommand = async (input, context) => {
1013
1072
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
1014
1073
  const headers = {
@@ -2366,6 +2425,54 @@ const de_DeleteTagsCommandError = async (output, context) => {
2366
2425
  });
2367
2426
  }
2368
2427
  };
2428
+ export const de_DescribeAccountConfigurationCommand = async (output, context) => {
2429
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2430
+ return de_DescribeAccountConfigurationCommandError(output, context);
2431
+ }
2432
+ const contents = map({
2433
+ $metadata: deserializeMetadata(output),
2434
+ });
2435
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2436
+ const doc = take(data, {
2437
+ AccountConfiguration: [, (_) => de_AccountConfiguration(_, context), `accountConfiguration`],
2438
+ });
2439
+ Object.assign(contents, doc);
2440
+ return contents;
2441
+ };
2442
+ const de_DescribeAccountConfigurationCommandError = async (output, context) => {
2443
+ const parsedOutput = {
2444
+ ...output,
2445
+ body: await parseErrorBody(output.body, context),
2446
+ };
2447
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
2448
+ switch (errorCode) {
2449
+ case "BadGatewayException":
2450
+ case "com.amazonaws.medialive#BadGatewayException":
2451
+ throw await de_BadGatewayExceptionRes(parsedOutput, context);
2452
+ case "BadRequestException":
2453
+ case "com.amazonaws.medialive#BadRequestException":
2454
+ throw await de_BadRequestExceptionRes(parsedOutput, context);
2455
+ case "ForbiddenException":
2456
+ case "com.amazonaws.medialive#ForbiddenException":
2457
+ throw await de_ForbiddenExceptionRes(parsedOutput, context);
2458
+ case "GatewayTimeoutException":
2459
+ case "com.amazonaws.medialive#GatewayTimeoutException":
2460
+ throw await de_GatewayTimeoutExceptionRes(parsedOutput, context);
2461
+ case "InternalServerErrorException":
2462
+ case "com.amazonaws.medialive#InternalServerErrorException":
2463
+ throw await de_InternalServerErrorExceptionRes(parsedOutput, context);
2464
+ case "TooManyRequestsException":
2465
+ case "com.amazonaws.medialive#TooManyRequestsException":
2466
+ throw await de_TooManyRequestsExceptionRes(parsedOutput, context);
2467
+ default:
2468
+ const parsedBody = parsedOutput.body;
2469
+ return throwDefaultError({
2470
+ output,
2471
+ parsedBody,
2472
+ errorCode,
2473
+ });
2474
+ }
2475
+ };
2369
2476
  export const de_DescribeChannelCommand = async (output, context) => {
2370
2477
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2371
2478
  return de_DescribeChannelCommandError(output, context);
@@ -2975,6 +3082,60 @@ const de_DescribeScheduleCommandError = async (output, context) => {
2975
3082
  });
2976
3083
  }
2977
3084
  };
3085
+ export const de_DescribeThumbnailsCommand = async (output, context) => {
3086
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3087
+ return de_DescribeThumbnailsCommandError(output, context);
3088
+ }
3089
+ const contents = map({
3090
+ $metadata: deserializeMetadata(output),
3091
+ });
3092
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3093
+ const doc = take(data, {
3094
+ ThumbnailDetails: [, (_) => de___listOfThumbnailDetail(_, context), `thumbnailDetails`],
3095
+ });
3096
+ Object.assign(contents, doc);
3097
+ return contents;
3098
+ };
3099
+ const de_DescribeThumbnailsCommandError = async (output, context) => {
3100
+ const parsedOutput = {
3101
+ ...output,
3102
+ body: await parseErrorBody(output.body, context),
3103
+ };
3104
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
3105
+ switch (errorCode) {
3106
+ case "BadGatewayException":
3107
+ case "com.amazonaws.medialive#BadGatewayException":
3108
+ throw await de_BadGatewayExceptionRes(parsedOutput, context);
3109
+ case "BadRequestException":
3110
+ case "com.amazonaws.medialive#BadRequestException":
3111
+ throw await de_BadRequestExceptionRes(parsedOutput, context);
3112
+ case "ConflictException":
3113
+ case "com.amazonaws.medialive#ConflictException":
3114
+ throw await de_ConflictExceptionRes(parsedOutput, context);
3115
+ case "ForbiddenException":
3116
+ case "com.amazonaws.medialive#ForbiddenException":
3117
+ throw await de_ForbiddenExceptionRes(parsedOutput, context);
3118
+ case "GatewayTimeoutException":
3119
+ case "com.amazonaws.medialive#GatewayTimeoutException":
3120
+ throw await de_GatewayTimeoutExceptionRes(parsedOutput, context);
3121
+ case "InternalServerErrorException":
3122
+ case "com.amazonaws.medialive#InternalServerErrorException":
3123
+ throw await de_InternalServerErrorExceptionRes(parsedOutput, context);
3124
+ case "NotFoundException":
3125
+ case "com.amazonaws.medialive#NotFoundException":
3126
+ throw await de_NotFoundExceptionRes(parsedOutput, context);
3127
+ case "TooManyRequestsException":
3128
+ case "com.amazonaws.medialive#TooManyRequestsException":
3129
+ throw await de_TooManyRequestsExceptionRes(parsedOutput, context);
3130
+ default:
3131
+ const parsedBody = parsedOutput.body;
3132
+ return throwDefaultError({
3133
+ output,
3134
+ parsedBody,
3135
+ errorCode,
3136
+ });
3137
+ }
3138
+ };
2978
3139
  export const de_ListChannelsCommand = async (output, context) => {
2979
3140
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2980
3141
  return de_ListChannelsCommandError(output, context);
@@ -3992,6 +4153,57 @@ const de_TransferInputDeviceCommandError = async (output, context) => {
3992
4153
  });
3993
4154
  }
3994
4155
  };
4156
+ export const de_UpdateAccountConfigurationCommand = async (output, context) => {
4157
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4158
+ return de_UpdateAccountConfigurationCommandError(output, context);
4159
+ }
4160
+ const contents = map({
4161
+ $metadata: deserializeMetadata(output),
4162
+ });
4163
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
4164
+ const doc = take(data, {
4165
+ AccountConfiguration: [, (_) => de_AccountConfiguration(_, context), `accountConfiguration`],
4166
+ });
4167
+ Object.assign(contents, doc);
4168
+ return contents;
4169
+ };
4170
+ const de_UpdateAccountConfigurationCommandError = async (output, context) => {
4171
+ const parsedOutput = {
4172
+ ...output,
4173
+ body: await parseErrorBody(output.body, context),
4174
+ };
4175
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
4176
+ switch (errorCode) {
4177
+ case "BadGatewayException":
4178
+ case "com.amazonaws.medialive#BadGatewayException":
4179
+ throw await de_BadGatewayExceptionRes(parsedOutput, context);
4180
+ case "BadRequestException":
4181
+ case "com.amazonaws.medialive#BadRequestException":
4182
+ throw await de_BadRequestExceptionRes(parsedOutput, context);
4183
+ case "ForbiddenException":
4184
+ case "com.amazonaws.medialive#ForbiddenException":
4185
+ throw await de_ForbiddenExceptionRes(parsedOutput, context);
4186
+ case "GatewayTimeoutException":
4187
+ case "com.amazonaws.medialive#GatewayTimeoutException":
4188
+ throw await de_GatewayTimeoutExceptionRes(parsedOutput, context);
4189
+ case "InternalServerErrorException":
4190
+ case "com.amazonaws.medialive#InternalServerErrorException":
4191
+ throw await de_InternalServerErrorExceptionRes(parsedOutput, context);
4192
+ case "TooManyRequestsException":
4193
+ case "com.amazonaws.medialive#TooManyRequestsException":
4194
+ throw await de_TooManyRequestsExceptionRes(parsedOutput, context);
4195
+ case "UnprocessableEntityException":
4196
+ case "com.amazonaws.medialive#UnprocessableEntityException":
4197
+ throw await de_UnprocessableEntityExceptionRes(parsedOutput, context);
4198
+ default:
4199
+ const parsedBody = parsedOutput.body;
4200
+ return throwDefaultError({
4201
+ output,
4202
+ parsedBody,
4203
+ errorCode,
4204
+ });
4205
+ }
4206
+ };
3995
4207
  export const de_UpdateChannelCommand = async (output, context) => {
3996
4208
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3997
4209
  return de_UpdateChannelCommandError(output, context);
@@ -4748,6 +4960,11 @@ const se_Ac3Settings = (input, context) => {
4748
4960
  metadataControl: [, , `MetadataControl`],
4749
4961
  });
4750
4962
  };
4963
+ const se_AccountConfiguration = (input, context) => {
4964
+ return take(input, {
4965
+ kmsKeyId: [, , `KmsKeyId`],
4966
+ });
4967
+ };
4751
4968
  const se_AncillarySourceSettings = (input, context) => {
4752
4969
  return take(input, {
4753
4970
  sourceAncillaryChannelNumber: [, , `SourceAncillaryChannelNumber`],
@@ -5129,6 +5346,7 @@ const se_EncoderSettings = (input, context) => {
5129
5346
  motionGraphicsConfiguration: [, (_) => se_MotionGraphicsConfiguration(_, context), `MotionGraphicsConfiguration`],
5130
5347
  nielsenConfiguration: [, (_) => se_NielsenConfiguration(_, context), `NielsenConfiguration`],
5131
5348
  outputGroups: [, (_) => se___listOfOutputGroup(_, context), `OutputGroups`],
5349
+ thumbnailConfiguration: [, (_) => se_ThumbnailConfiguration(_, context), `ThumbnailConfiguration`],
5132
5350
  timecodeConfig: [, (_) => se_TimecodeConfig(_, context), `TimecodeConfig`],
5133
5351
  videoDescriptions: [, (_) => se___listOfVideoDescription(_, context), `VideoDescriptions`],
5134
5352
  });
@@ -6175,6 +6393,11 @@ const se_TemporalFilterSettings = (input, context) => {
6175
6393
  strength: [, , `Strength`],
6176
6394
  });
6177
6395
  };
6396
+ const se_ThumbnailConfiguration = (input, context) => {
6397
+ return take(input, {
6398
+ state: [, , `State`],
6399
+ });
6400
+ };
6178
6401
  const se_TimecodeBurninSettings = (input, context) => {
6179
6402
  return take(input, {
6180
6403
  fontSize: [, , `FontSize`],
@@ -6582,6 +6805,22 @@ const de___listOfScte35Descriptor = (output, context) => {
6582
6805
  });
6583
6806
  return retVal;
6584
6807
  };
6808
+ const de___listOfThumbnail = (output, context) => {
6809
+ const retVal = (output || [])
6810
+ .filter((e) => e != null)
6811
+ .map((entry) => {
6812
+ return de_Thumbnail(entry, context);
6813
+ });
6814
+ return retVal;
6815
+ };
6816
+ const de___listOfThumbnailDetail = (output, context) => {
6817
+ const retVal = (output || [])
6818
+ .filter((e) => e != null)
6819
+ .map((entry) => {
6820
+ return de_ThumbnailDetail(entry, context);
6821
+ });
6822
+ return retVal;
6823
+ };
6585
6824
  const de___listOfTransferringInputDeviceSummary = (output, context) => {
6586
6825
  const retVal = (output || [])
6587
6826
  .filter((e) => e != null)
@@ -6630,6 +6869,11 @@ const de_Ac3Settings = (output, context) => {
6630
6869
  MetadataControl: [, __expectString, `metadataControl`],
6631
6870
  });
6632
6871
  };
6872
+ const de_AccountConfiguration = (output, context) => {
6873
+ return take(output, {
6874
+ KmsKeyId: [, __expectString, `kmsKeyId`],
6875
+ });
6876
+ };
6633
6877
  const de_AncillarySourceSettings = (output, context) => {
6634
6878
  return take(output, {
6635
6879
  SourceAncillaryChannelNumber: [, __expectInt32, `sourceAncillaryChannelNumber`],
@@ -7077,6 +7321,7 @@ const de_EncoderSettings = (output, context) => {
7077
7321
  ],
7078
7322
  NielsenConfiguration: [, (_) => de_NielsenConfiguration(_, context), `nielsenConfiguration`],
7079
7323
  OutputGroups: [, (_) => de___listOfOutputGroup(_, context), `outputGroups`],
7324
+ ThumbnailConfiguration: [, (_) => de_ThumbnailConfiguration(_, context), `thumbnailConfiguration`],
7080
7325
  TimecodeConfig: [, (_) => de_TimecodeConfig(_, context), `timecodeConfig`],
7081
7326
  VideoDescriptions: [, (_) => de___listOfVideoDescription(_, context), `videoDescriptions`],
7082
7327
  });
@@ -8338,6 +8583,25 @@ const de_TemporalFilterSettings = (output, context) => {
8338
8583
  Strength: [, __expectString, `strength`],
8339
8584
  });
8340
8585
  };
8586
+ const de_Thumbnail = (output, context) => {
8587
+ return take(output, {
8588
+ Body: [, __expectString, `body`],
8589
+ ContentType: [, __expectString, `contentType`],
8590
+ ThumbnailType: [, __expectString, `thumbnailType`],
8591
+ TimeStamp: [, (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `timeStamp`],
8592
+ });
8593
+ };
8594
+ const de_ThumbnailConfiguration = (output, context) => {
8595
+ return take(output, {
8596
+ State: [, __expectString, `state`],
8597
+ });
8598
+ };
8599
+ const de_ThumbnailDetail = (output, context) => {
8600
+ return take(output, {
8601
+ PipelineId: [, __expectString, `pipelineId`],
8602
+ Thumbnails: [, (_) => de___listOfThumbnail(_, context), `thumbnails`],
8603
+ });
8604
+ };
8341
8605
  const de_TimecodeBurninSettings = (output, context) => {
8342
8606
  return take(output, {
8343
8607
  FontSize: [, __expectString, `fontSize`],
@@ -21,6 +21,7 @@ import { DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput
21
21
  import { DeleteReservationCommandInput, DeleteReservationCommandOutput } from "./commands/DeleteReservationCommand";
22
22
  import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "./commands/DeleteScheduleCommand";
23
23
  import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
24
+ import { DescribeAccountConfigurationCommandInput, DescribeAccountConfigurationCommandOutput } from "./commands/DescribeAccountConfigurationCommand";
24
25
  import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
25
26
  import { DescribeInputCommandInput, DescribeInputCommandOutput } from "./commands/DescribeInputCommand";
26
27
  import { DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput } from "./commands/DescribeInputDeviceCommand";
@@ -31,6 +32,7 @@ import { DescribeMultiplexProgramCommandInput, DescribeMultiplexProgramCommandOu
31
32
  import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
32
33
  import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "./commands/DescribeReservationCommand";
33
34
  import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "./commands/DescribeScheduleCommand";
35
+ import { DescribeThumbnailsCommandInput, DescribeThumbnailsCommandOutput } from "./commands/DescribeThumbnailsCommand";
34
36
  import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
35
37
  import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "./commands/ListInputDevicesCommand";
36
38
  import { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "./commands/ListInputDeviceTransfersCommand";
@@ -50,6 +52,7 @@ import { StartMultiplexCommandInput, StartMultiplexCommandOutput } from "./comma
50
52
  import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
51
53
  import { StopMultiplexCommandInput, StopMultiplexCommandOutput } from "./commands/StopMultiplexCommand";
52
54
  import { TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput } from "./commands/TransferInputDeviceCommand";
55
+ import { UpdateAccountConfigurationCommandInput, UpdateAccountConfigurationCommandOutput } from "./commands/UpdateAccountConfigurationCommand";
53
56
  import { UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput } from "./commands/UpdateChannelClassCommand";
54
57
  import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
55
58
  import { UpdateInputCommandInput, UpdateInputCommandOutput } from "./commands/UpdateInputCommand";
@@ -192,6 +195,12 @@ export interface MediaLive {
192
195
  deleteTags(args: DeleteTagsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTagsCommandOutput>;
193
196
  deleteTags(args: DeleteTagsCommandInput, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
194
197
  deleteTags(args: DeleteTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
198
+ /**
199
+ * @see {@link DescribeAccountConfigurationCommand}
200
+ */
201
+ describeAccountConfiguration(args: DescribeAccountConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountConfigurationCommandOutput>;
202
+ describeAccountConfiguration(args: DescribeAccountConfigurationCommandInput, cb: (err: any, data?: DescribeAccountConfigurationCommandOutput) => void): void;
203
+ describeAccountConfiguration(args: DescribeAccountConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountConfigurationCommandOutput) => void): void;
195
204
  /**
196
205
  * @see {@link DescribeChannelCommand}
197
206
  */
@@ -252,6 +261,12 @@ export interface MediaLive {
252
261
  describeSchedule(args: DescribeScheduleCommandInput, options?: __HttpHandlerOptions): Promise<DescribeScheduleCommandOutput>;
253
262
  describeSchedule(args: DescribeScheduleCommandInput, cb: (err: any, data?: DescribeScheduleCommandOutput) => void): void;
254
263
  describeSchedule(args: DescribeScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScheduleCommandOutput) => void): void;
264
+ /**
265
+ * @see {@link DescribeThumbnailsCommand}
266
+ */
267
+ describeThumbnails(args: DescribeThumbnailsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeThumbnailsCommandOutput>;
268
+ describeThumbnails(args: DescribeThumbnailsCommandInput, cb: (err: any, data?: DescribeThumbnailsCommandOutput) => void): void;
269
+ describeThumbnails(args: DescribeThumbnailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeThumbnailsCommandOutput) => void): void;
255
270
  /**
256
271
  * @see {@link ListChannelsCommand}
257
272
  */
@@ -366,6 +381,12 @@ export interface MediaLive {
366
381
  transferInputDevice(args: TransferInputDeviceCommandInput, options?: __HttpHandlerOptions): Promise<TransferInputDeviceCommandOutput>;
367
382
  transferInputDevice(args: TransferInputDeviceCommandInput, cb: (err: any, data?: TransferInputDeviceCommandOutput) => void): void;
368
383
  transferInputDevice(args: TransferInputDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TransferInputDeviceCommandOutput) => void): void;
384
+ /**
385
+ * @see {@link UpdateAccountConfigurationCommand}
386
+ */
387
+ updateAccountConfiguration(args: UpdateAccountConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccountConfigurationCommandOutput>;
388
+ updateAccountConfiguration(args: UpdateAccountConfigurationCommandInput, cb: (err: any, data?: UpdateAccountConfigurationCommandOutput) => void): void;
389
+ updateAccountConfiguration(args: UpdateAccountConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountConfigurationCommandOutput) => void): void;
369
390
  /**
370
391
  * @see {@link UpdateChannelCommand}
371
392
  */
@@ -30,6 +30,7 @@ import { DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput
30
30
  import { DeleteReservationCommandInput, DeleteReservationCommandOutput } from "./commands/DeleteReservationCommand";
31
31
  import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "./commands/DeleteScheduleCommand";
32
32
  import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
33
+ import { DescribeAccountConfigurationCommandInput, DescribeAccountConfigurationCommandOutput } from "./commands/DescribeAccountConfigurationCommand";
33
34
  import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
34
35
  import { DescribeInputCommandInput, DescribeInputCommandOutput } from "./commands/DescribeInputCommand";
35
36
  import { DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput } from "./commands/DescribeInputDeviceCommand";
@@ -40,6 +41,7 @@ import { DescribeMultiplexProgramCommandInput, DescribeMultiplexProgramCommandOu
40
41
  import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
41
42
  import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "./commands/DescribeReservationCommand";
42
43
  import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "./commands/DescribeScheduleCommand";
44
+ import { DescribeThumbnailsCommandInput, DescribeThumbnailsCommandOutput } from "./commands/DescribeThumbnailsCommand";
43
45
  import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
44
46
  import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "./commands/ListInputDevicesCommand";
45
47
  import { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "./commands/ListInputDeviceTransfersCommand";
@@ -59,6 +61,7 @@ import { StartMultiplexCommandInput, StartMultiplexCommandOutput } from "./comma
59
61
  import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
60
62
  import { StopMultiplexCommandInput, StopMultiplexCommandOutput } from "./commands/StopMultiplexCommand";
61
63
  import { TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput } from "./commands/TransferInputDeviceCommand";
64
+ import { UpdateAccountConfigurationCommandInput, UpdateAccountConfigurationCommandOutput } from "./commands/UpdateAccountConfigurationCommand";
62
65
  import { UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput } from "./commands/UpdateChannelClassCommand";
63
66
  import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
64
67
  import { UpdateInputCommandInput, UpdateInputCommandOutput } from "./commands/UpdateInputCommand";
@@ -72,11 +75,11 @@ export { __Client };
72
75
  /**
73
76
  * @public
74
77
  */
75
- export type ServiceInputTypes = AcceptInputDeviceTransferCommandInput | BatchDeleteCommandInput | BatchStartCommandInput | BatchStopCommandInput | BatchUpdateScheduleCommandInput | CancelInputDeviceTransferCommandInput | ClaimDeviceCommandInput | CreateChannelCommandInput | CreateInputCommandInput | CreateInputSecurityGroupCommandInput | CreateMultiplexCommandInput | CreateMultiplexProgramCommandInput | CreatePartnerInputCommandInput | CreateTagsCommandInput | DeleteChannelCommandInput | DeleteInputCommandInput | DeleteInputSecurityGroupCommandInput | DeleteMultiplexCommandInput | DeleteMultiplexProgramCommandInput | DeleteReservationCommandInput | DeleteScheduleCommandInput | DeleteTagsCommandInput | DescribeChannelCommandInput | DescribeInputCommandInput | DescribeInputDeviceCommandInput | DescribeInputDeviceThumbnailCommandInput | DescribeInputSecurityGroupCommandInput | DescribeMultiplexCommandInput | DescribeMultiplexProgramCommandInput | DescribeOfferingCommandInput | DescribeReservationCommandInput | DescribeScheduleCommandInput | ListChannelsCommandInput | ListInputDeviceTransfersCommandInput | ListInputDevicesCommandInput | ListInputSecurityGroupsCommandInput | ListInputsCommandInput | ListMultiplexProgramsCommandInput | ListMultiplexesCommandInput | ListOfferingsCommandInput | ListReservationsCommandInput | ListTagsForResourceCommandInput | PurchaseOfferingCommandInput | RebootInputDeviceCommandInput | RejectInputDeviceTransferCommandInput | StartChannelCommandInput | StartInputDeviceMaintenanceWindowCommandInput | StartMultiplexCommandInput | StopChannelCommandInput | StopMultiplexCommandInput | TransferInputDeviceCommandInput | UpdateChannelClassCommandInput | UpdateChannelCommandInput | UpdateInputCommandInput | UpdateInputDeviceCommandInput | UpdateInputSecurityGroupCommandInput | UpdateMultiplexCommandInput | UpdateMultiplexProgramCommandInput | UpdateReservationCommandInput;
78
+ export type ServiceInputTypes = AcceptInputDeviceTransferCommandInput | BatchDeleteCommandInput | BatchStartCommandInput | BatchStopCommandInput | BatchUpdateScheduleCommandInput | CancelInputDeviceTransferCommandInput | ClaimDeviceCommandInput | CreateChannelCommandInput | CreateInputCommandInput | CreateInputSecurityGroupCommandInput | CreateMultiplexCommandInput | CreateMultiplexProgramCommandInput | CreatePartnerInputCommandInput | CreateTagsCommandInput | DeleteChannelCommandInput | DeleteInputCommandInput | DeleteInputSecurityGroupCommandInput | DeleteMultiplexCommandInput | DeleteMultiplexProgramCommandInput | DeleteReservationCommandInput | DeleteScheduleCommandInput | DeleteTagsCommandInput | DescribeAccountConfigurationCommandInput | DescribeChannelCommandInput | DescribeInputCommandInput | DescribeInputDeviceCommandInput | DescribeInputDeviceThumbnailCommandInput | DescribeInputSecurityGroupCommandInput | DescribeMultiplexCommandInput | DescribeMultiplexProgramCommandInput | DescribeOfferingCommandInput | DescribeReservationCommandInput | DescribeScheduleCommandInput | DescribeThumbnailsCommandInput | ListChannelsCommandInput | ListInputDeviceTransfersCommandInput | ListInputDevicesCommandInput | ListInputSecurityGroupsCommandInput | ListInputsCommandInput | ListMultiplexProgramsCommandInput | ListMultiplexesCommandInput | ListOfferingsCommandInput | ListReservationsCommandInput | ListTagsForResourceCommandInput | PurchaseOfferingCommandInput | RebootInputDeviceCommandInput | RejectInputDeviceTransferCommandInput | StartChannelCommandInput | StartInputDeviceMaintenanceWindowCommandInput | StartMultiplexCommandInput | StopChannelCommandInput | StopMultiplexCommandInput | TransferInputDeviceCommandInput | UpdateAccountConfigurationCommandInput | UpdateChannelClassCommandInput | UpdateChannelCommandInput | UpdateInputCommandInput | UpdateInputDeviceCommandInput | UpdateInputSecurityGroupCommandInput | UpdateMultiplexCommandInput | UpdateMultiplexProgramCommandInput | UpdateReservationCommandInput;
76
79
  /**
77
80
  * @public
78
81
  */
79
- export type ServiceOutputTypes = AcceptInputDeviceTransferCommandOutput | BatchDeleteCommandOutput | BatchStartCommandOutput | BatchStopCommandOutput | BatchUpdateScheduleCommandOutput | CancelInputDeviceTransferCommandOutput | ClaimDeviceCommandOutput | CreateChannelCommandOutput | CreateInputCommandOutput | CreateInputSecurityGroupCommandOutput | CreateMultiplexCommandOutput | CreateMultiplexProgramCommandOutput | CreatePartnerInputCommandOutput | CreateTagsCommandOutput | DeleteChannelCommandOutput | DeleteInputCommandOutput | DeleteInputSecurityGroupCommandOutput | DeleteMultiplexCommandOutput | DeleteMultiplexProgramCommandOutput | DeleteReservationCommandOutput | DeleteScheduleCommandOutput | DeleteTagsCommandOutput | DescribeChannelCommandOutput | DescribeInputCommandOutput | DescribeInputDeviceCommandOutput | DescribeInputDeviceThumbnailCommandOutput | DescribeInputSecurityGroupCommandOutput | DescribeMultiplexCommandOutput | DescribeMultiplexProgramCommandOutput | DescribeOfferingCommandOutput | DescribeReservationCommandOutput | DescribeScheduleCommandOutput | ListChannelsCommandOutput | ListInputDeviceTransfersCommandOutput | ListInputDevicesCommandOutput | ListInputSecurityGroupsCommandOutput | ListInputsCommandOutput | ListMultiplexProgramsCommandOutput | ListMultiplexesCommandOutput | ListOfferingsCommandOutput | ListReservationsCommandOutput | ListTagsForResourceCommandOutput | PurchaseOfferingCommandOutput | RebootInputDeviceCommandOutput | RejectInputDeviceTransferCommandOutput | StartChannelCommandOutput | StartInputDeviceMaintenanceWindowCommandOutput | StartMultiplexCommandOutput | StopChannelCommandOutput | StopMultiplexCommandOutput | TransferInputDeviceCommandOutput | UpdateChannelClassCommandOutput | UpdateChannelCommandOutput | UpdateInputCommandOutput | UpdateInputDeviceCommandOutput | UpdateInputSecurityGroupCommandOutput | UpdateMultiplexCommandOutput | UpdateMultiplexProgramCommandOutput | UpdateReservationCommandOutput;
82
+ export type ServiceOutputTypes = AcceptInputDeviceTransferCommandOutput | BatchDeleteCommandOutput | BatchStartCommandOutput | BatchStopCommandOutput | BatchUpdateScheduleCommandOutput | CancelInputDeviceTransferCommandOutput | ClaimDeviceCommandOutput | CreateChannelCommandOutput | CreateInputCommandOutput | CreateInputSecurityGroupCommandOutput | CreateMultiplexCommandOutput | CreateMultiplexProgramCommandOutput | CreatePartnerInputCommandOutput | CreateTagsCommandOutput | DeleteChannelCommandOutput | DeleteInputCommandOutput | DeleteInputSecurityGroupCommandOutput | DeleteMultiplexCommandOutput | DeleteMultiplexProgramCommandOutput | DeleteReservationCommandOutput | DeleteScheduleCommandOutput | DeleteTagsCommandOutput | DescribeAccountConfigurationCommandOutput | DescribeChannelCommandOutput | DescribeInputCommandOutput | DescribeInputDeviceCommandOutput | DescribeInputDeviceThumbnailCommandOutput | DescribeInputSecurityGroupCommandOutput | DescribeMultiplexCommandOutput | DescribeMultiplexProgramCommandOutput | DescribeOfferingCommandOutput | DescribeReservationCommandOutput | DescribeScheduleCommandOutput | DescribeThumbnailsCommandOutput | ListChannelsCommandOutput | ListInputDeviceTransfersCommandOutput | ListInputDevicesCommandOutput | ListInputSecurityGroupsCommandOutput | ListInputsCommandOutput | ListMultiplexProgramsCommandOutput | ListMultiplexesCommandOutput | ListOfferingsCommandOutput | ListReservationsCommandOutput | ListTagsForResourceCommandOutput | PurchaseOfferingCommandOutput | RebootInputDeviceCommandOutput | RejectInputDeviceTransferCommandOutput | StartChannelCommandOutput | StartInputDeviceMaintenanceWindowCommandOutput | StartMultiplexCommandOutput | StopChannelCommandOutput | StopMultiplexCommandOutput | TransferInputDeviceCommandOutput | UpdateAccountConfigurationCommandOutput | UpdateChannelClassCommandOutput | UpdateChannelCommandOutput | UpdateInputCommandOutput | UpdateInputDeviceCommandOutput | UpdateInputSecurityGroupCommandOutput | UpdateMultiplexCommandOutput | UpdateMultiplexProgramCommandOutput | UpdateReservationCommandOutput;
80
83
  /**
81
84
  * @public
82
85
  */
@@ -855,6 +855,9 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
855
855
  * Width: Number("int"),
856
856
  * },
857
857
  * ],
858
+ * ThumbnailConfiguration: { // ThumbnailConfiguration
859
+ * State: "AUTO" || "DISABLED", // required
860
+ * },
858
861
  * },
859
862
  * InputAttachments: [ // __listOfInputAttachment
860
863
  * { // InputAttachment
@@ -1851,6 +1854,9 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
1851
1854
  * // Width: Number("int"),
1852
1855
  * // },
1853
1856
  * // ],
1857
+ * // ThumbnailConfiguration: { // ThumbnailConfiguration
1858
+ * // State: "AUTO" || "DISABLED", // required
1859
+ * // },
1854
1860
  * // },
1855
1861
  * // Id: "STRING_VALUE",
1856
1862
  * // InputAttachments: [ // __listOfInputAttachment
@@ -866,6 +866,9 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
866
866
  * // Width: Number("int"),
867
867
  * // },
868
868
  * // ],
869
+ * // ThumbnailConfiguration: { // ThumbnailConfiguration
870
+ * // State: "AUTO" || "DISABLED", // required
871
+ * // },
869
872
  * // },
870
873
  * // Id: "STRING_VALUE",
871
874
  * // InputAttachments: [ // __listOfInputAttachment
@@ -0,0 +1,91 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
+ import { DescribeAccountConfigurationRequest, DescribeAccountConfigurationResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeAccountConfigurationCommand}.
14
+ */
15
+ export interface DescribeAccountConfigurationCommandInput extends DescribeAccountConfigurationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeAccountConfigurationCommand}.
21
+ */
22
+ export interface DescribeAccountConfigurationCommandOutput extends DescribeAccountConfigurationResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * Get account configuration
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { MediaLiveClient, DescribeAccountConfigurationCommand } from "@aws-sdk/client-medialive"; // ES Modules import
31
+ * // const { MediaLiveClient, DescribeAccountConfigurationCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
32
+ * const client = new MediaLiveClient(config);
33
+ * const input = {};
34
+ * const command = new DescribeAccountConfigurationCommand(input);
35
+ * const response = await client.send(command);
36
+ * // { // DescribeAccountConfigurationResponse
37
+ * // AccountConfiguration: { // AccountConfiguration
38
+ * // KmsKeyId: "STRING_VALUE",
39
+ * // },
40
+ * // };
41
+ *
42
+ * ```
43
+ *
44
+ * @param DescribeAccountConfigurationCommandInput - {@link DescribeAccountConfigurationCommandInput}
45
+ * @returns {@link DescribeAccountConfigurationCommandOutput}
46
+ * @see {@link DescribeAccountConfigurationCommandInput} for command's `input` shape.
47
+ * @see {@link DescribeAccountConfigurationCommandOutput} for command's `response` shape.
48
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
49
+ *
50
+ * @throws {@link BadGatewayException} (server fault)
51
+ * Placeholder documentation for BadGatewayException
52
+ *
53
+ * @throws {@link BadRequestException} (client fault)
54
+ * Placeholder documentation for BadRequestException
55
+ *
56
+ * @throws {@link ForbiddenException} (client fault)
57
+ * Placeholder documentation for ForbiddenException
58
+ *
59
+ * @throws {@link GatewayTimeoutException} (server fault)
60
+ * Placeholder documentation for GatewayTimeoutException
61
+ *
62
+ * @throws {@link InternalServerErrorException} (server fault)
63
+ * Placeholder documentation for InternalServerErrorException
64
+ *
65
+ * @throws {@link TooManyRequestsException} (client fault)
66
+ * Placeholder documentation for TooManyRequestsException
67
+ *
68
+ * @throws {@link MediaLiveServiceException}
69
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
70
+ *
71
+ */
72
+ export declare class DescribeAccountConfigurationCommand extends $Command<DescribeAccountConfigurationCommandInput, DescribeAccountConfigurationCommandOutput, MediaLiveClientResolvedConfig> {
73
+ readonly input: DescribeAccountConfigurationCommandInput;
74
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
78
+ constructor(input: DescribeAccountConfigurationCommandInput);
79
+ /**
80
+ * @internal
81
+ */
82
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountConfigurationCommandInput, DescribeAccountConfigurationCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
86
+ private serialize;
87
+ /**
88
+ * @internal
89
+ */
90
+ private deserialize;
91
+ }
@@ -866,6 +866,9 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
866
866
  * // Width: Number("int"),
867
867
  * // },
868
868
  * // ],
869
+ * // ThumbnailConfiguration: { // ThumbnailConfiguration
870
+ * // State: "AUTO" || "DISABLED", // required
871
+ * // },
869
872
  * // },
870
873
  * // Id: "STRING_VALUE",
871
874
  * // InputAttachments: [ // __listOfInputAttachment