aws-sdk 2.1608.0 → 2.1610.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.
Files changed (45) hide show
  1. package/README.md +1 -1
  2. package/apis/amplify-2017-07-25.min.json +3 -0
  3. package/apis/chime-sdk-voice-2022-08-03.min.json +6 -2
  4. package/apis/connectcases-2022-10-03.min.json +184 -63
  5. package/apis/fms-2018-01-01.min.json +59 -58
  6. package/apis/inspector2-2020-06-08.min.json +99 -74
  7. package/apis/omics-2022-11-28.min.json +36 -22
  8. package/apis/opensearch-2021-01-01.min.json +93 -92
  9. package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +521 -99
  10. package/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +6 -0
  11. package/apis/qbusiness-2023-11-27.examples.json +2 -3
  12. package/apis/qbusiness-2023-11-27.min.json +778 -693
  13. package/apis/qbusiness-2023-11-27.paginators.json +1 -1
  14. package/apis/qbusiness-2023-11-27.waiters2.json +5 -0
  15. package/apis/quicksight-2018-04-01.min.json +557 -494
  16. package/apis/route53resolver-2018-04-01.min.json +58 -52
  17. package/apis/sagemaker-2017-07-24.min.json +330 -319
  18. package/apis/signer-2017-08-25.min.json +3 -0
  19. package/apis/timestream-query-2018-11-01.min.json +71 -23
  20. package/apis/transcribe-2017-10-26.min.json +101 -76
  21. package/apis/trustedadvisor-2022-09-15.min.json +107 -46
  22. package/clients/amplify.d.ts +2 -1
  23. package/clients/chimesdkvoice.d.ts +9 -9
  24. package/clients/codeartifact.d.ts +27 -27
  25. package/clients/connectcases.d.ts +98 -0
  26. package/clients/fms.d.ts +8 -3
  27. package/clients/inspector2.d.ts +44 -3
  28. package/clients/omics.d.ts +89 -53
  29. package/clients/opensearch.d.ts +8 -3
  30. package/clients/pinpointsmsvoicev2.d.ts +514 -8
  31. package/clients/qbusiness.d.ts +818 -700
  32. package/clients/qbusiness.js +1 -0
  33. package/clients/quicksight.d.ts +91 -12
  34. package/clients/route53resolver.d.ts +18 -5
  35. package/clients/sagemaker.d.ts +12 -1
  36. package/clients/signer.d.ts +3 -3
  37. package/clients/timestreamquery.d.ts +54 -0
  38. package/clients/transcribeservice.d.ts +32 -0
  39. package/clients/trustedadvisor.d.ts +66 -2
  40. package/dist/aws-sdk-core-react-native.js +1 -1
  41. package/dist/aws-sdk-react-native.js +106 -99
  42. package/dist/aws-sdk.js +3 -3
  43. package/dist/aws-sdk.min.js +2 -2
  44. package/lib/core.js +1 -1
  45. package/package.json +1 -1
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "signer",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "rest-json",
8
+ "protocols": [
9
+ "rest-json"
10
+ ],
8
11
  "serviceAbbreviation": "signer",
9
12
  "serviceFullName": "AWS Signer",
10
13
  "serviceId": "signer",
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "query.timestream",
6
6
  "jsonVersion": "1.0",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceAbbreviation": "Timestream Query",
9
12
  "serviceFullName": "Amazon Timestream Query",
10
13
  "serviceId": "Timestream Query",
@@ -103,6 +106,24 @@
103
106
  },
104
107
  "idempotent": true
105
108
  },
109
+ "DescribeAccountSettings": {
110
+ "input": {
111
+ "type": "structure",
112
+ "members": {}
113
+ },
114
+ "output": {
115
+ "type": "structure",
116
+ "members": {
117
+ "MaxQueryTCU": {
118
+ "type": "integer"
119
+ },
120
+ "QueryPricingModel": {}
121
+ }
122
+ },
123
+ "endpointdiscovery": {
124
+ "required": true
125
+ }
126
+ },
106
127
  "DescribeEndpoints": {
107
128
  "input": {
108
129
  "type": "structure",
@@ -191,12 +212,12 @@
191
212
  "shape": "Sx"
192
213
  },
193
214
  "LastRunSummary": {
194
- "shape": "S1e"
215
+ "shape": "S1i"
195
216
  },
196
217
  "RecentlyFailedRuns": {
197
218
  "type": "list",
198
219
  "member": {
199
- "shape": "S1e"
220
+ "shape": "S1i"
200
221
  }
201
222
  }
202
223
  }
