@pgarbe/cdk-ecr-sync 0.5.29 → 0.5.30

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 (123) hide show
  1. package/.jsii +3 -3
  2. package/API.md +106 -50
  3. package/CHANGELOG.md +1 -1
  4. package/lib/ecr-sync.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +34 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
  8. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
  9. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
  10. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +80 -74
  11. package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
  12. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
  13. package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +17 -0
  15. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
  16. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
  17. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
  18. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +82 -63
  19. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
  20. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
  21. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +155 -122
  22. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +43 -15
  23. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +176 -99
  24. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  25. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
  26. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +673 -649
  27. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
  28. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +6 -0
  29. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
  30. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  31. package/node_modules/aws-sdk/clients/all.js +2 -1
  32. package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
  33. package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
  34. package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
  35. package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
  36. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
  37. package/node_modules/aws-sdk/clients/datasync.d.ts +41 -15
  38. package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
  39. package/node_modules/aws-sdk/clients/ec2.d.ts +35 -15
  40. package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
  41. package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
  42. package/node_modules/aws-sdk/clients/forecastservice.d.ts +38 -2
  43. package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
  44. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
  45. package/node_modules/aws-sdk/clients/ivschat.d.ts +1 -1
  46. package/node_modules/aws-sdk/clients/lightsail.d.ts +40 -0
  47. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +54 -5
  48. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +83 -8
  49. package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
  50. package/node_modules/aws-sdk/clients/sagemaker.d.ts +53 -24
  51. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +1 -1
  52. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
  53. package/node_modules/aws-sdk/clients/voiceid.d.ts +9 -1
  54. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +702 -233
  55. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2499 -1776
  56. package/node_modules/aws-sdk/dist/aws-sdk.js +839 -320
  57. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
  58. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  59. package/node_modules/aws-sdk/lib/core.js +1 -1
  60. package/node_modules/aws-sdk/package.json +2 -2
  61. package/node_modules/uuid/CHANGELOG.md +132 -44
  62. package/node_modules/uuid/CONTRIBUTING.md +20 -0
  63. package/node_modules/uuid/LICENSE.md +1 -1
  64. package/node_modules/uuid/README.md +298 -152
  65. package/node_modules/uuid/dist/bin/uuid +2 -0
  66. package/node_modules/uuid/dist/bytesToUuid.js +26 -0
  67. package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
  68. package/node_modules/uuid/dist/esm-browser/index.js +4 -0
  69. package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
  70. package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
  71. package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
  72. package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
  73. package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  74. package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
  75. package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
  76. package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  77. package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
  78. package/node_modules/uuid/dist/esm-node/index.js +4 -0
  79. package/node_modules/uuid/dist/esm-node/md5.js +13 -0
  80. package/node_modules/uuid/dist/esm-node/rng.js +4 -0
  81. package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  82. package/node_modules/uuid/dist/esm-node/v1.js +95 -0
  83. package/node_modules/uuid/dist/esm-node/v3.js +4 -0
  84. package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
  85. package/node_modules/uuid/dist/esm-node/v4.js +27 -0
  86. package/node_modules/uuid/dist/esm-node/v5.js +4 -0
  87. package/node_modules/uuid/dist/index.js +39 -0
  88. package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
  89. package/node_modules/uuid/dist/md5.js +23 -0
  90. package/node_modules/uuid/dist/rng-browser.js +21 -0
  91. package/node_modules/uuid/dist/rng.js +14 -0
  92. package/node_modules/uuid/dist/sha1-browser.js +95 -0
  93. package/node_modules/uuid/dist/sha1.js +23 -0
  94. package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
  95. package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
  96. package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
  97. package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
  98. package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
  99. package/node_modules/uuid/dist/uuid-bin.js +67 -0
  100. package/node_modules/uuid/dist/v1.js +107 -0
  101. package/node_modules/uuid/dist/v3.js +16 -0
  102. package/node_modules/uuid/dist/v35.js +69 -0
  103. package/node_modules/uuid/dist/v4.js +40 -0
  104. package/node_modules/uuid/dist/v5.js +16 -0
  105. package/node_modules/uuid/package.json +92 -19
  106. package/node_modules/uuid/wrapper.mjs +5 -0
  107. package/package.json +7 -7
  108. package/releasetag.txt +1 -1
  109. package/version.txt +1 -1
  110. package/node_modules/uuid/.eslintrc.json +0 -47
  111. package/node_modules/uuid/AUTHORS +0 -5
  112. package/node_modules/uuid/README_js.md +0 -280
  113. package/node_modules/uuid/bin/uuid +0 -65
  114. package/node_modules/uuid/index.js +0 -8
  115. package/node_modules/uuid/lib/bytesToUuid.js +0 -24
  116. package/node_modules/uuid/lib/md5.js +0 -25
  117. package/node_modules/uuid/lib/rng-browser.js +0 -34
  118. package/node_modules/uuid/lib/rng.js +0 -8
  119. package/node_modules/uuid/lib/sha1-browser.js +0 -89
  120. package/node_modules/uuid/lib/sha1.js +0 -25
  121. package/node_modules/uuid/v3.js +0 -4
  122. package/node_modules/uuid/v4.js +0 -29
  123. package/node_modules/uuid/v5.js +0 -3
