aws-sdk 2.768.0 → 2.772.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 (64) hide show
  1. package/CHANGELOG.md +40 -1
  2. package/README.md +1 -1
  3. package/apis/accessanalyzer-2019-11-01.min.json +70 -48
  4. package/apis/amplify-2017-07-25.min.json +58 -46
  5. package/apis/budgets-2016-10-20.min.json +411 -0
  6. package/apis/budgets-2016-10-20.paginators.json +18 -0
  7. package/apis/ce-2017-10-25.min.json +119 -87
  8. package/apis/dms-2016-01-01.min.json +15 -3
  9. package/apis/ec2-2016-11-15.min.json +33 -7
  10. package/apis/elasticache-2015-02-02.min.json +425 -106
  11. package/apis/elasticache-2015-02-02.paginators.json +12 -0
  12. package/apis/eventbridge-2015-10-07.min.json +20 -3
  13. package/apis/events-2015-10-07.min.json +20 -3
  14. package/apis/groundstation-2019-05-23.min.json +1 -0
  15. package/apis/iot-2015-05-28.min.json +4 -1
  16. package/apis/macie2-2020-01-01.min.json +159 -22
  17. package/apis/medialive-2017-10-14.min.json +366 -194
  18. package/apis/mediapackage-2017-10-12.min.json +214 -93
  19. package/apis/rds-2014-10-31.min.json +20 -2
  20. package/apis/rekognition-2016-06-27.min.json +206 -76
  21. package/apis/servicecatalog-2015-12-10.min.json +60 -30
  22. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  23. package/apis/snowball-2016-06-30.min.json +61 -9
  24. package/apis/ssm-2014-11-06.min.json +147 -126
  25. package/apis/transfer-2018-11-05.min.json +32 -28
  26. package/apis/workmail-2017-10-01.min.json +93 -30
  27. package/apis/xray-2016-04-12.min.json +11 -5
  28. package/apis/xray-2016-04-12.paginators.json +0 -15
  29. package/clients/accessanalyzer.d.ts +26 -4
  30. package/clients/amplify.d.ts +17 -0
  31. package/clients/budgets.d.ts +358 -0
  32. package/clients/cloudwatchevents.d.ts +27 -0
  33. package/clients/computeoptimizer.d.ts +15 -15
  34. package/clients/costexplorer.d.ts +64 -12
  35. package/clients/dms.d.ts +26 -2
  36. package/clients/ec2.d.ts +28 -8
  37. package/clients/eks.d.ts +2 -2
  38. package/clients/elasticache.d.ts +416 -4
  39. package/clients/eventbridge.d.ts +27 -0
  40. package/clients/glue.d.ts +1 -1
  41. package/clients/groundstation.d.ts +5 -1
  42. package/clients/iot.d.ts +10 -6
  43. package/clients/macie2.d.ts +182 -62
  44. package/clients/medialive.d.ts +206 -4
  45. package/clients/mediapackage.d.ts +58 -0
  46. package/clients/rds.d.ts +26 -14
  47. package/clients/rekognition.d.ts +155 -14
  48. package/clients/sagemaker.d.ts +5 -5
  49. package/clients/servicecatalog.d.ts +66 -21
  50. package/clients/snowball.d.ts +122 -52
  51. package/clients/sns.d.ts +1 -1
  52. package/clients/ssm.d.ts +63 -11
  53. package/clients/transfer.d.ts +77 -71
  54. package/clients/workmail.d.ts +91 -1
  55. package/clients/workspaces.d.ts +12 -12
  56. package/clients/xray.d.ts +29 -21
  57. package/dist/aws-sdk-core-react-native.js +1 -1
  58. package/dist/aws-sdk-react-native.js +27 -27
  59. package/dist/aws-sdk.js +1087 -483
  60. package/dist/aws-sdk.min.js +78 -78
  61. package/lib/config-base.d.ts +3 -0
  62. package/lib/core.d.ts +1 -1
  63. package/lib/core.js +1 -1
  64. package/package.json +1 -1
@@ -138,7 +138,7 @@
138
138
  "type": "structure",
139
139
  "members": {
140
140
  "Snapshot": {
141
- "shape": "S1a"
141
+ "shape": "S1e"
142
142
  }
143
143
  }
144
144
  }
@@ -155,7 +155,7 @@
155
155
  "AZMode": {},
156
156
  "PreferredAvailabilityZone": {},
157
157
  "PreferredAvailabilityZones": {
158
- "shape": "S1i"
158
+ "shape": "S1n"
159
159
  },
160
160
  "NumCacheNodes": {
161
161
  "type": "integer"
@@ -166,16 +166,16 @@
166
166
  "CacheParameterGroupName": {},
167
167
  "CacheSubnetGroupName": {},
168
168
  "CacheSecurityGroupNames": {
169
- "shape": "S1j"
169
+ "shape": "S1o"
170
170
  },
171
171
  "SecurityGroupIds": {
172
- "shape": "S1k"
172
+ "shape": "S1p"
173
173
  },
174
174
  "Tags": {
175
175
  "shape": "S3"
176
176
  },
177
177
  "SnapshotArns": {
178
- "shape": "S1l"
178
+ "shape": "S1q"
179
179
  },
180
180
  "SnapshotName": {},
181
181
  "PreferredMaintenanceWindow": {},
@@ -190,7 +190,12 @@
190
190
  "type": "integer"
191
191
  },
192
192
  "SnapshotWindow": {},