@@ -357,7 +378,7 @@
357
378
  "members": {
358
379
  "Name": {},
359
380
  "Type": {
360
- "shape": "S24"
381
+ "shape": "S28"
361
382
  },
362
383
  "DatabaseName": {},
363
384
  "TableName": {},
@@ -378,7 +399,7 @@
378
399
  "members": {
379
400
  "Name": {},
380
401
  "Type": {
381
- "shape": "S24"
402
+ "shape": "S28"
382
403
  }
383
404
  }
384
405
  }
@@ -424,11 +445,11 @@
424
445
  "Rows": {
425
446
  "type": "list",
426
447
  "member": {
427
- "shape": "S2g"
448
+ "shape": "S2k"
428
449
  }
429
450
  },
430
451
  "ColumnInfo": {
431
- "shape": "S27"
452
+ "shape": "S2b"
432
453
  },
433
454
  "QueryStatus": {
434
455
  "type": "structure",
@@ -496,6 +517,30 @@
496
517
  "required": true
497
518
  }
498
519
  },
520
+ "UpdateAccountSettings": {
521
+ "input": {
522
+ "type": "structure",
523
+ "members": {
524
+ "MaxQueryTCU": {
525
+ "type": "integer"
526
+ },
527
+ "QueryPricingModel": {}
528
+ }
529
+ },
530
+ "output": {
531
+ "type": "structure",
532
+ "members": {
533
+ "MaxQueryTCU": {
534
+ "type": "integer"
535
+ },
536
+ "QueryPricingModel": {}
537
+ }
538
+ },
539
+ "endpointdiscovery": {
540
+ "required": true
541
+ },
542
+ "idempotent": true
543
+ },
499
544
  "UpdateScheduledQuery": {
500
545
  "input": {
501
546
  "type": "structure",
@@ -663,7 +708,7 @@
663
708
  }
664
709
  }
665
710
  },
666
- "S1e": {
711
+ "S1i": {
667
712
  "type": "structure",
668
713
  "members": {
669
714
  "InvocationTime": {
@@ -685,6 +730,9 @@
685
730
  "BytesMetered": {
686
731
  "type": "long"
687
732
  },
733
+ "CumulativeBytesScanned": {
734
+ "type": "long"
735
+ },
688
736
  "RecordsIngested": {
689
737
  "type": "long"
690
738
  },
@@ -708,22 +756,22 @@
708
756
  "FailureReason": {}
709
757
  }
710
758
  },
711
- "S24": {
759
+ "S28": {
712
760
  "type": "structure",
713
761
  "members": {
714
762
  "ScalarType": {},
715
763
  "ArrayColumnInfo": {
716
- "shape": "S26"
764
+ "shape": "S2a"
717
765
  },
718
766
  "TimeSeriesMeasureValueColumnInfo": {
719
- "shape": "S26"
767
+ "shape": "S2a"
720
768
  },
721
769
  "RowColumnInfo": {
722
- "shape": "S27"
770
+ "shape": "S2b"
723
771
  }
724
772
  }
725
773
  },
726
- "S26": {
774
+ "S2a": {
727
775
  "type": "structure",
728
776
  "required": [
729
777
  "Type"
@@ -731,34 +779,34 @@
731
779
  "members": {
732
780
  "Name": {},
733
781
  "Type": {
734
- "shape": "S24"
782
+ "shape": "S28"
735
783
  }
736
784
  }
737
785
  },
738
- "S27": {
786
+ "S2b": {
739
787
  "type": "list",
740
788
  "member": {
741
- "shape": "S26"
789
+ "shape": "S2a"
742
790
  }
743
791
  },
744
- "S2g": {
792
+ "S2k": {
745
793
  "type": "structure",
746
794
  "required": [
747
795
  "Data"
748
796
  ],
749
797
  "members": {
750
798
  "Data": {
751
- "shape": "S2h"
799
+ "shape": "S2l"
752
800
  }
753
801
  }
754
802
  },
755
- "S2h": {
803
+ "S2l": {
756
804
  "type": "list",
757
805
  "member": {
758
- "shape": "S2i"
806
+ "shape": "S2m"
759
807
  }
760
808
  },
761
- "S2i": {
809
+ "S2m": {
762
810
  "type": "structure",
763
811
  "members": {
764
812
  "ScalarValue": {},
@@ -773,16 +821,16 @@
773
821
  "members": {
774
822
  "Time": {},
775
823
  "Value": {
776
- "shape": "S2i"
824
+ "shape": "S2m"
777
825
  }
778
826
  }
779
827
  }
780
828
  },
781
829
  "ArrayValue": {
782
- "shape": "S2h"
830
+ "shape": "S2l"
783
831
  },
784
832
  "RowValue": {
785
- "shape": "S2g"
833
+ "shape": "S2k"
786
834
  },
787
835
  "NullValue": {
788
836
  "type": "boolean"