cdk-lambda-subminute 2.0.449 → 2.0.451

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 (71) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.waiters2.json +74 -62
  5. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +4 -1
  6. package/node_modules/aws-sdk/apis/appsync-2017-07-25.paginators.json +60 -0
  7. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1329 -202
  8. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +18 -0
  9. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +305 -287
  10. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.waiters2.json +5 -0
  11. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +371 -171
  12. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
  13. package/node_modules/aws-sdk/apis/connect-contact-lens-2020-08-21.min.json +18 -1
  14. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +902 -413
  15. package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +6 -0
  16. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1161 -1028
  17. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +162 -94
  18. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +226 -81
  19. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +113 -98
  20. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +159 -154
  21. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +144 -139
  22. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.waiters2.json +5 -0
  23. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +327 -230
  24. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +0 -3
  25. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +75 -35
  26. package/node_modules/aws-sdk/apis/metadata.json +0 -3
  27. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +6 -0
  28. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +25 -21
  29. package/node_modules/aws-sdk/apis/taxsettings-2018-05-10.min.json +4 -1
  30. package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +4 -1
  31. package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +3 -0
  32. package/node_modules/aws-sdk/clients/acmpca.d.ts +12 -12
  33. package/node_modules/aws-sdk/clients/all.d.ts +0 -1
  34. package/node_modules/aws-sdk/clients/all.js +0 -1
  35. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1079 -16
  36. package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +284 -257
  37. package/node_modules/aws-sdk/clients/cleanroomsml.js +1 -0
  38. package/node_modules/aws-sdk/clients/connect.d.ts +223 -6
  39. package/node_modules/aws-sdk/clients/connectcontactlens.d.ts +24 -3
  40. package/node_modules/aws-sdk/clients/datazone.d.ts +576 -64
  41. package/node_modules/aws-sdk/clients/dynamodb.d.ts +6 -6
  42. package/node_modules/aws-sdk/clients/ec2.d.ts +172 -17
  43. package/node_modules/aws-sdk/clients/entityresolution.d.ts +105 -22
  44. package/node_modules/aws-sdk/clients/firehose.d.ts +141 -0
  45. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +37 -25
  46. package/node_modules/aws-sdk/clients/ivs.d.ts +229 -229
  47. package/node_modules/aws-sdk/clients/ivschat.d.ts +166 -166
  48. package/node_modules/aws-sdk/clients/ivschat.js +1 -0
  49. package/node_modules/aws-sdk/clients/medialive.d.ts +100 -4
  50. package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +1 -1
  51. package/node_modules/aws-sdk/clients/medicalimaging.d.ts +38 -0
  52. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +56 -56
  53. package/node_modules/aws-sdk/clients/rds.d.ts +9 -9
  54. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +20 -3
  55. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
  56. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
  57. package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
  58. package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +1 -1
  59. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  60. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1825 -1848
  61. package/node_modules/aws-sdk/dist/aws-sdk.js +1779 -1286
  62. package/node_modules/aws-sdk/dist/aws-sdk.min.js +84 -84
  63. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
  64. package/node_modules/aws-sdk/lib/core.js +1 -1
  65. package/node_modules/aws-sdk/package.json +1 -1
  66. package/package.json +3 -3
  67. package/node_modules/aws-sdk/apis/mobile-2017-07-01.examples.json +0 -5
  68. package/node_modules/aws-sdk/apis/mobile-2017-07-01.min.json +0 -341
  69. package/node_modules/aws-sdk/apis/mobile-2017-07-01.paginators.json +0 -14
  70. package/node_modules/aws-sdk/clients/mobile.d.ts +0 -333
  71. package/node_modules/aws-sdk/clients/mobile.js +0 -18