193
- "AuthToken": {}
193
+ "AuthToken": {},
194
+ "OutpostMode": {},
195
+ "PreferredOutpostArn": {},
196
+ "PreferredOutpostArns": {
197
+ "shape": "S1s"
198
+ }
194
199
  }
195
200
  },
196
201
  "output": {
@@ -198,7 +203,7 @@
198
203
  "type": "structure",
199
204
  "members": {
200
205
  "CacheCluster": {
201
- "shape": "S1n"
206
+ "shape": "S1u"
202
207
  }
203
208
  }
204
209
  }
@@ -222,7 +227,7 @@
222
227
  "type": "structure",
223
228
  "members": {
224
229
  "CacheParameterGroup": {
225
- "shape": "S20"
230
+ "shape": "S27"
226
231
  }
227
232
  }
228
233
  }
@@ -261,7 +266,7 @@
261
266
  "CacheSubnetGroupName": {},
262
267
  "CacheSubnetGroupDescription": {},
263
268
  "SubnetIds": {
264
- "shape": "S24"
269
+ "shape": "S2b"
265
270
  }
266
271
  }
267
272
  },
@@ -270,7 +275,7 @@
270
275
  "type": "structure",
271
276
  "members": {
272
277
  "CacheSubnetGroup": {
273
- "shape": "S26"
278
+ "shape": "S2d"
274
279
  }
275
280
  }
276
281
  }
@@ -293,7 +298,7 @@
293
298
  "type": "structure",
294
299
  "members": {
295
300
  "GlobalReplicationGroup": {
296
- "shape": "S2c"
301
+ "shape": "S2k"
297
302
  }
298
303
  }
299
304
  }
@@ -320,7 +325,7 @@
320
325
  "type": "integer"
321
326
  },
322
327
  "PreferredCacheClusterAZs": {
323
- "shape": "S1f"
328
+ "shape": "S1j"
324
329
  },
325
330
  "NumNodeGroups": {
326
331
  "type": "integer"
@@ -331,7 +336,7 @@
331
336
  "NodeGroupConfiguration": {
332
337
  "type": "list",
333
338
  "member": {
334
- "shape": "S1d",
339
+ "shape": "S1h",
335
340
  "locationName": "NodeGroupConfiguration"
336
341
  }
337
342
  },
@@ -341,16 +346,16 @@
341
346
  "CacheParameterGroupName": {},
342
347
  "CacheSubnetGroupName": {},
343
348
  "CacheSecurityGroupNames": {
344
- "shape": "S1j"
349
+ "shape": "S1o"
345
350
  },
346
351
  "SecurityGroupIds": {
347
- "shape": "S1k"
352
+ "shape": "S1p"
348
353
  },
349
354
  "Tags": {
350
355
  "shape": "S3"
351
356
  },
352
357
  "SnapshotArns": {
353
- "shape": "S1l"
358
+ "shape": "S1q"
354
359
  },
355
360
  "SnapshotName": {},
356
361
  "PreferredMaintenanceWindow": {},
@@ -372,7 +377,11 @@
372
377
  "AtRestEncryptionEnabled": {
373
378
  "type": "boolean"
374
379
  },
375
- "KmsKeyId": {}
380
+ "KmsKeyId": {},
381
+ "UserGroupIds": {
382
+ "type": "list",
383
+ "member": {}
384
+ }
376
385
  }
377
386
  },
378
387
  "output": {
@@ -403,11 +412,58 @@
403
412
  "type": "structure",
404
413
  "members": {
405
414
  "Snapshot": {
406
- "shape": "S1a"
415
+ "shape": "S1e"
407
416
  }
408
417
  }
409
418
  }
410
419
  },
420
+ "CreateUser": {
421
+ "input": {
422
+ "type": "structure",
423
+ "required": [
424
+ "UserId",
425
+ "UserName",
426
+ "Engine",
427
+ "AccessString"
428
+ ],
429
+ "members": {
430
+ "UserId": {},
431
+ "UserName": {},
432
+ "Engine": {},
433
+ "Passwords": {
434
+ "shape": "S2z"
435
+ },
436
+ "AccessString": {},
437
+ "NoPasswordRequired": {
438
+ "type": "boolean"
439
+ }
440
+ }
441
+ },
442
+ "output": {
443
+ "shape": "S31",
444
+ "resultWrapper": "CreateUserResult"
445
+ }
446
+ },
447
+ "CreateUserGroup": {
448
+ "input": {
449
+ "type": "structure",
450
+ "required": [
451
+ "UserGroupId",
452
+ "Engine"
453
+ ],
454
+ "members": {
455
+ "UserGroupId": {},
456
+ "Engine": {},
457
+ "UserIds": {
458
+ "shape": "S35"
459
+ }
460
+ }
461
+ },
462
+ "output": {
463
+ "shape": "S36",
464
+ "resultWrapper": "CreateUserGroupResult"
465
+ }
466
+ },
411
467
  "DecreaseNodeGroupsInGlobalReplicationGroup": {
412
468
  "input": {
413
469
  "type": "structure",
@@ -422,10 +478,10 @@
422
478
  "type": "integer"
423
479
  },
424
480
  "GlobalNodeGroupsToRemove": {
425
- "shape": "S2n"
481
+ "shape": "S3b"
426
482
  },
427
483
  "GlobalNodeGroupsToRetain": {
428
- "shape": "S2n"
484
+ "shape": "S3b"
429
485
  },
430
486
  "ApplyImmediately": {
431
487
  "type": "boolean"
@@ -437,7 +493,7 @@
437
493
  "type": "structure",
438
494
  "members": {
439
495
  "GlobalReplicationGroup": {
440
- "shape": "S2c"
496
+ "shape": "S2k"
441
497
  }
442
498
  }
443
499
  }
@@ -455,7 +511,7 @@
455
511
  "type": "integer"
456
512
  },
