aws-sdk 2.1591.0 → 2.1593.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. package/README.md +1 -1
  2. package/apis/cleanrooms-2022-02-17.min.json +366 -265
  3. package/apis/cleanroomsml-2023-09-06.min.json +7 -24
  4. package/apis/cloudformation-2010-05-15.min.json +43 -42
  5. package/apis/datazone-2018-05-10.min.json +611 -324
  6. package/apis/datazone-2018-05-10.paginators.json +6 -0
  7. package/apis/docdb-2014-10-31.min.json +22 -0
  8. package/apis/emr-containers-2020-10-01.min.json +5 -0
  9. package/apis/groundstation-2019-05-23.min.json +12 -0
  10. package/apis/ivs-2020-07-14.min.json +76 -66
  11. package/apis/medialive-2017-10-14.min.json +287 -232
  12. package/apis/medical-imaging-2023-07-19.min.json +50 -8
  13. package/apis/transfer-2018-11-05.min.json +90 -79
  14. package/apis/verifiedpermissions-2021-12-01.min.json +127 -82
  15. package/clients/b2bi.d.ts +2 -2
  16. package/clients/cleanrooms.d.ts +101 -4
  17. package/clients/cleanroomsml.d.ts +13 -30
  18. package/clients/cloudformation.d.ts +5 -0
  19. package/clients/datazone.d.ts +303 -2
  20. package/clients/docdb.d.ts +21 -0
  21. package/clients/ec2.d.ts +1 -1
  22. package/clients/emrcontainers.d.ts +5 -0
  23. package/clients/groundstation.d.ts +20 -4
  24. package/clients/ivs.d.ts +18 -2
  25. package/clients/lambda.d.ts +1 -1
  26. package/clients/medialive.d.ts +59 -0
  27. package/clients/medicalimaging.d.ts +53 -5
  28. package/clients/transfer.d.ts +42 -14
  29. package/clients/verifiedpermissions.d.ts +51 -6
  30. package/dist/aws-sdk-core-react-native.js +1 -1
  31. package/dist/aws-sdk-react-native.js +17 -14
  32. package/dist/aws-sdk.js +46 -45
  33. package/dist/aws-sdk.min.js +54 -54
  34. package/lib/core.js +1 -1
  35. package/lib/services/cloudsearchdomain.js +3 -0
  36. package/package.json +1 -1
@@ -762,9 +762,15 @@
762
762
  "DICOMStudyInstanceUID": {
763
763
  "shape": "S26"
764
764
  },
765
+ "DICOMSeriesInstanceUID": {
766
+ "shape": "S27"
767
+ },
765
768
  "createdAt": {
766
769
  "type": "timestamp"
767
770
  },
771
+ "updatedAt": {
772
+ "type": "timestamp"
773
+ },
768
774
  "DICOMStudyDateAndTime": {
769
775
  "type": "structure",
770
776
  "required": [
@@ -772,10 +778,10 @@
772
778
  ],
773
779
  "members": {
774
780
  "DICOMStudyDate": {
775
- "shape": "S28"
781
+ "shape": "S29"
776
782
  },
777
783
  "DICOMStudyTime": {
778
- "shape": "S29"
784
+ "shape": "S2a"
779
785
  }
780
786
  }
781
787
  }
@@ -786,6 +792,9 @@
786
792
  "operator": {}
787
793
  }
788
794
  }
795
+ },
796
+ "sort": {
797
+ "shape": "S2c"
789
798
  }
790
799
  },
791
800
  "sensitive": true
@@ -863,17 +872,35 @@
863
872
  "DICOMAccessionNumber": {
864
873
  "shape": "S24"
865
874
  },
