cdk-docker-image-deployment 0.0.65 → 0.0.67

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 (58) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +24 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +2 -1
  8. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +76 -40
  9. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +116 -101
  10. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +78 -10
  11. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +81 -37
  13. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1032 -985
  14. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +148 -128
  15. package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +354 -87
  16. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +174 -140
  17. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +131 -123
  18. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  19. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +530 -289
  20. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
  21. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +459 -139
  22. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.examples.json +5 -0
  23. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.min.json +624 -0
  24. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.paginators.json +28 -0
  25. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +45 -39
  26. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +181 -31
  27. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +10 -0
  28. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +63 -59
  29. package/node_modules/aws-sdk/clients/acm.d.ts +9 -4
  30. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  31. package/node_modules/aws-sdk/clients/all.js +2 -1
  32. package/node_modules/aws-sdk/clients/athena.d.ts +35 -0
  33. package/node_modules/aws-sdk/clients/autoscaling.d.ts +44 -24
  34. package/node_modules/aws-sdk/clients/billingconductor.d.ts +163 -63
  35. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +63 -5
  36. package/node_modules/aws-sdk/clients/ec2.d.ts +68 -8
  37. package/node_modules/aws-sdk/clients/elasticache.d.ts +62 -11
  38. package/node_modules/aws-sdk/clients/fms.d.ts +322 -1
  39. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +260 -2
  40. package/node_modules/aws-sdk/clients/lightsail.d.ts +85 -17
  41. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +20 -7
  42. package/node_modules/aws-sdk/clients/opensearch.d.ts +890 -430
  43. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  44. package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +693 -0
  45. package/node_modules/aws-sdk/clients/resourceexplorer2.js +18 -0
  46. package/node_modules/aws-sdk/clients/route53.d.ts +4 -4
  47. package/node_modules/aws-sdk/clients/ssm.d.ts +5 -0
  48. package/node_modules/aws-sdk/clients/wafv2.d.ts +3 -3
  49. package/node_modules/aws-sdk/clients/wellarchitected.d.ts +182 -11
  50. package/node_modules/aws-sdk/clients/workspaces.d.ts +6 -0
  51. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  52. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +59 -22
  53. package/node_modules/aws-sdk/dist/aws-sdk.js +1507 -1334
  54. package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
  55. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  56. package/node_modules/aws-sdk/lib/core.js +1 -1
  57. package/node_modules/aws-sdk/package.json +1 -1
  58. package/package.json +4 -4