457
513
  "ReplicaConfiguration": {
458
- "shape": "S2q"
514
+ "shape": "S3e"
459
515
  },
460
516
  "ReplicasToRemove": {
461
517
  "type": "list",
@@ -492,7 +548,7 @@
492
548
  "type": "structure",
493
549
  "members": {
494
550
  "CacheCluster": {
495
- "shape": "S1n"
551
+ "shape": "S1u"
496
552
  }
497
553
  }
498
554
  }
@@ -549,7 +605,7 @@
549
605
  "type": "structure",
550
606
  "members": {
551
607
  "GlobalReplicationGroup": {
552
- "shape": "S2c"
608
+ "shape": "S2k"
553
609
  }
554
610
  }
555
611
  }
@@ -593,11 +649,41 @@
593
649
  "type": "structure",
594
650
  "members": {
595
651
  "Snapshot": {
596
- "shape": "S1a"
652
+ "shape": "S1e"
597
653
  }
598
654
  }
599
655
  }
600
656
  },
657
+ "DeleteUser": {
658
+ "input": {
659
+ "type": "structure",
660
+ "required": [
661
+ "UserId"
662
+ ],
663
+ "members": {
664
+ "UserId": {}
665
+ }
666
+ },
667
+ "output": {
668
+ "shape": "S31",
669
+ "resultWrapper": "DeleteUserResult"
670
+ }
671
+ },
672
+ "DeleteUserGroup": {
673
+ "input": {
674
+ "type": "structure",
675
+ "required": [
676
+ "UserGroupId"
677
+ ],
678
+ "members": {
679
+ "UserGroupId": {}
680
+ }
681
+ },
682
+ "output": {
683
+ "shape": "S36",
684
+ "resultWrapper": "DeleteUserGroupResult"
685
+ }
686
+ },
601
687
  "DescribeCacheClusters": {
602
688
  "input": {
603
689
  "type": "structure",
@@ -623,7 +709,7 @@
623
709
  "CacheClusters": {
624
710
  "type": "list",
625
711
  "member": {
626
- "shape": "S1n",
712
+ "shape": "S1u",
627
713
  "locationName": "CacheCluster"
628
714
  }
629
715
  }
@@ -687,7 +773,7 @@
687
773
  "CacheParameterGroups": {
688
774
  "type": "list",
689
775
  "member": {
690
- "shape": "S20",
776
+ "shape": "S27",
691
777
  "locationName": "CacheParameterGroup"
692
778
  }
693
779
  }
@@ -715,10 +801,10 @@
715
801
  "members": {
716
802
  "Marker": {},
717
803
  "Parameters": {
718
- "shape": "S3h"
804
+ "shape": "S47"
719
805
  },
720
806
  "CacheNodeTypeSpecificParameters": {
721
- "shape": "S3k"
807
+ "shape": "S4a"
722
808
  }
723
809
  }
724
810
  }
@@ -768,7 +854,7 @@
768
854
  "CacheSubnetGroups": {
769
855
  "type": "list",
770
856
  "member": {
771
- "shape": "S26",
857
+ "shape": "S2d",
772
858
  "locationName": "CacheSubnetGroup"
773
859
  }
774
860
  }
@@ -799,10 +885,10 @@
799
885
  "CacheParameterGroupFamily": {},
800
886
  "Marker": {},
801
887
  "Parameters": {
802
- "shape": "S3h"
888
+ "shape": "S47"
803
889
  },
804
890
  "CacheNodeTypeSpecificParameters": {
805
- "shape": "S3k"
891
+ "shape": "S4a"
806
892
  }
807
893
  },
808
894
  "wrapper": true
@@ -876,7 +962,7 @@
876
962
  "GlobalReplicationGroups": {
877
963
  "type": "list",
878
964
  "member": {
879
- "shape": "S2c",
965
+ "shape": "S2k",
880
966
  "locationName": "GlobalReplicationGroup"
881
967
  }
882
968
  }
@@ -933,7 +1019,7 @@
933
1019
  "ReservedCacheNodes": {
934
1020
  "type": "list",
935
1021
  "member": {
936
- "shape": "S4b",
1022
+ "shape": "S51",
937
1023
  "locationName": "ReservedCacheNode"
938
1024
  }
939
1025
  }
@@ -980,7 +1066,7 @@
980
1066
  "ProductDescription": {},
981
1067
  "OfferingType": {},
982
1068
  "RecurringCharges": {
983
- "shape": "S4c"
1069
+ "shape": "S52"
984
1070
  }
985
1071
  },
986
1072
  "wrapper": true
@@ -995,7 +1081,7 @@
995
1081
  "members": {
996
1082
  "ServiceUpdateName": {},
997
1083
  "ServiceUpdateStatus": {
998
- "shape": "S4j"
1084
+ "shape": "S59"
999
1085
  },
1000
1086
  "MaxRecords": {
1001
1087
  "type": "integer"
@@ -1065,7 +1151,7 @@
1065
1151
  "Snapshots": {
1066
1152
  "type": "list",
1067
1153
  "member": {
1068
- "shape": "S1a",
1154
+ "shape": "S1e",
1069
1155
  "locationName": "Snapshot"
1070
1156
  }
1071
1157
  }
@@ -1085,7 +1171,7 @@
1085
1171
  },
1086
1172
  "Engine": {},
1087
1173
  "ServiceUpdateStatus": {
1088
- "shape": "S4j"
1174
+ "shape": "S59"
1089
1175
  },
1090
1176
  "ServiceUpdateTimeRange": {
1091
1177
  "type": "structure",
@@ -1216,6 +1302,74 @@
1216
1302
  }
1217
1303
  }
