cdk-comprehend-s3olap 2.0.20 → 2.0.23

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 (42) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +19 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +39 -24
  8. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +144 -69
  9. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +711 -707
  10. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +131 -128
  11. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +58 -3
  12. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +269 -234
  13. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  14. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.examples.json +5 -0
  15. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +1206 -0
  16. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +40 -0
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +253 -103
  18. package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +33 -0
  19. package/node_modules/aws-sdk/apis/translate-2017-07-01.paginators.json +5 -0
  20. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  21. package/node_modules/aws-sdk/clients/all.js +2 -1
  22. package/node_modules/aws-sdk/clients/appstream.d.ts +22 -3
  23. package/node_modules/aws-sdk/clients/datasync.d.ts +133 -38
  24. package/node_modules/aws-sdk/clients/ec2.d.ts +33 -21
  25. package/node_modules/aws-sdk/clients/elbv2.d.ts +10 -10
  26. package/node_modules/aws-sdk/clients/emr.d.ts +8 -3
  27. package/node_modules/aws-sdk/clients/finspacedata.d.ts +64 -3
  28. package/node_modules/aws-sdk/clients/medialive.d.ts +41 -3
  29. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  30. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
  31. package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
  32. package/node_modules/aws-sdk/clients/sagemaker.d.ts +245 -4
  33. package/node_modules/aws-sdk/clients/translate.d.ts +70 -18
  34. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  35. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -14
  36. package/node_modules/aws-sdk/dist/aws-sdk.js +888 -839
  37. package/node_modules/aws-sdk/dist/aws-sdk.min.js +67 -67
  38. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  39. package/node_modules/aws-sdk/lib/core.js +1 -1
  40. package/node_modules/aws-sdk/lib/s3/managed_upload.js +1 -1
  41. package/node_modules/aws-sdk/package.json +1 -1
  42. package/package.json +3 -3
@@ -649,6 +649,7 @@ Leave set to "normal" when input does not contain pre-mixed audio + AD.
649
649
  }
650
650
  export interface AcceptInputDeviceTransferResponse {
651
651
  }
652
+ export type AccessibilityType = "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES"|"IMPLEMENTS_ACCESSIBILITY_FEATURES"|string;
652
653
  export type AfdSignaling = "AUTO"|"FIXED"|"NONE"|string;
