cdk-lambda-subminute 2.0.234 → 2.0.235

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.
@@ -593,7 +593,7 @@ declare namespace ECR {
593
593
  */
594
594
  registryId?: RegistryId;
595
595
  /**
596
- * The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).
596
+ * The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app). The repository name must start with a letter and can only contain lowercase letters, numbers, hyphens, underscores, and forward slashes.
597
597
  */
598
598
  repositoryName: RepositoryName;
599
599
  /**
@@ -1832,7 +1832,7 @@ declare namespace ECR {
1832
1832
  }
1833
1833
  export interface RegistryScanningRule {
1834
1834
  /**
1835
- * The frequency that scans are performed at for a private registry. When the ENHANCED scan type is specified, the supported scan frequencies are CONTINUOUS_SCAN and SCAN_ON_PUSH. When the BASIC scan type is specified, the SCAN_ON_PUSH and MANUAL scan frequencies are supported.
1835
+ * The frequency that scans are performed at for a private registry. When the ENHANCED scan type is specified, the supported scan frequencies are CONTINUOUS_SCAN and SCAN_ON_PUSH. When the BASIC scan type is specified, the SCAN_ON_PUSH scan frequency is supported. If scan on push is not specified, then the MANUAL scan frequency is set by default.
1836
1836
  */
1837
1837
  scanFrequency: ScanFrequency;
1838
1838
  /**
@@ -1882,7 +1882,7 @@ declare namespace ECR {
1882
1882
  export type ReplicationStatus = "IN_PROGRESS"|"COMPLETE"|"FAILED"|string;
1883
1883
  export interface Repository {
1884
1884
  /**
1885
- * The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, Amazon Web Services account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.
1885
+ * The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, Amazon Web Services account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository-namespace/repository-name.
1886
1886
  */
1887
1887
  repositoryArn?: Arn;
1888
1888
  /**
@@ -2121,11 +2121,11 @@ declare namespace ECR {
2121
2121
  /**
2122
2122
  * One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.
2123
2123
  */
2124
- Key?: TagKey;
2124
+ Key: TagKey;
2125
2125
  /**
2126
2126
  * A value acts as a descriptor within a tag category (key).
2127
2127
  */
2128
- Value?: TagValue;
2128
+ Value: TagValue;
2129
2129
  }
2130
2130
  export type TagKey = string;
2131
2131
  export type TagKeyList = TagKey[];
