cdk-comprehend-s3olap 2.0.109 → 2.0.111
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/.jsii +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +14 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +46 -2
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +39 -9
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +404 -78
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.min.json +1461 -0
- package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +3 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +811 -777
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +119 -41
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +35 -34
- package/node_modules/aws-sdk/clients/acm.d.ts +94 -17
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +25 -0
- package/node_modules/aws-sdk/clients/fsx.d.ts +406 -30
- package/node_modules/aws-sdk/clients/migrationhuborchestrator.d.ts +1840 -0
- package/node_modules/aws-sdk/clients/migrationhuborchestrator.js +19 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/clients/proton.d.ts +132 -127
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +45 -2
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +44 -44
- package/node_modules/aws-sdk/clients/translate.d.ts +53 -0
- package/node_modules/aws-sdk/clients/workspaces.d.ts +6 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +6 -9
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +60 -19
- package/node_modules/aws-sdk/dist/aws-sdk.js +175 -53
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +4 -6
- package/node_modules/aws-sdk/lib/model/api.js +0 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/bin/esbuild +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.d.ts +7 -2
- package/node_modules/esbuild/lib/main.js +8 -8
- package/node_modules/esbuild/package.json +23 -23
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +7 -7
@@ -118,7 +118,6 @@
|
|
118
118
|
"type": "structure",
|
119
119
|
"required": [
|
120
120
|
"FileSystemId",
|
121
|
-
"FileSystemPath",
|
122
121
|
"DataRepositoryPath"
|
123
122
|
],
|
124
123
|
"members": {
|
@@ -163,17 +162,20 @@
|
|
163
162
|
"members": {
|
164
163
|
"Type": {},
|
165
164
|
"Paths": {
|
166
|
-
"shape": "
|
165
|
+
"shape": "S4k"
|
167
166
|
},
|
168
167
|
"FileSystemId": {},
|
169
168
|
"Report": {
|
170
|
-
"shape": "
|
169
|
+
"shape": "S4m"
|
171
170
|
},
|
172
171
|
"ClientRequestToken": {
|
173
172
|
"idempotencyToken": true
|
174
173
|
},
|
175
174
|
"Tags": {
|
176
175
|
"shape": "Sj"
|
176
|
+
},
|
177
|
+
"CapacityToRelease": {
|
178
|
+
"type": "long"
|
177
179
|
}
|
178
180
|
}
|
179
181
|
},
|
@@ -181,7 +183,135 @@
|
|
181
183
|
"type": "structure",
|
182
184
|
"members": {
|
183
185
|
"DataRepositoryTask": {
|
184
|
-
"shape": "
|
186
|
+
"shape": "S4r"
|
187
|
+
}
|
188
|
+
}
|
189
|
+
},
|
190
|
+
"idempotent": true
|
191
|
+
},
|
192
|
+
"CreateFileCache": {
|
193
|
+
"input": {
|
194
|
+
"type": "structure",
|
195
|
+
"required": [
|
196
|
+
"FileCacheType",
|
197
|
+
"FileCacheTypeVersion",
|
198
|
+
"StorageCapacity",
|
199
|
+
"SubnetIds"
|
200
|
+
],
|
201
|
+
"members": {
|
202
|
+
"ClientRequestToken": {
|
203
|
+
"idempotencyToken": true
|
204
|
+
},
|
205
|
+
"FileCacheType": {},
|
206
|
+
"FileCacheTypeVersion": {},
|
207
|
+
"StorageCapacity": {
|
208
|
+
"type": "integer"
|
209
|
+
},
|
210
|
+
"SubnetIds": {
|
211
|
+
"shape": "S15"
|
212
|
+
},
|
213
|
+
"SecurityGroupIds": {
|
214
|
+
"shape": "S53"
|
215
|
+
},
|
216
|
+
"Tags": {
|
217
|
+
"shape": "Sj"
|
218
|
+
},
|
219
|
+
"CopyTagsToDataRepositoryAssociations": {
|
220
|
+
"type": "boolean"
|
221
|
+
},
|
222
|
+
"KmsKeyId": {},
|
223
|
+
"LustreConfiguration": {
|
224
|
+
"type": "structure",
|
225
|
+
"required": [
|
226
|
+
"PerUnitStorageThroughput",
|
227
|
+
"DeploymentType",
|
228
|
+
"MetadataConfiguration"
|
229
|
+
],
|
230
|
+
"members": {
|
231
|
+
"PerUnitStorageThroughput": {
|
232
|
+
"type": "integer"
|
233
|
+
},
|
234
|
+
"DeploymentType": {},
|
235
|
+
"WeeklyMaintenanceStartTime": {},
|
236
|
+
"MetadataConfiguration": {
|
237
|
+
"shape": "S58"
|
238
|
+
}
|
239
|
+
}
|
240
|
+
},
|
241
|
+
"DataRepositoryAssociations": {
|
242
|
+
"type": "list",
|
243
|
+
"member": {
|
244
|
+
"type": "structure",
|
245
|
+
"required": [
|
246
|
+
"FileCachePath",
|
247
|
+
"DataRepositoryPath"
|
248
|
+
],
|
249
|
+
"members": {
|
250
|
+
"FileCachePath": {},
|
251
|
+
"DataRepositoryPath": {},
|
252
|
+
"DataRepositorySubdirectories": {
|
253
|
+
"shape": "S4e"
|
254
|
+
},
|
255
|
+
"NFS": {
|
256
|
+
"type": "structure",
|
257
|
+
"required": [
|
258
|
+
"Version"
|
259
|
+
],
|
260
|
+
"members": {
|
261
|
+
"Version": {},
|
262
|
+
"DnsIps": {
|
263
|
+
"shape": "S4h"
|
264
|
+
}
|
265
|
+
}
|
266
|
+
}
|
267
|
+
}
|
268
|
+
}
|
269
|
+
}
|
270
|
+
}
|
271
|
+
},
|
272
|
+
"output": {
|
273
|
+
"type": "structure",
|
274
|
+
"members": {
|
275
|
+
"FileCache": {
|
276
|
+
"type": "structure",
|
277
|
+
"members": {
|
278
|
+
"OwnerId": {},
|
279
|
+
"CreationTime": {
|
280
|
+
"type": "timestamp"
|
281
|
+
},
|
282
|
+
"FileCacheId": {},
|
283
|
+
"FileCacheType": {},
|
284
|
+
"FileCacheTypeVersion": {},
|
285
|
+
"Lifecycle": {},
|
286
|
+
"FailureDetails": {
|
287
|
+
"shape": "S5g"
|
288
|
+
},
|
289
|
+
"StorageCapacity": {
|
290
|
+
"type": "integer"
|
291
|
+
},
|
292
|
+
"VpcId": {},
|
293
|
+
"SubnetIds": {
|
294
|
+
"shape": "S15"
|
295
|
+
},
|
296
|
+
"NetworkInterfaceIds": {
|
297
|
+
"shape": "S17"
|
298
|
+
},
|
299
|
+
"DNSName": {},
|
300
|
+
"KmsKeyId": {},
|
301
|
+
"ResourceARN": {},
|
302
|
+
"Tags": {
|
303
|
+
"shape": "Sj"
|
304
|
+
},
|
305
|
+
"CopyTagsToDataRepositoryAssociations": {
|
306
|
+
"type": "boolean"
|
307
|
+
},
|
308
|
+
"LustreConfiguration": {
|
309
|
+
"shape": "S5h"
|
310
|
+
},
|
311
|
+
"DataRepositoryAssociationIds": {
|
312
|
+
"shape": "S5i"
|
313
|
+
}
|
314
|
+
}
|
185
315
|
}
|
186
316
|
}
|
187
317
|
},
|
@@ -208,17 +338,17 @@
|
|
208
338
|
"shape": "S15"
|
209
339
|
},
|
210
340
|
"SecurityGroupIds": {
|
211
|
-
"shape": "
|
341
|
+
"shape": "S53"
|
212
342
|
},
|
213
343
|
"Tags": {
|
214
344
|
"shape": "Sj"
|
215
345
|
},
|
216
346
|
"KmsKeyId": {},
|
217
347
|
"WindowsConfiguration": {
|
218
|
-
"shape": "
|
348
|
+
"shape": "S5k"
|
219
349
|
},
|
220
350
|
"LustreConfiguration": {
|
221
|
-
"shape": "
|
351
|
+
"shape": "S5o"
|
222
352
|
},
|
223
353
|
"OntapConfiguration": {
|
224
354
|
"type": "structure",
|
@@ -234,7 +364,7 @@
|
|
234
364
|
"DeploymentType": {},
|
235
365
|
"EndpointIpAddressRange": {},
|
236
366
|
"FsxAdminPassword": {
|
237
|
-
"shape": "
|
367
|
+
"shape": "S5r"
|
238
368
|
},
|
239
369
|
"DiskIopsConfiguration": {
|
240
370
|
"shape": "S3q"
|
@@ -251,7 +381,7 @@
|
|
251
381
|
},
|
252
382
|
"FileSystemTypeVersion": {},
|
253
383
|
"OpenZFSConfiguration": {
|
254
|
-
"shape": "
|
384
|
+
"shape": "S5s"
|
255
385
|
}
|
256
386
|
}
|
257
387
|
},
|
@@ -280,22 +410,25 @@
|
|
280
410
|
"shape": "S15"
|
281
411
|
},
|
282
412
|
"SecurityGroupIds": {
|
283
|
-
"shape": "
|
413
|
+
"shape": "S53"
|
284
414
|
},
|
285
415
|
"Tags": {
|
286
416
|
"shape": "Sj"
|
287
417
|
},
|
288
418
|
"WindowsConfiguration": {
|
289
|
-
"shape": "
|
419
|
+
"shape": "S5k"
|
290
420
|
},
|
291
421
|
"LustreConfiguration": {
|
292
|
-
"shape": "
|
422
|
+
"shape": "S5o"
|
293
423
|
},
|
294
424
|
"StorageType": {},
|
295
425
|
"KmsKeyId": {},
|
296
426
|
"FileSystemTypeVersion": {},
|
297
427
|
"OpenZFSConfiguration": {
|
298
|
-
"shape": "
|
428
|
+
"shape": "S5s"
|
429
|
+
},
|
430
|
+
"StorageCapacity": {
|
431
|
+
"type": "integer"
|
299
432
|
}
|
300
433
|
}
|
301
434
|
},
|
@@ -352,7 +485,7 @@
|
|
352
485
|
"members": {
|
353
486
|
"NetBiosName": {},
|
354
487
|
"SelfManagedActiveDirectoryConfiguration": {
|
355
|
-
"shape": "
|
488
|
+
"shape": "S5l"
|
356
489
|
}
|
357
490
|
}
|
358
491
|
},
|
@@ -362,7 +495,7 @@
|
|
362
495
|
"FileSystemId": {},
|
363
496
|
"Name": {},
|
364
497
|
"SvmAdminPassword": {
|
365
|
-
"shape": "
|
498
|
+
"shape": "S5r"
|
366
499
|
},
|
367
500
|
"Tags": {
|
368
501
|
"shape": "Sj"
|
@@ -374,7 +507,7 @@
|
|
374
507
|
"type": "structure",
|
375
508
|
"members": {
|
376
509
|
"StorageVirtualMachine": {
|
377
|
-
"shape": "
|
510
|
+
"shape": "S65"
|
378
511
|
}
|
379
512
|
}
|
380
513
|
}
|
@@ -393,7 +526,7 @@
|
|
393
526
|
"VolumeType": {},
|
394
527
|
"Name": {},
|
395
528
|
"OntapConfiguration": {
|
396
|
-
"shape": "
|
529
|
+
"shape": "S6c"
|
397
530
|
},
|
398
531
|
"Tags": {
|
399
532
|
"shape": "Sj"
|
@@ -465,7 +598,7 @@
|
|
465
598
|
},
|
466
599
|
"Name": {},
|
467
600
|
"OntapConfiguration": {
|
468
|
-
"shape": "
|
601
|
+
"shape": "S6c"
|
469
602
|
},
|
470
603
|
"Tags": {
|
471
604
|
"shape": "Sj"
|
@@ -507,8 +640,7 @@
|
|
507
640
|
"input": {
|
508
641
|
"type": "structure",
|
509
642
|
"required": [
|
510
|
-
"AssociationId"
|
511
|
-
"DeleteDataInFileSystem"
|
643
|
+
"AssociationId"
|
512
644
|
],
|
513
645
|
"members": {
|
514
646
|
"AssociationId": {},
|
@@ -532,6 +664,28 @@
|
|
532
664
|
},
|
533
665
|
"idempotent": true
|
534
666
|
},
|
667
|
+
"DeleteFileCache": {
|
668
|
+
"input": {
|
669
|
+
"type": "structure",
|
670
|
+
"required": [
|
671
|
+
"FileCacheId"
|
672
|
+
],
|
673
|
+
"members": {
|
674
|
+
"FileCacheId": {},
|
675
|
+
"ClientRequestToken": {
|
676
|
+
"idempotencyToken": true
|
677
|
+
}
|
678
|
+
}
|
679
|
+
},
|
680
|
+
"output": {
|
681
|
+
"type": "structure",
|
682
|
+
"members": {
|
683
|
+
"FileCacheId": {},
|
684
|
+
"Lifecycle": {}
|
685
|
+
}
|
686
|
+
},
|
687
|
+
"idempotent": true
|
688
|
+
},
|
535
689
|
"DeleteFileSystem": {
|
536
690
|
"input": {
|
537
691
|
"type": "structure",
|
@@ -720,7 +874,7 @@
|
|
720
874
|
"member": {}
|
721
875
|
},
|
722
876
|
"Filters": {
|
723
|
-
"shape": "
|
877
|
+
"shape": "S7d"
|
724
878
|
},
|
725
879
|
"MaxResults": {
|
726
880
|
"type": "integer"
|
@@ -746,11 +900,10 @@
|
|
746
900
|
"type": "structure",
|
747
901
|
"members": {
|
748
902
|
"AssociationIds": {
|
749
|
-
"
|
750
|
-
"member": {}
|
903
|
+
"shape": "S5i"
|
751
904
|
},
|
752
905
|
"Filters": {
|
753
|
-
"shape": "
|
906
|
+
"shape": "S7d"
|
754
907
|
},
|
755
908
|
"MaxResults": {
|
756
909
|
"type": "integer"
|
@@ -805,13 +958,41 @@
|
|
805
958
|
"DataRepositoryTasks": {
|
806
959
|
"type": "list",
|
807
960
|
"member": {
|
808
|
-
"shape": "
|
961
|
+
"shape": "S4r"
|
809
962
|
}
|
810
963
|
},
|
811
964
|
"NextToken": {}
|
812
965
|
}
|
813
966
|
}
|
814
967
|
},
|
968
|
+
"DescribeFileCaches": {
|
969
|
+
"input": {
|
970
|
+
"type": "structure",
|
971
|
+
"members": {
|
972
|
+
"FileCacheIds": {
|
973
|
+
"type": "list",
|
974
|
+
"member": {}
|
975
|
+
},
|
976
|
+
"MaxResults": {
|
977
|
+
"type": "integer"
|
978
|
+
},
|
979
|
+
"NextToken": {}
|
980
|
+
}
|
981
|
+
},
|
982
|
+
"output": {
|
983
|
+
"type": "structure",
|
984
|
+
"members": {
|
985
|
+
"FileCaches": {
|
986
|
+
"type": "list",
|
987
|
+
"member": {
|
988
|
+
"shape": "S83"
|
989
|
+
}
|
990
|
+
},
|
991
|
+
"NextToken": {}
|
992
|
+
}
|
993
|
+
},
|
994
|
+
"idempotent": true
|
995
|
+
},
|
815
996
|
"DescribeFileSystemAliases": {
|
816
997
|
"input": {
|
817
998
|
"type": "structure",
|
@@ -939,7 +1120,7 @@
|
|
939
1120
|
"StorageVirtualMachines": {
|
940
1121
|
"type": "list",
|
941
1122
|
"member": {
|
942
|
-
"shape": "
|
1123
|
+
"shape": "S65"
|
943
1124
|
}
|
944
1125
|
},
|
945
1126
|
"NextToken": {}
|
@@ -1157,6 +1338,35 @@
|
|
1157
1338
|
},
|
1158
1339
|
"idempotent": true
|
1159
1340
|
},
|
1341
|
+
"UpdateFileCache": {
|
1342
|
+
"input": {
|
1343
|
+
"type": "structure",
|
1344
|
+
"required": [
|
1345
|
+
"FileCacheId"
|
1346
|
+
],
|
1347
|
+
"members": {
|
1348
|
+
"FileCacheId": {},
|
1349
|
+
"ClientRequestToken": {
|
1350
|
+
"idempotencyToken": true
|
1351
|
+
},
|
1352
|
+
"LustreConfiguration": {
|
1353
|
+
"type": "structure",
|
1354
|
+
"members": {
|
1355
|
+
"WeeklyMaintenanceStartTime": {}
|
1356
|
+
}
|
1357
|
+
}
|
1358
|
+
}
|
1359
|
+
},
|
1360
|
+
"output": {
|
1361
|
+
"type": "structure",
|
1362
|
+
"members": {
|
1363
|
+
"FileCache": {
|
1364
|
+
"shape": "S83"
|
1365
|
+
}
|
1366
|
+
}
|
1367
|
+
},
|
1368
|
+
"idempotent": true
|
1369
|
+
},
|
1160
1370
|
"UpdateFileSystem": {
|
1161
1371
|
"input": {
|
1162
1372
|
"type": "structure",
|
@@ -1183,10 +1393,10 @@
|
|
1183
1393
|
"type": "integer"
|
1184
1394
|
},
|
1185
1395
|
"SelfManagedActiveDirectoryConfiguration": {
|
1186
|
-
"shape": "
|
1396
|
+
"shape": "S9n"
|
1187
1397
|
},
|
1188
1398
|
"AuditLogConfiguration": {
|
1189
|
-
"shape": "
|
1399
|
+
"shape": "S5n"
|
1190
1400
|
}
|
1191
1401
|
}
|
1192
1402
|
},
|
@@ -1201,7 +1411,7 @@
|
|
1201
1411
|
"AutoImportPolicy": {},
|
1202
1412
|
"DataCompressionType": {},
|
1203
1413
|
"LogConfiguration": {
|
1204
|
-
"shape": "
|
1414
|
+
"shape": "S5p"
|
1205
1415
|
},
|
1206
1416
|
"RootSquashConfiguration": {
|
1207
1417
|
"shape": "S27"
|
@@ -1216,7 +1426,7 @@
|
|
1216
1426
|
},
|
1217
1427
|
"DailyAutomaticBackupStartTime": {},
|
1218
1428
|
"FsxAdminPassword": {
|
1219
|
-
"shape": "
|
1429
|
+
"shape": "S5r"
|
1220
1430
|
},
|
1221
1431
|
"WeeklyMaintenanceStartTime": {},
|
1222
1432
|
"DiskIopsConfiguration": {
|
@@ -1296,7 +1506,7 @@
|
|
1296
1506
|
"type": "structure",
|
1297
1507
|
"members": {
|
1298
1508
|
"SelfManagedActiveDirectoryConfiguration": {
|
1299
|
-
"shape": "
|
1509
|
+
"shape": "S9n"
|
1300
1510
|
}
|
1301
1511
|
}
|
1302
1512
|
},
|
@@ -1305,7 +1515,7 @@
|
|
1305
1515
|
},
|
1306
1516
|
"StorageVirtualMachineId": {},
|
1307
1517
|
"SvmAdminPassword": {
|
1308
|
-
"shape": "
|
1518
|
+
"shape": "S5r"
|
1309
1519
|
}
|
1310
1520
|
}
|
1311
1521
|
},
|
@@ -1313,7 +1523,7 @@
|
|
1313
1523
|
"type": "structure",
|
1314
1524
|
"members": {
|
1315
1525
|
"StorageVirtualMachine": {
|
1316
|
-
"shape": "
|
1526
|
+
"shape": "S65"
|
1317
1527
|
}
|
1318
1528
|
}
|
1319
1529
|
}
|
@@ -1486,8 +1696,7 @@
|
|
1486
1696
|
"shape": "S15"
|
1487
1697
|
},
|
1488
1698
|
"NetworkInterfaceIds": {
|
1489
|
-
"
|
1490
|
-
"member": {}
|
1699
|
+
"shape": "S17"
|
1491
1700
|
},
|
1492
1701
|
"DNSName": {},
|
1493
1702
|
"KmsKeyId": {},
|
@@ -1572,14 +1781,7 @@
|
|
1572
1781
|
"DriveCacheType": {},
|
1573
1782
|
"DataCompressionType": {},
|
1574
1783
|
"LogConfiguration": {
|
1575
|
-
"
|
1576
|
-
"required": [
|
1577
|
-
"Level"
|
1578
|
-
],
|
1579
|
-
"members": {
|
1580
|
-
"Level": {},
|
1581
|
-
"Destination": {}
|
1582
|
-
}
|
1784
|
+
"shape": "S25"
|
1583
1785
|
},
|
1584
1786
|
"RootSquashConfiguration": {
|
1585
1787
|
"shape": "S27"
|
@@ -1653,6 +1855,10 @@
|
|
1653
1855
|
"type": "list",
|
1654
1856
|
"member": {}
|
1655
1857
|
},
|
1858
|
+
"S17": {
|
1859
|
+
"type": "list",
|
1860
|
+
"member": {}
|
1861
|
+
},
|
1656
1862
|
"S1c": {
|
1657
1863
|
"type": "structure",
|
1658
1864
|
"members": {
|
@@ -1675,6 +1881,16 @@
|
|
1675
1881
|
"Message": {}
|
1676
1882
|
}
|
1677
1883
|
},
|
1884
|
+
"S25": {
|
1885
|
+
"type": "structure",
|
1886
|
+
"required": [
|
1887
|
+
"Level"
|
1888
|
+
],
|
1889
|
+
"members": {
|
1890
|
+
"Level": {},
|
1891
|
+
"Destination": {}
|
1892
|
+
}
|
1893
|
+
},
|
1678
1894
|
"S27": {
|
1679
1895
|
"type": "structure",
|
1680
1896
|
"members": {
|
@@ -1921,12 +2137,7 @@
|
|
1921
2137
|
}
|
1922
2138
|
},
|
1923
2139
|
"AutoExportPolicy": {
|
1924
|
-
"
|
1925
|
-
"members": {
|
1926
|
-
"Events": {
|
1927
|
-
"shape": "S47"
|
1928
|
-
}
|
1929
|
-
}
|
2140
|
+
"shape": "S49"
|
1930
2141
|
}
|
1931
2142
|
}
|
1932
2143
|
},
|
@@ -1934,6 +2145,14 @@
|
|
1934
2145
|
"type": "list",
|
1935
2146
|
"member": {}
|
1936
2147
|
},
|
2148
|
+
"S49": {
|
2149
|
+
"type": "structure",
|
2150
|
+
"members": {
|
2151
|
+
"Events": {
|
2152
|
+
"shape": "S47"
|
2153
|
+
}
|
2154
|
+
}
|
2155
|
+
},
|
1937
2156
|
"S4b": {
|
1938
2157
|
"type": "structure",
|
1939
2158
|
"members": {
|
@@ -1960,14 +2179,42 @@
|
|
1960
2179
|
},
|
1961
2180
|
"CreationTime": {
|
1962
2181
|
"type": "timestamp"
|
2182
|
+
},
|
2183
|
+
"FileCacheId": {},
|
2184
|
+
"FileCachePath": {},
|
2185
|
+
"DataRepositorySubdirectories": {
|
2186
|
+
"shape": "S4e"
|
2187
|
+
},
|
2188
|
+
"NFS": {
|
2189
|
+
"type": "structure",
|
2190
|
+
"required": [
|
2191
|
+
"Version"
|
2192
|
+
],
|
2193
|
+
"members": {
|
2194
|
+
"Version": {},
|
2195
|
+
"DnsIps": {
|
2196
|
+
"shape": "S4h"
|
2197
|
+
},
|
2198
|
+
"AutoExportPolicy": {
|
2199
|
+
"shape": "S49"
|
2200
|
+
}
|
2201
|
+
}
|
1963
2202
|
}
|
1964
2203
|
}
|
1965
2204
|
},
|
1966
|
-
"
|
2205
|
+
"S4e": {
|
1967
2206
|
"type": "list",
|
1968
2207
|
"member": {}
|
1969
2208
|
},
|
1970
2209
|
"S4h": {
|
2210
|
+
"type": "list",
|
2211
|
+
"member": {}
|
2212
|
+
},
|
2213
|
+
"S4k": {
|
2214
|
+
"type": "list",
|
2215
|
+
"member": {}
|
2216
|
+
},
|
2217
|
+
"S4m": {
|
1971
2218
|
"type": "structure",
|
1972
2219
|
"required": [
|
1973
2220
|
"Enabled"
|
@@ -1981,14 +2228,13 @@
|
|
1981
2228
|
"Scope": {}
|
1982
2229
|
}
|
1983
2230
|
},
|
1984
|
-
"
|
2231
|
+
"S4r": {
|
1985
2232
|
"type": "structure",
|
1986
2233
|
"required": [
|
1987
2234
|
"TaskId",
|
1988
2235
|
"Lifecycle",
|
1989
2236
|
"Type",
|
1990
|
-
"CreationTime"
|
1991
|
-
"FileSystemId"
|
2237
|
+
"CreationTime"
|
1992
2238
|
],
|
1993
2239
|
"members": {
|
1994
2240
|
"TaskId": {},
|
@@ -2009,7 +2255,7 @@
|
|
2009
2255
|
},
|
2010
2256
|
"FileSystemId": {},
|
2011
2257
|
"Paths": {
|
2012
|
-
"shape": "
|
2258
|
+
"shape": "S4k"
|
2013
2259
|
},
|
2014
2260
|
"FailureDetails": {
|
2015
2261
|
"type": "structure",
|
@@ -2031,19 +2277,64 @@
|
|
2031
2277
|
},
|
2032
2278
|
"LastUpdatedTime": {
|
2033
2279
|
"type": "timestamp"
|
2280
|
+
},
|
2281
|
+
"ReleasedCapacity": {
|
2282
|
+
"type": "long"
|
2034
2283
|
}
|
2035
2284
|
}
|
2036
2285
|
},
|
2037
2286
|
"Report": {
|
2038
|
-
"shape": "
|
2287
|
+
"shape": "S4m"
|
2288
|
+
},
|
2289
|
+
"CapacityToRelease": {
|
2290
|
+
"type": "long"
|
2291
|
+
},
|
2292
|
+
"FileCacheId": {}
|
2293
|
+
}
|
2294
|
+
},
|
2295
|
+
"S53": {
|
2296
|
+
"type": "list",
|
2297
|
+
"member": {}
|
2298
|
+
},
|
2299
|
+
"S58": {
|
2300
|
+
"type": "structure",
|
2301
|
+
"required": [
|
2302
|
+
"StorageCapacity"
|
2303
|
+
],
|
2304
|
+
"members": {
|
2305
|
+
"StorageCapacity": {
|
2306
|
+
"type": "integer"
|
2307
|
+
}
|
2308
|
+
}
|
2309
|
+
},
|
2310
|
+
"S5g": {
|
2311
|
+
"type": "structure",
|
2312
|
+
"members": {
|
2313
|
+
"Message": {}
|
2314
|
+
}
|
2315
|
+
},
|
2316
|
+
"S5h": {
|
2317
|
+
"type": "structure",
|
2318
|
+
"members": {
|
2319
|
+
"PerUnitStorageThroughput": {
|
2320
|
+
"type": "integer"
|
2321
|
+
},
|
2322
|
+
"DeploymentType": {},
|
2323
|
+
"MountName": {},
|
2324
|
+
"WeeklyMaintenanceStartTime": {},
|
2325
|
+
"MetadataConfiguration": {
|
2326
|
+
"shape": "S58"
|
2327
|
+
},
|
2328
|
+
"LogConfiguration": {
|
2329
|
+
"shape": "S25"
|
2039
2330
|
}
|
2040
2331
|
}
|
2041
2332
|
},
|
2042
|
-
"
|
2333
|
+
"S5i": {
|
2043
2334
|
"type": "list",
|
2044
2335
|
"member": {}
|
2045
2336
|
},
|
2046
|
-
"
|
2337
|
+
"S5k": {
|
2047
2338
|
"type": "structure",
|
2048
2339
|
"required": [
|
2049
2340
|
"ThroughputCapacity"
|
@@ -2051,7 +2342,7 @@
|
|
2051
2342
|
"members": {
|
2052
2343
|
"ActiveDirectoryId": {},
|
2053
2344
|
"SelfManagedActiveDirectoryConfiguration": {
|
2054
|
-
"shape": "
|
2345
|
+
"shape": "S5l"
|
2055
2346
|
},
|
2056
2347
|
"DeploymentType": {},
|
2057
2348
|
"PreferredSubnetId": {},
|
@@ -2070,11 +2361,11 @@
|
|
2070
2361
|
"shape": "S4"
|
2071
2362
|
},
|
2072
2363
|
"AuditLogConfiguration": {
|
2073
|
-
"shape": "
|
2364
|
+
"shape": "S5n"
|
2074
2365
|
}
|
2075
2366
|
}
|
2076
2367
|
},
|
2077
|
-
"
|
2368
|
+
"S5l": {
|
2078
2369
|
"type": "structure",
|
2079
2370
|
"required": [
|
2080
2371
|
"DomainName",
|
@@ -2088,18 +2379,18 @@
|
|
2088
2379
|
"FileSystemAdministratorsGroup": {},
|
2089
2380
|
"UserName": {},
|
2090
2381
|
"Password": {
|
2091
|
-
"shape": "
|
2382
|
+
"shape": "S5m"
|
2092
2383
|
},
|
2093
2384
|
"DnsIps": {
|
2094
2385
|
"shape": "S1h"
|
2095
2386
|
}
|
2096
2387
|
}
|
2097
2388
|
},
|
2098
|
-
"
|
2389
|
+
"S5m": {
|
2099
2390
|
"type": "string",
|
2100
2391
|
"sensitive": true
|
2101
2392
|
},
|
2102
|
-
"
|
2393
|
+
"S5n": {
|
2103
2394
|
"type": "structure",
|
2104
2395
|
"required": [
|
2105
2396
|
"FileAccessAuditLogLevel",
|
@@ -2111,7 +2402,7 @@
|
|
2111
2402
|
"AuditLogDestination": {}
|
2112
2403
|
}
|
2113
2404
|
},
|
2114
|
-
"
|
2405
|
+
"S5o": {
|
2115
2406
|
"type": "structure",
|
2116
2407
|
"members": {
|
2117
2408
|
"WeeklyMaintenanceStartTime": {},
|
@@ -2135,14 +2426,14 @@
|
|
2135
2426
|
"DriveCacheType": {},
|
2136
2427
|
"DataCompressionType": {},
|
2137
2428
|
"LogConfiguration": {
|
2138
|
-
"shape": "
|
2429
|
+
"shape": "S5p"
|
2139
2430
|
},
|
2140
2431
|
"RootSquashConfiguration": {
|
2141
2432
|
"shape": "S27"
|
2142
2433
|
}
|
2143
2434
|
}
|
2144
2435
|
},
|
2145
|
-
"
|
2436
|
+
"S5p": {
|
2146
2437
|
"type": "structure",
|
2147
2438
|
"required": [
|
2148
2439
|
"Level"
|
@@ -2152,11 +2443,11 @@
|
|
2152
2443
|
"Destination": {}
|
2153
2444
|
}
|
2154
2445
|
},
|
2155
|
-
"
|
2446
|
+
"S5r": {
|
2156
2447
|
"type": "string",
|
2157
2448
|
"sensitive": true
|
2158
2449
|
},
|
2159
|
-
"
|
2450
|
+
"S5s": {
|
2160
2451
|
"type": "structure",
|
2161
2452
|
"required": [
|
2162
2453
|
"DeploymentType",
|
@@ -2204,7 +2495,7 @@
|
|
2204
2495
|
}
|
2205
2496
|
}
|
2206
2497
|
},
|
2207
|
-
"
|
2498
|
+
"S65": {
|
2208
2499
|
"type": "structure",
|
2209
2500
|
"members": {
|
2210
2501
|
"ActiveDirectoryConfiguration": {
|
@@ -2223,16 +2514,16 @@
|
|
2223
2514
|
"type": "structure",
|
2224
2515
|
"members": {
|
2225
2516
|
"Iscsi": {
|
2226
|
-
"shape": "
|
2517
|
+
"shape": "S68"
|
2227
2518
|
},
|
2228
2519
|
"Management": {
|
2229
|
-
"shape": "
|
2520
|
+
"shape": "S68"
|
2230
2521
|
},
|
2231
2522
|
"Nfs": {
|
2232
|
-
"shape": "
|
2523
|
+
"shape": "S68"
|
2233
2524
|
},
|
2234
2525
|
"Smb": {
|
2235
|
-
"shape": "
|
2526
|
+
"shape": "S68"
|
2236
2527
|
}
|
2237
2528
|
}
|
2238
2529
|
},
|
@@ -2252,7 +2543,7 @@
|
|
2252
2543
|
"RootVolumeSecurityStyle": {}
|
2253
2544
|
}
|
2254
2545
|
},
|
2255
|
-
"
|
2546
|
+
"S68": {
|
2256
2547
|
"type": "structure",
|
2257
2548
|
"members": {
|
2258
2549
|
"DNSName": {},
|
@@ -2261,7 +2552,7 @@
|
|
2261
2552
|
}
|
2262
2553
|
}
|
2263
2554
|
},
|
2264
|
-
"
|
2555
|
+
"S6c": {
|
2265
2556
|
"type": "structure",
|
2266
2557
|
"required": [
|
2267
2558
|
"JunctionPath",
|
@@ -2284,7 +2575,7 @@
|
|
2284
2575
|
}
|
2285
2576
|
}
|
2286
2577
|
},
|
2287
|
-
"
|
2578
|
+
"S7d": {
|
2288
2579
|
"type": "list",
|
2289
2580
|
"member": {
|
2290
2581
|
"type": "structure",
|
@@ -2297,12 +2588,47 @@
|
|
2297
2588
|
}
|
2298
2589
|
}
|
2299
2590
|
},
|
2300
|
-
"
|
2591
|
+
"S83": {
|
2592
|
+
"type": "structure",
|
2593
|
+
"members": {
|
2594
|
+
"OwnerId": {},
|
2595
|
+
"CreationTime": {
|
2596
|
+
"type": "timestamp"
|
2597
|
+
},
|
2598
|
+
"FileCacheId": {},
|
2599
|
+
"FileCacheType": {},
|
2600
|
+
"FileCacheTypeVersion": {},
|
2601
|
+
"Lifecycle": {},
|
2602
|
+
"FailureDetails": {
|
2603
|
+
"shape": "S5g"
|
2604
|
+
},
|
2605
|
+
"StorageCapacity": {
|
2606
|
+
"type": "integer"
|
2607
|
+
},
|
2608
|
+
"VpcId": {},
|
2609
|
+
"SubnetIds": {
|
2610
|
+
"shape": "S15"
|
2611
|
+
},
|
2612
|
+
"NetworkInterfaceIds": {
|
2613
|
+
"shape": "S17"
|
2614
|
+
},
|
2615
|
+
"DNSName": {},
|
2616
|
+
"KmsKeyId": {},
|
2617
|
+
"ResourceARN": {},
|
2618
|
+
"LustreConfiguration": {
|
2619
|
+
"shape": "S5h"
|
2620
|
+
},
|
2621
|
+
"DataRepositoryAssociationIds": {
|
2622
|
+
"shape": "S5i"
|
2623
|
+
}
|
2624
|
+
}
|
2625
|
+
},
|
2626
|
+
"S9n": {
|
2301
2627
|
"type": "structure",
|
2302
2628
|
"members": {
|
2303
2629
|
"UserName": {},
|
2304
2630
|
"Password": {
|
2305
|
-
"shape": "
|
2631
|
+
"shape": "S5m"
|
2306
2632
|
},
|
2307
2633
|
"DnsIps": {
|
2308
2634
|
"shape": "S1h"
|