cdk-lambda-subminute 2.0.293 → 2.0.295

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 (41) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +22 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +48 -47
  6. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +11 -8
  7. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +55 -0
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +4 -0
  9. package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +104 -9
  10. package/node_modules/aws-sdk/apis/cur-2017-01-06.min.json +86 -1
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1070 -950
  12. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +242 -39
  13. package/node_modules/aws-sdk/apis/entitlement.marketplace-2017-01-11.paginators.json +5 -0
  14. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +372 -26
  15. package/node_modules/aws-sdk/apis/logs-2014-03-28.paginators.json +18 -0
  16. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +177 -164
  17. package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +1 -3
  18. package/node_modules/aws-sdk/apis/sqs-2012-11-05.min.json +13 -13
  19. package/node_modules/aws-sdk/clients/cloudformation.d.ts +15 -10
  20. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +50 -22
  21. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +422 -2
  22. package/node_modules/aws-sdk/clients/comprehend.d.ts +73 -19
  23. package/node_modules/aws-sdk/clients/connect.d.ts +5 -1
  24. package/node_modules/aws-sdk/clients/controltower.d.ts +94 -22
  25. package/node_modules/aws-sdk/clients/cur.d.ts +104 -10
  26. package/node_modules/aws-sdk/clients/ec2.d.ts +136 -7
  27. package/node_modules/aws-sdk/clients/eks.d.ts +221 -9
  28. package/node_modules/aws-sdk/clients/fms.d.ts +6 -6
  29. package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
  30. package/node_modules/aws-sdk/clients/marketplaceentitlementservice.d.ts +2 -1
  31. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +26 -12
  32. package/node_modules/aws-sdk/clients/omics.d.ts +5 -4
  33. package/node_modules/aws-sdk/clients/rds.d.ts +11 -11
  34. package/node_modules/aws-sdk/clients/sqs.d.ts +1 -2
  35. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  36. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
  37. package/node_modules/aws-sdk/dist/aws-sdk.js +1680 -1048
  38. package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
  39. package/node_modules/aws-sdk/lib/core.js +1 -1
  40. package/node_modules/aws-sdk/package.json +1 -1
  41. package/package.json +3 -4
@@ -363,7 +363,7 @@ declare namespace MediaConvert {
363
363
  */
364
364
  Channels?: __integerMin1Max64;
365
365
  /**
366
- * Sample rate in hz.
366
+ * Sample rate in Hz.
367
367
  */
368
368
  SampleRate?: __integerMin8000Max192000;
369
369
  }