875
+ "DICOMSeriesInstanceUID": {
876
+ "shape": "S27"
877
+ },
878
+ "DICOMSeriesModality": {
879
+ "type": "string",
880
+ "sensitive": true
881
+ },
882
+ "DICOMSeriesBodyPart": {
883
+ "type": "string",
884
+ "sensitive": true
885
+ },
886
+ "DICOMSeriesNumber": {
887
+ "type": "integer",
888
+ "sensitive": true
889
+ },
866
890
  "DICOMStudyDate": {
867
- "shape": "S28"
891
+ "shape": "S29"
868
892
  },
869
893
  "DICOMStudyTime": {
870
- "shape": "S29"
894
+ "shape": "S2a"
871
895
  }
872
896
  }
873
897
  }
874
898
  }
875
899
  }
876
900
  },
901
+ "sort": {
902
+ "shape": "S2c"
903
+ },
877
904
  "nextToken": {}
878
905
  }
879
906
  },
@@ -1019,10 +1046,10 @@
1019
1046
  "type": "structure",
1020
1047
  "members": {
1021
1048
  "removableAttributes": {
1022
- "shape": "S2x"
1049
+ "shape": "S34"
1023
1050
  },
1024
1051
  "updatableAttributes": {
1025
- "shape": "S2x"
1052
+ "shape": "S34"
1026
1053
  }
1027
1054
  }
1028
1055
  }
@@ -1082,7 +1109,7 @@
1082
1109
  "type": "string",
1083
1110
  "sensitive": true
1084
1111
  },
1085
- "S28": {
1112
+ "S27": {
1086
1113
  "type": "string",
1087
1114
  "sensitive": true
1088
1115
  },
@@ -1090,7 +1117,22 @@
1090
1117
  "type": "string",
1091
1118
  "sensitive": true
1092
1119
  },
1093
- "S2x": {
1120
+ "S2a": {
1121
+ "type": "string",
1122
+ "sensitive": true
1123
+ },
1124
+ "S2c": {
1125
+ "type": "structure",
1126
+ "required": [
1127
+ "sortOrder",
1128
+ "sortField"
1129
+ ],
1130
+ "members": {
1131
+ "sortOrder": {},
1132
+ "sortField": {}
1133
+ }
1134
+ },
1135
+ "S34": {
1094
1136
  "type": "blob",
1095
1137
  "sensitive": true
1096
1138
  }
@@ -101,7 +101,8 @@
101
101
  },
102
102
  "SftpConfig": {
103
103
  "shape": "S11"
104
- }
104
+ },
105
+ "SecurityPolicyName": {}
105
106
  }
106
107
  },
107
108
  "output": {
@@ -125,7 +126,7 @@
125
126
  "As2Id": {},
126
127
  "ProfileType": {},
127
128
  "CertificateIds": {
128
- "shape": "S1a"
129
+ "shape": "S1b"
129
130
  },
130
131
  "Tags": {
131
132
  "shape": "Sl"
@@ -149,37 +150,37 @@
149
150
  "Certificate": {},
150
151
  "Domain": {},
151
152
  "EndpointDetails": {
152
- "shape": "S1g"
153
+ "shape": "S1h"
153
154
  },
154
155
  "EndpointType": {},
155
156
  "HostKey": {
156
- "shape": "S1q"
157
+ "shape": "S1r"
157
158
  },
158
159
  "IdentityProviderDetails": {
159
- "shape": "S1r"
160
+ "shape": "S1s"
160
161
  },
161
162
  "IdentityProviderType": {},
162
163
  "LoggingRole": {},
163
164
  "PostAuthenticationLoginBanner": {},
164
165
  "PreAuthenticationLoginBanner": {},
165
166
  "Protocols": {
166
- "shape": "S1z"
167
+ "shape": "S20"
167
168
  },
168
169
  "ProtocolDetails": {
169
- "shape": "S21"
170
+ "shape": "S22"
170
171
  },
171
172
  "SecurityPolicyName": {},
172
173
  "Tags": {
173
174
  "shape": "Sl"
174
175
  },
175
176
  "WorkflowDetails": {
176
- "shape": "S28"
177
+ "shape": "S29"
177
178
  },
178
179
  "StructuredLogDestinations": {
179
- "shape": "S2d"
180
+ "shape": "S2e"
180
181
  },
181
182
  "S3StorageOptions": {
182
- "shape": "S2f"
183
+ "shape": "S2g"
183
184
  }
184
185
  }
185
186
  },