@@ -405,6 +405,14 @@ declare class MediaLive extends Service {
405
405
  * Starts an existing channel
406
406
  */
407
407
  startChannel(callback?: (err: AWSError, data: MediaLive.Types.StartChannelResponse) => void): Request<MediaLive.Types.StartChannelResponse, AWSError>;
408
+ /**
409
+ * Start an input device that is attached to a MediaConnect flow. (There is no need to start a device that is attached to a MediaLive input; MediaLive starts the device when the channel starts.)
410
+ */
411
+ startInputDevice(params: MediaLive.Types.StartInputDeviceRequest, callback?: (err: AWSError, data: MediaLive.Types.StartInputDeviceResponse) => void): Request<MediaLive.Types.StartInputDeviceResponse, AWSError>;
412
+ /**
413
+ * Start an input device that is attached to a MediaConnect flow. (There is no need to start a device that is attached to a MediaLive input; MediaLive starts the device when the channel starts.)
414
+ */
415
+ startInputDevice(callback?: (err: AWSError, data: MediaLive.Types.StartInputDeviceResponse) => void): Request<MediaLive.Types.StartInputDeviceResponse, AWSError>;
408
416
  /**
409
417
  * Start a maintenance window for the specified input device. Starting a maintenance window will give the device up to two hours to install software. If the device was streaming prior to the maintenance, it will resume streaming when the software is fully installed. Devices automatically install updates while they are powered on and their MediaLive channels are stopped. A maintenance window allows you to update a device without having to stop MediaLive channels that use the device. The device must remain powered on and connected to the internet for the duration of the maintenance.
410
418
  */
@@ -429,6 +437,14 @@ declare class MediaLive extends Service {
429
437
  * Stops a running channel
430
438
  */
431
439
  stopChannel(callback?: (err: AWSError, data: MediaLive.Types.StopChannelResponse) => void): Request<MediaLive.Types.StopChannelResponse, AWSError>;
440
+ /**
441
+ * Stop an input device that is attached to a MediaConnect flow. (There is no need to stop a device that is attached to a MediaLive input; MediaLive automatically stops the device when the channel stops.)
442
+ */
443
+ stopInputDevice(params: MediaLive.Types.StopInputDeviceRequest, callback?: (err: AWSError, data: MediaLive.Types.StopInputDeviceResponse) => void): Request<MediaLive.Types.StopInputDeviceResponse, AWSError>;
444
+ /**
445
+ * Stop an input device that is attached to a MediaConnect flow. (There is no need to stop a device that is attached to a MediaLive input; MediaLive automatically stops the device when the channel stops.)
446
+ */
447
+ stopInputDevice(callback?: (err: AWSError, data: MediaLive.Types.StopInputDeviceResponse) => void): Request<MediaLive.Types.StopInputDeviceResponse, AWSError>;
432
448
  /**
433
449
  * Stops a running multiplex. If the multiplex isn't running, this action has no effect.
434
450
  */
@@ -2131,6 +2147,14 @@ one destination per packager.
2131
2147
  * The Availability Zone associated with this input device.
2132
2148
  */
2133
2149
  AvailabilityZone?: __string;
2150
+ /**
2151
+ * An array of the ARNs for the MediaLive inputs attached to the device. Returned only if the outputType is MEDIALIVE_INPUT.
2152
+ */
2153
+ MedialiveInputArns?: __listOf__string;
2154
+ /**
2155
+ * The output attachment type of the input device. Specifies MEDIACONNECT_FLOW if this device is the source for a MediaConnect flow. Specifies MEDIALIVE_INPUT if this device is the source for a MediaLive input.
2156
+ */
2157
+ OutputType?: InputDeviceOutputType;
2134
2158
  }
2135
2159
  export interface DescribeInputDeviceThumbnailRequest {
2136
2160
  /**
@@ -4043,6 +4067,7 @@ to.
4043
4067
  NetworkInterfaceId?: __string;
4044
4068
  }
4045
4069
  export type InputDeviceActiveInput = "HDMI"|"SDI"|string;
4070
+ export type InputDeviceCodec = "HEVC"|"AVC"|string;
4046
4071
  export interface InputDeviceConfigurableSettings {
4047
4072
  /**
4048
4073
  * The input source that you want to use. If the device has a source connected to only one of its input ports, or if you don't care which source the device sends, specify Auto. If the device has sources connected to both its input ports, and you want to use a specific source, specify the source.
@@ -4056,6 +4081,14 @@ to.
4056
4081
  * The Link device's buffer size (latency) in milliseconds (ms).
4057
4082
  */
4058
4083
  LatencyMs?: __integer;
4084
+ /**
4085
+ * Choose the codec for the video that the device produces. Only UHD devices can specify this parameter.
4086
+ */
4087
+ Codec?: InputDeviceCodec;
4088
+ /**
4089
+ * To attach this device to a MediaConnect flow, specify these parameters. To detach an existing flow, enter {} for the value of mediaconnectSettings. Only UHD devices can specify this parameter.
4090
+ */
4091
+ MediaconnectSettings?: InputDeviceMediaConnectConfigurableSettings;
4059
4092
  }
4060
4093
  export type InputDeviceConfiguredInput = "AUTO"|"HDMI"|"SDI"|string;
4061
4094
  export type InputDeviceConnectionState = "DISCONNECTED"|"CONNECTED"|string;
@@ -4098,6 +4131,42 @@ to.
4098
4131
  LatencyMs?: __integer;
4099
4132
  }
4100
4133
  export type InputDeviceIpScheme = "STATIC"|"DHCP"|string;
4134
+ export interface InputDeviceMediaConnectConfigurableSettings {
4135
+ /**
4136
+ * The ARN of the MediaConnect flow to attach this device to.
4137
+ */
4138
+ FlowArn?: __string;
4139
+ /**
4140
+ * The ARN for the role that MediaLive assumes to access the attached flow and secret. For more information about how to create this role, see the MediaLive user guide.
4141
+ */
4142
+ RoleArn?: __string;
4143
+ /**
4144
+ * The ARN for the secret that holds the encryption key to encrypt the content output by the device.
4145
+ */
4146
+ SecretArn?: __string;
4147
+ /**
4148
+ * The name of the MediaConnect Flow source to stream to.
4149
+ */
4150
+ SourceName?: __string;
4151
+ }
4152
+ export interface InputDeviceMediaConnectSettings {
4153
+ /**
4154
+ * The ARN of the MediaConnect flow.
4155
+ */
4156
+ FlowArn?: __string;
4157
+ /**
4158
+ * The ARN for the role that MediaLive assumes to access the attached flow and secret.
4159
+ */
4160
+ RoleArn?: __string;
4161
+ /**
4162
+ * The ARN of the secret used to encrypt the stream.
4163
+ */
4164
+ SecretArn?: __string;
4165
+ /**
4166
+ * The name of the MediaConnect flow source.
4167
+ */
4168
+ SourceName?: __string;
4169
+ }
4101
4170
  export interface InputDeviceNetworkSettings {
4102
4171
  /**
4103
4172
  * The DNS addresses of the input device.
@@ -4120,6 +4189,7 @@ to.
4120
4189
  */
4121
4190
  SubnetMask?: __string;
4122
4191
  }