@@ -132,7 +132,7 @@
132
132
  "type": "integer"
133
133
  },
134
134
  "S3": {
135
- "shape": "S41"
135
+ "shape": "S45"
136
136
  },
137
137
  "ClientRequestToken": {
138
138
  "idempotencyToken": true
@@ -146,7 +146,7 @@
146
146
  "type": "structure",
147
147
  "members": {
148
148
  "Association": {
149
- "shape": "S47"
149
+ "shape": "S4b"
150
150
  }
151
151
  }
152
152
  },
@@ -163,11 +163,11 @@
163
163
  "members": {
164
164
  "Type": {},
165
165
  "Paths": {
166
- "shape": "S4b"
166
+ "shape": "S4f"
167
167
  },
168
168
  "FileSystemId": {},
169
169
  "Report": {
170
- "shape": "S4d"
170
+ "shape": "S4h"
171
171
  },
172
172
  "ClientRequestToken": {
173
173
  "idempotencyToken": true
@@ -181,7 +181,7 @@
181
181
  "type": "structure",
182
182
  "members": {
183
183
  "DataRepositoryTask": {
184
- "shape": "S4h"
184
+ "shape": "S4l"
185
185
  }
186
186
  }
187
187
  },
@@ -208,17 +208,17 @@
208
208
  "shape": "S15"
209
209
  },
210
210
  "SecurityGroupIds": {
211
- "shape": "S4r"
211
+ "shape": "S4v"
212
212
  },
213
213
  "Tags": {
214
214
  "shape": "Sj"
215
215
  },
216
216
  "KmsKeyId": {},
217
217
  "WindowsConfiguration": {
218
- "shape": "S4t"
218
+ "shape": "S4x"
219
219
  },
220
220
  "LustreConfiguration": {
221
- "shape": "S4x"
221
+ "shape": "S51"
222
222
  },
223
223
  "OntapConfiguration": {
224
224
  "type": "structure",
@@ -234,14 +234,14 @@
234
234
  "DeploymentType": {},
235
235
  "EndpointIpAddressRange": {},
236
236
  "FsxAdminPassword": {
237
- "shape": "S50"
237
+ "shape": "S54"
238
238
  },
239
239
  "DiskIopsConfiguration": {
240
- "shape": "S3m"
240
+ "shape": "S3q"
241
241
  },
242
242
  "PreferredSubnetId": {},
243
243
  "RouteTableIds": {
244
- "shape": "S3p"
244
+ "shape": "S3t"
245
245
  },
246
246
  "ThroughputCapacity": {
247
247
  "type": "integer"
@@ -251,7 +251,7 @@
251
251
  },
252
252
  "FileSystemTypeVersion": {},
253
253
  "OpenZFSConfiguration": {
254
- "shape": "S51"
254
+ "shape": "S55"
255
255
  }
256
256
  }
257
257
  },
@@ -280,22 +280,22 @@
280
280
  "shape": "S15"
281
281
  },
282
282
  "SecurityGroupIds": {
283
- "shape": "S4r"
283
+ "shape": "S4v"
284
284
  },
285
285
  "Tags": {
286
286
  "shape": "Sj"
287
287
  },
288
288
  "WindowsConfiguration": {
289
- "shape": "S4t"
289
+ "shape": "S4x"
290
290
  },
291
291
  "LustreConfiguration": {
292
- "shape": "S4x"
292
+ "shape": "S51"
293
293
  },
294
294
  "StorageType": {},
295
295
  "KmsKeyId": {},