@@ -241,10 +242,10 @@
241
242
  "members": {
242
243
  "Description": {},
243
244
  "Steps": {
244
- "shape": "S2o"
245
+ "shape": "S2p"
245
246
  },
246
247
  "OnExceptionSteps": {
247
- "shape": "S2o"
248
+ "shape": "S2p"
248
249
  },
249
250
  "Tags": {
250
251
  "shape": "Sl"
@@ -490,10 +491,10 @@
490
491
  "Usage": {},
491
492
  "Status": {},
492
493
  "Certificate": {
493
- "shape": "S41"
494
+ "shape": "S42"
494
495
  },
495
496
  "CertificateChain": {
496
- "shape": "S42"
497
+ "shape": "S43"
497
498
  },
498
499
  "ActiveDate": {
499
500
  "type": "timestamp"
@@ -555,8 +556,9 @@
555
556
  "shape": "S11"
556
557
  },
557
558
  "ServiceManagedEgressIpAddresses": {
558
- "shape": "S49"
559
- }
559
+ "shape": "S4a"
560
+ },
561
+ "SecurityPolicyName": {}
560
562
  }
561
563
  }
562
564
  }
@@ -587,10 +589,10 @@
587
589
  "members": {
588
590
  "ExecutionId": {},
589
591
  "InitialFileLocation": {
590
- "shape": "S4f"
592
+ "shape": "S4g"
591
593
  },
592
594
  "ServiceMetadata": {
593
- "shape": "S4j"
595
+ "shape": "S4k"
594
596
  },
595
597
  "ExecutionRole": {},
596
598
  "LoggingConfiguration": {
@@ -608,10 +610,10 @@
608
610
  "type": "structure",
609
611
  "members": {
610
612
  "Steps": {
611
- "shape": "S4q"
613
+ "shape": "S4r"
612
614
  },
613
615
  "OnExceptionSteps": {
614
- "shape": "S4q"
616
+ "shape": "S4r"
615
617
  }
616
618
  }
617
619
  }
@@ -687,7 +689,7 @@
687
689
  "ProfileType": {},
688
690
  "As2Id": {},
689
691
  "CertificateIds": {
690
- "shape": "S1a"
692
+ "shape": "S1b"
691
693
  },
692
694
  "Tags": {
693
695
  "shape": "Sl"
@@ -724,16 +726,24 @@
724
726
  },
725
727
  "SecurityPolicyName": {},
726
728
  "SshCiphers": {
727
- "shape": "S5a"
729
+ "shape": "S5b"
728
730
  },
729
731
  "SshKexs": {
730
- "shape": "S5a"
732
+ "shape": "S5b"
731
733
  },
732
734
  "SshMacs": {
733
- "shape": "S5a"
735
+ "shape": "S5b"
734
736
  },
735
737
  "TlsCiphers": {
736
- "shape": "S5a"
738
+ "shape": "S5b"
739
+ },
740
+ "SshHostKeyAlgorithms": {
741
+ "shape": "S5b"
742
+ },
743
+ "Type": {},
744
+ "Protocols": {
745
+ "type": "list",
746
+ "member": {}
737
747
  }
738
748
  }
739
749
  }
@@ -765,23 +775,23 @@
765
775
  "Arn": {},
766
776
  "Certificate": {},
767
777
  "ProtocolDetails": {
768
- "shape": "S21"
778
+ "shape": "S22"
769
779
  },
770
780
  "Domain": {},
771
781
  "EndpointDetails": {
772
- "shape": "S1g"
782
+ "shape": "S1h"
773
783
  },
774
784
  "EndpointType": {},
