cdk-docker-image-deployment 0.0.88 → 0.0.89

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 (82) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +29 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.min.json +284 -0
  9. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.paginators.json +16 -0
  10. package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +31 -13
  11. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +282 -134
  12. package/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json +6 -0
  13. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2824 -1317
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +42 -0
  15. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +87 -52
  16. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +128 -27
  17. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +156 -130
  18. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +341 -298
  19. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +205 -28
  20. package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +359 -50
  21. package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +127 -72
  22. package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +0 -7
  23. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -50
  24. package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +26 -0
  25. package/node_modules/aws-sdk/apis/license-manager-user-subscriptions-2018-05-10.min.json +82 -9
  26. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +793 -112
  27. package/node_modules/aws-sdk/apis/macie2-2020-01-01.paginators.json +33 -0
  28. package/node_modules/aws-sdk/apis/metadata.json +16 -0
  29. package/node_modules/aws-sdk/apis/omics-2022-11-28.examples.json +5 -0
  30. package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +3722 -0
  31. package/node_modules/aws-sdk/apis/omics-2022-11-28.paginators.json +100 -0
  32. package/node_modules/aws-sdk/apis/omics-2022-11-28.waiters2.json +498 -0
  33. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.examples.json +5 -0
  34. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +1082 -0
  35. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.paginators.json +29 -0
  36. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +5991 -325
  37. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +138 -28
  38. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +23 -16
  39. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.examples.json +5 -0
  40. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +1041 -0
  41. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.paginators.json +28 -0
  42. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.examples.json +5 -0
  43. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.min.json +578 -0
  44. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.paginators.json +14 -0
  45. package/node_modules/aws-sdk/clients/all.d.ts +5 -0
  46. package/node_modules/aws-sdk/clients/all.js +6 -1
  47. package/node_modules/aws-sdk/clients/arczonalshift.d.ts +309 -0
  48. package/node_modules/aws-sdk/clients/arczonalshift.js +18 -0
  49. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +28 -5
  50. package/node_modules/aws-sdk/clients/configservice.d.ts +233 -6
  51. package/node_modules/aws-sdk/clients/ec2.d.ts +1851 -20
  52. package/node_modules/aws-sdk/clients/eks.d.ts +58 -8
  53. package/node_modules/aws-sdk/clients/firehose.d.ts +263 -48
  54. package/node_modules/aws-sdk/clients/fsx.d.ts +70 -21
  55. package/node_modules/aws-sdk/clients/glue.d.ts +66 -0
  56. package/node_modules/aws-sdk/clients/inspector2.d.ts +289 -15
  57. package/node_modules/aws-sdk/clients/kms.d.ts +198 -92
  58. package/node_modules/aws-sdk/clients/lambda.d.ts +132 -94
  59. package/node_modules/aws-sdk/clients/licensemanagerusersubscriptions.d.ts +62 -4
  60. package/node_modules/aws-sdk/clients/macie2.d.ts +637 -54
  61. package/node_modules/aws-sdk/clients/omics.d.ts +4175 -0
  62. package/node_modules/aws-sdk/clients/omics.js +19 -0
  63. package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +1508 -0
  64. package/node_modules/aws-sdk/clients/opensearchserverless.js +18 -0
  65. package/node_modules/aws-sdk/clients/quicksight.d.ts +9833 -2835
  66. package/node_modules/aws-sdk/clients/s3control.d.ts +69 -0
  67. package/node_modules/aws-sdk/clients/securityhub.d.ts +14 -0
  68. package/node_modules/aws-sdk/clients/securitylake.d.ts +1049 -0
  69. package/node_modules/aws-sdk/clients/securitylake.js +18 -0
  70. package/node_modules/aws-sdk/clients/simspaceweaver.d.ts +647 -0
  71. package/node_modules/aws-sdk/clients/simspaceweaver.js +18 -0
  72. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +39 -13
  73. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +264 -37
  74. package/node_modules/aws-sdk/dist/aws-sdk.js +3615 -1676
  75. package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -78
  76. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +10 -0
  77. package/node_modules/aws-sdk/lib/core.d.ts +4 -0
  78. package/node_modules/aws-sdk/lib/core.js +1 -1
  79. package/node_modules/aws-sdk/lib/event_listeners.js +26 -9
  80. package/node_modules/aws-sdk/lib/region_config.js +11 -2
  81. package/node_modules/aws-sdk/package.json +1 -1
  82. package/package.json +3 -3
@@ -131,7 +131,7 @@
131
131
  "type": "integer"
132
132
  },
133
133
  "S3": {
134
- "shape": "S45"
134
+ "shape": "S46"
135
135
  },
136
136
  "ClientRequestToken": {
137
137
  "idempotencyToken": true
@@ -145,7 +145,7 @@
145
145
  "type": "structure",
146
146
  "members": {
147
147
  "Association": {
148
- "shape": "S4b"
148
+ "shape": "S4c"
149
149
  }
150
150
  }
151
151
  },