296
296
  "FileSystemTypeVersion": {},
297
297
  "OpenZFSConfiguration": {
298
- "shape": "S51"
298
+ "shape": "S55"
299
299
  }
300
300
  }
301
301
  },
@@ -330,7 +330,7 @@
330
330
  "type": "structure",
331
331
  "members": {
332
332
  "Snapshot": {
333
- "shape": "S3c"
333
+ "shape": "S3g"
334
334
  }
335
335
  }
336
336
  },
@@ -352,7 +352,7 @@
352
352
  "members": {
353
353
  "NetBiosName": {},
354
354
  "SelfManagedActiveDirectoryConfiguration": {
355
- "shape": "S4u"
355
+ "shape": "S4y"
356
356
  }
357
357
  }
358
358
  },
@@ -362,7 +362,7 @@
362
362
  "FileSystemId": {},
363
363
  "Name": {},
364
364
  "SvmAdminPassword": {
365
- "shape": "S50"
365
+ "shape": "S54"
366
366
  },
367
367
  "Tags": {
368
368
  "shape": "Sj"
@@ -374,7 +374,7 @@
374
374
  "type": "structure",
375
375
  "members": {
376
376
  "StorageVirtualMachine": {
377
- "shape": "S5e"
377
+ "shape": "S5i"
378
378
  }
379
379
  }
380
380
  }
@@ -393,7 +393,7 @@
393
393
  "VolumeType": {},
394
394
  "Name": {},
395
395
  "OntapConfiguration": {
396
- "shape": "S5l"
396
+ "shape": "S5p"
397
397
  },
398
398
  "Tags": {
399
399
  "shape": "Sj"
@@ -433,10 +433,10 @@
433
433
  "type": "boolean"
434
434
  },
435
435
  "NfsExports": {
436
- "shape": "S32"
436
+ "shape": "S36"
437
437
  },
438
438
  "UserAndGroupQuotas": {
439
- "shape": "S39"
439
+ "shape": "S3d"
440
440
  }
441
441
  }
442
442
  }
@@ -446,7 +446,7 @@
446
446
  "type": "structure",
447
447
  "members": {
448
448
  "Volume": {
449
- "shape": "S2d"
449
+ "shape": "S2h"
450
450
  }
451
451
  }
452
452
  }
@@ -465,7 +465,7 @@
465
465
  },
466
466
  "Name": {},
467
467
  "OntapConfiguration": {
468
- "shape": "S5l"
468
+ "shape": "S5p"
469
469
  },
470
470
  "Tags": {
471
471
  "shape": "Sj"
@@ -476,7 +476,7 @@
476
476
  "type": "structure",
477
477
  "members": {
478
478
  "Volume": {
479
- "shape": "S2d"
479
+ "shape": "S2h"
480
480
  }
481
481
  }
482
482
  }
@@ -720,7 +720,7 @@
720
720
  "member": {}
721
721
  },
722
722
  "Filters": {
723
- "shape": "S6k"
723
+ "shape": "S6o"
724
724
  },
725
725
  "MaxResults": {
726
726
  "type": "integer"
@@ -750,7 +750,7 @@
750
750
  "member": {}
751
751
  },
752
752
  "Filters": {
753
- "shape": "S6k"
753
+ "shape": "S6o"
754
754
  },
755
755
  "MaxResults": {
756
756
  "type": "integer"
@@ -764,7 +764,7 @@
764
764
  "Associations": {
765
765
  "type": "list",
766
766
  "member": {
767
- "shape": "S47"
767
+ "shape": "S4b"
768
768
  }
769
769
  },
770
770
  "NextToken": {}
@@ -805,7 +805,7 @@
805
805
  "DataRepositoryTasks": {
806
806
  "type": "list",
807
807
  "member": {
808
- "shape": "S4h"
808
+ "shape": "S4l"
809
809
  }
810
810
  },
811
811
  "NextToken": {}
@@ -899,7 +899,7 @@
899
899
  "Snapshots": {
900
900
  "type": "list",
901
901
  "member": {
902
- "shape": "S3c"
902
+ "shape": "S3g"
903
903
  }
904
904
  },
905
905
  "NextToken": {}
@@ -939,7 +939,7 @@
939
939
  "StorageVirtualMachines": {
940
940
  "type": "list",
941
941
  "member": {
942
- "shape": "S5e"
942
+ "shape": "S5i"
943
943
  }
944
944
  },
945
945
  "NextToken": {}
@@ -979,7 +979,7 @@
979
979
  "Volumes": {
980
980
  "type": "list",
981
981
  "member": {
982
- "shape": "S2d"
982
+ "shape": "S2h"
983
983
  }
984
984
  },
985
985
  "NextToken": {}
@@ -1143,7 +1143,7 @@
1143
1143
  "type": "integer"
1144
1144
  },