775
785
  "HostKeyFingerprint": {},
776
786
  "IdentityProviderDetails": {
777
- "shape": "S1r"
787
+ "shape": "S1s"
778
788
  },
779
789
  "IdentityProviderType": {},
780
790
  "LoggingRole": {},
781
791
  "PostAuthenticationLoginBanner": {},
782
792
  "PreAuthenticationLoginBanner": {},
783
793
  "Protocols": {
784
- "shape": "S1z"
794
+ "shape": "S20"
785
795
  },
786
796
  "SecurityPolicyName": {},
787
797
  "ServerId": {},
@@ -793,16 +803,16 @@
793
803
  "type": "integer"
794
804
  },
795
805
  "WorkflowDetails": {
796
- "shape": "S28"
806
+ "shape": "S29"
797
807
  },
798
808
  "StructuredLogDestinations": {
799
- "shape": "S2d"
809
+ "shape": "S2e"
800
810
  },
801
811
  "S3StorageOptions": {
802
- "shape": "S2f"
812
+ "shape": "S2g"
803
813
  },
804
814
  "As2ServiceManagedEgressIpAddresses": {
805
- "shape": "S49"
815
+ "shape": "S4a"
806
816
  }
807
817
  }
808
818
  }
@@ -898,10 +908,10 @@
898
908
  "Arn": {},
899
909
  "Description": {},
900
910
  "Steps": {
901
- "shape": "S2o"
911
+ "shape": "S2p"
902
912
  },
903
913
  "OnExceptionSteps": {
904
- "shape": "S2o"
914
+ "shape": "S2p"
905
915
  },
906
916
  "WorkflowId": {},
907
917
  "Tags": {
@@ -922,10 +932,10 @@
922
932
  "members": {
923
933
  "Usage": {},
924
934
  "Certificate": {
925
- "shape": "S41"
935
+ "shape": "S42"
926
936
  },
927
937
  "CertificateChain": {
928
- "shape": "S42"
938
+ "shape": "S43"
929
939
  },
930
940
  "PrivateKey": {
931
941
  "type": "string",
@@ -963,7 +973,7 @@
963
973
  "members": {
964
974
  "ServerId": {},
965
975
  "HostKeyBody": {
966
- "shape": "S1q"
976
+ "shape": "S1r"
967
977
  },
968
978
  "Description": {},
969
979
  "Tags": {
@@ -1189,10 +1199,10 @@
1189
1199
  "members": {
1190
1200
  "ExecutionId": {},
1191
1201
  "InitialFileLocation": {
1192
- "shape": "S4f"
1202
+ "shape": "S4g"
1193
1203
  },
1194
1204
  "ServiceMetadata": {
1195
- "shape": "S4j"
1205
+ "shape": "S4k"
1196
1206
  },
1197
1207
  "Status": {}
1198
1208
  }
@@ -1475,10 +1485,10 @@
1475
1485
  "members": {
1476
1486
  "ConnectorId": {},
1477
1487
  "SendFilePaths": {
1478
- "shape": "S7d"
1488
+ "shape": "S7h"
1479
1489
  },
1480
1490
  "RetrieveFilePaths": {
1481
- "shape": "S7d"
1491
+ "shape": "S7h"
1482
1492
  },
1483
1493
  "LocalDirectoryPath": {},
1484
1494
  "RemoteDirectoryPath": {}
@@ -1705,7 +1715,8 @@
1705
1715
  "LoggingRole": {},
1706
1716
  "SftpConfig": {
1707
1717
  "shape": "S11"
1708
- }
1718
+ },
1719
+ "SecurityPolicyName": {}
1709
1720
  }
1710
1721
  },
1711
1722
  "output": {
@@ -1753,7 +1764,7 @@
1753
1764
  "members": {
1754
1765
  "ProfileId": {},
1755
1766
  "CertificateIds": {
1756
- "shape": "S1a"
1767
+ "shape": "S1b"
1757
1768
  }
1758
1769
  }
1759
1770
  },
@@ -1776,34 +1787,34 @@
1776
1787
  "members": {
1777
1788
  "Certificate": {},
1778
1789
  "ProtocolDetails": {
1779
- "shape": "S21"
1790
+ "shape": "S22"
1780
1791
  },
1781
1792
  "EndpointDetails": {
1782
- "shape": "S1g"
1793
+ "shape": "S1h"
1783
1794
  },
1784
1795
  "EndpointType": {},
1785
1796
  "HostKey": {
1786
- "shape": "S1q"
1797
+ "shape": "S1r"
1787
1798
  },
1788
1799
  "IdentityProviderDetails": {
1789
- "shape": "S1r"
1800
+ "shape": "S1s"
1790
1801
  },
1791
1802
  "LoggingRole": {},
1792
1803
  "PostAuthenticationLoginBanner": {},
1793
1804
  "PreAuthenticationLoginBanner": {},
1794
1805
  "Protocols": {
1795
- "shape": "S1z"
1806
+ "shape": "S20"
1796
1807
  },
1797
1808
  "SecurityPolicyName": {},
1798
1809
  "ServerId": {},
1799
1810
  "WorkflowDetails": {
1800
- "shape": "S28"
1811
+ "shape": "S29"
1801
1812
  },
1802
1813
  "StructuredLogDestinations": {
1803
- "shape": "S2d"
1814
+ "shape": "S2e"
1804
1815
  },
1805
1816
  "S3StorageOptions": {
1806
- "shape": "S2f"
1817
+ "shape": "S2g"
1807
1818
  }
1808
1819
  }
1809
1820
  },
@@ -1927,11 +1938,11 @@
1927
1938
  }
1928
1939
  }