@@ -162,11 +162,11 @@
162
162
  "members": {
163
163
  "Type": {},
164
164
  "Paths": {
165
- "shape": "S4k"
165
+ "shape": "S4l"
166
166
  },
167
167
  "FileSystemId": {},
168
168
  "Report": {
169
- "shape": "S4m"
169
+ "shape": "S4n"
170
170
  },
171
171
  "ClientRequestToken": {
172
172
  "idempotencyToken": true
@@ -183,7 +183,7 @@
183
183
  "type": "structure",
184
184
  "members": {
185
185
  "DataRepositoryTask": {
186
- "shape": "S4r"
186
+ "shape": "S4s"
187
187
  }
188
188
  }
189
189
  },
@@ -211,7 +211,7 @@
211
211
  "shape": "S15"
212
212
  },
213
213
  "SecurityGroupIds": {
214
- "shape": "S53"
214
+ "shape": "S54"
215
215
  },
216
216
  "Tags": {
217
217
  "shape": "Sj"
@@ -234,7 +234,7 @@
234
234
  "DeploymentType": {},
235
235
  "WeeklyMaintenanceStartTime": {},
236
236
  "MetadataConfiguration": {
237
- "shape": "S58"
237
+ "shape": "S59"
238
238
  }
239
239
  }
240
240
  },
@@ -250,7 +250,7 @@
250
250
  "FileCachePath": {},
251
251
  "DataRepositoryPath": {},
252
252
  "DataRepositorySubdirectories": {
253
- "shape": "S4e"
253
+ "shape": "S4f"
254
254
  },
255
255
  "NFS": {
256
256
  "type": "structure",
@@ -260,7 +260,7 @@
260
260
  "members": {
261
261
  "Version": {},
262
262
  "DnsIps": {
263
- "shape": "S4h"
263
+ "shape": "S4i"
264
264
  }
265
265
  }
266
266
  }
@@ -284,7 +284,7 @@
284
284
  "FileCacheTypeVersion": {},
285
285
  "Lifecycle": {},
286
286
  "FailureDetails": {
287
- "shape": "S5g"
287
+ "shape": "S5h"
288
288
  },
289
289
  "StorageCapacity": {
290
290
  "type": "integer"
@@ -306,10 +306,10 @@
306
306
  "type": "boolean"
307
307
  },
308
308
  "LustreConfiguration": {
309
- "shape": "S5h"
309
+ "shape": "S5i"
310
310
  },
311
311
  "DataRepositoryAssociationIds": {
312
- "shape": "S5i"
312
+ "shape": "S5j"
313
313
  }
314
314
  }
315
315
  }
@@ -338,17 +338,17 @@
338
338
  "shape": "S15"
339
339
  },
340
340
  "SecurityGroupIds": {
341
- "shape": "S53"
341
+ "shape": "S54"
342
342
  },
343
343
  "Tags": {
344
344
  "shape": "Sj"
345
345
  },
346
346
  "KmsKeyId": {},
347
347
  "WindowsConfiguration": {
348
- "shape": "S5k"
348
+ "shape": "S5l"
349
349
  },
350
350
  "LustreConfiguration": {
351
- "shape": "S5o"
351
+ "shape": "S5p"
352
352
  },
353
353
  "OntapConfiguration": {
354
354
  "type": "structure",
@@ -364,14 +364,14 @@
364
364
  "DeploymentType": {},
365
365
  "EndpointIpAddressRange": {},
366
366
  "FsxAdminPassword": {
367
- "shape": "S5r"
367
+ "shape": "S5s"
368
368
  },
369
369
  "DiskIopsConfiguration": {
370
- "shape": "S3q"
370
+ "shape": "S3r"
371
371
  },
372
372
  "PreferredSubnetId": {},
373
373
  "RouteTableIds": {
374
- "shape": "S3t"
374
+ "shape": "S3u"
375
375
  },
376
376
  "ThroughputCapacity": {
377
377
  "type": "integer"
@@ -381,7 +381,7 @@
381
381
  },
382
382
  "FileSystemTypeVersion": {},
383
383
  "OpenZFSConfiguration": {
384
- "shape": "S5s"
384
+ "shape": "S5t"
385
385
  }
386
386
  }
387
387
  },
@@ -410,22 +410,22 @@
410
410
  "shape": "S15"
411
411
  },
412
412
  "SecurityGroupIds": {
413
- "shape": "S53"
413
+ "shape": "S54"
414
414
  },
415
415
  "Tags": {
416
416
  "shape": "Sj"
417
417
  },
418
418
  "WindowsConfiguration": {
419
- "shape": "S5k"
419
+ "shape": "S5l"
420
420
  },