1145
1145
  "S3": {
1146
- "shape": "S41"
1146
+ "shape": "S45"
1147
1147
  }
1148
1148
  }
1149
1149
  },
@@ -1151,7 +1151,7 @@
1151
1151
  "type": "structure",
1152
1152
  "members": {
1153
1153
  "Association": {
1154
- "shape": "S47"
1154
+ "shape": "S4b"
1155
1155
  }
1156
1156
  }
1157
1157
  },
@@ -1183,10 +1183,10 @@
1183
1183
  "type": "integer"
1184
1184
  },
1185
1185
  "SelfManagedActiveDirectoryConfiguration": {
1186
- "shape": "S8n"
1186
+ "shape": "S8r"
1187
1187
  },
1188
1188
  "AuditLogConfiguration": {
1189
- "shape": "S4w"
1189
+ "shape": "S50"
1190
1190
  }
1191
1191
  }
1192
1192
  },
@@ -1201,7 +1201,10 @@
1201
1201
  "AutoImportPolicy": {},
1202
1202
  "DataCompressionType": {},
1203
1203
  "LogConfiguration": {
1204
- "shape": "S4y"
1204
+ "shape": "S52"
1205
+ },
1206
+ "RootSquashConfiguration": {
1207
+ "shape": "S27"
1205
1208
  }
1206
1209
  }
1207
1210
  },
@@ -1213,11 +1216,11 @@
1213
1216
  },
1214
1217
  "DailyAutomaticBackupStartTime": {},
1215
1218
  "FsxAdminPassword": {
1216
- "shape": "S50"
1219
+ "shape": "S54"
1217
1220
  },
1218
1221
  "WeeklyMaintenanceStartTime": {},
1219
1222
  "DiskIopsConfiguration": {
1220
- "shape": "S3m"
1223
+ "shape": "S3q"
1221
1224
  },
1222
1225
  "ThroughputCapacity": {
1223
1226
  "type": "integer"
@@ -1242,7 +1245,7 @@
1242
1245
  },
1243
1246
  "WeeklyMaintenanceStartTime": {},
1244
1247
  "DiskIopsConfiguration": {
1245
- "shape": "S3m"
1248
+ "shape": "S3q"
1246
1249
  }
1247
1250
  }
1248
1251
  }
@@ -1276,7 +1279,7 @@
1276
1279
  "type": "structure",
1277
1280
  "members": {
1278
1281
  "Snapshot": {
1279
- "shape": "S3c"
1282
+ "shape": "S3g"
1280
1283
  }
1281
1284
  }
1282
1285
  },
@@ -1293,7 +1296,7 @@
1293
1296
  "type": "structure",
1294
1297
  "members": {
1295
1298
  "SelfManagedActiveDirectoryConfiguration": {
1296
- "shape": "S8n"
1299
+ "shape": "S8r"
1297
1300
  }
1298
1301
  }
1299
1302
  },
@@ -1302,7 +1305,7 @@
1302
1305
  },
1303
1306
  "StorageVirtualMachineId": {},
1304
1307
  "SvmAdminPassword": {
1305
- "shape": "S50"
1308
+ "shape": "S54"
1306
1309
  }
1307
1310
  }
1308
1311
  },
@@ -1310,7 +1313,7 @@
1310
1313
  "type": "structure",
1311
1314
  "members": {
1312
1315
  "StorageVirtualMachine": {
1313
- "shape": "S5e"
1316
+ "shape": "S5i"
1314
1317
  }
1315
1318
  }
1316
1319
  }
@@ -1338,7 +1341,7 @@
1338
1341
  "type": "boolean"
1339
1342
  },
1340
1343
  "TieringPolicy": {
1341
- "shape": "S2m"
1344
+ "shape": "S2q"
1342
1345
  }
1343
1346
  }
1344
1347
  },
@@ -1357,10 +1360,10 @@
1357
1360
  },
1358
1361
  "DataCompressionType": {},
