aws-sdk 2.1540.0 → 2.1542.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 CHANGED
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
69
69
  To use the SDK in the browser, simply add the following script tag to your
70
70
  HTML pages:
71
71
 
72
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1540.0.min.js"></script>
72
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1542.0.min.js"></script>
73
73
 
74
74
  You can also build a custom browser SDK with your specified set of AWS services.
75
75
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -165,6 +165,9 @@
165
165
  "shape": "Su"
166
166
  }
167
167
  },
168
+ "performedBy": {
169
+ "shape": "Sz"
170
+ },
168
171
  "templateId": {}
169
172
  }
170
173
  },
@@ -259,7 +262,7 @@
259
262
  ],
260
263
  "members": {
261
264
  "content": {
262
- "shape": "S1b"
265
+ "shape": "S1d"
263
266
  },
264
267
  "domainId": {
265
268
  "location": "uri",
@@ -302,7 +305,7 @@
302
305
  "type": "structure",
303
306
  "members": {
304
307
  "comment": {
305
- "shape": "S1q"
308
+ "shape": "S1s"
306
309
  },
307
310
  "contact": {
308
311
  "type": "structure",
@@ -321,7 +324,7 @@
321
324
  "locationName": "domainId"
322
325
  },
323
326
  "performedBy": {
324
- "shape": "S1v"
327
+ "shape": "Sz"
325
328
  },
326
329
  "type": {}
327
330
  }
@@ -454,6 +457,94 @@
454
457
  }
455
458
  }
456
459
  },
460
+ "GetCaseAuditEvents": {
461
+ "http": {
462
+ "requestUri": "/domains/{domainId}/cases/{caseId}/audit-history",
463
+ "responseCode": 200
464
+ },
465
+ "input": {
466
+ "type": "structure",
467
+ "required": [
468
+ "caseId",
469
+ "domainId"
470
+ ],
471
+ "members": {
472
+ "caseId": {
473
+ "location": "uri",
474
+ "locationName": "caseId"
475
+ },
476
+ "domainId": {
477
+ "location": "uri",
478
+ "locationName": "domainId"
479
+ },
480
+ "maxResults": {
481
+ "type": "integer"
482
+ },
483
+ "nextToken": {}
484
+ }
485
+ },
486
+ "output": {
487
+ "type": "structure",
488
+ "required": [
489
+ "auditEvents"
490
+ ],
491
+ "members": {
492
+ "auditEvents": {
493
+ "type": "list",
494
+ "member": {
495
+ "type": "structure",
496
+ "required": [
497
+ "eventId",
498
+ "fields",
499
+ "performedTime",
500
+ "type"
501
+ ],
502
+ "members": {
503
+ "eventId": {},
504
+ "fields": {
505
+ "type": "list",
506
+ "member": {
507
+ "type": "structure",
508
+ "required": [
509
+ "eventFieldId",
510
+ "newValue"
511
+ ],
512
+ "members": {
513
+ "eventFieldId": {},
514
+ "newValue": {
515
+ "shape": "S2q"
516
+ },
517
+ "oldValue": {
518
+ "shape": "S2q"
519
+ }
520
+ }
521
+ }
522
+ },
523
+ "performedBy": {
524
+ "type": "structure",
525
+ "required": [
526
+ "iamPrincipalArn"
527
+ ],
528
+ "members": {
529
+ "iamPrincipalArn": {},
530
+ "user": {
531
+ "shape": "Sz"
532
+ }
533
+ }
534
+ },
535
+ "performedTime": {
536
+ "type": "timestamp",
537
+ "timestampFormat": "iso8601"
538
+ },
539
+ "relatedItemType": {},
540
+ "type": {}
541
+ }
542
+ }
543
+ },
544
+ "nextToken": {}
545
+ }
546
+ }
547
+ },
457
548
  "GetCaseEventConfiguration": {
458
549
  "http": {
459
550
  "requestUri": "/domains/{domainId}/case-event-configuration",
@@ -478,7 +569,7 @@
478
569
  ],
479
570
  "members": {
480
571
  "eventBridge": {
481
- "shape": "S2j"
572
+ "shape": "S2y"
482
573
  }
483
574
  }
484
575
  }
@@ -556,7 +647,7 @@
556
647
  ],
557
648
  "members": {
558
649
  "content": {
559
- "shape": "S1b"
650
+ "shape": "S1d"
560
651
  },
561
652
  "layoutArn": {},
562
653
  "layoutId": {},
@@ -974,7 +1065,7 @@
974
1065
  "locationName": "domainId"
975
1066
  },
976
1067
  "eventBridge": {
977
- "shape": "S2j"
1068
+ "shape": "S2y"
978
1069
  }
979
1070
  }
980
1071
  },
@@ -1005,7 +1096,7 @@
1005
1096
  }
1006
1097
  },
1007
1098
  "filter": {
1008
- "shape": "S3v"
1099
+ "shape": "S4a"
1009
1100
  },