@@ -291,7 +291,7 @@ declare namespace MediaConvert {
291
291
  export type Ac3MetadataControl = "FOLLOW_INPUT"|"USE_CONFIGURED"|string;
292
292
  export interface Ac3Settings {
293
293
  /**
294
- * Specify the average bitrate in bits per second. Valid bitrates depend on the coding mode.
294
+ * Specify the average bitrate in bits per second. The bitrate that you specify must be a multiple of 8000 within the allowed minimum and maximum values. Leave blank to use the default bitrate for the coding mode you select according ETSI TS 102 366. Valid bitrates for coding mode 1/0: Default: 96000. Minimum: 64000. Maximum: 128000. Valid bitrates for coding mode 1/1: Default: 192000. Minimum: 128000. Maximum: 384000. Valid bitrates for coding mode 2/0: Default: 192000. Minimum: 128000. Maximum: 384000. Valid bitrates for coding mode 3/2 with FLE: Default: 384000. Minimum: 384000. Maximum: 640000.
295
295
  */
296
296
  Bitrate?: __integerMin64000Max640000;
297
297
  /**
@@ -1249,7 +1249,7 @@ declare namespace MediaConvert {
1249
1249
  */
1250
1250
  Brightness?: __integerMin1Max100;
1251
1251
  /**
1252
- * Specify the color space you want for this output. The service supports conversion between HDR formats, between SDR formats, from SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't upgrade the dynamic range. The converted video has an HDR format, but visually appears the same as an unconverted output. HDR to SDR conversion uses Elemental tone mapping technology to approximate the outcome of manually regrading from HDR to SDR.
1252
+ * Specify the color space you want for this output. The service supports conversion between HDR formats, between SDR formats, from SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't upgrade the dynamic range. The converted video has an HDR format, but visually appears the same as an unconverted output. HDR to SDR conversion uses Elemental tone mapping technology to approximate the outcome of manually regrading from HDR to SDR. Select Force P3D65 (SDR) to set the output color space metadata to the following: * Color primaries: Display P3 * Transfer characteristics: SMPTE 428M * Matrix coefficients: BT.709
1253
1253
  */
1254
1254
  ColorSpaceConversion?: ColorSpaceConversion;
1255
1255
  /**
@@ -1272,10 +1272,14 @@ declare namespace MediaConvert {
1272
1272
  * Saturation level.
1273
1273
  */
1274
1274
  Saturation?: __integerMin1Max100;
1275
+ /**
1276
+ * Specify the reference white level, in nits, for all of your SDR inputs. Use to correct brightness levels within HDR10 outputs. The following color metadata must be present in your SDR input: color primaries, transfer characteristics, and matrix coefficients. If your SDR input has missing color metadata, or if you want to correct input color metadata, manually specify a color space in the input video selector. For 1,000 nit peak brightness displays, we recommend that you set SDR reference white level to 203 (according to ITU-R BT.2408). Leave blank to use the default value of 100, or specify an integer from 100 to 1000.
1277
+ */
1278
+ SdrReferenceWhiteLevel?: __integerMin100Max1000;
1275
1279
  }
1276
1280
  export type ColorMetadata = "IGNORE"|"INSERT"|string;
1277
- export type ColorSpace = "FOLLOW"|"REC_601"|"REC_709"|"HDR10"|"HLG_2020"|string;
1278
- export type ColorSpaceConversion = "NONE"|"FORCE_601"|"FORCE_709"|"FORCE_HDR10"|"FORCE_HLG_2020"|string;
1281
+ export type ColorSpace = "FOLLOW"|"REC_601"|"REC_709"|"HDR10"|"HLG_2020"|"P3DCI"|"P3D65_SDR"|string;
1282
+ export type ColorSpaceConversion = "NONE"|"FORCE_601"|"FORCE_709"|"FORCE_HDR10"|"FORCE_HLG_2020"|"FORCE_P3DCI"|"FORCE_P3D65_SDR"|string;
1279
1283
  export type ColorSpaceUsage = "FORCE"|"FALLBACK"|string;
1280
1284
  export type Commitment = "ONE_YEAR"|string;
1281
1285
  export interface ContainerSettings {
@@ -1997,9 +2001,9 @@ Within your job settings, all of your DVB-Sub settings must be identical.
1997
2001
  */
1998
2002
  AttenuationControl?: Eac3AttenuationControl;
1999
2003
  /**
2000
- * Specify the average bitrate in bits per second. Valid bitrates depend on the coding mode.
2004
+ * Specify the average bitrate in bits per second. The bitrate that you specify must be a multiple of 8000 within the allowed minimum and maximum values. Leave blank to use the default bitrate for the coding mode you select according ETSI TS 102 366. Valid bitrates for coding mode 1/0: Default: 96000. Minimum: 32000. Maximum: 3024000. Valid bitrates for coding mode 2/0: Default: 192000. Minimum: 96000. Maximum: 3024000. Valid bitrates for coding mode 3/2: Default: 384000. Minimum: 192000. Maximum: 3024000.
2001
2005
  */
2002
- Bitrate?: __integerMin64000Max640000;
2006
+ Bitrate?: __integerMin32000Max3024000;
2003
2007
  /**
2004
2008
  * Specify the bitstream mode for the E-AC-3 stream that the encoder emits. For more information about the EAC3 bitstream mode, see ATSC A/52-2012 (Annex E).
2005
2009
  */
@@ -3057,6 +3061,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3057
3061
  * Specify the images that you want to overlay on your video. The images must be PNG or TGA files.
3058
3062
  */
3059
3063
  InsertableImages?: __listOfInsertableImage;
3064
+ /**
3065
+ * Specify the reference white level, in nits, for all of your image inserter images. Use to correct brightness levels within HDR10 outputs. For 1,000 nit peak brightness displays, we recommend that you set SDR reference white level to 203 (according to ITU-R BT.2408). Leave blank to use the default value of 100, or specify an integer from 100 to 1000.
3066
+ */
3067
+ SdrReferenceWhiteLevel?: __integerMin100Max1000;
3060
3068
  }
3061
3069
  export type ImscAccessibilitySubs = "DISABLED"|"ENABLED"|string;
3062
3070
  export interface ImscDestinationSettings {
@@ -5566,7 +5574,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
5566
5574
  */
5567
5575
  AlphaBehavior?: AlphaBehavior;
5568
5576
  /**
5569
- * If your input video has accurate color space metadata, or if you don't know about color space, leave this set to the default value Follow (FOLLOW). The service will automatically detect your input color space. If your input video has metadata indicating the wrong color space, specify the accurate color space here. If your input video is HDR 10 and the SMPTE ST 2086 Mastering Display Color Volume static metadata isn't present in your video stream, or if that metadata is present but not accurate, choose Force HDR 10 (FORCE_HDR10) here and specify correct values in the input HDR 10 metadata (Hdr10Metadata) settings. For more information about MediaConvert HDR jobs, see https://docs.aws.amazon.com/console/mediaconvert/hdr.
5577
+ * If your input video has accurate color space metadata, or if you don't know about color space, leave this set to the default value Follow. The service will automatically detect your input color space. If your input video has metadata indicating the wrong color space, specify the accurate color space here. If your input video is HDR 10 and the SMPTE ST 2086 Mastering Display Color Volume static metadata isn't present in your video stream, or if that metadata is present but not accurate, choose Force HDR 10 here and specify correct values in the input HDR 10 metadata settings. For more information about MediaConvert HDR jobs, see https://docs.aws.amazon.com/console/mediaconvert/hdr. Select P3D65 (SDR) to set the input color space metadata to the following:
5578
+ * Color primaries: Display P3
5579
+ * Transfer characteristics: SMPTE 428M
5580
+ * Matrix coefficients: BT.709
5570
5581
  */
5571
5582
  ColorSpace?: ColorSpace;
5572
5583
  /**
@@ -6003,6 +6014,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
6003
6014
  export type __integerMin1000Max30000 = number;
6004
6015
  export type __integerMin1000Max300000000 = number;
6005
6016
  export type __integerMin1000Max480000000 = number;
6017
+ export type __integerMin100Max1000 = number;
6006
6018
  export type __integerMin10Max48 = number;
6007
6019
  export type __integerMin16000Max320000 = number;
6008
6020
  export type __integerMin16000Max48000 = number;
@@ -6033,6 +6045,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
6033
6045
  export type __integerMin2Max2147483647 = number;
6034
6046
  export type __integerMin2Max4096 = number;
6035
6047
  export type __integerMin32000Max192000 = number;
6048
+ export type __integerMin32000Max3024000 = number;
6036
6049
  export type __integerMin32000Max384000 = number;
6037
6050
  export type __integerMin32000Max48000 = number;
6038
6051
  export type __integerMin32Max8182 = number;