cdk-lambda-subminute 2.0.400 → 2.0.402

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.
@@ -298,6 +298,10 @@ declare namespace MediaPackageV2 {
298
298
  * The date and time the channel group was modified.
299
299
  */
300
300
  ModifiedAt: Timestamp;
301
+ /**
302
+ * The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
303
+ */
304
+ ETag?: EntityTag;
301
305
  /**
302
306
  * The description for your channel group.
303
307
  */
@@ -355,6 +359,10 @@ declare namespace MediaPackageV2 {
355
359
  */
356
360
  Description?: ResourceDescription;
357
361
  IngestEndpoints?: IngestEndpointList;
362
+ /**
363
+ * The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
364
+ */
365
+ ETag?: EntityTag;
358
366
  /**
359
367
  * The comma-separated list of tag key:value pairs assigned to the channel.
360
368
  */
@@ -502,6 +510,10 @@ declare namespace MediaPackageV2 {
502
510
  * A low-latency HLS manifest configuration.
503
511
  */
504
512
  LowLatencyHlsManifests?: GetLowLatencyHlsManifests;
513
+ /**
514
+ * The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
515
+ */
516
+ ETag?: EntityTag;
505
517
  /**
506
518
  * The comma-separated list of tag key:value pairs assigned to the origin endpoint.
507
519
  */
@@ -612,6 +624,7 @@ declare namespace MediaPackageV2 {
612
624
  */
613
625
  CmafEncryptionMethod?: CmafEncryptionMethod;
614
626
  }
627
+ export type EntityTag = string;
615
628
  export interface FilterConfiguration {
616
629
  /**
617
630
  * Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.
@@ -663,6 +676,10 @@ declare namespace MediaPackageV2 {
663
676
  * The description for your channel group.
664
677
  */
665
678
  Description?: ResourceDescription;
679
+ /**
680
+ * The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
681
+ */
682
+ ETag?: EntityTag;
666
683
  /**
667
684
  * The comma-separated list of tag key:value pairs assigned to the channel group.
668
685
  */
@@ -728,6 +745,10 @@ declare namespace MediaPackageV2 {
728
745
  */
729
746
  Description?: ResourceDescription;
730
747
  IngestEndpoints?: IngestEndpointList;
748
+ /**
749
+ * The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
750
+ */
751
+ ETag?: EntityTag;
731
752
  /**
732
753
  * The comma-separated list of tag key:value pairs assigned to the channel.
733
754
  */
@@ -875,6 +896,10 @@ declare namespace MediaPackageV2 {
875
896
  * A low-latency HLS manifest configuration.
876
897
  */
877
898
  LowLatencyHlsManifests?: GetLowLatencyHlsManifests;
899
+ /**
900
+ * The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
901
+ */
902
+ ETag?: EntityTag;
878
903
  /**
879
904
  * The comma-separated list of tag key:value pairs assigned to the origin endpoint.
880
905
  */
@@ -1195,6 +1220,10 @@ declare namespace MediaPackageV2 {
1195
1220
  * The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
1196
1221
  */
1197
1222
  ChannelGroupName: ResourceName;
1223
+ /**
1224
+ * The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.
1225
+ */
1226
+ ETag?: EntityTag;
1198
1227
  /**
1199
1228
  * Any descriptive information that you want to add to the channel group for future identification purposes.
1200
1229
  */
@@ -1225,6 +1254,10 @@ declare namespace MediaPackageV2 {
1225
1254
  * The description for your channel group.
1226
1255
  */
1227
1256
  Description?: ResourceDescription;
1257
+ /**
1258
+ * The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
1259
+ */
1260
+ ETag?: EntityTag;
1228
1261
  /**
1229
1262
  * The comma-separated list of tag key:value pairs assigned to the channel group.
1230
1263
  */
@@ -1239,6 +1272,10 @@ declare namespace MediaPackageV2 {
1239
1272
  * The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
1240
1273
  */
1241
1274
  ChannelName: ResourceName;
1275
+ /**
1276
+ * The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.
1277
+ */
1278
+ ETag?: EntityTag;
1242
1279
  /**
1243
1280
  * Any descriptive information that you want to add to the channel for future identification purposes.
1244
1281
  */
@@ -1270,6 +1307,10 @@ declare namespace MediaPackageV2 {
1270
1307
  */
1271
1308
  Description?: ResourceDescription;
1272
1309
  IngestEndpoints?: IngestEndpointList;
1310
+ /**
1311
+ * The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
1312
+ */
1313
+ ETag?: EntityTag;
1273
1314
  /**
1274
1315
  * The comma-separated list of tag key:value pairs assigned to the channel.
1275
1316
  */
@@ -1312,6 +1353,10 @@ declare namespace MediaPackageV2 {
1312
1353
  * A low-latency HLS manifest configuration.
1313
1354
  */
1314
1355
  LowLatencyHlsManifests?: CreateLowLatencyHlsManifests;
1356
+ /**
1357
+ * The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.
1358
+ */
1359
+ ETag?: EntityTag;
1315
1360
  }
1316
1361
  export type UpdateOriginEndpointRequestStartoverWindowSecondsInteger = number;
1317
1362
  export interface UpdateOriginEndpointResponse {
@@ -1363,6 +1408,10 @@ declare namespace MediaPackageV2 {
1363
1408
  * A low-latency HLS manifest configuration.
1364
1409
  */
1365
1410
  LowLatencyHlsManifests?: GetLowLatencyHlsManifests;
1411
+ /**
1412
+ * The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
1413
+ */
1414
+ ETag?: EntityTag;
1366
1415
  /**
1367
1416
  * The comma-separated list of tag key:value pairs assigned to the origin endpoint.
1368
1417
  */
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1574.0',
86
+ VERSION: '2.1575.0',
87
87
 
88
88
  /**
89
89
  * @api private
@@ -10135,9 +10135,7 @@ return /******/ (function(modules) { // webpackBootstrap
10135
10135
  var $TypeError = __webpack_require__(64);
10136
10136
  var $floor = GetIntrinsic('%Math.floor%');
10137
10137
 
10138
- /** @typedef {(...args: unknown[]) => unknown} Func */
10139
-
10140
- /** @type {<T extends Func = Func>(fn: T, length: number, loose?: boolean) => T} */
10138
+ /** @type {import('.')} */
10141
10139
  module.exports = function setFunctionLength(fn, length) {
10142
10140
  if (typeof fn !== 'function') {
10143
10141
  throw new $TypeError('`fn` is not a function');
@@ -10361,6 +10359,7 @@ return /******/ (function(modules) { // webpackBootstrap
10361
10359
  var callBound = __webpack_require__(57);
10362
10360
  var gOPD = __webpack_require__(75);
10363
10361
 
10362
+ /** @type {(O: object) => string} */
10364
10363
  var $toString = callBound('Object.prototype.toString');
10365
10364
  var hasToStringTag = __webpack_require__(55)();
10366
10365
 
@@ -10370,7 +10369,8 @@ return /******/ (function(modules) { // webpackBootstrap
10370
10369
  var $slice = callBound('String.prototype.slice');
10371
10370
  var getPrototypeOf = Object.getPrototypeOf; // require('getprototypeof');
10372
10371
 
10373
- var $indexOf = callBound('Array.prototype.indexOf', true) || /** @type {(array: readonly unknown[], value: unknown) => keyof array} */ function indexOf(array, value) {
10372
+ /** @type {<T = unknown>(array: readonly T[], value: unknown) => number} */
10373
+ var $indexOf = callBound('Array.prototype.indexOf', true) || function indexOf(array, value) {
10374
10374
  for (var i = 0; i < array.length; i += 1) {
10375
10375
  if (array[i] === value) {
10376
10376
  return i;
@@ -10379,9 +10379,8 @@ return /******/ (function(modules) { // webpackBootstrap
10379
10379
  return -1;
10380
10380
  };
10381
10381
 
10382
- /** @typedef {Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array} TypedArray */
10383
- /** @typedef {'Int8Array' | 'Uint8Array' | 'Uint8ClampedArray' | 'Int16Array' | 'Uint16Array' | 'Int32Array' | 'Uint32Array' | 'Float32Array' | 'Float64Array' | 'BigInt64Array' | 'BigUint64Array'} TypedArrayName */
10384
- /** @type {{ [k in `\$${TypedArrayName}`]?: (receiver: TypedArray) => string | typeof Uint8Array.prototype.slice.call | typeof Uint8Array.prototype.set.call } & { __proto__: null }} */
10382
+ /** @typedef {(receiver: import('.').TypedArray) => string | typeof Uint8Array.prototype.slice.call | typeof Uint8Array.prototype.set.call} Getter */
10383
+ /** @type {{ [k in `\$${import('.').TypedArrayName}`]?: Getter } & { __proto__: null }} */
10385
10384
  var cache = { __proto__: null };
10386
10385
  if (hasToStringTag && gOPD && getPrototypeOf) {
10387
10386
  forEach(typedArrays, function (typedArray) {
@@ -10410,13 +10409,14 @@ return /******/ (function(modules) { // webpackBootstrap
10410
10409
  });
10411
10410
  }
10412
10411
 
10413
- /** @type {import('.')} */
10412
+ /** @type {(value: object) => false | import('.').TypedArrayName} */
10414
10413
  var tryTypedArrays = function tryAllTypedArrays(value) {
10415
- /** @type {ReturnType<tryAllTypedArrays>} */ var found = false;
10414
+ /** @type {ReturnType<typeof tryAllTypedArrays>} */ var found = false;
10416
10415
  forEach(
10417
10416
  // eslint-disable-next-line no-extra-parens
10418
- /** @type {Record<`\$${TypedArrayName}`, typeof cache>} */ /** @type {any} */ (cache),
10419
- /** @type {(getter: typeof cache, name: `\$${TypedArrayName}`) => void} */ function (getter, typedArray) {
10417
+ /** @type {Record<`\$${TypedArrayName}`, Getter>} */ /** @type {any} */ (cache),
10418
+ /** @type {(getter: Getter, name: `\$${import('.').TypedArrayName}`) => void} */
10419
+ function (getter, typedArray) {
10420
10420
  if (!found) {
10421
10421
  try {
10422
10422
  // @ts-expect-error TODO: fix
@@ -10430,16 +10430,16 @@ return /******/ (function(modules) { // webpackBootstrap
10430
10430
  return found;
10431
10431
  };
10432
10432
 
10433
- /** @type {import('.')} */
10433
+ /** @type {(value: object) => false | import('.').TypedArrayName} */
10434
10434
  var trySlices = function tryAllSlices(value) {
10435
- /** @type {ReturnType<tryAllSlices>} */ var found = false;
10435
+ /** @type {ReturnType<typeof tryAllSlices>} */ var found = false;
10436
10436
  forEach(
10437
10437
  // eslint-disable-next-line no-extra-parens
10438
- /** @type {any} */ (cache),
10439
- /** @type {(getter: typeof cache, name: `\$${TypedArrayName}`) => void} */ function (getter, name) {
10438
+ /** @type {Record<`\$${TypedArrayName}`, Getter>} */ /** @type {any} */ (cache),
10439
+ /** @type {(getter: typeof cache, name: `\$${import('.').TypedArrayName}`) => void} */ function (getter, name) {
10440
10440
  if (!found) {
10441
10441
  try {
10442
- // @ts-expect-error TODO: fix
10442
+ // @ts-expect-error TODO: fix
10443
10443
  getter(value);
10444
10444
  found = $slice(name, 1);
10445
10445
  } catch (e) { /**/ }
@@ -10453,6 +10453,7 @@ return /******/ (function(modules) { // webpackBootstrap
10453
10453
  module.exports = function whichTypedArray(value) {
10454
10454
  if (!value || typeof value !== 'object') { return false; }
10455
10455
  if (!hasToStringTag) {
10456
+ /** @type {string} */
10456
10457
  var tag = $slice($toString(value), 8, -1);
10457
10458
  if ($indexOf(typedArrays, tag) > -1) {
10458
10459
  return tag;