4192
+ export type InputDeviceOutputType = "NONE"|"MEDIALIVE_INPUT"|"MEDIACONNECT_FLOW"|string;
4123
4193
  export interface InputDeviceRequest {
4124
4194
  /**
4125
4195
  * The unique ID for the device.
@@ -4191,6 +4261,14 @@ to.
4191
4261
  * The Availability Zone associated with this input device.
4192
4262
  */
4193
4263
  AvailabilityZone?: __string;
4264
+ /**
4265
+ * An array of the ARNs for the MediaLive inputs attached to the device. Returned only if the outputType is MEDIALIVE_INPUT.
4266
+ */
4267
+ MedialiveInputArns?: __listOf__string;
4268
+ /**
4269
+ * The output attachment type of the input device. Specifies MEDIACONNECT_FLOW if this device is the source for a MediaConnect flow. Specifies MEDIALIVE_INPUT if this device is the source for a MediaLive input.
4270
+ */
4271
+ OutputType?: InputDeviceOutputType;
4194
4272
  }
4195
4273
  export type InputDeviceTransferType = "OUTGOING"|"INCOMING"|string;
4196
4274
  export type InputDeviceType = "HD"|"UHD"|string;
@@ -4231,6 +4309,14 @@ to.
4231
4309
  * The Link device's buffer size (latency) in milliseconds (ms). You can specify this value.
4232
4310
  */
4233
4311
  LatencyMs?: __integer;
4312
+ /**
4313
+ * The codec for the video that the device produces.
4314
+ */
4315
+ Codec?: InputDeviceCodec;
4316
+ /**
4317
+ * Information about the MediaConnect flow attached to the device. Returned only if the outputType is MEDIACONNECT_FLOW.
4318
+ */
4319
+ MediaconnectSettings?: InputDeviceMediaConnectSettings;
4234
4320
  }
4235
4321
  export type InputFilter = "AUTO"|"DISABLED"|"FORCED"|string;
4236
4322
  export interface InputLocation {
@@ -6432,6 +6518,14 @@ one destination per packager.
6432
6518
  }
6433
6519
  export interface StartInputDeviceMaintenanceWindowResponse {
6434
6520
  }
6521
+ export interface StartInputDeviceRequest {
6522
+ /**
6523
+ * The unique ID of the input device to reboot. For example, hd-123456789abcdef.
6524
+ */
6525
+ InputDeviceId: __string;
6526
+ }
6527
+ export interface StartInputDeviceResponse {
6528
+ }
6435
6529
  export interface StartMultiplexRequest {
6436
6530
  /**
6437
6531
  * The ID of the multiplex.
@@ -6625,6 +6719,14 @@ one destination per packager.
6625
6719
  */
6626
6720
  Vpc?: VpcOutputSettingsDescription;
6627
6721
  }
6722
+ export interface StopInputDeviceRequest {
6723
+ /**
6724
+ * The unique ID of the input device to reboot. For example, hd-123456789abcdef.
6725
+ */
6726
+ InputDeviceId: __string;
6727
+ }
6728
+ export interface StopInputDeviceResponse {
6729
+ }
6628
6730
  export interface StopMultiplexRequest {
6629
6731
  /**
6630
6732
  * The ID of the multiplex.
@@ -6992,6 +7094,14 @@ one destination per packager.
6992
7094
  * The Availability Zone associated with this input device.
6993
7095
  */
6994
7096
  AvailabilityZone?: __string;
7097
+ /**
7098
+ * An array of the ARNs for the MediaLive inputs attached to the device. Returned only if the outputType is MEDIALIVE_INPUT.
7099
+ */
7100
+ MedialiveInputArns?: __listOf__string;
7101
+ /**
7102
+ * The output attachment type of the input device. Specifies MEDIACONNECT_FLOW if this device is the source for a MediaConnect flow. Specifies MEDIALIVE_INPUT if this device is the source for a MediaLive input.
7103
+ */
7104
+ OutputType?: InputDeviceOutputType;
6995
7105
  }