1359
1362
  "NfsExports": {
1360
- "shape": "S32"
1363
+ "shape": "S36"
1361
1364
  },
1362
1365
  "UserAndGroupQuotas": {
1363
- "shape": "S39"
1366
+ "shape": "S3d"
1364
1367
  },
1365
1368
  "ReadOnly": {
1366
1369
  "type": "boolean"
@@ -1373,7 +1376,7 @@
1373
1376
  "type": "structure",
1374
1377
  "members": {
1375
1378
  "Volume": {
1376
- "shape": "S2d"
1379
+ "shape": "S2h"
1377
1380
  }
1378
1381
  }
1379
1382
  }
@@ -1454,7 +1457,7 @@
1454
1457
  "SourceBackupRegion": {},
1455
1458
  "ResourceType": {},
1456
1459
  "Volume": {
1457
- "shape": "S2d"
1460
+ "shape": "S2h"
1458
1461
  }
1459
1462
  }
1460
1463
  },
@@ -1577,11 +1580,14 @@
1577
1580
  "Level": {},
1578
1581
  "Destination": {}
1579
1582
  }
1583
+ },
1584
+ "RootSquashConfiguration": {
1585
+ "shape": "S27"
1580
1586
  }
1581
1587
  }
1582
1588
  },
1583
1589
  "AdministrativeActions": {
1584
- "shape": "S27"
1590
+ "shape": "S2b"
1585
1591
  },
1586
1592
  "OntapConfiguration": {
1587
1593
  "type": "structure",
@@ -1596,19 +1602,19 @@
1596
1602
  "type": "structure",
1597
1603
  "members": {
1598
1604
  "Intercluster": {
1599
- "shape": "S3k"
1605
+ "shape": "S3o"
1600
1606
  },
1601
1607
  "Management": {
1602
- "shape": "S3k"
1608
+ "shape": "S3o"
1603
1609
  }
1604
1610
  }
1605
1611
  },
1606
1612
  "DiskIopsConfiguration": {
1607
- "shape": "S3m"
1613
+ "shape": "S3q"
1608
1614
  },
1609
1615
  "PreferredSubnetId": {},
1610
1616
  "RouteTableIds": {
1611
- "shape": "S3p"
1617
+ "shape": "S3t"
1612
1618
  },
1613
1619
  "ThroughputCapacity": {
1614
1620
  "type": "integer"
@@ -1636,7 +1642,7 @@
1636
1642
  },
1637
1643
  "WeeklyMaintenanceStartTime": {},
1638
1644
  "DiskIopsConfiguration": {
1639
- "shape": "S3m"
1645
+ "shape": "S3q"
1640
1646
  },
1641
1647
  "RootVolumeId": {}
1642
1648
  }
@@ -1670,6 +1676,16 @@
1670
1676
  }
1671
1677
  },
1672
1678
  "S27": {
1679
+ "type": "structure",
1680
+ "members": {
1681
+ "RootSquash": {},
1682
+ "NoSquashNids": {
1683
+ "type": "list",
1684
+ "member": {}
1685
+ }
1686
+ }
1687
+ },
1688
+ "S2b": {
1673
1689
  "type": "list",
1674
1690
  "member": {
1675
1691
  "type": "structure",
@@ -1692,15 +1708,15 @@
1692
1708
  }
1693
1709
  },
1694
1710
  "TargetVolumeValues": {
1695
- "shape": "S2d"
1711
+ "shape": "S2h"
1696
1712
  },
1697
1713
  "TargetSnapshotValues": {
1698
- "shape": "S3c"
1714
+ "shape": "S3g"
1699
1715
  }
1700
1716
  }
1701
1717
  }
1702
1718
  },
