cdk-lambda-subminute 2.0.301 → 2.0.302

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 (74) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +30 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +6 -0
  6. package/node_modules/aws-sdk/apis/cloud9-2017-09-23.examples.json +1 -0
  7. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +90 -81
  8. package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +16 -0
  9. package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.min.json +590 -3
  10. package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.paginators.json +10 -0
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1853 -1396
  12. package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +100 -40
  13. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +91 -78
  14. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +172 -0
  15. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +5 -0
  16. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +16 -4
  17. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +379 -301
  18. package/node_modules/aws-sdk/apis/metadata.json +3 -3
  19. package/node_modules/aws-sdk/apis/osis-2022-01-01.min.json +66 -12
  20. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +233 -217
  21. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +250 -91
  22. package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
  23. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +39 -38
  24. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +126 -126
  25. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +21 -13
  26. package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.examples.json +228 -0
  27. package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +94 -8
  28. package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.min.json +794 -0
  29. package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.paginators.json +40 -0
  30. package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +269 -199
  31. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +790 -27
  32. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +18 -0
  33. package/node_modules/aws-sdk/clients/all.d.ts +1 -1
  34. package/node_modules/aws-sdk/clients/all.js +2 -2
  35. package/node_modules/aws-sdk/clients/appmesh.d.ts +2 -2
  36. package/node_modules/aws-sdk/clients/athena.d.ts +27 -19
  37. package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
  38. package/node_modules/aws-sdk/clients/cloudformation.d.ts +14 -1
  39. package/node_modules/aws-sdk/clients/codepipeline.d.ts +22 -2
  40. package/node_modules/aws-sdk/clients/codestarconnections.d.ts +727 -0
  41. package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
  42. package/node_modules/aws-sdk/clients/dlm.d.ts +2 -2
  43. package/node_modules/aws-sdk/clients/ec2.d.ts +563 -22
  44. package/node_modules/aws-sdk/clients/ecr.d.ts +128 -7
  45. package/node_modules/aws-sdk/clients/emr.d.ts +80 -43
  46. package/node_modules/aws-sdk/clients/eventbridge.d.ts +40 -37
  47. package/node_modules/aws-sdk/clients/internetmonitor.d.ts +157 -4
  48. package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +8 -8
  49. package/node_modules/aws-sdk/clients/medialive.d.ts +121 -47
  50. package/node_modules/aws-sdk/clients/osis.d.ts +55 -0
  51. package/node_modules/aws-sdk/clients/rds.d.ts +31 -4
  52. package/node_modules/aws-sdk/clients/redshift.d.ts +207 -0
  53. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +5 -0
  54. package/node_modules/aws-sdk/clients/s3.d.ts +2 -2
  55. package/node_modules/aws-sdk/clients/ssoadmin.d.ts +18 -6
  56. package/node_modules/aws-sdk/clients/ssooidc.d.ts +99 -16
  57. package/node_modules/aws-sdk/clients/sts.d.ts +3 -3
  58. package/node_modules/aws-sdk/clients/trustedadvisor.d.ts +918 -0
  59. package/node_modules/aws-sdk/clients/trustedadvisor.js +18 -0
  60. package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +67 -1
  61. package/node_modules/aws-sdk/clients/wisdom.d.ts +849 -25
  62. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  63. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1420 -1420
  64. package/node_modules/aws-sdk/dist/aws-sdk.js +2651 -1909
  65. package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
  66. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -2
  67. package/node_modules/aws-sdk/lib/core.js +1 -1
  68. package/node_modules/aws-sdk/package.json +1 -1
  69. package/package.json +3 -3
  70. package/node_modules/aws-sdk/apis/macie-2017-12-19.min.json +0 -222
  71. package/node_modules/aws-sdk/apis/macie-2017-12-19.paginators.json +0 -14
  72. package/node_modules/aws-sdk/clients/macie.d.ts +0 -284
  73. package/node_modules/aws-sdk/clients/macie.js +0 -18
  74. /package/node_modules/aws-sdk/apis/{macie-2017-12-19.examples.json → trustedadvisor-2022-09-15.examples.json} +0 -0
