aws-sdk 2.1662.0 → 2.1664.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 (42) hide show
  1. package/README.md +1 -1
  2. package/apis/application-signals-2024-04-15.min.json +15 -0
  3. package/apis/bedrock-runtime-2023-09-30.min.json +27 -5
  4. package/apis/cleanrooms-2022-02-17.min.json +444 -156
  5. package/apis/codecommit-2015-04-13.min.json +7 -1
  6. package/apis/datazone-2018-05-10.min.json +68 -32
  7. package/apis/ecr-2015-09-21.examples.json +186 -0
  8. package/apis/ecr-2015-09-21.min.json +177 -20
  9. package/apis/ecr-2015-09-21.paginators.json +9 -0
  10. package/apis/eks-2017-11-01.min.json +81 -63
  11. package/apis/elasticloadbalancingv2-2015-12-01.examples.json +33 -0
  12. package/apis/elasticloadbalancingv2-2015-12-01.min.json +113 -73
  13. package/apis/iotsitewise-2019-12-02.min.json +113 -98
  14. package/apis/mediapackagev2-2022-12-25.min.json +0 -3
  15. package/apis/medical-imaging-2023-07-19.min.json +75 -35
  16. package/apis/network-firewall-2020-11-12.min.json +7 -1
  17. package/apis/outposts-2019-12-03.min.json +11 -2
  18. package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +6 -0
  19. package/apis/states-2016-11-23.min.json +163 -128
  20. package/clients/applicationautoscaling.d.ts +1 -1
  21. package/clients/applicationsignals.d.ts +29 -20
  22. package/clients/bedrockruntime.d.ts +11 -8
  23. package/clients/cleanrooms.d.ts +328 -63
  24. package/clients/datazone.d.ts +36 -0
  25. package/clients/dynamodb.d.ts +6 -6
  26. package/clients/ec2.d.ts +4 -4
  27. package/clients/ecr.d.ts +242 -8
  28. package/clients/eks.d.ts +27 -2
  29. package/clients/elbv2.d.ts +54 -8
  30. package/clients/iotsitewise.d.ts +37 -25
  31. package/clients/mediapackagev2.d.ts +1 -1
  32. package/clients/medicalimaging.d.ts +38 -0
  33. package/clients/networkfirewall.d.ts +7 -7
  34. package/clients/outposts.d.ts +5 -0
  35. package/clients/pinpointsmsvoicev2.d.ts +56 -56
  36. package/clients/stepfunctions.d.ts +67 -9
  37. package/dist/aws-sdk-core-react-native.js +1 -1
  38. package/dist/aws-sdk-react-native.js +17 -17
  39. package/dist/aws-sdk.js +309 -97
  40. package/dist/aws-sdk.min.js +80 -80
  41. package/lib/core.js +1 -1
  42. package/package.json +1 -1
@@ -2,9 +2,6 @@
2
2
  "version": "2.0",
3
3
  "metadata": {
4
4
  "apiVersion": "2022-12-25",
5
- "auth": [
6
- "aws.auth#sigv4"
7
- ],
8
5
  "endpointPrefix": "mediapackagev2",
9
6
  "protocol": "rest-json",
10
7
  "protocols": [
@@ -2,6 +2,9 @@
2
2
  "version": "2.0",
3
3
  "metadata": {
4
4
  "apiVersion": "2023-07-19",
5
+ "auth": [
6
+ "aws.auth#sigv4"
7
+ ],
5
8
  "endpointPrefix": "medical-imaging",
6
9
  "protocol": "rest-json",
7
10
  "protocols": [
@@ -47,7 +50,19 @@
47
50
  "latestVersionId"
48
51
  ],
49
52
  "members": {
50
- "latestVersionId": {}
53
+ "latestVersionId": {},
54
+ "DICOMCopies": {
55
+ "type": "structure",
56
+ "required": [
57
+ "copiableAttributes"
58
+ ],
59
+ "members": {
60
+ "copiableAttributes": {
61
+ "type": "string",
62
+ "sensitive": true
63
+ }
64
+ }
65
+ }
51
66
  }
52
67
  },
53
68
  "destinationImageSet": {
@@ -62,6 +77,11 @@
62
77
  }
63
78
  }
64
79
  }
80
+ },
81
+ "force": {
82
+ "location": "querystring",
83
+ "locationName": "force",
84
+ "type": "boolean"
65
85
  }
66
86
  },
67
87
  "payload": "copyImageSetInformation"
@@ -137,7 +157,7 @@
137
157
  "idempotencyToken": true
138
158
  },
139
159
  "tags": {
140
- "shape": "Si"
160
+ "shape": "Sl"
141
161
  },
142
162
  "kmsKeyArn": {}
143
163
  }
@@ -440,7 +460,10 @@
440
460
  "type": "timestamp"
441
461
  },
442
462
  "message": {},