1703
- "S2d": {
1719
+ "S2h": {
1704
1720
  "type": "structure",
1705
1721
  "members": {
1706
1722
  "CreationTime": {
@@ -1726,7 +1742,7 @@
1726
1742
  "type": "boolean"
1727
1743
  },
1728
1744
  "TieringPolicy": {
1729
- "shape": "S2m"
1745
+ "shape": "S2q"
1730
1746
  },
1731
1747
  "UUID": {},
1732
1748
  "OntapVolumeType": {}
@@ -1739,10 +1755,10 @@
1739
1755
  "VolumeId": {},
1740
1756
  "VolumeType": {},
1741
1757
  "LifecycleTransitionReason": {
1742
- "shape": "S2t"
1758
+ "shape": "S2x"
1743
1759
  },
1744
1760
  "AdministrativeActions": {
1745
- "shape": "S27"
1761
+ "shape": "S2b"
1746
1762
  },
1747
1763
  "OpenZFSConfiguration": {
1748
1764
  "type": "structure",
@@ -1773,16 +1789,16 @@
1773
1789
  "type": "boolean"
1774
1790
  },
1775
1791
  "NfsExports": {
1776
- "shape": "S32"
1792
+ "shape": "S36"
1777
1793
  },
1778
1794
  "UserAndGroupQuotas": {
1779
- "shape": "S39"
1795
+ "shape": "S3d"
1780
1796
  }
1781
1797
  }
1782
1798
  }
1783
1799
  }
1784
1800
  },
