Skip to content

Commit 01487e3

Browse files
author
awstools
committed
Updates SDK to v2.1691.0
1 parent 3bd7993 commit 01487e3

14 files changed

+257
-53
lines changed

.changes/2.1691.0.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "QApps",
5+
"description": "Adds UpdateLibraryItemMetadata api to change status of app for admin verification feature and returns isVerified field in any api returning the app or library item."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Support",
10+
"description": "Update maintenance mode message to indicate it has entered maintenance mode"
11+
}
12+
]

.changes/next-release/feature-Support-4fb4c97e.json

-5
This file was deleted.

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1690.0-->
2+
<!--LATEST=2.1691.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1691.0
6+
* feature: QApps: Adds UpdateLibraryItemMetadata api to change status of app for admin verification feature and returns isVerified field in any api returning the app or library item.
7+
* feature: Support: Update maintenance mode message to indicate it has entered maintenance mode
8+
59
## 2.1690.0
610
* feature: ApplicationSignals: Amazon CloudWatch Application Signals now supports creating Service Level Objectives using a new calculation type. Users can now create SLOs which are configured with request-based SLIs to help meet their specific business requirements.
711
* feature: Connect: Amazon Connect Custom Vocabulary now supports Catalan (Spain), Danish (Denmark), Dutch (Netherlands), Finnish (Finland), Indonesian (Indonesia), Malay (Malaysia), Norwegian Bokmal (Norway), Polish (Poland), Swedish (Sweden), and Tagalog/Filipino (Philippines).

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1690.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1691.0.min.js"></script>
6868

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of

apis/qapps-2023-11-27.examples.json