1218
1304
  },
1305
+ "DescribeUserGroups": {
1306
+ "input": {
1307
+ "type": "structure",
1308
+ "members": {
1309
+ "UserGroupId": {},
1310
+ "MaxRecords": {
1311
+ "type": "integer"
1312
+ },
1313
+ "Marker": {}
1314
+ }
1315
+ },
1316
+ "output": {
1317
+ "resultWrapper": "DescribeUserGroupsResult",
1318
+ "type": "structure",
1319
+ "members": {
1320
+ "UserGroups": {
1321
+ "type": "list",
1322
+ "member": {
1323
+ "shape": "S36"
1324
+ }
1325
+ },
1326
+ "Marker": {}
1327
+ }
1328
+ }
1329
+ },
1330
+ "DescribeUsers": {
1331
+ "input": {
1332
+ "type": "structure",
1333
+ "members": {
1334
+ "Engine": {},
1335
+ "UserId": {},
1336
+ "Filters": {
1337
+ "type": "list",
1338
+ "member": {
1339
+ "type": "structure",
1340
+ "required": [
1341
+ "Name",
1342
+ "Values"
1343
+ ],
1344
+ "members": {
1345
+ "Name": {},
1346
+ "Values": {
1347
+ "type": "list",
1348
+ "member": {}
1349
+ }
1350
+ }
1351
+ }
1352
+ },
1353
+ "MaxRecords": {
1354
+ "type": "integer"
1355
+ },
1356
+ "Marker": {}
1357
+ }
1358
+ },
1359
+ "output": {
1360
+ "resultWrapper": "DescribeUsersResult",
1361
+ "type": "structure",
1362
+ "members": {
1363
+ "Users": {
1364
+ "type": "list",
1365
+ "member": {
1366
+ "shape": "S31"
1367
+ }
1368
+ },
1369
+ "Marker": {}
1370
+ }
1371
+ }
1372
+ },
1219
1373
  "DisassociateGlobalReplicationGroup": {
1220
1374
  "input": {
1221
1375
  "type": "structure",
@@ -1235,7 +1389,7 @@
1235
1389
  "type": "structure",
1236
1390
  "members": {
1237
1391
  "GlobalReplicationGroup": {
1238
- "shape": "S2c"
1392
+ "shape": "S2k"
1239
1393
  }
1240
1394
  }
1241
1395
  }
@@ -1259,7 +1413,7 @@
1259
1413
  "type": "structure",
1260
1414
  "members": {
1261
1415
  "GlobalReplicationGroup": {
1262
- "shape": "S2c"
1416
+ "shape": "S2k"
1263
1417
  }
1264
1418
  }
1265
1419
  }
@@ -1291,7 +1445,7 @@
1291
1445
  "ReplicationGroupId": {},
1292
1446
  "ReplicationGroupRegion": {},
1293
1447
  "ReshardingConfiguration": {
1294
- "shape": "S5f"
1448
+ "shape": "S6g"
1295
1449
  }
1296
1450
  }
1297
1451
  }
@@ -1306,7 +1460,7 @@
1306
1460
  "type": "structure",
1307
1461
  "members": {
1308
1462
  "GlobalReplicationGroup": {
1309
- "shape": "S2c"
1463
+ "shape": "S2k"
1310
1464
  }
1311
1465
  }
1312
1466
  }
@@ -1324,7 +1478,7 @@
1324
1478
  "type": "integer"
1325
1479
  },
1326
1480
  "ReplicaConfiguration": {
1327
- "shape": "S2q"
1481
+ "shape": "S3e"
1328
1482
  },
1329
1483
  "ApplyImmediately": {
1330
1484
  "type": "boolean"
@@ -1354,10 +1508,10 @@
1354
1508
  "type": "structure",
1355
1509
  "members": {
1356
1510
  "ScaleUpModifications": {
1357
- "shape": "S5m"
1511
+ "shape": "S6n"
1358
1512
  },
1359
1513
  "ScaleDownModifications": {
1360
- "shape": "S5m"
1514
+ "shape": "S6n"
1361
1515
  }
1362
1516
  }
1363
1517
  }
@@ -1389,17 +1543,17 @@
1389
1543
  "type": "integer"
1390
1544
  },
1391
1545
  "CacheNodeIdsToRemove": {
1392
- "shape": "S1p"
1546
+ "shape": "S1w"
1393
1547
  },
1394
1548
  "AZMode": {},
1395
1549
  "NewAvailabilityZones": {
1396
- "shape": "S1i"
1550
+ "shape": "S1n"
1397
1551
  },
1398
1552
  "CacheSecurityGroupNames": {
1399
- "shape": "S1j"
1553
+ "shape": "S1o"
1400
1554
  },
1401
1555
  "SecurityGroupIds": {
1402
- "shape": "S1k"
1556
+ "shape": "S1p"
1403
1557
  },
1404
1558
  "PreferredMaintenanceWindow": {},
1405
1559
  "NotificationTopicArn": {},
@@ -1426,7 +1580,7 @@
1426
1580
  "type": "structure",