@@ -410,9 +410,13 @@ declare namespace MediaConvert {
410
410
  export type AudioChannelTag = "L"|"R"|"C"|"LFE"|"LS"|"RS"|"LC"|"RC"|"CS"|"LSD"|"RSD"|"TCS"|"VHL"|"VHC"|"VHR"|"TBL"|"TBC"|"TBR"|"RSL"|"RSR"|"LW"|"RW"|"LFE2"|"LT"|"RT"|"HI"|"NAR"|"M"|string;
411
411
  export interface AudioChannelTaggingSettings {
412
412
  /**
413
- * You can add a tag for this mono-channel audio track to mimic its placement in a multi-channel layout. For example, if this track is the left surround channel, choose Left surround (LS).
413
+ * Specify the QuickTime audio channel layout tags for the audio channels in this audio track. Enter channel layout tags in the same order as your output's audio channel order. For example, if your output audio track has a left and a right channel, enter Left (L) for the first channel and Right (R) for the second. If your output has multiple single-channel audio tracks, enter a single channel layout tag for each track.
414
414
  */
415
415
  ChannelTag?: AudioChannelTag;
416
+ /**
417
+ * Specify the QuickTime audio channel layout tags for the audio channels in this audio track. Enter channel layout tags in the same order as your output's audio channel order. For example, if your output audio track has a left and a right channel, enter Left (L) for the first channel and Right (R) for the second. If your output has multiple single-channel audio tracks, enter a single channel layout tag for each track.
418
+ */
419
+ ChannelTags?: __listOfAudioChannelTag;
416
420
  }
417
421
  export type AudioCodec = "AAC"|"MP2"|"MP3"|"WAV"|"AIFF"|"AC3"|"EAC3"|"EAC3_ATMOS"|"VORBIS"|"OPUS"|"PASSTHROUGH"|"FLAC"|string;
418
422
  export interface AudioCodecSettings {
@@ -468,7 +472,7 @@ declare namespace MediaConvert {
468
472
  export type AudioDefaultSelection = "DEFAULT"|"NOT_DEFAULT"|string;
469
473
  export interface AudioDescription {
470
474
  /**
471
- * When you mimic a multi-channel audio layout with multiple mono-channel tracks, you can tag each channel layout manually. For example, you would tag the tracks that contain your left, right, and center audio with Left (L), Right (R), and Center (C), respectively. When you don't specify a value, MediaConvert labels your track as Center (C) by default. To use audio layout tagging, your output must be in a QuickTime (.mov) container; your audio codec must be AAC, WAV, or AIFF; and you must set up your audio track to have only one channel.
475
+ * Specify the QuickTime audio channel layout tags for the audio channels in this audio track. When you don't specify a value, MediaConvert labels your track as Center (C) by default. To use Audio layout tagging, your output must be in a QuickTime (MOV) container and your audio codec must be AAC, WAV, or AIFF.
472
476
  */
473
477
  AudioChannelTaggingSettings?: AudioChannelTaggingSettings;
474
478
  /**
@@ -2283,7 +2287,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
2283
2287
  export type F4vMoovPlacement = "PROGRESSIVE_DOWNLOAD"|"NORMAL"|string;
2284
2288
  export interface F4vSettings {
2285
2289
  /**
2286
- * If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for progressive downloading. Otherwise it is placed normally at the end.
2290
+ * To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank or choose Progressive download. To place the MOOV at the end of your output: Choose Normal.
2287
2291
  */
2288
2292
  MoovPlacement?: F4vMoovPlacement;
2289
2293
  }
@@ -2335,7 +2339,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
2335
2339
  */
2336
2340
  Channels?: __integerMin1Max8;
2337
2341
  /**
2338
- * Sample rate in hz.
2342
+ * Sample rate in Hz.
2339
2343
  */
2340
2344
  SampleRate?: __integerMin22050Max48000;
2341
2345
  }
@@ -3662,6 +3666,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3662
3666
  * If your source content has EIA-608 Line 21 Data Services, enable this feature to specify what MediaConvert does with the Extended Data Services (XDS) packets. You can choose to pass through XDS packets, or remove them from the output. For more information about XDS, see EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.
3663
3667
  */
3664
3668
  ExtendedDataServices?: ExtendedDataServices;
3669
+ /**
3670
+ * Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable "Follow source" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.
3671
+ */
3672
+ FollowSource?: __integerMin1Max150;
3665
3673
  /**
3666
3674
  * Use Inputs to define source file used in the transcode job. There can be multiple inputs add in a job. These inputs will be concantenated together to create the output.
3667
3675
  */
@@ -3768,6 +3776,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3768
3776
  * If your source content has EIA-608 Line 21 Data Services, enable this feature to specify what MediaConvert does with the Extended Data Services (XDS) packets. You can choose to pass through XDS packets, or remove them from the output. For more information about XDS, see EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.
3769
3777
  */
3770
3778
  ExtendedDataServices?: ExtendedDataServices;
3779
+ /**
3780
+ * Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable "Follow source" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.
3781
+ */
3782
+ FollowSource?: __integerMin1Max150;
3771
3783
  /**
3772
3784
  * Use Inputs to define the source file used in the transcode job. There can only be one input in a job template. Using the API, you can include multiple inputs when referencing a job template.
3773
3785
  */
@@ -4375,7 +4387,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
4375
4387
  */
4376
4388
  Channels?: __integerMin1Max2;
4377
4389
  /**
4378
- * Sample rate in hz.
4390
+ * Sample rate in Hz.
4379
4391
  */
4380
4392
  SampleRate?: __integerMin32000Max48000;
4381
4393
  }
@@ -4394,7 +4406,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
4394
4406
  */
4395
4407
  RateControlMode?: Mp3RateControlMode;
4396
4408
  /**
4397
- * Sample rate in hz.
4409
+ * Sample rate in Hz.
4398
4410
  */
4399
4411
  SampleRate?: __integerMin22050Max48000;
4400
4412
  /**
@@ -4423,7 +4435,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
4423
4435
  */
4424
4436
  FreeSpaceBox?: Mp4FreeSpaceBox;
4425
4437
  /**
4426
- * If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for progressive downloading. Otherwise it is placed normally at the end.
4438
+ * To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank or choose Progressive download. To place the MOOV at the end of your output: Choose Normal.
4427
4439
  */
4428
4440
  MoovPlacement?: Mp4MoovPlacement;
4429
4441
  /**
@@ -4872,7 +4884,7 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
4872
4884
  */
4873
4885
  Channels?: __integerMin1Max2;
4874
4886
  /**
4875
- * Optional. Sample rate in hz. Valid values are 16000, 24000, and 48000. The default value is 48000.
4887
+ * Optional. Sample rate in Hz. Valid values are 16000, 24000, and 48000. The default value is 48000.
4876
4888
  */
4877
4889
  SampleRate?: __integerMin16000Max48000;
4878
4890
  }