1929
1940
  },
1930
- "S1a": {
1941
+ "S1b": {
1931
1942
  "type": "list",
1932
1943
  "member": {}
1933
1944
  },
1934
- "S1g": {
1945
+ "S1h": {
1935
1946
  "type": "structure",
1936
1947
  "members": {
1937
1948
  "AddressAllocationIds": {
@@ -1950,11 +1961,11 @@
1950
1961
  }
1951
1962
  }
1952
1963
  },
1953
- "S1q": {
1964
+ "S1r": {
1954
1965
  "type": "string",
1955
1966
  "sensitive": true
1956
1967
  },
1957
- "S1r": {
1968
+ "S1s": {
1958
1969
  "type": "structure",
1959
1970
  "members": {
1960
1971
  "Url": {},
@@ -1964,11 +1975,11 @@
1964
1975
  "SftpAuthenticationMethods": {}
1965
1976
  }
1966
1977
  },
1967
- "S1z": {
1978
+ "S20": {
1968
1979
  "type": "list",
1969
1980
  "member": {}
1970
1981
  },
1971
- "S21": {
1982
+ "S22": {
1972
1983
  "type": "structure",
1973
1984
  "members": {
1974
1985
  "PassiveIp": {},
@@ -1980,24 +1991,24 @@
1980
1991
  }
1981
1992
  }
1982
1993
  },
1983
- "S28": {
1994
+ "S29": {
1984
1995
  "type": "structure",
1985
1996
  "members": {
1986
1997
  "OnUpload": {
1987
1998
  "type": "list",
1988
1999
  "member": {
1989
- "shape": "S2a"
2000
+ "shape": "S2b"
1990
2001
  }
1991
2002
  },
1992
2003
  "OnPartialUpload": {
1993
2004
  "type": "list",
1994
2005
  "member": {
1995
- "shape": "S2a"
2006
+ "shape": "S2b"
1996
2007
  }
1997
2008
  }
1998
2009
  }
1999
2010
  },
2000
- "S2a": {
2011
+ "S2b": {
2001
2012
  "type": "structure",
2002
2013
  "required": [
2003
2014
  "WorkflowId",
@@ -2008,17 +2019,17 @@
2008
2019
  "ExecutionRole": {}
2009
2020
  }
2010
2021
  },
2011
- "S2d": {
2022
+ "S2e": {
2012
2023
  "type": "list",
2013
2024
  "member": {}
2014
2025
  },
2015
- "S2f": {
2026
+ "S2g": {
2016
2027
  "type": "structure",
2017
2028
  "members": {
2018
2029
  "DirectoryListingOptimization": {}
2019
2030
  }
2020
2031
  },
2021
- "S2o": {
2032
+ "S2p": {
2022
2033
  "type": "list",
2023
2034
  "member": {
2024
2035
  "type": "structure",
@@ -2029,7 +2040,7 @@
2029
2040
  "members": {
2030
2041
  "Name": {},
2031
2042
  "DestinationFileLocation": {
2032
- "shape": "S2t"
2043
+ "shape": "S2u"
2033
2044
  },
2034
2045
  "OverwriteExisting": {},
2035
2046
  "SourceFileLocation": {}
@@ -2086,14 +2097,14 @@
2086
2097
  "SourceFileLocation": {},
2087
2098
  "OverwriteExisting": {},
2088
2099
  "DestinationFileLocation": {
2089
- "shape": "S2t"
2100
+ "shape": "S2u"
2090
2101
  }
2091
2102
  }
2092
2103
  }
2093
2104
  }
2094
2105
  }
2095
2106
  },
2096
- "S2t": {
2107
+ "S2u": {
2097
2108
  "type": "structure",
2098
2109
  "members": {
2099
2110
  "S3FileLocation": {
@@ -2104,30 +2115,30 @@
2104
2115
  }
2105
2116
  },
2106
2117
  "EfsFileLocation": {
2107
- "shape": "S2x"
2118
+ "shape": "S2y"
2108
2119
  }
2109
2120
  }
2110
2121
  },
2111
- "S2x": {
2122
+ "S2y": {
2112
2123
  "type": "structure",
2113
2124
  "members": {
2114
2125
  "FileSystemId": {},
2115
2126
  "Path": {}
2116
2127
  }
2117
2128
  },
2118
- "S41": {
2129
+ "S42": {
2119
2130
  "type": "string",
2120
2131
  "sensitive": true
2121
2132
  },
2122
- "S42": {
2133
+ "S43": {
2123
2134
  "type": "string",
2124
2135
  "sensitive": true
2125
2136
  },
2126
- "S49": {
2137
+ "S4a": {
2127
2138
  "type": "list",
2128
2139
  "member": {}
2129
2140
  },
2130
- "S4f": {
2141
+ "S4g": {
2131
2142
  "type": "structure",
2132
2143
  "members": {
2133
2144
  "S3FileLocation": {
@@ -2140,11 +2151,11 @@
2140
2151
  }
2141
2152
  },
2142
2153
  "EfsFileLocation": {
2143
- "shape": "S2x"
2154
+ "shape": "S2y"
2144
2155
  }
2145
2156
  }
2146
2157
  },
2147
- "S4j": {
2158
+ "S4k": {
2148
2159
  "type": "structure",
2149
2160
  "required": [
2150
2161
  "UserDetails"
@@ -2164,7 +2175,7 @@
2164
2175
  }
2165
2176
  }
2166
2177
  },
2167
- "S4q": {
2178
+ "S4r": {
2168
2179
  "type": "list",
2169
2180
  "member": {
2170
2181
  "type": "structure",
@@ -2185,11 +2196,11 @@
2185
2196
  }
2186
2197
  }
2187
2198
  },
2188
- "S5a": {
2199
+ "S5b": {
2189
2200
  "type": "list",
2190
2201
  "member": {}
2191
2202
  },
2192
- "S7d": {
2203
+ "S7h": {
2193
2204
  "type": "list",
2194
2205
  "member": {}
2195
2206
  }