1427
1581
  "members": {
1428
1582
  "CacheCluster": {
1429
- "shape": "S1n"
1583
+ "shape": "S1u"
1430
1584
  }
1431
1585
  }
1432
1586
  }
@@ -1441,12 +1595,12 @@
1441
1595
  "members": {
1442
1596
  "CacheParameterGroupName": {},
1443
1597
  "ParameterNameValues": {
1444
- "shape": "S5s"
1598
+ "shape": "S6t"
1445
1599
  }
1446
1600
  }
1447
1601
  },
1448
1602
  "output": {
1449
- "shape": "S5u",
1603
+ "shape": "S6v",
1450
1604
  "resultWrapper": "ModifyCacheParameterGroupResult"
1451
1605
  }
1452
1606
  },
@@ -1460,7 +1614,7 @@
1460
1614
  "CacheSubnetGroupName": {},
1461
1615
  "CacheSubnetGroupDescription": {},
1462
1616
  "SubnetIds": {
1463
- "shape": "S24"
1617
+ "shape": "S2b"
1464
1618
  }
1465
1619
  }
1466
1620
  },
@@ -1469,7 +1623,7 @@
1469
1623
  "type": "structure",
1470
1624
  "members": {
1471
1625
  "CacheSubnetGroup": {
1472
- "shape": "S26"
1626
+ "shape": "S2d"
1473
1627
  }
1474
1628
  }
1475
1629
  }
@@ -1499,7 +1653,7 @@
1499
1653
  "type": "structure",
1500
1654
  "members": {
1501
1655
  "GlobalReplicationGroup": {
1502
- "shape": "S2c"
1656
+ "shape": "S2k"
1503
1657
  }
1504
1658
  }
1505
1659
  }
@@ -1525,10 +1679,10 @@
1525
1679
  "deprecated": true
1526
1680
  },
1527
1681
  "CacheSecurityGroupNames": {
1528
- "shape": "S1j"
1682
+ "shape": "S1o"
1529
1683
  },
1530
1684
  "SecurityGroupIds": {
1531
- "shape": "S1k"
1685
+ "shape": "S1p"
1532
1686
  },
1533
1687
  "PreferredMaintenanceWindow": {},
1534
1688
  "NotificationTopicArn": {},
@@ -1547,7 +1701,16 @@
1547
1701
  "SnapshotWindow": {},
1548
1702
  "CacheNodeType": {},
1549
1703
  "AuthToken": {},
1550
- "AuthTokenUpdateStrategy": {}
1704
+ "AuthTokenUpdateStrategy": {},
1705
+ "UserGroupIdsToAdd": {
1706
+ "shape": "Sx"
1707
+ },
1708
+ "UserGroupIdsToRemove": {
1709
+ "shape": "Sx"
1710
+ },
1711
+ "RemoveUserGroups": {
1712
+ "type": "boolean"
1713
+ }
1551
1714
  }
1552
1715
  },
1553
1716
  "output": {
@@ -1577,7 +1740,7 @@
1577
1740
  "type": "boolean"
1578
1741
  },
1579
1742
  "ReshardingConfiguration": {
1580
- "shape": "S5f"
1743
+ "shape": "S6g"
1581
1744
  },
1582
1745
  "NodeGroupsToRemove": {
1583
1746
  "type": "list",
@@ -1603,6 +1766,50 @@
1603
1766
  }
1604
1767
  }
1605
1768
  },
1769
+ "ModifyUser": {
1770
+ "input": {
1771
+ "type": "structure",
1772
+ "required": [
1773
+ "UserId"
1774
+ ],
1775
+ "members": {
1776
+ "UserId": {},
1777
+ "AccessString": {},
1778
+ "AppendAccessString": {},
1779
+ "Passwords": {
1780
+ "shape": "S2z"
1781
+ },
1782
+ "NoPasswordRequired": {
1783
+ "type": "boolean"
1784
+ }
1785
+ }
1786
+ },
1787
+ "output": {
1788
+ "shape": "S31",
1789
+ "resultWrapper": "ModifyUserResult"
1790
+ }
1791
+ },
1792
+ "ModifyUserGroup": {
1793
+ "input": {
1794
+ "type": "structure",
1795
+ "required": [
1796
+ "UserGroupId"
1797
+ ],
1798
+ "members": {
1799
+ "UserGroupId": {},
1800
+ "UserIdsToAdd": {
1801
+ "shape": "S35"
1802
+ },
1803
+ "UserIdsToRemove": {
1804
+ "shape": "S35"
1805
+ }
1806
+ }
1807
+ },
1808
+ "output": {
1809
+ "shape": "S36",
1810
+ "resultWrapper": "ModifyUserGroupResult"
1811
+ }
1812
+ },
1606
1813
  "PurchaseReservedCacheNodesOffering": {
1607
1814
  "input": {
1608
1815
  "type": "structure",
@@ -1622,7 +1829,7 @@
1622
1829
  "type": "structure",
1623
1830
  "members": {
1624
1831
  "ReservedCacheNode": {
1625
- "shape": "S4b"
1832
+ "shape": "S51"
1626
1833
  }
1627
1834
  }
1628
1835
  }
@@ -1646,7 +1853,7 @@
1646
1853
  "type": "structure",
1647
1854
  "members": {
1648
1855
  "GlobalReplicationGroup": {
1649
- "shape": "S2c"
1856
+ "shape": "S2k"
1650
1857
  }
1651
1858
  }
1652
1859
  }