@@ -5330,7 +5342,7 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
5330
5342
  export type S3ServerSideEncryptionType = "SERVER_SIDE_ENCRYPTION_S3"|"SERVER_SIDE_ENCRYPTION_KMS"|string;
5331
5343
  export type S3StorageClass = "STANDARD"|"REDUCED_REDUNDANCY"|"STANDARD_IA"|"ONEZONE_IA"|"INTELLIGENT_TIERING"|"GLACIER"|"DEEP_ARCHIVE"|string;
5332
5344
  export type SampleRangeConversion = "LIMITED_RANGE_SQUEEZE"|"NONE"|"LIMITED_RANGE_CLIP"|string;
5333
- export type ScalingBehavior = "DEFAULT"|"STRETCH_TO_OUTPUT"|string;
5345
+ export type ScalingBehavior = "DEFAULT"|"STRETCH_TO_OUTPUT"|"FIT"|"FIT_NO_UPSCALE"|"FILL"|string;
5334
5346
  export type SccDestinationFramerate = "FRAMERATE_23_97"|"FRAMERATE_24"|"FRAMERATE_25"|"FRAMERATE_29_97_DROPFRAME"|"FRAMERATE_29_97_NON_DROPFRAME"|string;
5335
5347
  export interface SccDestinationSettings {
5336
5348
  /**
@@ -5748,7 +5760,7 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
5748
5760
  */
5749
5761
  RespondToAfd?: RespondToAfd;
5750
5762
  /**
5751
- * Specify how the service handles outputs that have a different aspect ratio from the input aspect ratio. Choose Stretch to output to have the service stretch your video image to fit. Keep the setting Default to have the service letterbox your video instead. This setting overrides any value that you specify for the setting Selection placement in this output.
5763
+ * Specify the video Scaling behavior when your output has a different resolution than your input. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/video-scaling.html
5752
5764
  */
5753
5765
  ScalingBehavior?: ScalingBehavior;
5754
5766
  /**
@@ -5802,7 +5814,7 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
5802
5814
  */
5803
5815
  InputClippings?: __listOfVideoOverlayInputClipping;
5804
5816
  /**
5805
- * Specify the starting timecode for your video overlay. To use the timecode present in your video overlay: Choose Embedded. To use a zerobased timecode: Choose Start at 0. To choose a timecode: Choose Specified start. When you do, enter the starting timecode in Start timecode. If you don't specify a value for Timecode source, MediaConvert uses Embedded by default.
5817
+ * Specify the timecode source for your video overlay input clips. To use the timecode present in your video overlay: Choose Embedded. To use a zerobased timecode: Choose Start at 0. To choose a timecode: Choose Specified start. When you do, enter the starting timecode in Start timecode. If you don't specify a value for Timecode source, MediaConvert uses Embedded by default.
5806
5818
  */
5807
5819
  TimecodeSource?: InputTimecodeSource;
5808
5820
  /**
@@ -6324,6 +6336,7 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
6324
6336
  export type __integerMin1Max100 = number;
6325
6337
  export type __integerMin1Max10000000 = number;
6326
6338
  export type __integerMin1Max1001 = number;
6339
+ export type __integerMin1Max150 = number;
6327
6340
  export type __integerMin1Max17895697 = number;
6328
6341
  export type __integerMin1Max2 = number;
6329
6342
  export type __integerMin1Max20 = number;
@@ -6376,6 +6389,7 @@ When you specify Version 1, you must also set ID3 metadata to Passthrough.
6376
6389
  export type __integerMinNegative60Max6 = number;
6377
6390
  export type __integerMinNegative70Max0 = number;
6378
6391
  export type __listOfAllowedRenditionSize = AllowedRenditionSize[];
6392
+ export type __listOfAudioChannelTag = AudioChannelTag[];
6379
6393
  export type __listOfAudioDescription = AudioDescription[];
6380
6394
  export type __listOfAutomatedAbrRule = AutomatedAbrRule[];
6381
6395
  export type __listOfCaptionDescription = CaptionDescription[];
@@ -1277,7 +1277,7 @@ declare namespace Omics {
1277
1277
  /**
1278
1278
  * The ARN of the reference.
1279
1279
  */
1280
- referenceArn: ReferenceArn;
1280
+ referenceArn?: ReferenceArn;
1281
1281
  /**
1282
1282
  * The name of the read set.
1283
1283
  */
@@ -1839,7 +1839,7 @@ declare namespace Omics {
1839
1839
  export type FileInformationContentLengthLong = number;
1840
1840
  export type FileInformationPartSizeLong = number;
1841
1841
  export type FileInformationTotalPartsInteger = number;
1842
- export type FileType = "FASTQ"|"BAM"|"CRAM"|string;
1842
+ export type FileType = "FASTQ"|"BAM"|"CRAM"|"UBAM"|string;
1843
1843
  export interface Filter {
1844
1844
  /**
1845
1845
  * The Amazon Resource Number (Arn) for an analytics store.
@@ -3862,7 +3862,7 @@ declare namespace Omics {
3862
3862
  /**
3863
3863
  * A genome reference ARN to filter on.
3864
3864
  */
3865
- referenceArn?: ReferenceArn;
3865
+ referenceArn?: ReferenceArnFilter;
3866
3866
  /**
3867
3867
  * The filter's start date.
3868
3868
  */
@@ -3998,6 +3998,7 @@ declare namespace Omics {
3998
3998
  export type ReadSetUploadPartListItemPartNumberInteger = number;
3999
3999
  export type ReadSetUploadPartListItemPartSizeLong = number;
4000
4000
  export type ReferenceArn = string;
4001
+ export type ReferenceArnFilter = string;
4001
4002
  export type ReferenceDescription = string;
4002
4003
  export type ReferenceFile = "SOURCE"|"INDEX"|string;
4003
4004
  export interface ReferenceFiles {
@@ -4573,7 +4574,7 @@ declare namespace Omics {
4573
4574
  /**
4574
4575
  * The source's reference ARN.
4575
4576
  */
4576
- referenceArn: ReferenceArn;
4577
+ referenceArn?: ReferenceArn;
4577
4578
  /**
4578
4579
  * The source's name.
4579
4580
  */
@@ -246,11 +246,11 @@ declare class RDS extends Service {
246
246
  */
247
247
  createGlobalCluster(callback?: (err: AWSError, data: RDS.Types.CreateGlobalClusterResult) => void): Request<RDS.Types.CreateGlobalClusterResult, AWSError>;
248
248
  /**
249
- * Creates a zero-ETL integration with Amazon Redshift. For more information, see Working with Amazon Aurora zero-ETL integrations with Amazon Redshift in the Amazon Aurora User Guide.
249
+ * Creates a zero-ETL integration with Amazon Redshift.
250
250
  */
251
251
  createIntegration(params: RDS.Types.CreateIntegrationMessage, callback?: (err: AWSError, data: RDS.Types.Integration) => void): Request<RDS.Types.Integration, AWSError>;
252
252
  /**
253
- * Creates a zero-ETL integration with Amazon Redshift. For more information, see Working with Amazon Aurora zero-ETL integrations with Amazon Redshift in the Amazon Aurora User Guide.
253
+ * Creates a zero-ETL integration with Amazon Redshift.
254
254
  */
255
255
  createIntegration(callback?: (err: AWSError, data: RDS.Types.Integration) => void): Request<RDS.Types.Integration, AWSError>;
256
256
  /**
@@ -406,11 +406,11 @@ declare class RDS extends Service {
406
406
  */
407
407
  deleteGlobalCluster(callback?: (err: AWSError, data: RDS.Types.DeleteGlobalClusterResult) => void): Request<RDS.Types.DeleteGlobalClusterResult, AWSError>;
408
408
  /**
409
- * Deletes a zero-ETL integration with Amazon Redshift. For more information, see Deleting Amazon Aurora zero-ETL integrations with Amazon Redshift in the Amazon Aurora User Guide
409
+ * Deletes a zero-ETL integration with Amazon Redshift.
410
410
  */
411
411
  deleteIntegration(params: RDS.Types.DeleteIntegrationMessage, callback?: (err: AWSError, data: RDS.Types.Integration) => void): Request<RDS.Types.Integration, AWSError>;
412
412
  /**
413
- * Deletes a zero-ETL integration with Amazon Redshift. For more information, see Deleting Amazon Aurora zero-ETL integrations with Amazon Redshift in the Amazon Aurora User Guide
413
+ * Deletes a zero-ETL integration with Amazon Redshift.
414
414
  */
415
415
  deleteIntegration(callback?: (err: AWSError, data: RDS.Types.Integration) => void): Request<RDS.Types.Integration, AWSError>;
416
416
  /**
@@ -702,11 +702,11 @@ declare class RDS extends Service {
702
702
  */
703
703
  describeGlobalClusters(callback?: (err: AWSError, data: RDS.Types.GlobalClustersMessage) => void): Request<RDS.Types.GlobalClustersMessage, AWSError>;
704
704
  /**
705
- * Describe one or more zero-ETL integration with Amazon Redshift. For more information, see Viewing and monitoring Amazon Aurora zero-ETL integrations with Amazon Redshift in the Amazon Aurora User Guide
705
+ * Describe one or more zero-ETL integrations with Amazon Redshift.
706
706
  */
707
707
  describeIntegrations(params: RDS.Types.DescribeIntegrationsMessage, callback?: (err: AWSError, data: RDS.Types.DescribeIntegrationsResponse) => void): Request<RDS.Types.DescribeIntegrationsResponse, AWSError>;
708
708
  /**
709
- * Describe one or more zero-ETL integration with Amazon Redshift. For more information, see Viewing and monitoring Amazon Aurora zero-ETL integrations with Amazon Redshift in the Amazon Aurora User Guide
709
+ * Describe one or more zero-ETL integrations with Amazon Redshift.
710
710
  */
711
711
  describeIntegrations(callback?: (err: AWSError, data: RDS.Types.DescribeIntegrationsResponse) => void): Request<RDS.Types.DescribeIntegrationsResponse, AWSError>;
712
712
  /**
@@ -2844,7 +2844,7 @@ declare namespace RDS {
2844
2844
  }
2845
2845
  export interface CreateIntegrationMessage {
2846
2846
  /**
2847
- * The Amazon Resource Name (ARN) of the Aurora DB cluster to use as the source for replication.
2847
+ * The Amazon Resource Name (ARN) of the database to use as the source for replication.
2848
2848
  */
2849
2849
  SourceArn: SourceArn;
2850
2850
  /**
@@ -2856,7 +2856,7 @@ declare namespace RDS {
2856
2856
  */
2857
2857
  IntegrationName: IntegrationName;
2858
2858
  /**
2859
- * The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, Aurora uses a default Amazon Web Services owned key.
2859
+ * The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, RDS uses a default Amazon Web Services owned key.
2860
2860
  */
2861
2861
  KMSKeyId?: String;
2862
2862
  /**
@@ -3805,7 +3805,7 @@ declare namespace RDS {
3805
3805
  */
3806
3806
  SupportsLocalWriteForwarding?: BooleanOptional;
3807
3807
  /**
3808
- * Indicates whether the DB engine version supports Aurora zero-ETL integrations with Amazon Redshift.
3808
+ * Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.
3809
3809
  */
3810
3810
  SupportsIntegrations?: Boolean;
3811
3811
  }
@@ -6684,7 +6684,7 @@ declare namespace RDS {
6684
6684
  export type IntegerOptional = number;
6685
6685
  export interface Integration {
6686
6686
  /**
6687
- * The Amazon Resource Name (ARN) of the Aurora DB cluster used as the source for replication.
6687
+ * The Amazon Resource Name (ARN) of the database used as the source for replication.
6688
6688
  */
6689
6689
  SourceArn?: SourceArn;
6690
6690
  /**
@@ -10059,7 +10059,7 @@ declare namespace RDS {
10059
10059
  */
10060
10060
  SupportsLocalWriteForwarding?: BooleanOptional;
10061
10061
  /**
10062
- * Indicates whether the DB engine version supports Aurora zero-ETL integrations with Amazon Redshift.
10062
+ * Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.
10063
10063
  */
10064
10064
  SupportsIntegrations?: BooleanOptional;
10065
10065
  }
@@ -463,7 +463,7 @@ declare namespace SQS {
463
463
  /**
464
464
  * The status of the message movement task. Possible values are: RUNNING, COMPLETED, CANCELLING, CANCELLED, and FAILED.
465
465
  */
466
- Status?: TaskStatus;
466
+ Status?: String;
467
467
  /**
468
468
  * The ARN of the queue that contains the messages to be moved to another queue.
469
469
  */
@@ -846,7 +846,6 @@ declare namespace SQS {
846
846
  Tags: TagMap;
847
847
  }
848
848
  export type TagValue = string;
849
- export type TaskStatus = "RUNNING"|"FAILED"|"CANCELLING"|"CANCELLED"|"COMPLETED"|string;
850
849
  export type Token = string;
851
850
  export interface UntagQueueRequest {
852
851
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1491.0',
86
+ VERSION: '2.1494.0',
87
87
 
88
88
  /**
89
89
  * @api private