653
654
  export interface AncillarySourceSettings {
654
655
  /**
@@ -758,7 +759,7 @@ Note that this field and audioType are both ignored if inputType is broadcasterM
758
759
  /**
759
760
  * The name of this AudioDescription. Outputs will use this name to uniquely identify this AudioDescription. Description names should be unique within this Live Event.
760
761
  */
761
- Name: __string;
762
+ Name: __stringMax255;
762
763
  /**
763
764
  * Settings that control how input audio channels are remixed into the output audio channels.
764
765
  */
@@ -1189,6 +1190,10 @@ Alternate rendition that the client will not try to play back by default. Repres
1189
1190
  export interface CancelInputDeviceTransferResponse {
1190
1191
  }
1191
1192
  export interface CaptionDescription {
1193
+ /**
1194
+ * Indicates whether the caption track implements accessibility features such as written descriptions of spoken dialog, music, and sounds.
1195
+ */
1196
+ Accessibility?: AccessibilityType;
1192
1197
  /**
1193
1198
  * Specifies which input caption selector to use as a caption source when generating output captions. This field should match a captionSelector name.
1194
1199
  */
@@ -1879,6 +1884,10 @@ one destination per packager.
1879
1884
  * AWS region, e.g. 'us-west-2'
1880
1885
  */
1881
1886
  Region?: __string;
1887
+ /**
1888
+ * Renewal settings for the reservation
1889
+ */
1890
+ RenewalSettings?: RenewalSettings;
1882
1891
  /**
1883
1892
  * Unique reservation ID, e.g. '1234567'
1884
1893
  */
@@ -2373,6 +2382,10 @@ during input switch actions. Presently, this functionality only works with MP4_F
2373
2382
  * AWS region, e.g. 'us-west-2'
2374
2383
  */
2375
2384
  Region?: __string;
2385
+ /**
2386
+ * Renewal settings for the reservation
2387
+ */
2388
+ RenewalSettings?: RenewalSettings;
2376
2389
  /**
2377
2390
  * Unique reservation ID, e.g. '1234567'
2378
2391
  */
@@ -2417,7 +2430,7 @@ during input switch actions. Presently, this functionality only works with MP4_F
2417
2430
  ScheduleActions?: __listOfScheduleAction;
2418
2431
  }
2419
2432
  export type DeviceSettingsSyncState = "SYNCED"|"SYNCING"|string;
2420
- export type DeviceUpdateStatus = "UP_TO_DATE"|"NOT_UP_TO_DATE"|string;
2433
+ export type DeviceUpdateStatus = "UP_TO_DATE"|"NOT_UP_TO_DATE"|"UPDATING"|string;
2421
2434
  export interface DvbNitSettings {
2422
2435
  /**
2423
2436
  * The numeric value placed in the Network Information Table (NIT).
@@ -4016,7 +4029,7 @@ to.
4016
4029
  /**
4017
4030
  * Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg. a http:// URI) depending on the output type. For example, a RTMP destination should have a uri simliar to: "rtmp://fmsserver/live".
4018
4031
  */
4019
- Uri: __string;
4032
+ Uri: __stringMax2048;
4020
4033
  /**
4021
4034
  * Documentation update needed
4022
4035
  */
@@ -5555,6 +5568,10 @@ When this field is defined, ConstantBitrate must be undefined.
5555
5568
  * Offering to purchase, e.g. '87654321'
5556
5569
  */
5557
5570
  OfferingId: __string;
5571
+ /**
5572
+ * Renewal settings for the reservation
5573
+ */
5574
+ RenewalSettings?: RenewalSettings;
5558
5575
  /**
5559
5576
  * Unique request ID to be specified. This is needed to prevent retries from creating multiple resources.
5560
5577
  */
@@ -5600,6 +5617,16 @@ Valid values: 1, 2, 4, 6, 8
5600
5617
  */
5601
5618
  ChannelsOut?: __integerMin1Max8;
5602
5619
  }
5620
+ export interface RenewalSettings {
5621
+ /**
5622
+ * Automatic renewal status for the reservation
5623
+ */
5624
+ AutomaticRenewal?: ReservationAutomaticRenewal;
5625
+ /**
5626
+ * Count for the reservation renewal
5627
+ */
5628
+ RenewalCount?: __integerMin1;
5629
+ }
5603
5630
  export interface Reservation {
5604
5631
  /**
5605
5632
  * Unique reservation ARN, e.g. 'arn:aws:medialive:us-west-2:123456789012:reservation:1234567'
@@ -5649,6 +5676,10 @@ Valid values: 1, 2, 4, 6, 8
5649
5676
  * AWS region, e.g. 'us-west-2'
5650
5677
  */
5651
5678
  Region?: __string;
5679
+ /**
5680
+ * Renewal settings for the reservation
5681
+ */
5682
+ RenewalSettings?: RenewalSettings;
5652
5683
  /**
5653
5684
  * Unique reservation ID, e.g. '1234567'
5654
5685
  */
@@ -5674,6 +5705,7 @@ Valid values: 1, 2, 4, 6, 8
5674
5705
  */
5675
5706
  UsagePrice?: __double;
5676
5707
  }
5708
+ export type ReservationAutomaticRenewal = "DISABLED"|"ENABLED"|"UNAVAILABLE"|string;
5677
5709
  export type ReservationCodec = "MPEG2"|"AVC"|"HEVC"|"AUDIO"|"LINK"|string;
5678
5710
  export type ReservationMaximumBitrate = "MAX_10_MBPS"|"MAX_20_MBPS"|"MAX_50_MBPS"|string;
5679
5711
  export type ReservationMaximumFramerate = "MAX_30_FPS"|"MAX_60_FPS"|string;
@@ -6715,6 +6747,10 @@ Only specify sources for PULL type Inputs. Leave Destinations empty.
6715
6747
  * Name of the reservation
6716
6748
  */
6717
6749
  Name?: __string;
6750
+ /**
6751
+ * Renewal settings for the reservation
6752
+ */
6753
+ RenewalSettings?: RenewalSettings;
6718
6754
  /**
6719
6755
  * Unique reservation ID, e.g. '1234567'
6720
6756
  */
@@ -6994,6 +7030,8 @@ If STANDARD channel, subnet IDs must be mapped to two unique availability zones
6994
7030
  export type __longMin0Max86400000 = number;
6995
7031
  export type __string = string;
6996
7032
  export type __stringMax1000 = string;
7033
+ export type __stringMax2048 = string;
7034
+ export type __stringMax255 = string;
6997
7035
  export type __stringMax256 = string;
6998
7036
  export type __stringMax32 = string;
6999
7037
  export type __stringMin1 = string;
@@ -488,7 +488,7 @@ declare namespace Polly {
488
488
  */
489
489
  SupportedEngines?: EngineList;
490
490
  }
491
- export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|string;
491
+ export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|string;
492
492
  export type VoiceList = Voice[];
493
493
  export type VoiceName = string;
494
494
  /**