@@ -1661,7 +1868,7 @@
1661
1868
  "members": {
1662
1869
  "CacheClusterId": {},
1663
1870
  "CacheNodeIdsToReboot": {
1664
- "shape": "S1p"
1871
+ "shape": "S1w"
1665
1872
  }
1666
1873
  }
1667
1874
  },
@@ -1670,7 +1877,7 @@
1670
1877
  "type": "structure",
1671
1878
  "members": {
1672
1879
  "CacheCluster": {
1673
- "shape": "S1n"
1880
+ "shape": "S1u"
1674
1881
  }
1675
1882
  }
1676
1883
  }
@@ -1707,12 +1914,12 @@
1707
1914
  "type": "boolean"
1708
1915
  },
1709
1916
  "ParameterNameValues": {
1710
- "shape": "S5s"
1917
+ "shape": "S6t"
1711
1918
  }
1712
1919
  }
1713
1920
  },
1714
1921
  "output": {
1715
- "shape": "S5u",
1922
+ "shape": "S6v",
1716
1923
  "resultWrapper": "ResetCacheParameterGroupResult"
1717
1924
  }
1718
1925
  },
@@ -1909,7 +2116,18 @@
1909
2116
  }
1910
2117
  }
1911
2118
  },
1912
- "AuthTokenStatus": {}
2119
+ "AuthTokenStatus": {},
2120
+ "UserGroups": {
2121
+ "type": "structure",
2122
+ "members": {
2123
+ "UserGroupIdsToAdd": {
2124
+ "shape": "Sx"
2125
+ },
2126
+ "UserGroupIdsToRemove": {
2127
+ "shape": "Sx"
2128
+ }
2129
+ }
2130
+ }
1913
2131
  }
1914
2132
  },
1915
2133
  "MemberClusters": {
@@ -1927,10 +2145,10 @@
1927
2145
  "NodeGroupId": {},
1928
2146
  "Status": {},
1929
2147
  "PrimaryEndpoint": {
1930
- "shape": "Sz"
2148
+ "shape": "S12"
1931
2149
  },
1932
2150
  "ReaderEndpoint": {
1933
- "shape": "Sz"
2151
+ "shape": "S12"
1934
2152
  },
1935
2153
  "Slots": {},
1936
2154
  "NodeGroupMembers": {
@@ -1942,9 +2160,10 @@
1942
2160
  "CacheClusterId": {},
1943
2161
  "CacheNodeId": {},
1944
2162
  "ReadEndpoint": {
1945
- "shape": "Sz"
2163
+ "shape": "S12"
1946
2164
  },
1947
2165
  "PreferredAvailabilityZone": {},
2166
+ "PreferredOutpostArn": {},
1948
2167
  "CurrentRole": {}
1949
2168
  }
1950
2169
  }
@@ -1956,7 +2175,7 @@
1956
2175
  "AutomaticFailover": {},
1957
2176
  "MultiAZ": {},
1958
2177
  "ConfigurationEndpoint": {
1959
- "shape": "Sz"
2178
+ "shape": "S12"
1960
2179
  },
1961
2180
  "SnapshotRetentionLimit": {
1962
2181
  "type": "integer"
@@ -1978,12 +2197,25 @@
1978
2197
  "AtRestEncryptionEnabled": {
1979
2198
  "type": "boolean"
1980
2199
  },
2200
+ "MemberClustersOutpostArns": {
2201
+ "type": "list",
2202
+ "member": {
2203
+ "locationName": "ReplicationGroupOutpostArn"
2204
+ }
2205
+ },
1981
2206
  "KmsKeyId": {},
1982
- "ARN": {}
2207
+ "ARN": {},
2208
+ "UserGroupIds": {
2209
+ "shape": "Sx"
2210
+ }
1983
2211
  },
1984
2212
  "wrapper": true
1985
2213
  },
1986
- "Sz": {
2214
+ "Sx": {
2215
+ "type": "list",
2216
+ "member": {}
2217
+ },
2218
+ "S12": {
1987
2219
  "type": "structure",
1988
2220
  "members": {
1989
2221
  "Address": {},
@@ -1992,7 +2224,7 @@
1992
2224
  }
1993
2225
  }
1994
2226
  },
