cdk-lambda-subminute 2.0.414 → 2.0.415

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.
@@ -223,7 +223,7 @@
223
223
  "sensitive": true
224
224
  },
225
225
  "parameters": {
226
- "shape": "S1c"
226
+ "shape": "S1f"
227
227
  },
228
228
  "requestBody": {
229
229
  "type": "structure",
@@ -232,7 +232,7 @@
232
232
  "type": "map",
233
233
  "key": {},
234
234
  "value": {
235
- "shape": "S1c"
235
+ "shape": "S1f"
236
236
  }
237
237
  }
238
238
  }
@@ -262,7 +262,7 @@
262
262
  "sensitive": true
263
263
  },
264
264
  "modelInvocationInput": {
265
- "shape": "S1l"
265
+ "shape": "S1o"
266
266
  },
267
267
  "observation": {
268
268
  "type": "structure",
@@ -313,7 +313,7 @@
313
313
  "type": "structure",
314
314
  "members": {
315
315
  "text": {
316
- "shape": "S26"
316
+ "shape": "S29"
317
317
  },
318
318
  "traceId": {}
319
319
  },
@@ -327,7 +327,7 @@
327
327
  "type": "structure",
328
328
  "members": {
329
329
  "modelInvocationInput": {
330
- "shape": "S1l"
330
+ "shape": "S1o"
331
331
  },
332
332
  "modelInvocationOutput": {
333
333
  "type": "structure",
@@ -354,7 +354,7 @@
354
354
  "type": "structure",
355
355
  "members": {
356
356
  "modelInvocationInput": {
357
- "shape": "S1l"
357
+ "shape": "S1o"
358
358
  },
359
359
  "modelInvocationOutput": {
360
360
  "type": "structure",
@@ -366,7 +366,7 @@
366
366
  "type": "boolean"
367
367
  },
368
368
  "rationale": {
369
- "shape": "S26"
369
+ "shape": "S29"
370
370
  }
371
371
  },
372
372
  "sensitive": true
@@ -431,7 +431,7 @@
431
431
  },
432
432
  "nextToken": {},
433
433
  "retrievalConfiguration": {
434
- "shape": "S2j"
434
+ "shape": "S2m"
435
435
  },
436
436
  "retrievalQuery": {
437
437
  "type": "structure",
@@ -466,6 +466,9 @@
466
466
  "location": {
467
467
  "shape": "Ss"
468
468
  },
469
+ "metadata": {
470
+ "shape": "Sv"
471
+ },
469
472
  "score": {
470
473
  "type": "double"
471
474
  }
@@ -527,7 +530,7 @@
527
530
  "knowledgeBaseId": {},
528
531
  "modelArn": {},
529
532
  "retrievalConfiguration": {
530
- "shape": "S2j"
533
+ "shape": "S2m"
531
534
  }
532
535
  }
533
536
  },
@@ -616,6 +619,9 @@
616
619
  },
617
620
  "location": {
618
621
  "shape": "Ss"
622
+ },
623
+ "metadata": {
624
+ "shape": "Sv"
619
625
  }
620
626
  }
621
627
  }
@@ -646,7 +652,17 @@
646
652
  },
647
653
  "sensitive": true
648
654
  },
649
- "S1c": {
655
+ "Sv": {
656
+ "type": "map",
657
+ "key": {},
658
+ "value": {
659
+ "type": "structure",
660
+ "members": {},
661
+ "document": true
662
+ },
663
+ "sensitive": true
664
+ },
665
+ "S1f": {
650
666
  "type": "list",
651
667
  "member": {
652
668
  "type": "structure",
@@ -657,7 +673,7 @@
657
673
  }
658
674
  }
659
675
  },