@@ -9,6 +9,7 @@ Object.defineProperty(apiLoader.services['ivschat'], '2020-07-14', {
9
9
  get: function get() {
10
10
  var model = require('../apis/ivschat-2020-07-14.min.json');
11
11
  model.paginators = require('../apis/ivschat-2020-07-14.paginators.json').pagination;
12
+ model.waiters = require('../apis/ivschat-2020-07-14.waiters2.json').waiters;
12
13
  return model;
13
14
  },
14
15
  enumerable: true,
@@ -1933,6 +1933,10 @@ Only specify sources for PULL type Inputs. Leave Destinations empty.
1933
1933
  Tags?: Tags;
1934
1934
  Type?: InputType;
1935
1935
  Vpc?: InputVpcRequest;
1936
+ /**
1937
+ * The settings associated with an SRT input.
1938
+ */
1939
+ SrtSettings?: SrtSettingsRequest;
1936
1940
  }
1937
1941
  export interface CreateInputResponse {
1938
1942
  Input?: Input;
@@ -2549,6 +2553,10 @@ during input switch actions. Presently, this functionality only works with MP4_F
2549
2553
  */
2550
2554
  Tags?: Tags;
2551
2555
  Type?: InputType;
2556
+ /**
2557
+ * The settings associated with an SRT input.
2558
+ */
2559
+ SrtSettings?: SrtSettings;
2552
2560
  }
2553
2561
  export interface DescribeInputSecurityGroupRequest {
2554
2562
  /**
@@ -2971,7 +2979,6 @@ provide the language to consider when translating the image-based source to text
2971
2979
  export interface Eac3AtmosSettings {
2972
2980
  /**
2973
2981
  * Average bitrate in bits/second. Valid bitrates depend on the coding mode.
2974
- // * @affectsRightSizing true
2975
2982
  */
2976
2983
  Bitrate?: __double;
2977
2984
  /**
@@ -3455,7 +3462,14 @@ EPOCH_LOCKING - MediaLive will attempt to synchronize the output of each pipelin
3455
3462
  */
3456
3463
  EntropyEncoding?: H264EntropyEncoding;
3457
3464
  /**
3458
- * Optional filters that you can apply to an encode.
3465
+ * Optional. Both filters reduce bandwidth by removing imperceptible details. You can enable one of the filters. We
3466
+ recommend that you try both filters and observe the results to decide which one to use.
3467
+
3468
+ The Temporal Filter reduces bandwidth by removing imperceptible details in the content. It combines perceptual
3469
+ filtering and motion compensated temporal filtering (MCTF). It operates independently of the compression level.
3470
+
3471
+ The Bandwidth Reduction filter is a perceptual filter located within the encoding loop. It adapts to the current
3472
+ compression level to filter imperceptible signals. This filter works only when the resolution is 1080p or lower.
3459
3473
  */
3460
3474
  FilterSettings?: H264FilterSettings;
3461
3475
  /**
@@ -3678,7 +3692,14 @@ This field is optional; when no value is specified the encoder will choose the n
3678
3692
  */
3679
3693
  ColorSpaceSettings?: H265ColorSpaceSettings;
3680
3694
  /**
3681
- * Optional filters that you can apply to an encode.
3695
+ * Optional. Both filters reduce bandwidth by removing imperceptible details. You can enable one of the filters. We
3696
+ recommend that you try both filters and observe the results to decide which one to use.
3697
+
3698
+ The Temporal Filter reduces bandwidth by removing imperceptible details in the content. It combines perceptual
3699
+ filtering and motion compensated temporal filtering (MCTF). It operates independently of the compression level.
3700
+
3701
+ The Bandwidth Reduction filter is a perceptual filter located within the encoding loop. It adapts to the current
3702
+ compression level to filter imperceptible signals. This filter works only when the resolution is 1080p or lower.
3682
3703
  */
3683
3704
  FilterSettings?: H265FilterSettings;
3684
3705
  /**
@@ -4306,6 +4327,10 @@ during input switch actions. Presently, this functionality only works with MP4_F
4306
4327
  */
4307
4328
  Tags?: Tags;
4308
4329
  Type?: InputType;
4330
+ /**
4331
+ * The settings associated with an SRT input.
4332
+ */
4333
+ SrtSettings?: SrtSettings;
4309
4334
  }
4310
4335
  export interface InputAttachment {
4311
4336
  /**
@@ -4852,7 +4877,7 @@ pulled from.
4852
4877
  UrlPath?: __listOf__string;
4853
4878
  }
4854
4879
  export type InputTimecodeSource = "ZEROBASED"|"EMBEDDED"|string;
4855
- export type InputType = "UDP_PUSH"|"RTP_PUSH"|"RTMP_PUSH"|"RTMP_PULL"|"URL_PULL"|"MP4_FILE"|"MEDIACONNECT"|"INPUT_DEVICE"|"AWS_CDI"|"TS_FILE"|string;
4880
+ export type InputType = "UDP_PUSH"|"RTP_PUSH"|"RTMP_PUSH"|"RTMP_PULL"|"URL_PULL"|"MP4_FILE"|"MEDIACONNECT"|"INPUT_DEVICE"|"AWS_CDI"|"TS_FILE"|"SRT_CALLER"|string;
4856
4881
  export interface InputVpcRequest {
4857
4882
  /**
4858
4883
  * A list of up to 5 EC2 VPC security group IDs to attach to the Input VPC network interfaces.
@@ -7524,6 +7549,10 @@ exactly two source URLs for redundancy.
7524
7549
  Only specify sources for PULL type Inputs. Leave Destinations empty.
7525
7550
  */
7526
7551
  Sources?: __listOfInputSourceRequest;
7552
+ /**
7553
+ * The settings associated with an SRT input.
7554
+ */
7555
+ SrtSettings?: SrtSettingsRequest;
7527
7556
  }
7528
7557
  export interface UpdateInputResponse {
7529
7558
  Input?: Input;
@@ -9219,6 +9248,73 @@ one destination per packager.
9219
9248
  export type __stringPatternArnMedialiveSignalMap = string;
9220
9249
  export type __stringPatternS = string;
9221
9250
  export type Scte35SegmentationScope = "ALL_OUTPUT_GROUPS"|"SCTE35_ENABLED_OUTPUT_GROUPS"|string;
9251
+ export type Algorithm = "AES128"|"AES192"|"AES256"|string;
9252
+ export interface SrtCallerDecryption {
9253
+ /**
9254
+ * The algorithm used to encrypt content.
9255
+ */
9256
+ Algorithm?: Algorithm;
9257
+ /**
9258
+ * The ARN for the secret in Secrets Manager. Someone in your organization must create a secret and provide you with its ARN. The secret holds the passphrase that MediaLive uses to decrypt the source content.
9259
+ */
9260
+ PassphraseSecretArn?: __string;
9261
+ }
9262
+ export interface SrtCallerDecryptionRequest {
9263
+ /**
9264
+ * The algorithm used to encrypt content.
9265
+ */
9266
+ Algorithm?: Algorithm;
9267
+ /**
9268
+ * The ARN for the secret in Secrets Manager. Someone in your organization must create a secret and provide you with its ARN. This secret holds the passphrase that MediaLive will use to decrypt the source content.
9269
+ */
9270
+ PassphraseSecretArn?: __string;
9271
+ }
9272
+ export interface SrtCallerSource {
9273
+ Decryption?: SrtCallerDecryption;
9274
+ /**
9275
+ * The preferred latency (in milliseconds) for implementing packet loss and recovery. Packet recovery is a key feature of SRT.
9276
+ */
9277
+ MinimumLatency?: __integer;
9278
+ /**
9279
+ * The IP address at the upstream system (the listener) that MediaLive (the caller) connects to.
9280
+ */
9281
+ SrtListenerAddress?: __string;
9282
+ /**
9283
+ * The port at the upstream system (the listener) that MediaLive (the caller) connects to.
9284
+ */
9285
+ SrtListenerPort?: __string;
9286
+ /**
9287
+ * The stream ID, if the upstream system uses this identifier.
9288
+ */
9289
+ StreamId?: __string;
9290
+ }
9291
+ export interface SrtCallerSourceRequest {
9292
+ Decryption?: SrtCallerDecryptionRequest;
9293
+ /**
9294
+ * The preferred latency (in milliseconds) for implementing packet loss and recovery. Packet recovery is a key feature of SRT. Obtain this value from the operator at the upstream system.
9295
+ */
9296
+ MinimumLatency?: __integer;
9297
+ /**
9298
+ * The IP address at the upstream system (the listener) that MediaLive (the caller) will connect to.
9299
+ */
9300
+ SrtListenerAddress?: __string;
9301
+ /**
9302
+ * The port at the upstream system (the listener) that MediaLive (the caller) will connect to.
9303
+ */
9304
+ SrtListenerPort?: __string;
9305
+ /**
9306
+ * This value is required if the upstream system uses this identifier because without it, the SRT handshake between MediaLive (the caller) and the upstream system (the listener) might fail.
9307
+ */
9308
+ StreamId?: __string;
9309
+ }
9310
+ export interface SrtSettings {
9311
+ SrtCallerSources?: __listOfSrtCallerSource;
9312
+ }
9313
+ export interface SrtSettingsRequest {
9314
+ SrtCallerSources?: __listOfSrtCallerSourceRequest;
9315
+ }
9316
+ export type __listOfSrtCallerSource = SrtCallerSource[];
9317
+ export type __listOfSrtCallerSourceRequest = SrtCallerSourceRequest[];
9222
9318
  /**
9223
9319
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
9224
9320
  */
@@ -676,7 +676,7 @@ declare namespace MediaPackageV2 {
676
676
  }
677
677
  export interface DeleteOriginEndpointResponse {
678
678
  }
679
- export type DrmSystem = "CLEAR_KEY_AES_128"|"FAIRPLAY"|"PLAYREADY"|"WIDEVINE"|string;
679
+ export type DrmSystem = "CLEAR_KEY_AES_128"|"FAIRPLAY"|"PLAYREADY"|"WIDEVINE"|"IRDETO"|string;
680
680
  export interface Encryption {
681
681
  /**
682
682
  * A 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting content. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).
@@ -160,7 +160,9 @@ declare class MedicalImaging extends Service {
160
160
  declare namespace MedicalImaging {
161
161
  export type Arn = string;
162
162
  export type AwsAccountId = string;
163
+ export type Boolean = boolean;
163
164
  export type ClientToken = string;
165
+ export type CopiableAttributes = string;
164
166
  export interface CopyDestinationImageSet {
165
167
  /**
166
168
  * The image set identifier for the destination image set.
@@ -224,6 +226,10 @@ declare namespace MedicalImaging {
224
226
  * Copy image set information.
225
227
  */
226
228
  copyImageSetInformation: CopyImageSetInformation;
229
+ /**
230
+ * Setting this flag will force the CopyImageSet operation, even if Patient, Study, or Series level metadata are mismatched across the sourceImageSet and destinationImageSet.
231
+ */
232
+ force?: Boolean;
227
233
  }
228
234
  export interface CopyImageSetResponse {
229
235
  /**
@@ -244,6 +250,10 @@ declare namespace MedicalImaging {
244
250
  * The latest version identifier for the source image set.
245
251
  */
246
252
  latestVersionId: ImageSetExternalVersionId;
253
+ /**
254
+ * Contains MetadataCopies structure and wraps information related to specific copy use cases. For example, when copying subsets.
255
+ */
256
+ DICOMCopies?: MetadataCopies;
247
257
  }
248
258
  export interface CopySourceImageSetProperties {
249
259
  /**
@@ -723,6 +733,10 @@ declare namespace MedicalImaging {
723
733
  * The Amazon Resource Name (ARN) assigned to the image set.
724
734
  */
725
735
  imageSetArn?: Arn;
736
+ /**
737
+ * This object contains the details of any overrides used while creating a specific image set version. If an image set was copied or updated using the force flag, this object will contain the forced flag.
738
+ */
739
+ overrides?: Overrides;
726
740
  }
727
741
  export type ImageFrameId = string;
728
742
  export interface ImageFrameInformation {
@@ -767,6 +781,10 @@ declare namespace MedicalImaging {
767
781
  * The error message thrown if an image set action fails.
768
782
  */
769
783
  message?: Message;
784
+ /**
785
+ * Contains details on overrides used when creating the returned version of an image set. For example, if forced exists, the forced flag was used when creating the image set.
786
+ */
787
+ overrides?: Overrides;
770
788
  }
771
789
  export type ImageSetPropertiesList = ImageSetProperties[];
772
790
  export type ImageSetState = "ACTIVE"|"LOCKED"|"DELETED"|string;
@@ -895,14 +913,30 @@ declare namespace MedicalImaging {
895
913
  tags: TagMap;
896
914
  }
897
915
  export type Message = string;
916
+ export interface MetadataCopies {
917
+ /**
918
+ * The JSON string used to specify a subset of SOP Instances to copy from source to destination image set.
919
+ */
920
+ copiableAttributes: CopiableAttributes;
921
+ }
898
922
  export interface MetadataUpdates {
899
923
  /**
900
924
  * The object containing removableAttributes and updatableAttributes.
901
925
  */
902
926
  DICOMUpdates?: DICOMUpdates;
927
+ /**
928
+ * Specifies the previous image set version ID to revert the current image set back to. You must provide either revertToVersionId or DICOMUpdates in your request. A ValidationException error is thrown if both parameters are provided at the same time.
929
+ */
930
+ revertToVersionId?: ImageSetExternalVersionId;
903
931
  }
904
932
  export type NextToken = string;
905
933
  export type Operator = "EQUAL"|"BETWEEN"|string;
934
+ export interface Overrides {
935
+ /**
936
+ * Setting this flag will force the CopyImageSet and UpdateImageSetMetadata operations, even if Patient, Study, or Series level metadata are mismatched.
937
+ */
938
+ forced?: Boolean;
939
+ }
906
940
  export type PayloadBlob = Buffer|Uint8Array|Blob|string|Readable;
907
941
  export type RoleArn = string;
908
942
  export type S3Uri = string;
@@ -1097,6 +1131,10 @@ declare namespace MedicalImaging {
1097
1131
  * The latest image set version identifier.
1098
1132
  */
1099
1133
  latestVersionId: ImageSetExternalVersionId;
1134
+ /**
1135
+ * Setting this flag will force the UpdateImageSetMetadata operation for the following attributes: Tag.StudyInstanceUID, Tag.SeriesInstanceUID, Tag.SOPInstanceUID, and Tag.StudyID Adding, removing, or updating private tags for an individual SOP Instance
1136
+ */
1137
+ force?: Boolean;
1100
1138
  /**
1101
1139
  * Update image set metadata updates.
1102
1140
  */