1995
- "S1a": {
2227
+ "S1e": {
1996
2228
  "type": "structure",
1997
2229
  "members": {
1998
2230
  "SnapshotName": {},
@@ -2008,6 +2240,7 @@
2008
2240
  "type": "integer"
2009
2241
  },
2010
2242
  "PreferredAvailabilityZone": {},
2243
+ "PreferredOutpostArn": {},
2011
2244
  "CacheClusterCreateTime": {
2012
2245
  "type": "timestamp"
2013
2246
  },
@@ -2040,7 +2273,7 @@
2040
2273
  "NodeGroupId": {},
2041
2274
  "CacheNodeId": {},
2042
2275
  "NodeGroupConfiguration": {
2043
- "shape": "S1d"
2276
+ "shape": "S1h"
2044
2277
  },
2045
2278
  "CacheSize": {},
2046
2279
  "CacheNodeCreateTime": {
@@ -2058,7 +2291,7 @@
2058
2291
  },
2059
2292
  "wrapper": true
2060
2293
  },
2061
- "S1d": {
2294
+ "S1h": {
2062
2295
  "type": "structure",
2063
2296
  "members": {
2064
2297
  "NodeGroupId": {},
@@ -2068,46 +2301,59 @@
2068
2301
  },
2069
2302
  "PrimaryAvailabilityZone": {},
2070
2303
  "ReplicaAvailabilityZones": {
2071
- "shape": "S1f"
2304
+ "shape": "S1j"
2305
+ },
2306
+ "PrimaryOutpostArn": {},
2307
+ "ReplicaOutpostArns": {
2308
+ "type": "list",
2309
+ "member": {
2310
+ "locationName": "OutpostArn"
2311
+ }
2072
2312
  }
2073
2313
  }
2074
2314
  },
2075
- "S1f": {
2315
+ "S1j": {
2076
2316
  "type": "list",
2077
2317
  "member": {
2078
2318
  "locationName": "AvailabilityZone"
2079
2319
  }
2080
2320
  },
2081
- "S1i": {
2321
+ "S1n": {
2082
2322
  "type": "list",
2083
2323
  "member": {
2084
2324
  "locationName": "PreferredAvailabilityZone"
2085
2325
  }
2086
2326
  },
2087
- "S1j": {
2327
+ "S1o": {
2088
2328
  "type": "list",
2089
2329
  "member": {
2090
2330
  "locationName": "CacheSecurityGroupName"
2091
2331
  }
2092
2332
  },
2093
- "S1k": {
2333
+ "S1p": {
2094
2334
  "type": "list",
2095
2335
  "member": {
2096
2336
  "locationName": "SecurityGroupId"
2097
2337
  }
2098
2338
  },
2099
- "S1l": {
2339
+ "S1q": {
2100
2340
  "type": "list",
2101
2341
  "member": {
2102
2342
  "locationName": "SnapshotArn"
2103
2343
  }
2104
2344
  },
2105
- "S1n": {
2345
+ "S1s": {
2346
+ "type": "list",
2347
+ "member": {
2348
+ "locationName": "PreferredOutpostArn"
2349
+ }
2350
+ },
2351
+ "S1u": {
2106
2352
  "type": "structure",
2107
2353
  "members": {
2108
2354
  "CacheClusterId": {},
2109
2355
  "ConfigurationEndpoint": {
2110
- "shape": "Sz"
2356
+ "shape": "S12"
2111
2357
  },
2112
2358
  "ClientDownloadLandingPage": {},
2113
2359
  "CacheNodeType": {},
@@ -2118,6 +2364,7 @@
2118
2364
  "type": "integer"
2119
2365
  },
2120
2366
  "PreferredAvailabilityZone": {},
2367
+ "PreferredOutpostArn": {},
2121
2368
  "CacheClusterCreateTime": {
2122
2369
  "type": "timestamp"
2123
2370
  },
@@ -2129,7 +2376,7 @@
2129
2376
  "type": "integer"
2130
2377
  },
2131
2378
  "CacheNodeIdsToRemove": {
2132
- "shape": "S1p"
2379
+ "shape": "S1w"
2133
2380
  },
2134
2381
  "EngineVersion": {},
2135
2382
  "CacheNodeType": {},
@@ -2160,7 +2407,7 @@
2160
2407
  "CacheParameterGroupName": {},
2161
2408
  "ParameterApplyStatus": {},
2162
2409
  "CacheNodeIdsToReboot": {
2163
- "shape": "S1p"
2410
+ "shape": "S1w"
2164
2411
  }
2165
2412
  }
2166
2413
  },
@@ -2177,11 +2424,12 @@
2177
2424
  "type": "timestamp"
2178
2425
  },
2179
2426
  "Endpoint": {
2180
- "shape": "Sz"
2427
+ "shape": "S12"
2181
2428
  },
2182
2429
  "ParameterGroupStatus": {},
2183
2430
  "SourceCacheNodeId": {},
2184
- "CustomerAvailabilityZone": {}
2431
+ "CustomerAvailabilityZone": {},
2432
+ "CustomerOutpostArn": {}
2185
2433
  }
2186
2434
  }
2187
2435
  },
@@ -2219,13 +2467,13 @@
2219
2467
  },
2220
2468
  "wrapper": true
2221
2469
  },
2222
- "S1p": {
2470
+ "S1w": {
2223
2471
  "type": "list",
2224
2472
  "member": {
2225
2473
  "locationName": "CacheNodeId"
2226
2474
  }
2227
2475
  },
2228
- "S20": {
2476
+ "S27": {
2229
2477
  "type": "structure",
2230
2478
  "members": {
2231
2479
  "CacheParameterGroupName": {},
@@ -2238,13 +2486,13 @@
2238
2486
  },
2239
2487
  "wrapper": true
2240
2488
  },
2241
- "S24": {
2489
+ "S2b": {
2242
2490
  "type": "list",
2243
2491
  "member": {
2244
2492
  "locationName": "SubnetIdentifier"
2245
2493
  }
2246
2494
  },
2247
- "S26": {
2495
+ "S2d": {
2248
2496
  "type": "structure",
2249
2497
  "members": {
2250
2498
  "CacheSubnetGroupName": {},
@@ -2263,6 +2511,12 @@
2263
2511
  "Name": {}
2264
2512
  },
2265
2513
  "wrapper": true
2514
+ },
2515
+ "SubnetOutpost": {
2516
+ "type": "structure",
2517
+ "members": {
2518
+ "SubnetOutpostArn": {}
2519
+ }
2266
2520
  }
2267
2521
  }
2268
2522
  }
@@ -2271,7 +2525,7 @@
2271
2525
  },
2272
2526
  "wrapper": true
2273
2527
  },