1010
1101
  "maxResults": {
1011
1102
  "type": "integer"
@@ -1137,7 +1228,7 @@
1137
1228
  "type": "structure",
1138
1229
  "members": {
1139
1230
  "comment": {
1140
- "shape": "S1q"
1231
+ "shape": "S1s"
1141
1232
  },
1142
1233
  "contact": {
1143
1234
  "type": "structure",
@@ -1159,7 +1250,7 @@
1159
1250
  "union": true
1160
1251
  },
1161
1252
  "performedBy": {
1162
- "shape": "S1v"
1253
+ "shape": "Sz"
1163
1254
  },
1164
1255
  "relatedItemId": {},
1165
1256
  "tags": {
@@ -1249,6 +1340,9 @@
1249
1340
  "member": {
1250
1341
  "shape": "Su"
1251
1342
  }
1343
+ },
1344
+ "performedBy": {
1345
+ "shape": "Sz"
1252
1346
  }
1253
1347
  }
1254
1348
  },
@@ -1302,7 +1396,7 @@
1302
1396
  ],
1303
1397
  "members": {
1304
1398
  "content": {
1305
- "shape": "S1b"
1399
+ "shape": "S1d"
1306
1400
  },
1307
1401
  "domainId": {
1308
1402
  "location": "uri",
@@ -1408,33 +1502,44 @@
1408
1502
  "type": "double"
1409
1503
  },
1410
1504
  "emptyValue": {
1411
- "type": "structure",
1412
- "members": {}
1505
+ "shape": "Sx"
1413
1506
  },
1414
- "stringValue": {}
1507
+ "stringValue": {},
1508
+ "userArnValue": {}
1415
1509
  },
1416
1510
  "union": true
1417
1511
  }
1418
1512
  }
1419
1513
  },
1420
- "S1b": {
1514
+ "Sx": {
1515
+ "type": "structure",
1516
+ "members": {}
1517
+ },
1518
+ "Sz": {
1519
+ "type": "structure",
1520
+ "members": {
1521
+ "userArn": {}
1522
+ },
1523
+ "union": true
1524
+ },
1525
+ "S1d": {
1421
1526
  "type": "structure",
1422
1527
  "members": {
1423
1528
  "basic": {
1424
1529
  "type": "structure",
1425
1530
  "members": {
1426
1531
  "moreInfo": {
1427
- "shape": "S1d"
1532
+ "shape": "S1f"
1428
1533
  },
1429
1534
  "topPanel": {
1430
- "shape": "S1d"
1535
+ "shape": "S1f"
1431
1536
  }
1432
1537
  }
1433
1538
  }
1434
1539
  },
1435
1540
  "union": true
1436
1541
  },
1437
- "S1d": {
1542
+ "S1f": {
1438
1543
  "type": "structure",
1439
1544
  "members": {
1440
1545
  "sections": {
@@ -1469,7 +1574,7 @@
1469
1574
  }
1470
1575
  }
1471
1576
  },
1472
- "S1q": {
1577
+ "S1s": {
1473
1578
  "type": "structure",
1474
1579
  "required": [
1475
1580
  "body",
@@ -1480,13 +1585,6 @@
1480
1585
  "contentType": {}
1481
1586
  }
1482
1587
  },
1483
- "S1v": {
1484
- "type": "structure",
1485
- "members": {
1486
- "userArn": {}
1487
- },
1488
- "union": true
1489
- },
1490
1588
  "S23": {
1491
1589
  "type": "structure",
1492
1590
  "members": {
@@ -1505,7 +1603,24 @@
1505
1603
  }
1506
1604
  }
1507
1605
  },
1508
- "S2j": {
1606
+ "S2q": {
1607
+ "type": "structure",
1608
+ "members": {
1609
+ "booleanValue": {
1610
+ "type": "boolean"
1611
+ },
1612
+ "doubleValue": {
1613
+ "type": "double"
1614
+ },
1615
+ "emptyValue": {
1616
+ "shape": "Sx"
1617
+ },
1618
+ "stringValue": {},
1619
+ "userArnValue": {}
1620
+ },
1621
+ "union": true
1622
+ },
1623
+ "S2y": {
1509
1624
  "type": "structure",
1510
1625
  "required": [
1511
1626
  "enabled"
@@ -1546,13 +1661,13 @@
1546
1661
  }
1547
1662
  }
1548
1663
  },
1549
- "S3v": {
1664
+ "S4a": {
1550
1665
  "type": "structure",
1551
1666
  "members": {
1552
1667
  "andAll": {
1553
1668
  "type": "list",
1554
1669
  "member": {
1555
- "shape": "S3v"
1670
+ "shape": "S4a"
1556
1671
  }
1557
1672
  },
1558
1673
  "field": {
@@ -1580,12 +1695,12 @@
1580
1695
  "union": true
1581
1696
  },
1582
1697
  "not": {
1583
- "shape": "S3v"
1698
+ "shape": "S4a"
1584
1699
  },
1585
1700
  "orAll": {
1586
1701
  "type": "list",
1587
1702
  "member": {
1588
- "shape": "S3v"
1703
+ "shape": "S4a"
1589
1704
  }
1590
1705
  }
1591
1706
  },
@@ -4,6 +4,11 @@
4
4
  "input_token": "nextToken",
5
5
  "output_token": "nextToken"
6
6
  },
7
+ "GetCaseAuditEvents": {
8
+ "input_token": "nextToken",
9
+ "output_token": "nextToken",
10
+ "limit_key": "maxResults"
11
+ },
7
12
  "ListCasesForContact": {
8
13
  "input_token": "nextToken",
9
14
  "output_token": "nextToken",