443
- "imageSetArn": {}
463
+ "imageSetArn": {},
464
+ "overrides": {
465
+ "shape": "S1f"
466
+ }
444
467
  }
445
468
  },
446
469
  "endpoint": {
@@ -679,7 +702,10 @@
679
702
  "deletedAt": {
680
703
  "type": "timestamp"
681
704
  },
682
- "message": {}
705
+ "message": {},
706
+ "overrides": {
707
+ "shape": "S1f"
708
+ }
683
709
  }
684
710
  }
685
711
  },
@@ -715,7 +741,7 @@
715
741
  ],
716
742
  "members": {
717
743
  "tags": {
718
- "shape": "Si"
744
+ "shape": "Sl"
719
745
  }
720
746
  }
721
747
  }
@@ -753,19 +779,19 @@
753
779
  "type": "structure",
754
780
  "members": {
755
781
  "DICOMPatientId": {
756
- "shape": "S23"
782
+ "shape": "S27"
757
783
  },
758
784
  "DICOMAccessionNumber": {
759
- "shape": "S24"
785
+ "shape": "S28"
760
786
  },
761
787
  "DICOMStudyId": {
762
- "shape": "S25"
788
+ "shape": "S29"
763
789
  },
764
790
  "DICOMStudyInstanceUID": {
765
- "shape": "S26"
791
+ "shape": "S2a"
766
792
  },
767
793
  "DICOMSeriesInstanceUID": {
768
- "shape": "S27"
794
+ "shape": "S2b"
769
795
  },
770
796
  "createdAt": {
771
797
  "type": "timestamp"
@@ -780,10 +806,10 @@
780
806
  ],
781
807
  "members": {
782
808
  "DICOMStudyDate": {
783
- "shape": "S29"
809
+ "shape": "S2d"
784
810
  },
785
811
  "DICOMStudyTime": {
786
- "shape": "S2a"
812
+ "shape": "S2e"
787
813
  }
788
814
  }
789
815
  }
@@ -796,7 +822,7 @@
796
822
  }
797
823
  },
798
824
  "sort": {
799
- "shape": "S2c"
825
+ "shape": "S2g"
800
826
  }
801
827
  },
802
828
  "sensitive": true
@@ -841,7 +867,7 @@
841
867
  "type": "structure",
842
868
  "members": {
843
869
  "DICOMPatientId": {
844
- "shape": "S23"
870
+ "shape": "S27"
845
871
  },
846
872
  "DICOMPatientName": {
847
873
  "type": "string",
@@ -856,10 +882,10 @@
856
882
  "sensitive": true
857
883
  },
858
884
  "DICOMStudyInstanceUID": {
859
- "shape": "S26"
885
+ "shape": "S2a"
860
886
  },
861
887
  "DICOMStudyId": {
862
- "shape": "S25"
888
+ "shape": "S29"
863
889
  },
864
890
  "DICOMStudyDescription": {
865
891
  "type": "string",
@@ -872,10 +898,10 @@
872
898
  "type": "integer"
873
899
  },
874
900
  "DICOMAccessionNumber": {
875
- "shape": "S24"
901
+ "shape": "S28"
876
902
  },
877
903
  "DICOMSeriesInstanceUID": {
878
- "shape": "S27"
904
+ "shape": "S2b"
879
905
  },
880
906
  "DICOMSeriesModality": {
881
907
  "type": "string",
@@ -890,10 +916,10 @@
890
916
  "sensitive": true
891
917
  },
892
918
  "DICOMStudyDate": {
893
- "shape": "S29"
919
+ "shape": "S2d"
894
920
  },
895
921
  "DICOMStudyTime": {
896
- "shape": "S2a"
922
+ "shape": "S2e"
897
923
  }
898
924
  }
899
925
  }
@@ -901,7 +927,7 @@
901
927
  }
902
928
  },
903
929
  "sort": {
904
- "shape": "S2c"
930
+ "shape": "S2g"
905
931
  },
906
932
  "nextToken": {}
907
933
  }
@@ -975,7 +1001,7 @@
975
1001
  "locationName": "resourceArn"
976
1002
  },
977
1003
  "tags": {
978
- "shape": "Si"
1004
+ "shape": "Sl"
979
1005
  }
980
1006
  }
981
1007
  },
@@ -1042,6 +1068,11 @@
1042
1068
  "location": "querystring",
1043
1069
  "locationName": "latestVersion"
1044
1070
  },
1071
+ "force": {
1072
+ "location": "querystring",
1073
+ "locationName": "force",
1074
+ "type": "boolean"
1075
+ },
1045
1076
  "updateImageSetMetadataUpdates": {
1046
1077
  "type": "structure",
1047
1078
  "members": {
@@ -1049,13 +1080,14 @@
1049
1080
  "type": "structure",
1050
1081
  "members": {
1051
1082
  "removableAttributes": {
1052
- "shape": "S35"
1083
+ "shape": "S39"
1053
1084
  },
1054
1085
  "updatableAttributes": {
1055
- "shape": "S35"
1086
+ "shape": "S39"
1056
1087
  }
1057
1088
  }
1058
- }
1089
+ },
1090
+ "revertToVersionId": {}
1059
1091
  },