660
- "S1l": {
676
+ "S1o": {
661
677
  "type": "structure",
662
678
  "members": {
663
679
  "inferenceConfiguration": {
@@ -693,11 +709,11 @@
693
709
  },
694
710
  "sensitive": true
695
711
  },
696
- "S26": {
712
+ "S29": {
697
713
  "type": "string",
698
714
  "sensitive": true
699
715
  },
700
- "S2j": {
716
+ "S2m": {
701
717
  "type": "structure",
702
718
  "required": [
703
719
  "vectorSearchConfiguration"
@@ -706,6 +722,9 @@
706
722
  "vectorSearchConfiguration": {
707
723
  "type": "structure",
708
724
  "members": {
725
+ "filter": {
726
+ "shape": "S2o"
727
+ },
709
728
  "numberOfResults": {
710
729
  "type": "integer"
711
730
  },
@@ -713,6 +732,67 @@
713
732
  }
714
733
  }
715
734
  }
735
+ },
736
+ "S2o": {
737
+ "type": "structure",
738
+ "members": {
739
+ "andAll": {
740
+ "shape": "S2p"
741
+ },
742
+ "equals": {
743
+ "shape": "S2q"
744
+ },
745
+ "greaterThan": {
746
+ "shape": "S2q"
747
+ },
748
+ "greaterThanOrEquals": {
749
+ "shape": "S2q"
750
+ },
751
+ "in": {
752
+ "shape": "S2q"
753
+ },
754
+ "lessThan": {
755
+ "shape": "S2q"
756
+ },
757
+ "lessThanOrEquals": {
758
+ "shape": "S2q"
759
+ },
760
+ "notEquals": {
761
+ "shape": "S2q"
762
+ },
763
+ "notIn": {
764
+ "shape": "S2q"
765
+ },
766
+ "orAll": {
767
+ "shape": "S2p"
768
+ },
769
+ "startsWith": {
770
+ "shape": "S2q"
771
+ }
772
+ },
773
+ "sensitive": true,
774
+ "union": true
775
+ },
776
+ "S2p": {
777
+ "type": "list",
778
+ "member": {
779
+ "shape": "S2o"
780
+ }
781
+ },
782
+ "S2q": {
783
+ "type": "structure",
784
+ "required": [
785
+ "key",
786
+ "value"
787
+ ],
788
+ "members": {
789
+ "key": {},
790
+ "value": {
791
+ "type": "structure",
792
+ "members": {},
793
+ "document": true
794
+ }
795
+ }
716
796
  }
717
797
  }
718
798
  }
@@ -3049,24 +3049,26 @@
3049
3049
  "DataStorage": {
3050
3050
  "type": "structure",
3051
3051
  "required": [
3052
- "Maximum",
3053
3052
  "Unit"
3054
3053
  ],
3055
3054
  "members": {
3056
3055
  "Maximum": {
3057
3056
  "type": "integer"
3058
3057
  },
3058
+ "Minimum": {
3059
+ "type": "integer"
3060
+ },
3059
3061
  "Unit": {}
3060
3062
  }
3061
3063
  },
3062
3064
  "ECPUPerSecond": {
3063
3065
  "type": "structure",
3064
- "required": [
3065
- "Maximum"
3066
- ],
3067
3066
  "members": {
3068
3067
  "Maximum": {
3069
3068
  "type": "integer"
3069
+ },
3070
+ "Minimum": {
3071
+ "type": "integer"
3070
3072
  }
3071
3073
  }
3072
3074
  }
@@ -1382,6 +1382,10 @@ declare namespace Batch {
1382
1382
  * When this parameter is true, the container is given elevated permissions on the host container instance. The level of permissions are similar to the root user permissions. The default value is false. This parameter maps to privileged policy in the Privileged pod security policies in the Kubernetes documentation.
1383
1383
  */
1384
1384
  privileged?: Boolean;
1385
+ /**
1386
+ * Whether or not a container or a Kubernetes pod is allowed to gain more privileges than its parent process. The default value is false.
1387
+ */
1388
+ allowPrivilegeEscalation?: Boolean;
1385
1389
  /**
1386
1390
  * When this parameter is true, the container is given read-only access to its root file system. The default value is false. This parameter maps to ReadOnlyRootFilesystem policy in the Volumes and file systems pod security policies in the Kubernetes documentation.
1387
1391
  */
@@ -1444,6 +1448,10 @@ declare namespace Batch {
1444
1448
  * The DNS policy for the pod. The default value is ClusterFirst. If the hostNetwork parameter is not specified, the default is ClusterFirstWithHostNet. ClusterFirst indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node. For more information, see Pod's DNS policy in the Kubernetes documentation. Valid values: Default | ClusterFirst | ClusterFirstWithHostNet
1445
1449
  */
1446
1450
  dnsPolicy?: String;
1451
+ /**
1452
+ * References a Kubernetes secret resource. This object must start and end with an alphanumeric character, is required to be lowercase, can include periods (.) and hyphens (-), and can't contain more than 253 characters. ImagePullSecret$name is required when this object is used.
1453
+ */
1454
+ imagePullSecrets?: ImagePullSecrets;
1447
1455
  /**
1448
1456
  * The properties of the container that's used on the Amazon EKS pod.
1449
1457
  */
@@ -1478,6 +1486,10 @@ declare namespace Batch {
1478
1486
  * The DNS policy for the pod. The default value is ClusterFirst. If the hostNetwork parameter is not specified, the default is ClusterFirstWithHostNet. ClusterFirst indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node. If no value was specified for dnsPolicy in the RegisterJobDefinition API operation, then no value will be returned for dnsPolicy by either of DescribeJobDefinitions or DescribeJobs API operations. The pod spec setting will contain either ClusterFirst or ClusterFirstWithHostNet, depending on the value of the hostNetwork parameter. For more information, see Pod's DNS policy in the Kubernetes documentation. Valid values: Default | ClusterFirst | ClusterFirstWithHostNet
1479
1487
  */
1480
1488
  dnsPolicy?: String;
1489
+ /**
1490
+ * Displays the reference pointer to the Kubernetes secret resource.
1491
+ */
1492
+ imagePullSecrets?: ImagePullSecrets;
1481
1493
  /**
1482
1494
  * The properties of the container that's used on the Amazon EKS pod.
1483
1495
  */
@@ -1623,6 +1635,13 @@ declare namespace Batch {
1623
1635
  sourcePath?: String;
1624
1636
  }
1625
1637
  export type ImageIdOverride = string;
1638
+ export interface ImagePullSecret {
1639
+ /**
1640
+ * Provides a unique identifier for the ImagePullSecret. This object is required when EksPodProperties$imagePullSecrets is used.
1641
+ */
1642
+ name: String;
1643
+ }
1644
+ export type ImagePullSecrets = ImagePullSecret[];
1626
1645
  export type ImageType = string;
1627
1646
  export type Integer = number;
1628
1647
  export type JQState = "ENABLED"|"DISABLED"|string;