aws-sdk 2.1586.0 → 2.1588.0

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
  }
@@ -679,7 +679,11 @@
679
679
  "type": "structure",
680
680
  "members": {
681
681
  "subscriptionType": {},
682
- "awsAccountName": {}
682
+ "awsAccountName": {},
683
+ "pendingSubscriptionType": {},
684
+ "pendingSubscriptionStartTime": {
685
+ "shape": "S3"
686
+ }
683
687
  }
684
688
  }
685
689
  },
@@ -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
  }
@@ -2339,6 +2339,9 @@
2339
2339
  "locationName": "threatNames",
2340
2340
  "type": "list",
2341
2341
  "member": {}
2342
+ },
2343
+ "ThreatFileSha256": {
2344
+ "locationName": "threatFileSha256"
2342
2345
  }
2343
2346
  }
2344
2347
  }
@@ -2601,6 +2604,21 @@
2601
2604
  "locationName": "memoryRegions",
2602
2605
  "type": "list",
2603
2606
  "member": {}
2607
+ },
2608
+ "ToolName": {
2609
+ "locationName": "toolName"
2610
+ },
2611
+ "ToolCategory": {
2612
+ "locationName": "toolCategory"
2613
+ },
2614
+ "ServiceName": {
2615
+ "locationName": "serviceName"
2616
+ },
2617
+ "CommandLineExample": {
2618
+ "locationName": "commandLineExample"
2619
+ },
2620
+ "ThreatFilePath": {
2621
+ "locationName": "threatFilePath"
2604
2622
  }
2605
2623
  }
2606
2624
  }