@@ -76,11 +76,11 @@ declare class KinesisVideo extends Service {
76
76
  */
77
77
  describeMappedResourceConfiguration(callback?: (err: AWSError, data: KinesisVideo.Types.DescribeMappedResourceConfigurationOutput) => void): Request<KinesisVideo.Types.DescribeMappedResourceConfigurationOutput, AWSError>;
78
78
  /**
79
- * This API is related to WebRTC Ingestion and is only available in the us-west-2 region. Returns the most current information about the channel. Specify the ChannelName or ChannelARN in the input.
79
+ * Returns the most current information about the channel. Specify the ChannelName or ChannelARN in the input.
80
80
  */
81
81
  describeMediaStorageConfiguration(params: KinesisVideo.Types.DescribeMediaStorageConfigurationInput, callback?: (err: AWSError, data: KinesisVideo.Types.DescribeMediaStorageConfigurationOutput) => void): Request<KinesisVideo.Types.DescribeMediaStorageConfigurationOutput, AWSError>;
82
82
  /**
83
- * This API is related to WebRTC Ingestion and is only available in the us-west-2 region. Returns the most current information about the channel. Specify the ChannelName or ChannelARN in the input.
83
+ * Returns the most current information about the channel. Specify the ChannelName or ChannelARN in the input.
84
84
  */
85
85
  describeMediaStorageConfiguration(callback?: (err: AWSError, data: KinesisVideo.Types.DescribeMediaStorageConfigurationOutput) => void): Request<KinesisVideo.Types.DescribeMediaStorageConfigurationOutput, AWSError>;
86
86
  /**
@@ -204,11 +204,11 @@ declare class KinesisVideo extends Service {
204
204
  */
205
205
  untagStream(callback?: (err: AWSError, data: KinesisVideo.Types.UntagStreamOutput) => void): Request<KinesisVideo.Types.UntagStreamOutput, AWSError>;
206
206
  /**
207
- * Increases or decreases the stream's data retention period by the value that you specify. To indicate whether you want to increase or decrease the data retention period, specify the Operation parameter in the request body. In the request, you must specify either the StreamName or the StreamARN. The retention period that you specify replaces the current value. This operation requires permission for the KinesisVideo:UpdateDataRetention action. Changing the data retention period affects the data in the stream as follows: If the data retention period is increased, existing data is retained for the new retention period. For example, if the data retention period is increased from one hour to seven hours, all existing data is retained for seven hours. If the data retention period is decreased, existing data is retained for the new retention period. For example, if the data retention period is decreased from seven hours to one hour, all existing data is retained for one hour, and any data older than one hour is deleted immediately.
207
+ * Increases or decreases the stream's data retention period by the value that you specify. To indicate whether you want to increase or decrease the data retention period, specify the Operation parameter in the request body. In the request, you must specify either the StreamName or the StreamARN. This operation requires permission for the KinesisVideo:UpdateDataRetention action. Changing the data retention period affects the data in the stream as follows: If the data retention period is increased, existing data is retained for the new retention period. For example, if the data retention period is increased from one hour to seven hours, all existing data is retained for seven hours. If the data retention period is decreased, existing data is retained for the new retention period. For example, if the data retention period is decreased from seven hours to one hour, all existing data is retained for one hour, and any data older than one hour is deleted immediately.
208
208
  */
209
209
  updateDataRetention(params: KinesisVideo.Types.UpdateDataRetentionInput, callback?: (err: AWSError, data: KinesisVideo.Types.UpdateDataRetentionOutput) => void): Request<KinesisVideo.Types.UpdateDataRetentionOutput, AWSError>;
210
210
  /**
211
- * Increases or decreases the stream's data retention period by the value that you specify. To indicate whether you want to increase or decrease the data retention period, specify the Operation parameter in the request body. In the request, you must specify either the StreamName or the StreamARN. The retention period that you specify replaces the current value. This operation requires permission for the KinesisVideo:UpdateDataRetention action. Changing the data retention period affects the data in the stream as follows: If the data retention period is increased, existing data is retained for the new retention period. For example, if the data retention period is increased from one hour to seven hours, all existing data is retained for seven hours. If the data retention period is decreased, existing data is retained for the new retention period. For example, if the data retention period is decreased from seven hours to one hour, all existing data is retained for one hour, and any data older than one hour is deleted immediately.
211
+ * Increases or decreases the stream's data retention period by the value that you specify. To indicate whether you want to increase or decrease the data retention period, specify the Operation parameter in the request body. In the request, you must specify either the StreamName or the StreamARN. This operation requires permission for the KinesisVideo:UpdateDataRetention action. Changing the data retention period affects the data in the stream as follows: If the data retention period is increased, existing data is retained for the new retention period. For example, if the data retention period is increased from one hour to seven hours, all existing data is retained for seven hours. If the data retention period is decreased, existing data is retained for the new retention period. For example, if the data retention period is decreased from seven hours to one hour, all existing data is retained for one hour, and any data older than one hour is deleted immediately.
212
212
  */
213
213
  updateDataRetention(callback?: (err: AWSError, data: KinesisVideo.Types.UpdateDataRetentionOutput) => void): Request<KinesisVideo.Types.UpdateDataRetentionOutput, AWSError>;
214
214
  /**
@@ -220,11 +220,11 @@ declare class KinesisVideo extends Service {
220
220
  */
221
221
  updateImageGenerationConfiguration(callback?: (err: AWSError, data: KinesisVideo.Types.UpdateImageGenerationConfigurationOutput) => void): Request<KinesisVideo.Types.UpdateImageGenerationConfigurationOutput, AWSError>;
222
222
  /**
223
- * This API is related to WebRTC Ingestion and is only available in the us-west-2 region. Associates a SignalingChannel to a stream to store the media. There are two signaling modes that can specified : If the StorageStatus is disabled, no data will be stored, and the StreamARN parameter will not be needed. If the StorageStatus is enabled, the data will be stored in the StreamARN provided. If StorageStatus is enabled, direct peer-to-peer (master-viewer) connections no longer occur. Peers connect directly to the storage session. You must call the JoinStorageSession API to trigger an SDP offer send and establish a connection between a peer and the storage session.
223
+ * Associates a SignalingChannel to a stream to store the media. There are two signaling modes that you can specify : If StorageStatus is enabled, the data will be stored in the StreamARN provided. In order for WebRTC Ingestion to work, the stream must have data retention enabled. If StorageStatus is disabled, no data will be stored, and the StreamARN parameter will not be needed. If StorageStatus is enabled, direct peer-to-peer (master-viewer) connections no longer occur. Peers connect directly to the storage session. You must call the JoinStorageSession API to trigger an SDP offer send and establish a connection between a peer and the storage session.
224
224
  */
225
225
  updateMediaStorageConfiguration(params: KinesisVideo.Types.UpdateMediaStorageConfigurationInput, callback?: (err: AWSError, data: KinesisVideo.Types.UpdateMediaStorageConfigurationOutput) => void): Request<KinesisVideo.Types.UpdateMediaStorageConfigurationOutput, AWSError>;
226
226
  /**
227
- * This API is related to WebRTC Ingestion and is only available in the us-west-2 region. Associates a SignalingChannel to a stream to store the media. There are two signaling modes that can specified : If the StorageStatus is disabled, no data will be stored, and the StreamARN parameter will not be needed. If the StorageStatus is enabled, the data will be stored in the StreamARN provided. If StorageStatus is enabled, direct peer-to-peer (master-viewer) connections no longer occur. Peers connect directly to the storage session. You must call the JoinStorageSession API to trigger an SDP offer send and establish a connection between a peer and the storage session.
227
+ * Associates a SignalingChannel to a stream to store the media. There are two signaling modes that you can specify : If StorageStatus is enabled, the data will be stored in the StreamARN provided. In order for WebRTC Ingestion to work, the stream must have data retention enabled. If StorageStatus is disabled, no data will be stored, and the StreamARN parameter will not be needed. If StorageStatus is enabled, direct peer-to-peer (master-viewer) connections no longer occur. Peers connect directly to the storage session. You must call the JoinStorageSession API to trigger an SDP offer send and establish a connection between a peer and the storage session.
228
228
  */
229
229
  updateMediaStorageConfiguration(callback?: (err: AWSError, data: KinesisVideo.Types.UpdateMediaStorageConfigurationOutput) => void): Request<KinesisVideo.Types.UpdateMediaStorageConfigurationOutput, AWSError>;
230
230
  /**
@@ -904,7 +904,7 @@ declare namespace KinesisVideo {
904
904
  }
905
905
  export interface MediaStorageConfiguration {
906
906
  /**
907
- * The Amazon Resource Name (ARN) of the stream
907
+ * The Amazon Resource Name (ARN) of the stream.
908
908
  */
909
909
  StreamARN?: ResourceARN;
910
910
  /**
@@ -1175,7 +1175,7 @@ declare namespace KinesisVideo {
1175
1175
  */
1176
1176
  Operation: UpdateDataRetentionOperation;
1177
1177
  /**
1178
- * The retention period, in hours. The value you specify replaces the current value. The maximum value for this parameter is 87600 (ten years).
1178
+ * The number of hours to adjust the current retention by. The value you specify is added to or subtracted from the current value, depending on the operation. The minimum value for data retention is 0 and the maximum value is 87600 (ten years).
1179
1179
  */
1180
1180
  DataRetentionChangeInHours: DataRetentionChangeInHours;
1181
1181
  }