421
421
  "LustreConfiguration": {
422
- "shape": "S5o"
422
+ "shape": "S5p"
423
423
  },
424
424
  "StorageType": {},
425
425
  "KmsKeyId": {},
426
426
  "FileSystemTypeVersion": {},
427
427
  "OpenZFSConfiguration": {
428
- "shape": "S5s"
428
+ "shape": "S5t"
429
429
  },
430
430
  "StorageCapacity": {
431
431
  "type": "integer"
@@ -463,7 +463,7 @@
463
463
  "type": "structure",
464
464
  "members": {
465
465
  "Snapshot": {
466
- "shape": "S3g"
466
+ "shape": "S3i"
467
467
  }
468
468
  }
469
469
  },
@@ -485,7 +485,7 @@
485
485
  "members": {
486
486
  "NetBiosName": {},
487
487
  "SelfManagedActiveDirectoryConfiguration": {
488
- "shape": "S5l"
488
+ "shape": "S5m"
489
489
  }
490
490
  }
491
491
  },
@@ -495,7 +495,7 @@
495
495
  "FileSystemId": {},
496
496
  "Name": {},
497
497
  "SvmAdminPassword": {
498
- "shape": "S5r"
498
+ "shape": "S5s"
499
499
  },
500
500
  "Tags": {
501
501
  "shape": "Sj"
@@ -507,7 +507,7 @@
507
507
  "type": "structure",
508
508
  "members": {
509
509
  "StorageVirtualMachine": {
510
- "shape": "S65"
510
+ "shape": "S66"
511
511
  }
512
512
  }
513
513
  }
@@ -566,10 +566,10 @@
566
566
  "type": "boolean"
567
567
  },
568
568
  "NfsExports": {
569
- "shape": "S36"
569
+ "shape": "S37"
570
570
  },
571
571
  "UserAndGroupQuotas": {
572
- "shape": "S3d"
572
+ "shape": "S3e"
573
573
  }
574
574
  }
575
575
  }
@@ -874,7 +874,7 @@
874
874
  "member": {}
875
875
  },
876
876
  "Filters": {
877
- "shape": "S7d"
877
+ "shape": "S7e"
878
878
  },
879
879
  "MaxResults": {
880
880
  "type": "integer"
@@ -900,10 +900,10 @@
900
900
  "type": "structure",
901
901
  "members": {
902
902
  "AssociationIds": {
903
- "shape": "S5i"
903
+ "shape": "S5j"
904
904
  },
905
905
  "Filters": {
906
- "shape": "S7d"
906
+ "shape": "S7e"
907
907
  },
908
908
  "MaxResults": {
909
909
  "type": "integer"
@@ -917,7 +917,7 @@
917
917
  "Associations": {
918
918
  "type": "list",
919
919
  "member": {
920
- "shape": "S4b"
920
+ "shape": "S4c"
921
921
  }
922
922
  },
923
923
  "NextToken": {}
@@ -958,7 +958,7 @@
958
958
  "DataRepositoryTasks": {
959
959
  "type": "list",
960
960
  "member": {
961
- "shape": "S4r"
961
+ "shape": "S4s"
962
962
  }
963
963
  },
964
964
  "NextToken": {}
@@ -985,7 +985,7 @@
985
985
  "FileCaches": {
986
986
  "type": "list",
987
987
  "member": {
988
- "shape": "S83"
988
+ "shape": "S84"
989
989
  }
990
990
  },
991
991
  "NextToken": {}
@@ -1080,7 +1080,7 @@
1080
1080
  "Snapshots": {
1081
1081
  "type": "list",
1082
1082
  "member": {
1083
- "shape": "S3g"
1083
+ "shape": "S3i"
1084
1084
  }
1085
1085
  },
1086
1086
  "NextToken": {}
@@ -1120,7 +1120,7 @@
1120
1120
  "StorageVirtualMachines": {
1121
1121
  "type": "list",
1122
1122
  "member": {
1123
- "shape": "S65"
1123
+ "shape": "S66"
1124
1124
  }
1125
1125
  },
1126
1126
  "NextToken": {}
@@ -1263,7 +1263,10 @@
1263
1263
  "type": "structure",
1264
1264
  "members": {
1265
1265
  "VolumeId": {},
1266
- "Lifecycle": {}
1266
+ "Lifecycle": {},
1267
+ "AdministrativeActions": {
1268
+ "shape": "S2b"
1269
+ }
1267
1270
  }
1268
1271
  },
1269
1272
  "idempotent": true
@@ -1324,7 +1327,7 @@
1324
1327
  "type": "integer"
1325
1328
  },
1326
1329
  "S3": {
1327
- "shape": "S45"
1330
+ "shape": "S46"
1328
1331
  }
1329
1332
  }
1330
1333
  },