+23
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"output": {
3535
"createdAt": "2024-05-21T23:17:27.350Z",
3636
"createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac",
37+
"isVerified": false,
3738
"libraryItemId": "cb9ecf72-8563-450d-9db9-994f98297316",
3839
"ratingCount": 0,
3940
"status": "PUBLISHED",
@@ -155,6 +156,7 @@
155156
"createdAt": "2024-05-08T16:09:56.080Z",
156157
"createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac",
157158
"isRatedByUser": false,
159+
"isVerified": false,
158160
"libraryItemId": "18cbebaa-196a-4aa5-a840-88d548e07f8f",
159161
"ratingCount": 0,
160162
"status": "PUBLISHED",
@@ -296,6 +298,7 @@
296298
"createdAt": "2024-05-21T23:17:27.350Z",
297299
"createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac",
298300
"isRatedByUser": true,
301+
"isVerified": false,
299302
"libraryItemId": "cb9ecf72-8563-450d-9db9-994f98297316",
300303
"ratingCount": 3,
301304
"status": "PUBLISHED",
@@ -315,6 +318,7 @@
315318
"createdAt": "2024-05-08T16:09:56.080Z",
316319
"createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac",
317320
"isRatedByUser": false,
321+
"isVerified": false,
318322
"libraryItemId": "18cbebaa-196a-4aa5-a840-88d548e07f8f",
319323
"ratingCount": 5,
320324
"status": "PUBLISHED",
@@ -334,6 +338,7 @@
334338
"createdAt": "2024-05-07T22:57:59.327Z",
335339
"createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac",
336340
"isRatedByUser": false,
341+
"isVerified": false,
337342
"libraryItemId": "549abfe0-f5c4-45a2-bb9b-c05987a49c6d",
338343
"ratingCount": 8,
339344
"status": "PUBLISHED",
@@ -361,6 +366,7 @@
361366
"appId": "7b9fe303-18bb-4643-952c-bfcf9f4c427f",
362367
"createdAt": "2024-05-21T04:09:10.401Z",
363368
"description": "Description 1",
369+
"isVerified": false,
364370
"status": "DRAFT",
365371
"title": "App 1"
366372
},
@@ -369,6 +375,7 @@
369375
"appId": "dd178fd6-ad3d-49b3-a32d-e915cf423e37",
370376
"createdAt": "2024-05-21T04:09:10.401Z",
371377
"description": "Description 2",
378+
"isVerified": true,
372379
"status": "PUBLISHED",
373380
"title": "App 2"
374381
},
@@ -377,6 +384,7 @@
377384
"appId": "3274b744-1a13-4aad-953f-eda2e4149e6e",
378385
"createdAt": "2024-05-21T04:09:10.401Z",
379386
"description": "Description 3",
387+
"isVerified": false,
380388
"status": "DRAFT",
381389
"title": "App 3"
382390
}
@@ -399,6 +407,7 @@
399407
"appId": "bec8ee64-2635-41e8-aace-e1e418f4f295",
400408
"createdAt": "2024-05-21T04:09:10.401Z",
401409
"description": "Description 4",
410+
"isVerified": true,
402411
"status": "PUBLISHED",
403412
"title": "App 4"
404413
},
@@ -407,6 +416,7 @@
407416
"appId": "c380a45d-bd77-45b0-a0e5-8a266c1d8bc4",
408417
"createdAt": "2024-05-21T04:09:10.401Z",
409418
"description": "Description 5",
419+
"isVerified": false,
410420
"status": "PUBLISHED",
411421
"title": "App 5"
412422
},
@@ -415,6 +425,7 @@
415425
"appId": "afc4ee80-9722-4396-85a6-7aeaff52c177",
416426
"createdAt": "2024-05-21T04:09:10.401Z",
417427
"description": "Description 6",
428+
"isVerified": false,
418429
"status": "PUBLISHED",
419430
"title": "App 6"
420431
}
@@ -510,6 +521,7 @@
510521
],
511522
"createdAt": "2024-05-21T23:17:27.350Z",
512523
"createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac",
524+
"isVerified": false,
513525
"libraryItemId": "cb9ecf72-8563-450d-9db9-994f98297316",
514526
"ratingCount": 24,
515527
"status": "DISABLED",
@@ -520,6 +532,17 @@
520532
"title": "Sets the status of a library item to DISABLED"
521533
}
522534
],
535+
"UpdateLibraryItemMetadata": [
536+
{
537+
"input": {
538+
"instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
539+
"isVerified": true,
540+
"libraryItemId": "cb9ecf72-8563-450d-9db9-994f98297316"
541+
},
542+
"id": "example-1",
543+
"title": "Update a library item to be verified"
544+
}
545+
],
523546
"UpdateQApp": [
524547
{
525548
"input": {

apis/qapps-2023-11-27.min.json

+60-21
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@
106106
"updatedBy": {},
107107
"ratingCount": {
108108
"type": "integer"
109+
},
110+
"isVerified": {
111+
"type": "boolean"
109112
}
110113
}
111114
}
@@ -130,7 +133,7 @@
130133
"title": {},
131134
"description": {},
132135
"appDefinition": {
133-
"shape": "Sf"
136+
"shape": "Sg"
134137
},
135138
"tags": {
136139
"shape": "S15"
@@ -321,6 +324,9 @@
321324
},
322325
"userCount": {
323326
"type": "integer"
327+
},
328+
"isVerified": {
329+
"type": "boolean"
324330
}
325331
}
326332
}
@@ -435,7 +441,7 @@
435441
"prompt": {},
436442
"outputSource": {},
437443
"attributeFilter": {
438-
"shape": "Sp"
444+
"shape": "Sq"
439445
}
440446
}
441447
},
@@ -658,6 +664,9 @@
658664
},
659665
"userCount": {
660666
"type": "integer"
667+
},
668+
"isVerified": {
669+
"type": "boolean"
661670
}
662671
}
663672
}
@@ -720,7 +729,10 @@
720729
"canEdit": {
721730
"type": "boolean"
722731
},
723-
"status": {}
732+
"status": {},
733+
"isVerified": {
734+
"type": "boolean"
735+
}
724736
}
725737
}
726738
},
@@ -810,7 +822,7 @@
810822
"title": {},
811823
"description": {},
812824
"appDefinition": {
813-
"shape": "Sf"
825+
"shape": "Sg"
814826
}
815827
}
816828
},
@@ -998,10 +1010,37 @@
9981010
},
9991011
"userCount": {
10001012
"type": "integer"
1013+
},
1014+
"isVerified": {
1015+
"type": "boolean"
10011016
}
10021017
}
10031018
}
10041019
},
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+
},
10051044
"UpdateQApp": {
10061045
"http": {
10071046
"requestUri": "/apps.update",
@@ -1022,7 +1061,7 @@
10221061
"title": {},
10231062
"description": {},
10241063
"appDefinition": {
1025-
"shape": "Sf"
1064+
"shape": "Sg"
10261065
}
10271066
}
10281067
},
@@ -1107,7 +1146,7 @@
11071146
"type": "timestamp",
11081147
"timestampFormat": "iso8601"
11091148
},
1110-
"Sf": {
1149+
"Sg": {
11111150
"type": "structure",
11121151
"required": [
11131152
"cards"
@@ -1148,7 +1187,7 @@
11481187
"prompt": {},
11491188
"outputSource": {},
11501189
"attributeFilter": {
1151-
"shape": "Sp"
1190+
"shape": "Sq"
11521191
}
11531192
}
11541193
},
@@ -1194,48 +1233,48 @@
11941233
"initialPrompt": {}
11951234
}
11961235
},
1197-
"Sp": {
1236+
"Sq": {
11981237
"type": "structure",
11991238
"members": {
12001239
"andAllFilters": {
1201-
"shape": "Sq"
1240+
"shape": "Sr"
12021241
},
12031242
"orAllFilters": {
1204-
"shape": "Sq"
1243+
"shape": "Sr"
12051244
},
12061245
"notFilter": {
1207-
"shape": "Sp"
1246+
"shape": "Sq"
12081247
},
12091248
"equalsTo": {
1210-
"shape": "Sr"
1249+
"shape": "Ss"
12111250
},
12121251
"containsAll": {
1213-
"shape": "Sr"
1252+
"shape": "Ss"
12141253
},
12151254
"containsAny": {
1216-
"shape": "Sr"
1255+
"shape": "Ss"
12171256
},
12181257
"greaterThan": {
1219-
"shape": "Sr"
1258+
"shape": "Ss"
12201259
},
12211260
"greaterThanOrEquals": {
1222-
"shape": "Sr"
1261+
"shape": "Ss"
12231262
},
12241263
"lessThan": {
1225-
"shape": "Sr"
1264+
"shape": "Ss"
12261265
},
12271266
"lessThanOrEquals": {
1228-
"shape": "Sr"
1267+
"shape": "Ss"
12291268
}
12301269
}
12311270
},
1232-
"Sq": {
1271+
"Sr": {
12331272
"type": "list",
12341273
"member": {
1235-
"shape": "Sp"
1274+
"shape": "Sq"
12361275
}
12371276
},
1238-
"Sr": {
1277+
"Ss": {
12391278
"type": "structure",
12401279
"required": [
12411280
"name",

0 commit comments

Comments
 (0)