@@ -189,6 +189,14 @@ declare class MediaLive extends Service {
189
189
  * Removes tags for a resource
190
190
  */
191
191
  deleteTags(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
192
+ /**
193
+ * Describe account configuration
194
+ */
195
+ describeAccountConfiguration(params: MediaLive.Types.DescribeAccountConfigurationRequest, callback?: (err: AWSError, data: MediaLive.Types.DescribeAccountConfigurationResponse) => void): Request<MediaLive.Types.DescribeAccountConfigurationResponse, AWSError>;
196
+ /**
197
+ * Describe account configuration
198
+ */
199
+ describeAccountConfiguration(callback?: (err: AWSError, data: MediaLive.Types.DescribeAccountConfigurationResponse) => void): Request<MediaLive.Types.DescribeAccountConfigurationResponse, AWSError>;
192
200
  /**
193
201
  * Gets details about a channel
194
202
  */
@@ -269,14 +277,6 @@ declare class MediaLive extends Service {
269
277
  * Get a channel schedule
270
278
  */
271
279
  describeSchedule(callback?: (err: AWSError, data: MediaLive.Types.DescribeScheduleResponse) => void): Request<MediaLive.Types.DescribeScheduleResponse, AWSError>;
272
- /**
273
- * Get account configuration
274
- */
275
- describeAccountConfiguration(params: MediaLive.Types.DescribeAccountConfigurationRequest, callback?: (err: AWSError, data: MediaLive.Types.DescribeAccountConfigurationResponse) => void): Request<MediaLive.Types.DescribeAccountConfigurationResponse, AWSError>;
276
- /**
277
- * Get account configuration
278
- */
279
- describeAccountConfiguration(callback?: (err: AWSError, data: MediaLive.Types.DescribeAccountConfigurationResponse) => void): Request<MediaLive.Types.DescribeAccountConfigurationResponse, AWSError>;
280
280
  /**
281
281
  * Describe the latest thumbnails data.
282
282
  */
@@ -389,14 +389,6 @@ declare class MediaLive extends Service {
389
389
  * Reject the transfer of the specified input device to your AWS account.
390
390
  */
391
391
  rejectInputDeviceTransfer(callback?: (err: AWSError, data: MediaLive.Types.RejectInputDeviceTransferResponse) => void): Request<MediaLive.Types.RejectInputDeviceTransferResponse, AWSError>;
392
- /**
393
- * Update account configuration
394
- */
395
- updateAccountConfiguration(params: MediaLive.Types.UpdateAccountConfigurationRequest, callback?: (err: AWSError, data: MediaLive.Types.UpdateAccountConfigurationResponse) => void): Request<MediaLive.Types.UpdateAccountConfigurationResponse, AWSError>;
396
- /**
397
- * Update account configuration
398
- */
399
- updateAccountConfiguration(callback?: (err: AWSError, data: MediaLive.Types.UpdateAccountConfigurationResponse) => void): Request<MediaLive.Types.UpdateAccountConfigurationResponse, AWSError>;
400
392
  /**
401
393
  * Starts an existing channel
402
394
  */
@@ -461,6 +453,14 @@ declare class MediaLive extends Service {
461
453
  * Start an input device transfer to another AWS account. After you make the request, the other account must accept or reject the transfer.
462
454
  */
463
455
  transferInputDevice(callback?: (err: AWSError, data: MediaLive.Types.TransferInputDeviceResponse) => void): Request<MediaLive.Types.TransferInputDeviceResponse, AWSError>;
456
+ /**
457
+ * Update account configuration
458
+ */
459
+ updateAccountConfiguration(params: MediaLive.Types.UpdateAccountConfigurationRequest, callback?: (err: AWSError, data: MediaLive.Types.UpdateAccountConfigurationResponse) => void): Request<MediaLive.Types.UpdateAccountConfigurationResponse, AWSError>;
460
+ /**
461
+ * Update account configuration
462
+ */
463
+ updateAccountConfiguration(callback?: (err: AWSError, data: MediaLive.Types.UpdateAccountConfigurationResponse) => void): Request<MediaLive.Types.UpdateAccountConfigurationResponse, AWSError>;
464
464
  /**
465
465
  * Updates a channel.
466
466
  */
@@ -2007,6 +2007,11 @@ one destination per packager.
2007
2007
  */
2008
2008
  TagKeys: __listOf__string;
2009
2009
  }
2010
+ export interface DescribeAccountConfigurationRequest {
2011
+ }
2012
+ export interface DescribeAccountConfigurationResponse {
2013
+ AccountConfiguration?: AccountConfiguration;
2014
+ }
2010
2015
  export interface DescribeChannelRequest {
2011
2016
  /**
2012
2017
  * channel ID
@@ -2524,6 +2529,23 @@ during input switch actions. Presently, this functionality only works with MP4_F
2524
2529
  */
2525
2530
  ScheduleActions?: __listOfScheduleAction;
2526
2531
  }
2532
+ export interface DescribeThumbnailsRequest {
2533
+ /**
2534
+ * Unique ID of the channel
2535
+ */
2536
+ ChannelId: __string;
2537
+ /**
2538
+ * Pipeline ID ("0" or "1")
2539
+ */
2540
+ PipelineId: __string;
2541
+ /**
2542
+ * thumbnail type
2543
+ */
2544
+ ThumbnailType: __string;
2545
+ }
2546
+ export interface DescribeThumbnailsResponse {
2547
+ ThumbnailDetails?: __listOfThumbnailDetail;
2548
+ }
2527
2549
  export type DeviceSettingsSyncState = "SYNCED"|"SYNCING"|string;
2528
2550
  export type DeviceUpdateStatus = "UP_TO_DATE"|"NOT_UP_TO_DATE"|"UPDATING"|string;
2529
2551
  export type DolbyEProgramSelection = "ALL_CHANNELS"|"PROGRAM_1"|"PROGRAM_2"|"PROGRAM_3"|"PROGRAM_4"|"PROGRAM_5"|"PROGRAM_6"|"PROGRAM_7"|"PROGRAM_8"|string;
@@ -2948,8 +2970,14 @@ You specify only the font family. All other style information (color, bold, posi
2948
2970
  If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.
2949
2971
  */
2950
2972
  InputPrepareScheduleActions?: FeatureActivationsInputPrepareScheduleActions;
2973
+ /**
2974
+ * Enables the output static image overlay feature. Enabling this feature allows you to send channel schedule updates
2975
+ to display/clear/modify image overlays on an output-by-output bases.
2976
+ */
2977
+ OutputStaticImageOverlayScheduleActions?: FeatureActivationsOutputStaticImageOverlayScheduleActions;
2951
2978
  }
2952
2979
  export type FeatureActivationsInputPrepareScheduleActions = "DISABLED"|"ENABLED"|string;
2980
+ export type FeatureActivationsOutputStaticImageOverlayScheduleActions = "DISABLED"|"ENABLED"|string;
2953
2981
  export type FecOutputIncludeFec = "COLUMN"|"COLUMN_AND_ROW"|string;
2954
2982
  export interface FecOutputSettings {
2955
2983
  /**
@@ -3041,28 +3069,6 @@ If you disable the feature on an existing schedule, make sure that you first del
3041
3069
  */
3042
3070
  TimecodeBurninSettings?: TimecodeBurninSettings;
3043
3071
  }
3044
- export interface DescribeAccountConfigurationRequest {
3045
- }
3046
- export interface DescribeAccountConfigurationResponse {
3047
- AccountConfiguration?: AccountConfiguration;
3048
- }
3049
- export interface DescribeThumbnailsRequest {
3050
- /**
3051
- * Unique ID of the channel
3052
- */
3053
- ChannelId: __string;
3054
- /**
3055
- * Pipeline ID ("0" or "1")
3056
- */
3057
- PipelineId: __string;
3058
- /**
3059
- * thumbnail type
3060
- */
3061
- ThumbnailType: __string;
3062
- }
3063
- export interface DescribeThumbnailsResponse {
3064
- ThumbnailDetails?: __listOfThumbnailDetail;
3065
- }
3066
3072
  export interface GlobalConfiguration {
3067
3073
  /**
3068
3074
  * Value to set the initial audio gain for the Live Event.
@@ -6217,6 +6223,14 @@ Valid values: 1, 2, 4, 6, 8
6217
6223
  * Action to deactivate a static image overlay
6218
6224
  */
6219
6225
  StaticImageDeactivateSettings?: StaticImageDeactivateScheduleActionSettings;
6226
+ /**
6227
+ * Action to activate a static image overlay in one or more specified outputs
6228
+ */
6229
+ StaticImageOutputActivateSettings?: StaticImageOutputActivateScheduleActionSettings;
6230
+ /**
6231
+ * Action to deactivate a static image overlay in one or more specified outputs
6232
+ */
6233
+ StaticImageOutputDeactivateSettings?: StaticImageOutputDeactivateScheduleActionSettings;
6220
6234
  }
6221
6235
  export interface ScheduleActionStartSettings {
6222
6236
  /**
@@ -6409,12 +6423,6 @@ provide the language to consider when translating the image-based source to text
6409
6423
  Scte35Descriptors: __listOfScte35Descriptor;
6410
6424
  }
6411
6425
  export type Scte35WebDeliveryAllowedFlag = "WEB_DELIVERY_NOT_ALLOWED"|"WEB_DELIVERY_ALLOWED"|string;
6412
- export interface UpdateAccountConfigurationRequest {
6413
- AccountConfiguration?: AccountConfiguration;
6414
- }
6415
- export interface UpdateAccountConfigurationResponse {
6416
- AccountConfiguration?: AccountConfiguration;
6417
- }
6418
6426
  export type SmoothGroupAudioOnlyTimecodeControl = "PASSTHROUGH"|"USE_CONFIGURED_CLOCK"|string;
6419
6427
  export type SmoothGroupCertificateMode = "SELF_SIGNED"|"VERIFY_AUTHENTICITY"|string;
6420
6428
  export type SmoothGroupEventIdMode = "NO_EVENT_ID"|"USE_CONFIGURED"|"USE_TIMESTAMP"|string;
@@ -6520,7 +6528,7 @@ one destination per packager.
6520
6528
  }
6521
6529
  export interface StartInputDeviceRequest {
6522
6530
  /**
6523
- * The unique ID of the input device to reboot. For example, hd-123456789abcdef.
6531
+ * The unique ID of the input device to start. For example, hd-123456789abcdef.
6524
6532
  */
6525
6533
  InputDeviceId: __string;
6526
6534
  }
@@ -6632,6 +6640,66 @@ one destination per packager.
6632
6640
  */
6633
6641
  Layer?: __integerMin0Max7;
6634
6642
  }
6643
+ export interface StaticImageOutputActivateScheduleActionSettings {
6644
+ /**
6645
+ * The duration in milliseconds for the image to remain on the video. If omitted or set to 0 the duration is unlimited and the image will remain until it is explicitly deactivated.
6646
+ */
6647
+ Duration?: __integerMin0;
6648
+ /**
6649
+ * The time in milliseconds for the image to fade in. The fade-in starts at the start time of the overlay. Default is 0 (no fade-in).
6650
+ */
6651
+ FadeIn?: __integerMin0;
6652
+ /**
6653
+ * Applies only if a duration is specified. The time in milliseconds for the image to fade out. The fade-out starts when the duration time is hit, so it effectively extends the duration. Default is 0 (no fade-out).
6654
+ */
6655
+ FadeOut?: __integerMin0;
6656
+ /**
6657
+ * The height of the image when inserted into the video, in pixels. The overlay will be scaled up or down to the specified height. Leave blank to use the native height of the overlay.
6658
+ */
6659
+ Height?: __integerMin1;
6660
+ /**
6661
+ * The location and filename of the image file to overlay on the video. The file must be a 32-bit BMP, PNG, or TGA file, and must not be larger (in pixels) than the input video.
6662
+ */
6663
+ Image: InputLocation;
6664
+ /**
6665
+ * Placement of the left edge of the overlay relative to the left edge of the video frame, in pixels. 0 (the default) is the left edge of the frame. If the placement causes the overlay to extend beyond the right edge of the underlying video, then the overlay is cropped on the right.
6666
+ */
6667
+ ImageX?: __integerMin0;
6668
+ /**
6669
+ * Placement of the top edge of the overlay relative to the top edge of the video frame, in pixels. 0 (the default) is the top edge of the frame. If the placement causes the overlay to extend beyond the bottom edge of the underlying video, then the overlay is cropped on the bottom.
6670
+ */
6671
+ ImageY?: __integerMin0;
6672
+ /**
6673
+ * The number of the layer, 0 to 7. There are 8 layers that can be overlaid on the video, each layer with a different image. The layers are in Z order, which means that overlays with higher values of layer are inserted on top of overlays with lower values of layer. Default is 0.
6674
+ */
6675
+ Layer?: __integerMin0Max7;
6676
+ /**
6677
+ * Opacity of image where 0 is transparent and 100 is fully opaque. Default is 100.
6678
+ */
6679
+ Opacity?: __integerMin0Max100;
6680
+ /**
6681
+ * The name(s) of the output(s) the activation should apply to.
6682
+ */
6683
+ OutputNames: __listOf__string;
6684
+ /**
6685
+ * The width of the image when inserted into the video, in pixels. The overlay will be scaled up or down to the specified width. Leave blank to use the native width of the overlay.
6686
+ */
6687
+ Width?: __integerMin1;
6688
+ }
6689
+ export interface StaticImageOutputDeactivateScheduleActionSettings {
6690
+ /**
6691
+ * The time in milliseconds for the image to fade out. Default is 0 (no fade-out).
6692
+ */
6693
+ FadeOut?: __integerMin0;
6694
+ /**
6695
+ * The image overlay layer to deactivate, 0 to 7. Default is 0.
6696
+ */
6697
+ Layer?: __integerMin0Max7;
6698
+ /**
6699
+ * The name(s) of the output(s) the deactivation should apply to.
6700
+ */
6701
+ OutputNames: __listOf__string;
6702
+ }
6635
6703
  export interface StaticKeySettings {
6636
6704
  /**
6637
6705
  * The URL of the license server used for protecting content.
@@ -6721,7 +6789,7 @@ one destination per packager.
6721
6789
  }
6722
6790
  export interface StopInputDeviceRequest {
6723
6791
  /**
6724
- * The unique ID of the input device to reboot. For example, hd-123456789abcdef.
6792
+ * The unique ID of the input device to stop. For example, hd-123456789abcdef.
6725
6793
  */
6726
6794
  InputDeviceId: __string;
6727
6795
  }
@@ -6832,7 +6900,7 @@ one destination per packager.
6832
6900
  }
6833
6901
  export interface ThumbnailConfiguration {
6834
6902
  /**
6835
- * Whether Thumbnail is enabled.
6903
+ * Enables the thumbnail feature. The feature generates thumbnails of the incoming video in each pipeline in the channel. AUTO turns the feature on, DISABLE turns the feature off.
6836
6904
  */
6837
6905
  State: ThumbnailState;
6838
6906
  }
@@ -6956,6 +7024,12 @@ one destination per packager.
6956
7024
  FecOutputSettings?: FecOutputSettings;
6957
7025
  }
6958
7026
  export type UdpTimedMetadataId3Frame = "NONE"|"PRIV"|"TDRL"|string;
7027
+ export interface UpdateAccountConfigurationRequest {
7028
+ AccountConfiguration?: AccountConfiguration;
7029
+ }
7030
+ export interface UpdateAccountConfigurationResponse {
7031
+ AccountConfiguration?: AccountConfiguration;
7032
+ }
6959
7033
  export interface UpdateChannelClassRequest {
6960
7034
  /**
6961
7035
  * The channel class that you wish to update this channel to use.
@@ -126,6 +126,12 @@ declare class OSIS extends Service {
126
126
  }
127
127
  declare namespace OSIS {
128
128
  export type Boolean = boolean;
129
+ export interface BufferOptions {
130
+ /**
131
+ * Whether persistent buffering should be enabled.
132
+ */
133
+ PersistentBufferEnabled: Boolean;
134
+ }
129
135
  export interface ChangeProgressStage {
130
136
  /**
131
137
  * The name of the stage.
@@ -197,6 +203,14 @@ declare namespace OSIS {
197
203
  * Container for the values required to configure VPC access for the pipeline. If you don't specify these values, OpenSearch Ingestion creates the pipeline with a public endpoint.
198
204
  */
199
205
  VpcOptions?: VpcOptions;
206
+ /**
207
+ * Key-value pairs to configure persistent buffering for the pipeline.
208
+ */
209
+ BufferOptions?: BufferOptions;
210
+ /**
211
+ * Key-value pairs to configure encryption for data that is written to a persistent buffer.
212
+ */
213
+ EncryptionAtRestOptions?: EncryptionAtRestOptions;
200
214
  /**
201
215
  * List of tags to add to the pipeline upon creation.
202
216
  */
@@ -216,6 +230,12 @@ declare namespace OSIS {
216
230
  }
217
231
  export interface DeletePipelineResponse {
218
232
  }
233
+ export interface EncryptionAtRestOptions {
234
+ /**
235
+ * The ARN of the KMS key used to encrypt data-at-rest in OpenSearch Ingestion. By default, data is encrypted using an AWS owned key.
236
+ */
237
+ KmsKeyArn: KmsKeyArn;
238
+ }
219
239
  export interface GetPipelineBlueprintRequest {
220
240
  /**
221
241
  * The name of the blueprint to retrieve.
@@ -254,6 +274,7 @@ declare namespace OSIS {
254
274
  }
255
275
  export type IngestEndpointUrlsList = String[];
256
276
  export type Integer = number;
277
+ export type KmsKeyArn = string;
257
278
  export interface ListPipelineBlueprintsRequest {
258
279
  }
259
280
  export interface ListPipelineBlueprintsResponse {
@@ -356,6 +377,16 @@ declare namespace OSIS {
356
377
  * The VPC interface endpoints that have access to the pipeline.
357
378
  */
358
379
  VpcEndpoints?: VpcEndpointsList;
380
+ BufferOptions?: BufferOptions;
381
+ EncryptionAtRestOptions?: EncryptionAtRestOptions;
382
+ /**
383
+ * A list of VPC endpoints that OpenSearch Ingestion has created to other AWS services.
384
+ */
385
+ ServiceVpcEndpoints?: ServiceVpcEndpointsList;
386
+ /**
387
+ * A list of tags associated with the given pipeline.
388
+ */
389
+ Tags?: TagList;
359
390
  }
360
391
  export type PipelineArn = string;
361
392
  export interface PipelineBlueprint {
@@ -414,11 +445,26 @@ declare namespace OSIS {
414
445
  * The date and time when the pipeline was last updated.
415
446
  */
416
447
  LastUpdatedAt?: Timestamp;
448
+ /**
449
+ * A list of tags associated with the given pipeline.
450
+ */
451
+ Tags?: TagList;
417
452
  }
418
453
  export type PipelineSummaryList = PipelineSummary[];
419
454
  export type PipelineUnits = number;
420
455
  export type SecurityGroupId = string;
421
456
  export type SecurityGroupIds = SecurityGroupId[];
457
+ export interface ServiceVpcEndpoint {
458
+ /**
459
+ * The name of the service for which a VPC endpoint was created.
460
+ */
461
+ ServiceName?: VpcEndpointServiceName;
462
+ /**
463
+ * The ID of the VPC endpoint that was created.
464
+ */
465
+ VpcEndpointId?: String;
466
+ }
467
+ export type ServiceVpcEndpointsList = ServiceVpcEndpoint[];
422
468
  export interface StartPipelineRequest {
423
469
  /**
424
470
  * The name of the pipeline to start.
@@ -500,6 +546,14 @@ declare namespace OSIS {
500
546
  * Key-value pairs to configure log publishing.
501
547
  */
502
548
  LogPublishingOptions?: LogPublishingOptions;
549
+ /**
550
+ * Key-value pairs to configure persistent buffering for the pipeline.
551
+ */
552
+ BufferOptions?: BufferOptions;
553
+ /**
554
+ * Key-value pairs to configure encryption for data that is written to a persistent buffer.
555
+ */
556
+ EncryptionAtRestOptions?: EncryptionAtRestOptions;
503
557
  }
504
558
  export interface UpdatePipelineResponse {
505
559
  /**
@@ -544,6 +598,7 @@ declare namespace OSIS {
544
598
  */
545
599
  VpcOptions?: VpcOptions;
546
600
  }
601
+ export type VpcEndpointServiceName = "OPENSEARCH_SERVERLESS"|string;
547
602
  export type VpcEndpointsList = VpcEndpoint[];
548
603
  export interface VpcOptions {
549
604
  /**
@@ -78,11 +78,11 @@ declare class RDS extends Service {
78
78
  */
79
79
  cancelExportTask(callback?: (err: AWSError, data: RDS.Types.ExportTask) => void): Request<RDS.Types.ExportTask, AWSError>;
80
80
  /**
81
- * Copies the specified DB cluster parameter group.
81
+ * Copies the specified DB cluster parameter group. You can't copy a default DB cluster parameter group. Instead, create a new custom DB cluster parameter group, which copies the default parameters and values for the specified DB cluster parameter group family.
82
82
  */
83
83
  copyDBClusterParameterGroup(params: RDS.Types.CopyDBClusterParameterGroupMessage, callback?: (err: AWSError, data: RDS.Types.CopyDBClusterParameterGroupResult) => void): Request<RDS.Types.CopyDBClusterParameterGroupResult, AWSError>;
84
84
  /**
85
- * Copies the specified DB cluster parameter group.
85
+ * Copies the specified DB cluster parameter group. You can't copy a default DB cluster parameter group. Instead, create a new custom DB cluster parameter group, which copies the default parameters and values for the specified DB cluster parameter group family.
86
86
  */
87
87
  copyDBClusterParameterGroup(callback?: (err: AWSError, data: RDS.Types.CopyDBClusterParameterGroupResult) => void): Request<RDS.Types.CopyDBClusterParameterGroupResult, AWSError>;
88
88
  /**
@@ -94,11 +94,11 @@ declare class RDS extends Service {
94
94
  */
95
95
  copyDBClusterSnapshot(callback?: (err: AWSError, data: RDS.Types.CopyDBClusterSnapshotResult) => void): Request<RDS.Types.CopyDBClusterSnapshotResult, AWSError>;
96
96
  /**
97
- * Copies the specified DB parameter group.
97
+ * Copies the specified DB parameter group. You can't copy a default DB parameter group. Instead, create a new custom DB parameter group, which copies the default parameters and values for the specified DB parameter group family.
98
98
  */
99
99
  copyDBParameterGroup(params: RDS.Types.CopyDBParameterGroupMessage, callback?: (err: AWSError, data: RDS.Types.CopyDBParameterGroupResult) => void): Request<RDS.Types.CopyDBParameterGroupResult, AWSError>;
100
100
  /**
101
- * Copies the specified DB parameter group.
101
+ * Copies the specified DB parameter group. You can't copy a default DB parameter group. Instead, create a new custom DB parameter group, which copies the default parameters and values for the specified DB parameter group family.
102
102
  */
103
103
  copyDBParameterGroup(callback?: (err: AWSError, data: RDS.Types.CopyDBParameterGroupResult) => void): Request<RDS.Types.CopyDBParameterGroupResult, AWSError>;
104
104
  /**
@@ -3039,6 +3039,10 @@ declare namespace RDS {
3039
3039
  * Contains one or more identifiers of the read replicas associated with this DB cluster.
3040
3040
  */
3041
3041
  ReadReplicaIdentifiers?: ReadReplicaIdentifierList;
3042
+ /**
3043
+ * Reserved for future use.
3044
+ */
3045
+ StatusInfos?: DBClusterStatusInfoList;
3042
3046
  /**
3043
3047
  * The list of DB instances that make up the DB cluster.
3044
3048
  */
@@ -3678,6 +3682,25 @@ declare namespace RDS {
3678
3682
  */
3679
3683
  DBClusterSnapshots?: DBClusterSnapshotList;
3680
3684
  }
3685
+ export interface DBClusterStatusInfo {
3686
+ /**
3687
+ * Reserved for future use.
3688
+ */
3689
+ StatusType?: String;
3690
+ /**
3691
+ * Reserved for future use.
3692
+ */
3693
+ Normal?: Boolean;
3694
+ /**
3695
+ * Reserved for future use.
3696
+ */
3697
+ Status?: String;
3698
+ /**
3699
+ * Reserved for future use.
3700
+ */
3701
+ Message?: String;
3702
+ }
3703
+ export type DBClusterStatusInfoList = DBClusterStatusInfo[];
3681
3704
  export interface DBEngineVersion {
3682
3705
  /**
3683
3706
  * The name of the database engine.
@@ -8299,6 +8322,10 @@ declare namespace RDS {
8299
8322
  * Reserved for future use.
8300
8323
  */
8301
8324
  TransitGatewayMulticastDomainId?: String;
8325
+ /**
8326
+ * Reserved for future use.
8327
+ */
8328
+ ReplicaMode?: ReplicaMode;
8302
8329
  }
8303
8330
  export type ReadReplicaDBClusterIdentifierList = String[];
8304
8331
  export type ReadReplicaDBInstanceIdentifierList = String[];