@@ -1332,7 +1335,7 @@
1332
1335
  "type": "structure",
1333
1336
  "members": {
1334
1337
  "Association": {
1335
- "shape": "S4b"
1338
+ "shape": "S4c"
1336
1339
  }
1337
1340
  }
1338
1341
  },
@@ -1361,7 +1364,7 @@
1361
1364
  "type": "structure",
1362
1365
  "members": {
1363
1366
  "FileCache": {
1364
- "shape": "S83"
1367
+ "shape": "S84"
1365
1368
  }
1366
1369
  }
1367
1370
  },
@@ -1393,10 +1396,10 @@
1393
1396
  "type": "integer"
1394
1397
  },
1395
1398
  "SelfManagedActiveDirectoryConfiguration": {
1396
- "shape": "S9n"
1399
+ "shape": "S9o"
1397
1400
  },
1398
1401
  "AuditLogConfiguration": {
1399
- "shape": "S5n"
1402
+ "shape": "S5o"
1400
1403
  }
1401
1404
  }
1402
1405
  },
@@ -1411,7 +1414,7 @@
1411
1414
  "AutoImportPolicy": {},
1412
1415
  "DataCompressionType": {},
1413
1416
  "LogConfiguration": {
1414
- "shape": "S5p"
1417
+ "shape": "S5q"
1415
1418
  },
1416
1419
  "RootSquashConfiguration": {
1417
1420
  "shape": "S27"
@@ -1426,14 +1429,20 @@
1426
1429
  },
1427
1430
  "DailyAutomaticBackupStartTime": {},
1428
1431
  "FsxAdminPassword": {
1429
- "shape": "S5r"
1432
+ "shape": "S5s"
1430
1433
  },
1431
1434
  "WeeklyMaintenanceStartTime": {},
1432
1435
  "DiskIopsConfiguration": {
1433
- "shape": "S3q"
1436
+ "shape": "S3r"
1434
1437
  },
1435
1438
  "ThroughputCapacity": {
1436
1439
  "type": "integer"
1440
+ },
1441
+ "AddRouteTableIds": {
1442
+ "shape": "S3u"
1443
+ },
1444
+ "RemoveRouteTableIds": {
1445
+ "shape": "S3u"
1437
1446
  }
1438
1447
  }
1439
1448
  },
@@ -1455,7 +1464,7 @@
1455
1464
  },
1456
1465
  "WeeklyMaintenanceStartTime": {},
1457
1466
  "DiskIopsConfiguration": {
1458
- "shape": "S3q"
1467
+ "shape": "S3r"
1459
1468
  }
1460
1469
  }
1461
1470
  }
@@ -1489,7 +1498,7 @@
1489
1498
  "type": "structure",
1490
1499
  "members": {
1491
1500
  "Snapshot": {
1492
- "shape": "S3g"
1501
+ "shape": "S3i"
1493
1502
  }
1494
1503
  }
1495
1504
  },
@@ -1506,7 +1515,7 @@
1506
1515
  "type": "structure",
1507
1516
  "members": {
1508
1517
  "SelfManagedActiveDirectoryConfiguration": {
1509
- "shape": "S9n"
1518
+ "shape": "S9o"
1510
1519
  }
1511
1520
  }
1512
1521
  },
@@ -1515,7 +1524,7 @@
1515
1524
  },
1516
1525
  "StorageVirtualMachineId": {},
1517
1526
  "SvmAdminPassword": {
1518
- "shape": "S5r"
1527
+ "shape": "S5s"
1519
1528
  }
1520
1529
  }
1521
1530
  },
@@ -1523,7 +1532,7 @@
1523
1532
  "type": "structure",
1524
1533
  "members": {
1525
1534
  "StorageVirtualMachine": {
1526
- "shape": "S65"
1535
+ "shape": "S66"
1527
1536
  }
1528
1537
  }
1529
1538
  }
@@ -1552,6 +1561,10 @@
1552
1561
  },
1553
1562
  "TieringPolicy": {
1554
1563
  "shape": "S2q"
1564
+ },
1565
+ "SnapshotPolicy": {},
1566
+ "CopyTagsToBackups": {
1567
+ "type": "boolean"
1555
1568
  }
1556
1569
  }
1557
1570
  },
@@ -1570,10 +1583,10 @@
1570
1583
  },
1571
1584
  "DataCompressionType": {},
1572
1585
  "NfsExports": {
1573
- "shape": "S36"
1586
+ "shape": "S37"
1574
1587
  },
1575
1588
  "UserAndGroupQuotas": {
1576
- "shape": "S3d"
1589
+ "shape": "S3e"
1577
1590
  },