6996
7106
  export interface UpdateInputRequest {
6997
7107
  /**
@@ -10201,6 +10201,26 @@ declare namespace QuickSight {
10201
10201
  UniqueKey?: Boolean;
10202
10202
  }
10203
10203
  export type JoinType = "INNER"|"OUTER"|"LEFT"|"RIGHT"|string;
10204
+ export interface KPIActualValueConditionalFormatting {
10205
+ /**
10206
+ * The conditional formatting of the actual value's text color.
10207
+ */
10208
+ TextColor?: ConditionalFormattingColor;
10209
+ /**
10210
+ * The conditional formatting of the actual value's icon.
10211
+ */
10212
+ Icon?: ConditionalFormattingIcon;
10213
+ }
10214
+ export interface KPIComparisonValueConditionalFormatting {
10215
+ /**
10216
+ * The conditional formatting of the comparison value's text color.
10217
+ */
10218
+ TextColor?: ConditionalFormattingColor;
10219
+ /**
10220
+ * The conditional formatting of the comparison value's icon.
10221
+ */
10222
+ Icon?: ConditionalFormattingIcon;
10223
+ }
10204
10224
  export interface KPIConditionalFormatting {
10205
10225
  /**
10206
10226
  * The conditional formatting options of a KPI visual.
@@ -10216,6 +10236,14 @@ declare namespace QuickSight {
10216
10236
  * The conditional formatting for the progress bar of a KPI visual.
10217
10237
  */
10218
10238
  ProgressBar?: KPIProgressBarConditionalFormatting;
10239
+ /**
10240
+ * The conditional formatting for the actual value of a KPI visual.
10241
+ */
10242
+ ActualValue?: KPIActualValueConditionalFormatting;
10243
+ /**
10244
+ * The conditional formatting for the comparison value of a KPI visual.
10245
+ */
10246
+ ComparisonValue?: KPIComparisonValueConditionalFormatting;
10219
10247
  }
10220
10248
  export type KPIConditionalFormattingOptionList = KPIConditionalFormattingOption[];
10221
10249
  export interface KPIConfiguration {
@@ -10275,6 +10303,14 @@ declare namespace QuickSight {
10275
10303
  * The options that determine the secondary value font configuration.
10276
10304
  */
10277
10305
  SecondaryValueFontConfiguration?: FontConfiguration;
10306
+ /**
10307
+ * The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.
10308
+ */
10309
+ Sparkline?: KPISparklineOptions;
10310
+ /**
10311
+ * The options that determine the layout a KPI visual.
10312
+ */
10313
+ VisualLayoutOptions?: KPIVisualLayoutOptions;
10278
10314
  }
10279
10315
  export interface KPIPrimaryValueConditionalFormatting {
10280
10316
  /**
@@ -10298,6 +10334,25 @@ declare namespace QuickSight {
10298
10334
  */
10299
10335
  TrendGroupSort?: FieldSortOptionsList;
10300
10336
  }
10337
+ export interface KPISparklineOptions {
10338
+ /**
10339
+ * The visibility of the sparkline.
10340
+ */
10341
+ Visibility?: Visibility;
10342
+ /**
10343
+ * The type of the sparkline.
10344
+ */
10345
+ Type: KPISparklineType;
10346
+ /**
10347
+ * The color of the sparkline.
10348
+ */
10349
+ Color?: HexColor;
10350
+ /**
10351
+ * The tooltip visibility of the sparkline.
10352
+ */
10353
+ TooltipVisibility?: Visibility;
10354
+ }
10355
+ export type KPISparklineType = "LINE"|"AREA"|string;
10301
10356
  export interface KPIVisual {
10302
10357
  /**
10303
10358
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -10328,6 +10383,19 @@ declare namespace QuickSight {
10328
10383
  */
10329
10384
  ColumnHierarchies?: ColumnHierarchyList;
10330
10385
  }
10386
+ export interface KPIVisualLayoutOptions {
10387
+ /**
10388
+ * The standard layout of the KPI visual.
10389
+ */
10390
+ StandardLayout?: KPIVisualStandardLayout;
10391
+ }
10392
+ export interface KPIVisualStandardLayout {
10393
+ /**
10394
+ * The standard layout type.
10395
+ */
10396
+ Type: KPIVisualStandardLayoutType;
10397
+ }
10398
+ export type KPIVisualStandardLayoutType = "CLASSIC"|"VERTICAL"|string;
10331
10399
  export interface LabelOptions {
10332
10400
  /**
10333
10401
  * Determines whether or not the label is visible.
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1454.0',
86
+ VERSION: '2.1455.0',
87
87
 
88
88
  /**
89
89
  * @api private