1060
1092
  "union": true
1061
1093
  }
@@ -1091,40 +1123,48 @@
1091
1123
  }
1092
1124
  },
1093
1125
  "shapes": {
1094
- "Si": {
1126
+ "Sl": {
1095
1127
  "type": "map",
1096
1128
  "key": {},
1097
1129
  "value": {}
1098
1130
  },
1099
- "S23": {
1131
+ "S1f": {
1132
+ "type": "structure",
1133
+ "members": {
1134
+ "forced": {
1135
+ "type": "boolean"
1136
+ }
1137
+ }
1138
+ },
1139
+ "S27": {
1100
1140
  "type": "string",
1101
1141
  "sensitive": true
1102
1142
  },
1103
- "S24": {
1143
+ "S28": {
1104
1144
  "type": "string",
1105
1145
  "sensitive": true
1106
1146
  },
1107
- "S25": {
1147
+ "S29": {
1108
1148
  "type": "string",
1109
1149
  "sensitive": true
1110
1150
  },
1111
- "S26": {
1151
+ "S2a": {
1112
1152
  "type": "string",
1113
1153
  "sensitive": true
1114
1154
  },
1115
- "S27": {
1155
+ "S2b": {
1116
1156
  "type": "string",
1117
1157
  "sensitive": true
1118
1158
  },
1119
- "S29": {
1159
+ "S2d": {
1120
1160
  "type": "string",
1121
1161
  "sensitive": true
1122
1162
  },
1123
- "S2a": {
1163
+ "S2e": {
1124
1164
  "type": "string",
1125
1165
  "sensitive": true
1126
1166
  },
1127
- "S2c": {
1167
+ "S2g": {
1128
1168
  "type": "structure",
1129
1169
  "required": [
1130
1170
  "sortOrder",
@@ -1135,7 +1175,7 @@
1135
1175
  "sortField": {}
1136
1176
  }
1137
1177
  },
1138
- "S35": {
1178
+ "S39": {
1139
1179
  "type": "blob",
1140
1180
  "sensitive": true
1141
1181
  }
@@ -5,13 +5,19 @@
5
5
  "endpointPrefix": "network-firewall",
6
6
  "jsonVersion": "1.0",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceAbbreviation": "Network Firewall",
9
12
  "serviceFullName": "AWS Network Firewall",
10
13
  "serviceId": "Network Firewall",
11
14
  "signatureVersion": "v4",
12
15
  "signingName": "network-firewall",
13
16
  "targetPrefix": "NetworkFirewall_20201112",
14
- "uid": "network-firewall-2020-11-12"
17
+ "uid": "network-firewall-2020-11-12",
18
+ "auth": [
19
+ "aws.auth#sigv4"
20
+ ]
15
21
  },
16
22
  "operations": {
17
23
  "AssociateFirewallPolicy": {
@@ -5,12 +5,18 @@
5
5
  "endpointPrefix": "outposts",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "rest-json",
8
+ "protocols": [
9
+ "rest-json"
10
+ ],
8
11
  "serviceAbbreviation": "Outposts",
9
12
  "serviceFullName": "AWS Outposts",
10
13
  "serviceId": "Outposts",
11
14
  "signatureVersion": "v4",
12
15
  "signingName": "outposts",
13
- "uid": "outposts-2019-12-03"
16
+ "uid": "outposts-2019-12-03",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
14
20
  },
15
21
  "operations": {
16
22
  "CancelCapacityTask": {
@@ -1340,7 +1346,10 @@
1340
1346
  "member": {
1341
1347
  "type": "structure",
1342
1348
  "members": {
1343
- "InstanceType": {}
1349
+ "InstanceType": {},
1350
+ "VCPUs": {
1351
+ "type": "integer"
1352
+ }
1344
1353
  }
1345
1354
  }
1346
1355
  }
@@ -2,9 +2,15 @@
2
2
  "version": "2.0",
3
3
  "metadata": {
4
4
  "apiVersion": "2022-03-31",
5
+ "auth": [
6
+ "aws.auth#sigv4"
7
+ ],
5
8
  "endpointPrefix": "sms-voice",
6
9
  "jsonVersion": "1.0",
7
10
  "protocol": "json",
11
+ "protocols": [
12
+ "json"
13
+ ],
8
14
  "serviceFullName": "Amazon Pinpoint SMS Voice V2",
9
15
  "serviceId": "Pinpoint SMS Voice V2",
10
16
  "signatureVersion": "v4",