1578
1591
  "ReadOnly": {
1579
1592
  "type": "boolean"
@@ -1804,19 +1817,19 @@
1804
1817
  "type": "structure",
1805
1818
  "members": {
1806
1819
  "Intercluster": {
1807
- "shape": "S3o"
1820
+ "shape": "S3p"
1808
1821
  },
1809
1822
  "Management": {
1810
- "shape": "S3o"
1823
+ "shape": "S3p"
1811
1824
  }
1812
1825
  }
1813
1826
  },
1814
1827
  "DiskIopsConfiguration": {
1815
- "shape": "S3q"
1828
+ "shape": "S3r"
1816
1829
  },
1817
1830
  "PreferredSubnetId": {},
1818
1831
  "RouteTableIds": {
1819
- "shape": "S3t"
1832
+ "shape": "S3u"
1820
1833
  },
1821
1834
  "ThroughputCapacity": {
1822
1835
  "type": "integer"
@@ -1844,7 +1857,7 @@
1844
1857
  },
1845
1858
  "WeeklyMaintenanceStartTime": {},
1846
1859
  "DiskIopsConfiguration": {
1847
- "shape": "S3q"
1860
+ "shape": "S3r"
1848
1861
  },
1849
1862
  "RootVolumeId": {}
1850
1863
  }
@@ -1927,7 +1940,7 @@
1927
1940
  "shape": "S2h"
1928
1941
  },
1929
1942
  "TargetSnapshotValues": {
1930
- "shape": "S3g"
1943
+ "shape": "S3i"
1931
1944
  }
1932
1945
  }
1933
1946
  }
@@ -1961,7 +1974,11 @@
1961
1974
  "shape": "S2q"
1962
1975
  },
1963
1976
  "UUID": {},
1964
- "OntapVolumeType": {}
1977
+ "OntapVolumeType": {},
1978
+ "SnapshotPolicy": {},
1979
+ "CopyTagsToBackups": {
1980
+ "type": "boolean"
1981
+ }
1965
1982
  }
1966
1983
  },
1967
1984
  "ResourceARN": {},
@@ -1971,7 +1988,7 @@
1971
1988
  "VolumeId": {},
1972
1989
  "VolumeType": {},
1973
1990
  "LifecycleTransitionReason": {
1974
- "shape": "S2x"
1991
+ "shape": "S2y"
1975
1992
  },
1976
1993
  "AdministrativeActions": {
1977
1994
  "shape": "S2b"
@@ -2005,10 +2022,17 @@
2005
2022
  "type": "boolean"
2006
2023
  },
2007
2024
  "NfsExports": {
2008
- "shape": "S36"
2025
+ "shape": "S37"
2009
2026
  },
2010
2027
  "UserAndGroupQuotas": {
2011
- "shape": "S3d"
2028
+ "shape": "S3e"
2029
+ },
2030
+ "RestoreToSnapshot": {},
2031
+ "DeleteIntermediateSnaphots": {
2032
+ "type": "boolean"
2033
+ },
2034
+ "DeleteClonedVolumes": {
2035
+ "type": "boolean"
2012
2036
  }
2013
2037
  }
2014
2038
  }
@@ -2023,13 +2047,13 @@
2023
2047
  "Name": {}
2024
2048
  }
2025
2049
  },