1785
- "S2m": {
1801
+ "S2q": {
1786
1802
  "type": "structure",
1787
1803
  "members": {
1788
1804
  "CoolingPeriod": {
@@ -1791,13 +1807,13 @@
1791
1807
  "Name": {}
1792
1808
  }
1793
1809
  },
1794
- "S2t": {
1810
+ "S2x": {
1795
1811
  "type": "structure",
1796
1812
  "members": {
1797
1813
  "Message": {}
1798
1814
  }
1799
1815
  },
1800
- "S32": {
1816
+ "S36": {
1801
1817
  "type": "list",
1802
1818
  "member": {
1803
1819
  "type": "structure",
@@ -1825,7 +1841,7 @@
1825
1841
  }
1826
1842
  }
1827
1843
  },
1828
- "S39": {
1844
+ "S3d": {
1829
1845
  "type": "list",
1830
1846
  "member": {
1831
1847
  "type": "structure",
@@ -1845,7 +1861,7 @@
1845
1861
  }
1846
1862
  }
1847
1863
  },
1848
- "S3c": {
1864
+ "S3g": {
1849
1865
  "type": "structure",
1850
1866
  "members": {
1851
1867
  "ResourceARN": {},
@@ -1857,30 +1873,30 @@
1857
1873
  },
1858
1874
  "Lifecycle": {},
1859
1875
  "LifecycleTransitionReason": {
1860
- "shape": "S2t"
1876
+ "shape": "S2x"
1861
1877
  },
1862
1878
  "Tags": {
1863
1879
  "shape": "Sj"
1864
1880
  },
1865
1881
  "AdministrativeActions": {
1866
- "shape": "S27"
1882
+ "shape": "S2b"
1867
1883
  }
1868
1884
  }
1869
1885
  },
1870
- "S3k": {
1886
+ "S3o": {
1871
1887
  "type": "structure",
1872
1888
  "members": {
1873
1889
  "DNSName": {},
1874
1890
  "IpAddresses": {
1875
- "shape": "S3l"
1891
+ "shape": "S3p"
1876
1892
  }
1877
1893
  }
1878
1894
  },
1879
- "S3l": {
1895
+ "S3p": {
1880
1896
  "type": "list",
1881
1897
  "member": {}
1882
1898
  },
1883
- "S3m": {
1899
+ "S3q": {
1884
1900
  "type": "structure",
1885
1901
  "members": {
1886
1902
  "Mode": {},
@@ -1889,18 +1905,18 @@
1889
1905
  }
1890
1906
  }
1891
1907
  },
1892
- "S3p": {
1908
+ "S3t": {
1893
1909
  "type": "list",
1894
1910
  "member": {}
1895
1911
  },
1896
- "S41": {
1912
+ "S45": {
1897
1913
  "type": "structure",
1898
1914
  "members": {
1899
1915
  "AutoImportPolicy": {
1900
1916
  "type": "structure",
1901
1917
  "members": {
1902
1918
  "Events": {
1903
- "shape": "S43"
1919
+ "shape": "S47"
1904
1920
  }
1905
1921
  }
1906
1922
  },
@@ -1908,17 +1924,17 @@
1908
1924
  "type": "structure",
1909
1925
  "members": {
1910
1926
  "Events": {
1911
- "shape": "S43"
1927
+ "shape": "S47"
1912
1928
  }
1913
1929
  }
1914
1930
  }
1915
1931
  }
1916
1932
  },
1917
- "S43": {
1933
+ "S47": {
1918
1934
  "type": "list",
1919
1935
  "member": {}
1920
1936
  },
1921
- "S47": {
1937
+ "S4b": {
1922
1938
  "type": "structure",
1923
1939
  "members": {
1924
1940
  "AssociationId": {},
@@ -1937,7 +1953,7 @@
1937
1953
  "type": "integer"
1938
1954
  },
1939
1955
  "S3": {
1940
- "shape": "S41"
1956
+ "shape": "S45"
1941
1957
  },
1942
1958
  "Tags": {
1943
1959
  "shape": "Sj"
@@ -1947,11 +1963,11 @@
1947
1963
  }
1948
1964
  }
1949
1965
  },
1950
- "S4b": {
1966
+ "S4f": {
1951
1967
  "type": "list",
1952
1968
  "member": {}
1953
1969
  },
1954
- "S4d": {
1970
+ "S4h": {
1955
1971
  "type": "structure",
1956
1972
  "required": [
1957
1973
  "Enabled"
@@ -1965,7 +1981,7 @@
1965
1981
  "Scope": {}
1966
1982
  }
1967
1983
  },
1968
- "S4h": {
1984
+ "S4l": {
1969
1985
  "type": "structure",
1970
1986
  "required": [
1971
1987
  "TaskId",
@@ -1993,7 +2009,7 @@
1993
2009
  },
1994
2010
  "FileSystemId": {},
1995
2011
  "Paths": {
1996
- "shape": "S4b"
2012
+ "shape": "S4f"
1997
2013
  },
1998
2014
  "FailureDetails": {
1999
2015
  "type": "structure",
@@ -2019,15 +2035,15 @@
2019
2035
  }
2020
2036
  },
2021
2037
  "Report": {
2022
- "shape": "S4d"
2038
+ "shape": "S4h"
2023
2039
  }
2024
2040
  }
2025
2041
  },
2026
- "S4r": {
2042
+ "S4v": {
2027
2043
  "type": "list",
2028
2044
  "member": {}
2029
2045
  },
2030
- "S4t": {
2046
+ "S4x": {
2031
2047
  "type": "structure",
2032
2048
  "required": [
2033
2049
  "ThroughputCapacity"
@@ -2035,7 +2051,7 @@
2035
2051
  "members": {
2036
2052
  "ActiveDirectoryId": {},
2037
2053
  "SelfManagedActiveDirectoryConfiguration": {
2038
- "shape": "S4u"
2054
+ "shape": "S4y"
2039
2055
  },
2040
2056
  "DeploymentType": {},
2041
2057
  "PreferredSubnetId": {},
@@ -2054,11 +2070,11 @@
2054
2070
  "shape": "S4"
2055
2071
  },
2056
2072
  "AuditLogConfiguration": {
2057
- "shape": "S4w"
2073
+ "shape": "S50"
2058
2074
  }
2059
2075
  }
2060
2076
  },
2061
- "S4u": {
2077
+ "S4y": {
2062
2078
  "type": "structure",
2063
2079
  "required": [
2064
2080
  "DomainName",
@@ -2072,18 +2088,18 @@
2072
2088
  "FileSystemAdministratorsGroup": {},
2073
2089
  "UserName": {},
2074
2090
  "Password": {
2075
- "shape": "S4v"
2091
+ "shape": "S4z"
2076
2092
  },
2077
2093
  "DnsIps": {
2078
2094
  "shape": "S1h"
2079
2095
  }
2080
2096
  }
2081
2097
  },
2082
- "S4v": {
2098
+ "S4z": {
2083
2099
  "type": "string",
2084
2100
  "sensitive": true
2085
2101
  },
2086
- "S4w": {
2102
+ "S50": {
2087
2103
  "type": "structure",
2088
2104
  "required": [
2089
2105
  "FileAccessAuditLogLevel",
@@ -2095,7 +2111,7 @@
2095
2111
  "AuditLogDestination": {}
2096
2112
  }
2097
2113
  },
2098
- "S4x": {
2114
+ "S51": {
2099
2115
  "type": "structure",
2100
2116
  "members": {
2101
2117
  "WeeklyMaintenanceStartTime": {},
@@ -2119,11 +2135,14 @@
2119
2135
  "DriveCacheType": {},
2120
2136
  "DataCompressionType": {},
2121
2137
  "LogConfiguration": {
2122
- "shape": "S4y"
2138
+ "shape": "S52"
2139
+ },
2140
+ "RootSquashConfiguration": {
2141
+ "shape": "S27"
2123
2142
  }
2124
2143
  }
2125
2144
  },
2126
- "S4y": {
2145
+ "S52": {
2127
2146
  "type": "structure",
2128
2147
  "required": [
2129
2148
  "Level"
@@ -2133,11 +2152,11 @@
2133
2152
  "Destination": {}
2134
2153
  }
2135
2154
  },
2136
- "S50": {
2155
+ "S54": {
2137
2156
  "type": "string",
2138
2157
  "sensitive": true
2139
2158
  },
2140
- "S51": {
2159
+ "S55": {
2141
2160
  "type": "structure",
2142
2161
  "required": [
2143
2162
  "DeploymentType",
@@ -2160,7 +2179,7 @@
2160
2179
  },
2161
2180
  "WeeklyMaintenanceStartTime": {},
2162
2181
  "DiskIopsConfiguration": {
2163
- "shape": "S3m"
2182
+ "shape": "S3q"
2164
2183
  },
2165
2184
  "RootVolumeConfiguration": {
2166
2185
  "type": "structure",
@@ -2170,10 +2189,10 @@
2170
2189
  },
2171
2190
  "DataCompressionType": {},
2172
2191
  "NfsExports": {
2173
- "shape": "S32"
2192
+ "shape": "S36"
2174
2193
  },
2175
2194
  "UserAndGroupQuotas": {
2176
- "shape": "S39"
2195
+ "shape": "S3d"
2177
2196
  },
2178
2197
  "CopyTagsToSnapshots": {
2179
2198
  "type": "boolean"
@@ -2185,7 +2204,7 @@
2185
2204
  }
2186
2205
  }
2187
2206
  },
2188
- "S5e": {
2207
+ "S5i": {
2189
2208
  "type": "structure",
2190
2209
  "members": {
2191
2210
  "ActiveDirectoryConfiguration": {
@@ -2204,16 +2223,16 @@
2204
2223
  "type": "structure",
2205
2224
  "members": {
2206
2225
  "Iscsi": {
2207
- "shape": "S5h"
2226
+ "shape": "S5l"
2208
2227
  },
2209
2228
  "Management": {
2210
- "shape": "S5h"
2229
+ "shape": "S5l"
2211
2230
  },
2212
2231
  "Nfs": {
2213
- "shape": "S5h"
2232
+ "shape": "S5l"
2214
2233
  },
2215
2234
  "Smb": {
2216
- "shape": "S5h"
2235
+ "shape": "S5l"
2217
2236
  }
2218
2237
  }
2219
2238
  },
@@ -2228,21 +2247,21 @@
2228
2247
  "shape": "Sj"
2229
2248
  },
2230
2249
  "LifecycleTransitionReason": {
2231
- "shape": "S2t"
2250
+ "shape": "S2x"
2232
2251
  },
2233
2252
  "RootVolumeSecurityStyle": {}
2234
2253
  }
2235
2254
  },
2236
- "S5h": {
2255
+ "S5l": {
2237
2256
  "type": "structure",
2238
2257
  "members": {
2239
2258
  "DNSName": {},
2240
2259
  "IpAddresses": {
2241
- "shape": "S3l"
2260
+ "shape": "S3p"
2242
2261
  }
2243
2262
  }
2244
2263
  },
2245
- "S5l": {
2264
+ "S5p": {
2246
2265
  "type": "structure",
2247
2266
  "required": [
2248
2267
  "JunctionPath",
@@ -2261,11 +2280,11 @@
2261
2280
  },
2262
2281
  "StorageVirtualMachineId": {},
2263
2282
  "TieringPolicy": {
2264
- "shape": "S2m"
2283
+ "shape": "S2q"
2265
2284
  }
2266
2285
  }
2267
2286
  },
2268
- "S6k": {
2287
+ "S6o": {
2269
2288
  "type": "list",
2270
2289
  "member": {
2271
2290
  "type": "structure",
@@ -2278,12 +2297,12 @@
2278
2297
  }
2279
2298
  }
2280
2299
  },
2281
- "S8n": {
2300
+ "S8r": {
2282
2301
  "type": "structure",
2283
2302
  "members": {
2284
2303
  "UserName": {},
2285
2304
  "Password": {
2286
- "shape": "S4v"
2305
+ "shape": "S4z"
2287
2306
  },
2288
2307
  "DnsIps": {
2289
2308
  "shape": "S1h"