2274
- "S2c": {
2528
+ "S2k": {
2275
2529
  "type": "structure",
2276
2530
  "members": {
2277
2531
  "GlobalReplicationGroupId": {},
@@ -2322,13 +2576,75 @@
2322
2576
  },
2323
2577
  "wrapper": true
2324
2578
  },
2325
- "S2n": {
2579
+ "S2z": {
2580
+ "type": "list",
2581
+ "member": {}
2582
+ },
2583
+ "S31": {
2584
+ "type": "structure",
2585
+ "members": {
2586
+ "UserId": {},
2587
+ "UserName": {},
2588
+ "Status": {},
2589
+ "Engine": {},
2590
+ "AccessString": {},
2591
+ "UserGroupIds": {
2592
+ "shape": "Sx"
2593
+ },
2594
+ "Authentication": {
2595
+ "type": "structure",
2596
+ "members": {
2597
+ "Type": {},
2598
+ "PasswordCount": {
2599
+ "type": "integer"
2600
+ }
2601
+ }
2602
+ },
2603
+ "ARN": {}
2604
+ }
2605
+ },
2606
+ "S35": {
2607
+ "type": "list",
2608
+ "member": {}
2609
+ },
2610
+ "S36": {
2611
+ "type": "structure",
2612
+ "members": {
2613
+ "UserGroupId": {},
2614
+ "Status": {},
2615
+ "Engine": {},
2616
+ "UserIds": {
2617
+ "shape": "S37"
2618
+ },
2619
+ "PendingChanges": {
2620
+ "type": "structure",
2621
+ "members": {
2622
+ "UserIdsToRemove": {
2623
+ "shape": "S37"
2624
+ },
2625
+ "UserIdsToAdd": {
2626
+ "shape": "S37"
2627
+ }
2628
+ }
2629
+ },
2630
+ "ReplicationGroups": {
2631
+ "type": "list",
2632
+ "member": {}
2633
+ },
2634
+ "ARN": {}
2635
+ }
2636
+ },
2637
+ "S37": {
2638
+ "type": "list",
2639
+ "member": {}
2640
+ },
2641
+ "S3b": {
2326
2642
  "type": "list",
2327
2643
  "member": {
2328
2644
  "locationName": "GlobalNodeGroupId"
2329
2645
  }
2330
2646
  },
2331
- "S2q": {
2647
+ "S3e": {
2332
2648
  "type": "list",
2333
2649
  "member": {
2334
2650
  "locationName": "ConfigureShard",
@@ -2343,12 +2659,15 @@
2343
2659
  "type": "integer"
2344
2660
  },
2345
2661
  "PreferredAvailabilityZones": {
2346
- "shape": "S1i"
2662
+ "shape": "S1n"
2663
+ },
2664
+ "PreferredOutpostArns": {
2665
+ "shape": "S1s"
2347
2666
  }
2348
2667
  }
2349
2668
  }
2350
2669
  },
2351
- "S3h": {
2670
+ "S47": {
2352
2671
  "type": "list",
2353
2672
  "member": {
2354
2673
  "locationName": "Parameter",
@@ -2368,7 +2687,7 @@
2368
2687
  }
2369
2688
  }
2370
2689
  },
2371
- "S3k": {
2690
+ "S4a": {
2372
2691
  "type": "list",
2373
2692
  "member": {
2374
2693
  "locationName": "CacheNodeTypeSpecificParameter",
@@ -2398,7 +2717,7 @@
2398
2717
  }
2399
2718
  }
2400
2719
  },
2401
- "S4b": {
2720
+ "S51": {
2402
2721
  "type": "structure",
2403
2722
  "members": {
2404
2723
  "ReservedCacheNodeId": {},
@@ -2423,13 +2742,13 @@
2423
2742
  "OfferingType": {},
2424
2743
  "State": {},
2425
2744
  "RecurringCharges": {
2426
- "shape": "S4c"
2745
+ "shape": "S52"
2427
2746
  },
2428
2747
  "ReservationARN": {}
2429
2748
  },
2430
2749
  "wrapper": true
2431
2750
  },
2432
- "S4c": {
2751
+ "S52": {
2433
2752
  "type": "list",
2434
2753
  "member": {
2435
2754
  "locationName": "RecurringCharge",
@@ -2443,11 +2762,11 @@
2443
2762
  "wrapper": true
2444
2763
  }
2445
2764
  },
2446
- "S4j": {
2765
+ "S59": {
2447
2766
  "type": "list",
2448
2767
  "member": {}
2449
2768
  },
2450
- "S5f": {
2769
+ "S6g": {
2451
2770
  "type": "list",
2452
2771
  "member": {
2453
2772
  "locationName": "ReshardingConfiguration",
@@ -2455,16 +2774,16 @@
2455
2774
  "members": {
2456
2775
  "NodeGroupId": {},
2457
2776
  "PreferredAvailabilityZones": {
2458
- "shape": "S1f"
2777
+ "shape": "S1j"
2459
2778
  }
2460
2779
  }
2461
2780
  }
2462
2781
  },
2463
- "S5m": {
2782
+ "S6n": {
2464
2783
  "type": "list",
2465
2784
  "member": {}
2466
2785
  },
2467
- "S5s": {
2786
+ "S6t": {
2468
2787
  "type": "list",
2469
2788
  "member": {
2470
2789
  "locationName": "ParameterNameValue",
@@ -2475,7 +2794,7 @@
2475
2794
  }
2476
2795
  }
2477
2796
  },
2478
- "S5u": {
2797
+ "S6v": {
2479
2798
  "type": "structure",
2480
2799
  "members": {
2481
2800
  "CacheParameterGroupName": {}