2026
- "S2x": {
2050
+ "S2y": {
2027
2051
  "type": "structure",
2028
2052
  "members": {
2029
2053
  "Message": {}
2030
2054
  }
2031
2055
  },
2032
- "S36": {
2056
+ "S37": {
2033
2057
  "type": "list",
2034
2058
  "member": {
2035
2059
  "type": "structure",
@@ -2057,7 +2081,7 @@
2057
2081
  }
2058
2082
  }
2059
2083
  },
2060
- "S3d": {
2084
+ "S3e": {
2061
2085
  "type": "list",
2062
2086
  "member": {
2063
2087
  "type": "structure",
@@ -2077,7 +2101,7 @@
2077
2101
  }
2078
2102
  }
2079
2103
  },
2080
- "S3g": {
2104
+ "S3i": {
2081
2105
  "type": "structure",
2082
2106
  "members": {
2083
2107
  "ResourceARN": {},
@@ -2089,7 +2113,7 @@
2089
2113
  },
2090
2114
  "Lifecycle": {},
2091
2115
  "LifecycleTransitionReason": {
2092
- "shape": "S2x"
2116
+ "shape": "S2y"
2093
2117
  },
2094
2118
  "Tags": {
2095
2119
  "shape": "Sj"
@@ -2099,20 +2123,20 @@
2099
2123
  }
2100
2124
  }
2101
2125
  },
2102
- "S3o": {
2126
+ "S3p": {
2103
2127
  "type": "structure",
2104
2128
  "members": {
2105
2129
  "DNSName": {},
2106
2130
  "IpAddresses": {
2107
- "shape": "S3p"
2131
+ "shape": "S3q"
2108
2132
  }
2109
2133
  }
2110
2134
  },
2111
- "S3p": {
2135
+ "S3q": {
2112
2136
  "type": "list",
2113
2137
  "member": {}
2114
2138
  },
2115
- "S3q": {
2139
+ "S3r": {
2116
2140
  "type": "structure",
2117
2141
  "members": {
2118
2142
  "Mode": {},
@@ -2121,39 +2145,39 @@
2121
2145
  }
2122
2146
  }
2123
2147
  },
2124
- "S3t": {
2148
+ "S3u": {
2125
2149
  "type": "list",
2126
2150
  "member": {}
2127
2151
  },
2128
- "S45": {
2152
+ "S46": {
2129
2153
  "type": "structure",
2130
2154
  "members": {
2131
2155
  "AutoImportPolicy": {
2132
2156
  "type": "structure",
2133
2157
  "members": {
2134
2158
  "Events": {
2135
- "shape": "S47"
2159
+ "shape": "S48"
2136
2160
  }
2137
2161
  }
2138
2162
  },
2139
2163
  "AutoExportPolicy": {
2140
- "shape": "S49"
2164
+ "shape": "S4a"
2141
2165
  }
2142
2166
  }
2143
2167
  },
2144
- "S47": {
2168
+ "S48": {
2145
2169
  "type": "list",
2146
2170
  "member": {}
2147
2171
  },
2148
- "S49": {
2172
+ "S4a": {
2149
2173
  "type": "structure",
2150
2174
  "members": {
2151
2175
  "Events": {
2152
- "shape": "S47"
2176
+ "shape": "S48"
2153
2177
  }
2154
2178
  }
2155
2179
  },
2156
- "S4b": {
2180
+ "S4c": {
2157
2181
  "type": "structure",
2158
2182
  "members": {
2159
2183
  "AssociationId": {},
@@ -2172,7 +2196,7 @@
2172
2196
  "type": "integer"
2173
2197
  },
2174
2198
  "S3": {
2175
- "shape": "S45"
2199
+ "shape": "S46"
2176
2200
  },
2177
2201
  "Tags": {
2178
2202
  "shape": "Sj"
@@ -2183,7 +2207,7 @@
2183
2207
  "FileCacheId": {},
2184
2208
  "FileCachePath": {},
2185
2209
  "DataRepositorySubdirectories": {
2186
- "shape": "S4e"
2210
+ "shape": "S4f"
2187
2211
  },
2188
2212
  "NFS": {
2189
2213
  "type": "structure",
@@ -2193,28 +2217,28 @@
2193
2217
  "members": {
2194
2218
  "Version": {},
2195
2219
  "DnsIps": {
2196
- "shape": "S4h"
2220
+ "shape": "S4i"
2197
2221
  },
2198
2222
  "AutoExportPolicy": {
2199
- "shape": "S49"
2223
+ "shape": "S4a"
2200
2224
  }
2201
2225
  }
2202
2226
  }
2203
2227
  }
2204
2228
  },
2205
- "S4e": {
2229
+ "S4f": {
2206
2230
  "type": "list",
2207
2231
  "member": {}
2208
2232
  },
2209
- "S4h": {
2233
+ "S4i": {
2210
2234
  "type": "list",
2211
2235
  "member": {}
2212
2236
  },
2213
- "S4k": {
2237
+ "S4l": {
2214
2238
  "type": "list",
2215
2239
  "member": {}
2216
2240
  },
2217
- "S4m": {
2241
+ "S4n": {
2218
2242
  "type": "structure",
2219
2243
  "required": [
2220
2244
  "Enabled"
@@ -2228,7 +2252,7 @@
2228
2252
  "Scope": {}
2229
2253
  }
2230
2254
  },
2231
- "S4r": {
2255
+ "S4s": {
2232
2256
  "type": "structure",
2233
2257
  "required": [
2234
2258
  "TaskId",
@@ -2255,7 +2279,7 @@
2255
2279
  },
2256
2280
  "FileSystemId": {},
2257
2281
  "Paths": {
2258
- "shape": "S4k"
2282
+ "shape": "S4l"
2259
2283
  },
2260
2284
  "FailureDetails": {
2261
2285
  "type": "structure",
@@ -2284,7 +2308,7 @@
2284
2308
  }
2285
2309
  },
2286
2310
  "Report": {
2287
- "shape": "S4m"
2311
+ "shape": "S4n"
2288
2312
  },
2289
2313
  "CapacityToRelease": {
2290
2314
  "type": "long"
@@ -2292,11 +2316,11 @@
2292
2316
  "FileCacheId": {}
2293
2317
  }
2294
2318
  },
2295
- "S53": {
2319
+ "S54": {
2296
2320
  "type": "list",
2297
2321
  "member": {}
2298
2322
  },
2299
- "S58": {
2323
+ "S59": {
2300
2324
  "type": "structure",
2301
2325
  "required": [
2302
2326
  "StorageCapacity"
@@ -2307,13 +2331,13 @@
2307
2331
  }
2308
2332
  }
2309
2333
  },
2310
- "S5g": {
2334
+ "S5h": {
2311
2335
  "type": "structure",
2312
2336
  "members": {
2313
2337
  "Message": {}
2314
2338
  }
2315
2339
  },
2316
- "S5h": {
2340
+ "S5i": {
2317
2341
  "type": "structure",
2318
2342
  "members": {
2319
2343
  "PerUnitStorageThroughput": {
@@ -2323,18 +2347,18 @@
2323
2347
  "MountName": {},
2324
2348
  "WeeklyMaintenanceStartTime": {},
2325
2349
  "MetadataConfiguration": {
2326
- "shape": "S58"
2350
+ "shape": "S59"
2327
2351
  },
2328
2352
  "LogConfiguration": {
2329
2353
  "shape": "S25"
2330
2354
  }
2331
2355
  }
2332
2356
  },
2333
- "S5i": {
2357
+ "S5j": {
2334
2358
  "type": "list",
2335
2359
  "member": {}
2336
2360
  },
2337
- "S5k": {
2361
+ "S5l": {
2338
2362
  "type": "structure",
2339
2363
  "required": [
2340
2364
  "ThroughputCapacity"
@@ -2342,7 +2366,7 @@
2342
2366
  "members": {
2343
2367
  "ActiveDirectoryId": {},
2344
2368
  "SelfManagedActiveDirectoryConfiguration": {
2345
- "shape": "S5l"
2369
+ "shape": "S5m"
2346
2370
  },
2347
2371
  "DeploymentType": {},
2348
2372
  "PreferredSubnetId": {},
@@ -2361,11 +2385,11 @@
2361
2385
  "shape": "S4"
2362
2386
  },
2363
2387
  "AuditLogConfiguration": {
2364
- "shape": "S5n"
2388
+ "shape": "S5o"
2365
2389
  }
2366
2390
  }
2367
2391
  },
2368
- "S5l": {
2392
+ "S5m": {
2369
2393
  "type": "structure",
2370
2394
  "required": [
2371
2395
  "DomainName",
@@ -2379,18 +2403,18 @@
2379
2403
  "FileSystemAdministratorsGroup": {},
2380
2404
  "UserName": {},
2381
2405
  "Password": {
2382
- "shape": "S5m"
2406
+ "shape": "S5n"
2383
2407
  },
2384
2408
  "DnsIps": {
2385
2409
  "shape": "S1h"
2386
2410
  }
2387
2411
  }
2388
2412
  },
2389
- "S5m": {
2413
+ "S5n": {
2390
2414
  "type": "string",
2391
2415
  "sensitive": true
2392
2416
  },
2393
- "S5n": {
2417
+ "S5o": {
2394
2418
  "type": "structure",
2395
2419
  "required": [
2396
2420
  "FileAccessAuditLogLevel",
@@ -2402,7 +2426,7 @@
2402
2426
  "AuditLogDestination": {}
2403
2427
  }
2404
2428
  },
2405
- "S5o": {
2429
+ "S5p": {
2406
2430
  "type": "structure",
2407
2431
  "members": {
2408
2432
  "WeeklyMaintenanceStartTime": {},
@@ -2426,14 +2450,14 @@
2426
2450
  "DriveCacheType": {},
2427
2451
  "DataCompressionType": {},
2428
2452
  "LogConfiguration": {
2429
- "shape": "S5p"
2453
+ "shape": "S5q"
2430
2454
  },
2431
2455
  "RootSquashConfiguration": {
2432
2456
  "shape": "S27"
2433
2457
  }
2434
2458
  }
2435
2459
  },
2436
- "S5p": {
2460
+ "S5q": {
2437
2461
  "type": "structure",
2438
2462
  "required": [
2439
2463
  "Level"
@@ -2443,11 +2467,11 @@
2443
2467
  "Destination": {}
2444
2468
  }
2445
2469
  },
2446
- "S5r": {
2470
+ "S5s": {
2447
2471
  "type": "string",
2448
2472
  "sensitive": true
2449
2473
  },
2450
- "S5s": {
2474
+ "S5t": {
2451
2475
  "type": "structure",
2452
2476
  "required": [
2453
2477
  "DeploymentType",
@@ -2470,7 +2494,7 @@
2470
2494
  },
2471
2495
  "WeeklyMaintenanceStartTime": {},
2472
2496
  "DiskIopsConfiguration": {
2473
- "shape": "S3q"
2497
+ "shape": "S3r"
2474
2498
  },
2475
2499
  "RootVolumeConfiguration": {
2476
2500
  "type": "structure",
@@ -2480,10 +2504,10 @@
2480
2504
  },
2481
2505
  "DataCompressionType": {},
2482
2506
  "NfsExports": {
2483
- "shape": "S36"
2507
+ "shape": "S37"
2484
2508
  },
2485
2509
  "UserAndGroupQuotas": {
2486
- "shape": "S3d"
2510
+ "shape": "S3e"
2487
2511
  },
2488
2512
  "CopyTagsToSnapshots": {
2489
2513
  "type": "boolean"
@@ -2495,7 +2519,7 @@
2495
2519
  }
2496
2520
  }
2497
2521
  },
2498
- "S65": {
2522
+ "S66": {
2499
2523
  "type": "structure",
2500
2524
  "members": {
2501
2525
  "ActiveDirectoryConfiguration": {
@@ -2514,16 +2538,16 @@
2514
2538
  "type": "structure",
2515
2539
  "members": {
2516
2540
  "Iscsi": {
2517
- "shape": "S68"
2541
+ "shape": "S69"
2518
2542
  },
2519
2543
  "Management": {
2520
- "shape": "S68"
2544
+ "shape": "S69"
2521
2545
  },
2522
2546
  "Nfs": {
2523
- "shape": "S68"
2547
+ "shape": "S69"
2524
2548
  },
2525
2549
  "Smb": {
2526
- "shape": "S68"
2550
+ "shape": "S69"
2527
2551
  }
2528
2552
  }
2529
2553
  },
@@ -2532,32 +2556,29 @@
2532
2556
  "Name": {},
2533
2557
  "ResourceARN": {},
2534
2558
  "StorageVirtualMachineId": {},
2535
- "Subtype": {},
2536
2559
  "UUID": {},
2537
2560
  "Tags": {
2538
2561
  "shape": "Sj"
2539
2562
  },
2540
2563
  "LifecycleTransitionReason": {
2541
- "shape": "S2x"
2564
+ "shape": "S2y"
2542
2565
  },
2543
2566
  "RootVolumeSecurityStyle": {}
2544
2567
  }
2545
2568
  },
2546
- "S68": {
2569
+ "S69": {
2547
2570
  "type": "structure",
2548
2571
  "members": {
2549
2572
  "DNSName": {},
2550
2573
  "IpAddresses": {
2551
- "shape": "S3p"
2574
+ "shape": "S3q"
2552
2575
  }
2553
2576
  }
2554
2577
  },
2555
2578
  "S6c": {
2556
2579
  "type": "structure",
2557
2580
  "required": [
2558
- "JunctionPath",
2559
2581
  "SizeInMegabytes",
2560
- "StorageEfficiencyEnabled",
2561
2582
  "StorageVirtualMachineId"
2562
2583
  ],
2563
2584
  "members": {
@@ -2572,10 +2593,15 @@
2572
2593
  "StorageVirtualMachineId": {},
2573
2594
  "TieringPolicy": {
2574
2595
  "shape": "S2q"
2596
+ },
2597
+ "OntapVolumeType": {},
2598
+ "SnapshotPolicy": {},
2599
+ "CopyTagsToBackups": {
2600
+ "type": "boolean"
2575
2601
  }
2576
2602
  }
2577
2603
  },
2578
- "S7d": {
2604
+ "S7e": {
2579
2605
  "type": "list",
2580
2606
  "member": {
2581
2607
  "type": "structure",
@@ -2588,7 +2614,7 @@
2588
2614
  }
2589
2615
  }
2590
2616
  },
2591
- "S83": {
2617
+ "S84": {
2592
2618
  "type": "structure",
2593
2619
  "members": {
2594
2620
  "OwnerId": {},
@@ -2600,7 +2626,7 @@
2600
2626
  "FileCacheTypeVersion": {},
2601
2627
  "Lifecycle": {},
2602
2628
  "FailureDetails": {
2603
- "shape": "S5g"
2629
+ "shape": "S5h"
2604
2630
  },
2605
2631
  "StorageCapacity": {
2606
2632
  "type": "integer"
@@ -2616,19 +2642,19 @@
2616
2642
  "KmsKeyId": {},
2617
2643
  "ResourceARN": {},
2618
2644
  "LustreConfiguration": {
2619
- "shape": "S5h"
2645
+ "shape": "S5i"
2620
2646
  },
2621
2647
  "DataRepositoryAssociationIds": {
2622
- "shape": "S5i"
2648
+ "shape": "S5j"
2623
2649
  }
2624
2650
  }
2625
2651
  },
2626
- "S9n": {
2652
+ "S9o": {
2627
2653
  "type": "structure",
2628
2654
  "members": {
2629
2655
  "UserName": {},
2630
2656
  "Password": {
2631
- "shape": "S5m"
2657
+ "shape": "S5n"
2632
2658
  },
2633
2659
  "DnsIps": {
2634
2660
  "shape": "S1h"