aws-sdk 2.1689.0 → 2.1691.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.
- package/README.md +1 -1
- package/apis/application-signals-2024-04-15.min.json +144 -54
- package/apis/qapps-2023-11-27.examples.json +23 -0
- package/apis/qapps-2023-11-27.min.json +60 -21
- package/apis/sagemaker-2017-07-24.min.json +1016 -971
- package/clients/applicationsignals.d.ts +136 -22
- package/clients/codepipeline.d.ts +8 -8
- package/clients/connect.d.ts +1 -1
- package/clients/gamelift.d.ts +27 -27
- package/clients/kinesisanalyticsv2.d.ts +1 -1
- package/clients/qapps.d.ts +44 -2
- package/clients/sagemaker.d.ts +57 -2
- package/dist/aws-sdk-core-react-native.js +5 -5
- package/dist/aws-sdk-react-native.js +9 -9
- package/dist/aws-sdk.js +18 -6
- package/dist/aws-sdk.min.js +10 -10
- package/lib/core.js +1 -1
- package/lib/maintenance_mode_message.js +3 -3
- package/lib/region_config_data.json +12 -0
- package/package.json +1 -1
@@ -106,6 +106,9 @@
|
|
106
106
|
"updatedBy": {},
|
107
107
|
"ratingCount": {
|
108
108
|
"type": "integer"
|
109
|
+
},
|
110
|
+
"isVerified": {
|
111
|
+
"type": "boolean"
|
109
112
|
}
|
110
113
|
}
|
111
114
|
}
|
@@ -130,7 +133,7 @@
|
|
130
133
|
"title": {},
|
131
134
|
"description": {},
|
132
135
|
"appDefinition": {
|
133
|
-
"shape": "
|
136
|
+
"shape": "Sg"
|
134
137
|
},
|
135
138
|
"tags": {
|
136
139
|
"shape": "S15"
|
@@ -321,6 +324,9 @@
|
|
321
324
|
},
|
322
325
|
"userCount": {
|
323
326
|
"type": "integer"
|
327
|
+
},
|
328
|
+
"isVerified": {
|
329
|
+
"type": "boolean"
|
324
330
|
}
|
325
331
|
}
|
326
332
|
}
|
@@ -435,7 +441,7 @@
|
|
435
441
|
"prompt": {},
|
436
442
|
"outputSource": {},
|
437
443
|
"attributeFilter": {
|
438
|
-
"shape": "
|
444
|
+
"shape": "Sq"
|
439
445
|
}
|
440
446
|
}
|
441
447
|
},
|
@@ -658,6 +664,9 @@
|
|
658
664
|
},
|
659
665
|
"userCount": {
|
660
666
|
"type": "integer"
|
667
|
+
},
|
668
|
+
"isVerified": {
|
669
|
+
"type": "boolean"
|
661
670
|
}
|
662
671
|
}
|
663
672
|
}
|
@@ -720,7 +729,10 @@
|
|
720
729
|
"canEdit": {
|
721
730
|
"type": "boolean"
|
722
731
|
},
|
723
|
-
"status": {}
|
732
|
+
"status": {},
|
733
|
+
"isVerified": {
|
734
|
+
"type": "boolean"
|
735
|
+
}
|
724
736
|
}
|
725
737
|
}
|
726
738
|
},
|
@@ -810,7 +822,7 @@
|
|
810
822
|
"title": {},
|
811
823
|
"description": {},
|
812
824
|
"appDefinition": {
|
813
|
-
"shape": "
|
825
|
+
"shape": "Sg"
|
814
826
|
}
|
815
827
|
}
|
816
828
|
},
|
@@ -998,10 +1010,37 @@
|
|
998
1010
|
},
|
999
1011
|
"userCount": {
|
1000
1012
|
"type": "integer"
|
1013
|
+
},
|
1014
|
+
"isVerified": {
|
1015
|
+
"type": "boolean"
|
1001
1016
|
}
|
1002
1017
|
}
|
1003
1018
|
}
|
1004
1019
|
},
|
1020
|
+
"UpdateLibraryItemMetadata": {
|
1021
|
+
"http": {
|
1022
|
+
"requestUri": "/catalog.updateItemMetadata",
|
1023
|
+
"responseCode": 200
|
1024
|
+
},
|
1025
|
+
"input": {
|
1026
|
+
"type": "structure",
|
1027
|
+
"required": [
|
1028
|
+
"instanceId",
|
1029
|
+
"libraryItemId"
|
1030
|
+
],
|
1031
|
+
"members": {
|
1032
|
+
"instanceId": {
|
1033
|
+
"location": "header",
|
1034
|
+
"locationName": "instance-id"
|
1035
|
+
},
|
1036
|
+
"libraryItemId": {},
|
1037
|
+
"isVerified": {
|
1038
|
+
"type": "boolean"
|
1039
|
+
}
|
1040
|
+
}
|
1041
|
+
},
|
1042
|
+
"idempotent": true
|
1043
|
+
},
|
1005
1044
|
"UpdateQApp": {
|
1006
1045
|
"http": {
|
1007
1046
|
"requestUri": "/apps.update",
|
@@ -1022,7 +1061,7 @@
|
|
1022
1061
|
"title": {},
|
1023
1062
|
"description": {},
|
1024
1063
|
"appDefinition": {
|
1025
|
-
"shape": "
|
1064
|
+
"shape": "Sg"
|
1026
1065
|
}
|
1027
1066
|
}
|
1028
1067
|
},
|
@@ -1107,7 +1146,7 @@
|
|
1107
1146
|
"type": "timestamp",
|
1108
1147
|
"timestampFormat": "iso8601"
|
1109
1148
|
},
|
1110
|
-
"
|
1149
|
+
"Sg": {
|
1111
1150
|
"type": "structure",
|
1112
1151
|
"required": [
|
1113
1152
|
"cards"
|
@@ -1148,7 +1187,7 @@
|
|
1148
1187
|
"prompt": {},
|
1149
1188
|
"outputSource": {},
|
1150
1189
|
"attributeFilter": {
|
1151
|
-
"shape": "
|
1190
|
+
"shape": "Sq"
|
1152
1191
|
}
|
1153
1192
|
}
|
1154
1193
|
},
|
@@ -1194,48 +1233,48 @@
|
|
1194
1233
|
"initialPrompt": {}
|
1195
1234
|
}
|
1196
1235
|
},
|
1197
|
-
"
|
1236
|
+
"Sq": {
|
1198
1237
|
"type": "structure",
|
1199
1238
|
"members": {
|
1200
1239
|
"andAllFilters": {
|
1201
|
-
"shape": "
|
1240
|
+
"shape": "Sr"
|
1202
1241
|
},
|
1203
1242
|
"orAllFilters": {
|
1204
|
-
"shape": "
|
1243
|
+
"shape": "Sr"
|
1205
1244
|
},
|
1206
1245
|
"notFilter": {
|
1207
|
-
"shape": "
|
1246
|
+
"shape": "Sq"
|
1208
1247
|
},
|
1209
1248
|
"equalsTo": {
|
1210
|
-
"shape": "
|
1249
|
+
"shape": "Ss"
|
1211
1250
|
},
|
1212
1251
|
"containsAll": {
|
1213
|
-
"shape": "
|
1252
|
+
"shape": "Ss"
|
1214
1253
|
},
|
1215
1254
|
"containsAny": {
|
1216
|
-
"shape": "
|
1255
|
+
"shape": "Ss"
|
1217
1256
|
},
|
1218
1257
|
"greaterThan": {
|
1219
|
-
"shape": "
|
1258
|
+
"shape": "Ss"
|
1220
1259
|
},
|
1221
1260
|
"greaterThanOrEquals": {
|
1222
|
-
"shape": "
|
1261
|
+
"shape": "Ss"
|
1223
1262
|
},
|
1224
1263
|
"lessThan": {
|
1225
|
-
"shape": "
|
1264
|
+
"shape": "Ss"
|
1226
1265
|
},
|
1227
1266
|
"lessThanOrEquals": {
|
1228
|
-
"shape": "
|
1267
|
+
"shape": "Ss"
|
1229
1268
|
}
|
1230
1269
|
}
|
1231
1270
|
},
|
1232
|
-
"
|
1271
|
+
"Sr": {
|
1233
1272
|
"type": "list",
|
1234
1273
|
"member": {
|
1235
|
-
"shape": "
|
1274
|
+
"shape": "Sq"
|
1236
1275
|
}
|
1237
1276
|
},
|
1238
|
-
"
|
1277
|
+
"Ss": {
|
1239
1278
|
"type": "structure",
|
1240
1279
|
"required": [
|
1241
1280
|
"name",
|