aws-sdk 2.978.0 → 2.982.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 (55) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/README.md +1 -1
  3. package/apis/acm-pca-2017-08-22.min.json +26 -14
  4. package/apis/cloudformation-2010-05-15.min.json +27 -1
  5. package/apis/ec2-2016-11-15.min.json +731 -727
  6. package/apis/elasticfilesystem-2015-02-01.min.json +2 -1
  7. package/apis/firehose-2015-08-04.min.json +104 -79
  8. package/apis/fsx-2018-03-01.min.json +639 -66
  9. package/apis/fsx-2018-03-01.paginators.json +15 -0
  10. package/apis/iot-2015-05-28.min.json +481 -232
  11. package/apis/iot-2015-05-28.paginators.json +12 -0
  12. package/apis/kms-2014-11-01.examples.json +100 -94
  13. package/apis/kms-2014-11-01.min.json +54 -34
  14. package/apis/mediatailor-2018-04-23.min.json +144 -116
  15. package/apis/quicksight-2018-04-01.min.json +162 -127
  16. package/apis/s3control-2018-08-20.min.json +470 -24
  17. package/apis/s3control-2018-08-20.paginators.json +5 -0
  18. package/apis/schemas-2019-12-02.min.json +49 -31
  19. package/apis/securityhub-2018-10-26.min.json +492 -205
  20. package/apis/securityhub-2018-10-26.paginators.json +22 -11
  21. package/apis/servicecatalog-appregistry-2020-06-24.min.json +68 -0
  22. package/apis/transfer-2018-11-05.min.json +403 -9
  23. package/apis/transfer-2018-11-05.paginators.json +10 -0
  24. package/clients/accessanalyzer.d.ts +46 -43
  25. package/clients/acmpca.d.ts +21 -7
  26. package/clients/cloudformation.d.ts +116 -80
  27. package/clients/cloudtrail.d.ts +72 -72
  28. package/clients/codebuild.d.ts +3 -3
  29. package/clients/computeoptimizer.d.ts +1 -1
  30. package/clients/configservice.d.ts +323 -323
  31. package/clients/ebs.d.ts +1 -1
  32. package/clients/ec2.d.ts +22 -13
  33. package/clients/efs.d.ts +57 -31
  34. package/clients/firehose.d.ts +39 -10
  35. package/clients/fsx.d.ts +694 -52
  36. package/clients/iot.d.ts +829 -506
  37. package/clients/kms.d.ts +293 -280
  38. package/clients/lexmodelbuildingservice.d.ts +1 -1
  39. package/clients/mediatailor.d.ts +45 -8
  40. package/clients/memorydb.d.ts +2 -2
  41. package/clients/polly.d.ts +2 -2
  42. package/clients/quicksight.d.ts +343 -310
  43. package/clients/s3control.d.ts +439 -44
  44. package/clients/schemas.d.ts +25 -0
  45. package/clients/securityhub.d.ts +524 -21
  46. package/clients/servicecatalogappregistry.d.ts +81 -3
  47. package/clients/sqs.d.ts +4 -4
  48. package/clients/transfer.d.ts +556 -28
  49. package/dist/aws-sdk-core-react-native.js +1 -1
  50. package/dist/aws-sdk-react-native.js +25 -27
  51. package/dist/aws-sdk.js +1414 -1077
  52. package/dist/aws-sdk.min.js +85 -85
  53. package/dist/xml2js.js +2 -3
  54. package/lib/core.js +1 -1
  55. package/package.json +1 -1
@@ -92,9 +92,6 @@
92
92
  "CreateBackup": {
93
93
  "input": {
94
94
  "type": "structure",
95
- "required": [
96
- "FileSystemId"
97
- ],
98
95
  "members": {
99
96
  "FileSystemId": {},
100
97
  "ClientRequestToken": {
@@ -102,7 +99,8 @@
102
99
  },
103
100
  "Tags": {
104
101
  "shape": "Sj"
105
- }
102
+ },
103
+ "VolumeId": {}
106
104
  }
107
105
  },
108
106
  "output": {
@@ -126,11 +124,11 @@
126
124
  "members": {
127
125
  "Type": {},
128
126
  "Paths": {
129
- "shape": "S2g"
127
+ "shape": "S39"
130
128
  },
131
129
  "FileSystemId": {},
132
130
  "Report": {
133
- "shape": "S2i"
131
+ "shape": "S3b"
134
132
  },
135
133
  "ClientRequestToken": {
136
134
  "idempotencyToken": true
@@ -144,7 +142,7 @@
144
142
  "type": "structure",
145
143
  "members": {
146
144
  "DataRepositoryTask": {
147
- "shape": "S2m"
145
+ "shape": "S3f"
148
146
  }
149
147
  }
150
148
  },
@@ -171,17 +169,46 @@
171
169
  "shape": "S15"
172
170
  },
173
171
  "SecurityGroupIds": {
174
- "shape": "S2w"
172
+ "shape": "S3p"
175
173
  },
176
174
  "Tags": {
177
175
  "shape": "Sj"
178
176
  },
179
177
  "KmsKeyId": {},
180
178
  "WindowsConfiguration": {
181
- "shape": "S2y"
179
+ "shape": "S3r"
182
180
  },
183
181
  "LustreConfiguration": {
184
- "shape": "S32"
182
+ "shape": "S3v"
183
+ },
184
+ "OntapConfiguration": {
185
+ "type": "structure",
186
+ "required": [
187
+ "DeploymentType",
188
+ "ThroughputCapacity"
189
+ ],
190
+ "members": {
191
+ "AutomaticBackupRetentionDays": {
192
+ "type": "integer"
193
+ },
194
+ "DailyAutomaticBackupStartTime": {},
195
+ "DeploymentType": {},
196
+ "EndpointIpAddressRange": {},
197
+ "FsxAdminPassword": {
198
+ "shape": "S3x"
199
+ },
200
+ "DiskIopsConfiguration": {
201
+ "shape": "S2y"
202
+ },
203
+ "PreferredSubnetId": {},
204
+ "RouteTableIds": {
205
+ "shape": "S31"
206
+ },
207
+ "ThroughputCapacity": {
208
+ "type": "integer"
209
+ },
210
+ "WeeklyMaintenanceStartTime": {}
211
+ }
185
212
  }
186
213
  }
187
214
  },
@@ -210,16 +237,16 @@
210
237
  "shape": "S15"
211
238
  },
212
239
  "SecurityGroupIds": {
213
- "shape": "S2w"
240
+ "shape": "S3p"
214
241
  },
215
242
  "Tags": {
216
243
  "shape": "Sj"
217
244
  },
218
245
  "WindowsConfiguration": {
219
- "shape": "S2y"
246
+ "shape": "S3r"
220
247
  },
221
248
  "LustreConfiguration": {
222
- "shape": "S32"
249
+ "shape": "S3v"
223
250
  },
224
251
  "StorageType": {},
225
252
  "KmsKeyId": {}
@@ -234,6 +261,109 @@
234
261
  }
235
262
  }
236
263
  },
264
+ "CreateStorageVirtualMachine": {
265
+ "input": {
266
+ "type": "structure",
267
+ "required": [
268
+ "FileSystemId",
269
+ "Name"
270
+ ],
271
+ "members": {
272
+ "ActiveDirectoryConfiguration": {
273
+ "type": "structure",
274
+ "required": [
275
+ "NetBiosName"
276
+ ],
277
+ "members": {
278
+ "NetBiosName": {},
279
+ "SelfManagedActiveDirectoryConfiguration": {
280
+ "shape": "S3s"
281
+ }
282
+ }
283
+ },
284
+ "ClientRequestToken": {
285
+ "idempotencyToken": true
286
+ },
287
+ "FileSystemId": {},
288
+ "Name": {},
289
+ "SvmAdminPassword": {
290
+ "shape": "S3x"
291
+ },
292
+ "Tags": {
293
+ "shape": "Sj"
294
+ },
295
+ "RootVolumeSecurityStyle": {}
296
+ }
297
+ },
298
+ "output": {
299
+ "type": "structure",
300
+ "members": {
301
+ "StorageVirtualMachine": {
302
+ "shape": "S47"
303
+ }
304
+ }
305
+ }
306
+ },
307
+ "CreateVolume": {
308
+ "input": {
309
+ "type": "structure",
310
+ "required": [
311
+ "VolumeType",
312
+ "Name"
313
+ ],
314
+ "members": {
315
+ "ClientRequestToken": {
316
+ "idempotencyToken": true
317
+ },
318
+ "VolumeType": {},
319
+ "Name": {},
320
+ "OntapConfiguration": {
321
+ "shape": "S4e"
322
+ },
323
+ "Tags": {
324
+ "shape": "Sj"
325
+ }
326
+ }
327
+ },
328
+ "output": {
329
+ "type": "structure",
330
+ "members": {
331
+ "Volume": {
332
+ "shape": "S2b"
333
+ }
334
+ }
335
+ }
336
+ },
337
+ "CreateVolumeFromBackup": {
338
+ "input": {
339
+ "type": "structure",
340
+ "required": [
341
+ "BackupId",
342
+ "Name"
343
+ ],
344
+ "members": {
345
+ "BackupId": {},
346
+ "ClientRequestToken": {
347
+ "idempotencyToken": true
348
+ },
349
+ "Name": {},
350
+ "OntapConfiguration": {
351
+ "shape": "S4e"
352
+ },
353
+ "Tags": {
354
+ "shape": "Sj"
355
+ }
356
+ }
357
+ },
358
+ "output": {
359
+ "type": "structure",
360
+ "members": {
361
+ "Volume": {
362
+ "shape": "S2b"
363
+ }
364
+ }
365
+ }
366
+ },
237
367
  "DeleteBackup": {
238
368
  "input": {
239
369
  "type": "structure",
@@ -318,6 +448,68 @@
318
448
  },
319
449
  "idempotent": true
320
450
  },
451
+ "DeleteStorageVirtualMachine": {
452
+ "input": {
453
+ "type": "structure",
454
+ "required": [
455
+ "StorageVirtualMachineId"
456
+ ],
457
+ "members": {
458
+ "ClientRequestToken": {
459
+ "idempotencyToken": true
460
+ },
461
+ "StorageVirtualMachineId": {}
462
+ }
463
+ },
464
+ "output": {
465
+ "type": "structure",
466
+ "members": {
467
+ "StorageVirtualMachineId": {},
468
+ "Lifecycle": {}
469
+ }
470
+ }
471
+ },
472
+ "DeleteVolume": {
473
+ "input": {
474
+ "type": "structure",
475
+ "required": [
476
+ "VolumeId"
477
+ ],
478
+ "members": {
479
+ "ClientRequestToken": {
480
+ "idempotencyToken": true
481
+ },
482
+ "VolumeId": {},
483
+ "OntapConfiguration": {
484
+ "type": "structure",
485
+ "members": {
486
+ "SkipFinalBackup": {
487
+ "type": "boolean"
488
+ },
489
+ "FinalBackupTags": {
490
+ "shape": "Sj"
491
+ }
492
+ }
493
+ }
494
+ }
495
+ },
496
+ "output": {
497
+ "type": "structure",
498
+ "members": {
499
+ "VolumeId": {},
500
+ "Lifecycle": {},
501
+ "OntapResponse": {
502
+ "type": "structure",
503
+ "members": {
504
+ "FinalBackupId": {},
505
+ "FinalBackupTags": {
506
+ "shape": "Sj"
507
+ }
508
+ }
509
+ }
510
+ }
511
+ }
512
+ },
321
513
  "DescribeBackups": {
322
514
  "input": {
323
515
  "type": "structure",
@@ -391,7 +583,7 @@
391
583
  "DataRepositoryTasks": {
392
584
  "type": "list",
393
585
  "member": {
394
- "shape": "S2m"
586
+ "shape": "S3f"
395
587
  }
396
588
  },
397
589
  "NextToken": {}
@@ -452,6 +644,86 @@
452
644
  }
453
645
  }
454
646
  },
647
+ "DescribeStorageVirtualMachines": {
648
+ "input": {
649
+ "type": "structure",
650
+ "members": {
651
+ "StorageVirtualMachineIds": {
652
+ "type": "list",
653
+ "member": {}
654
+ },
655
+ "Filters": {
656
+ "type": "list",
657
+ "member": {
658
+ "type": "structure",
659
+ "members": {
660
+ "Name": {},
661
+ "Values": {
662
+ "type": "list",
663
+ "member": {}
664
+ }
665
+ }
666
+ }
667
+ },
668
+ "MaxResults": {
669
+ "type": "integer"
670
+ },
671
+ "NextToken": {}
672
+ }
673
+ },
674
+ "output": {
675
+ "type": "structure",
676
+ "members": {
677
+ "StorageVirtualMachines": {
678
+ "type": "list",
679
+ "member": {
680
+ "shape": "S47"
681
+ }
682
+ },
683
+ "NextToken": {}
684
+ }
685
+ }
686
+ },
687
+ "DescribeVolumes": {
688
+ "input": {
689
+ "type": "structure",
690
+ "members": {
691
+ "VolumeIds": {
692
+ "type": "list",
693
+ "member": {}
694
+ },
695
+ "Filters": {
696
+ "type": "list",
697
+ "member": {
698
+ "type": "structure",
699
+ "members": {
700
+ "Name": {},
701
+ "Values": {
702
+ "type": "list",
703
+ "member": {}
704
+ }
705
+ }
706
+ }
707
+ },
708
+ "MaxResults": {
709
+ "type": "integer"
710
+ },
711
+ "NextToken": {}
712
+ }
713
+ },
714
+ "output": {
715
+ "type": "structure",
716
+ "members": {
717
+ "Volumes": {
718
+ "type": "list",
719
+ "member": {
720
+ "shape": "S2b"
721
+ }
722
+ },
723
+ "NextToken": {}
724
+ }
725
+ }
726
+ },
455
727
  "DisassociateFileSystemAliases": {
456
728
  "input": {
457
729
  "type": "structure",
@@ -569,19 +841,10 @@
569
841
  "type": "integer"
570
842
  },
571
843
  "SelfManagedActiveDirectoryConfiguration": {
572
- "type": "structure",
573
- "members": {
574
- "UserName": {},
575
- "Password": {
576
- "shape": "S30"
577
- },
578
- "DnsIps": {
579
- "shape": "S1h"
580
- }
581
- }
844
+ "shape": "S6f"
582
845
  },
583
846
  "AuditLogConfiguration": {
584
- "shape": "S31"
847
+ "shape": "S3u"
585
848
  }
586
849
  }
587
850
  },
@@ -596,6 +859,19 @@
596
859
  "AutoImportPolicy": {},
597
860
  "DataCompressionType": {}
598
861
  }
862
+ },
863
+ "OntapConfiguration": {
864
+ "type": "structure",
865
+ "members": {
866
+ "AutomaticBackupRetentionDays": {
867
+ "type": "integer"
868
+ },
869
+ "DailyAutomaticBackupStartTime": {},
870
+ "FsxAdminPassword": {
871
+ "shape": "S3x"
872
+ },
873
+ "WeeklyMaintenanceStartTime": {}
874
+ }
599
875
  }
600
876
  }
601
877
  },
@@ -607,6 +883,77 @@
607
883
  }
608
884
  }
609
885
  }
886
+ },
887
+ "UpdateStorageVirtualMachine": {
888
+ "input": {
889
+ "type": "structure",
890
+ "required": [
891
+ "StorageVirtualMachineId"
892
+ ],
893
+ "members": {
894
+ "ActiveDirectoryConfiguration": {
895
+ "type": "structure",
896
+ "members": {
897
+ "SelfManagedActiveDirectoryConfiguration": {
898
+ "shape": "S6f"
899
+ }
900
+ }
901
+ },
902
+ "ClientRequestToken": {
903
+ "idempotencyToken": true
904
+ },
905
+ "StorageVirtualMachineId": {},
906
+ "SvmAdminPassword": {
907
+ "shape": "S3x"
908
+ }
909
+ }
910
+ },
911
+ "output": {
912
+ "type": "structure",
913
+ "members": {
914
+ "StorageVirtualMachine": {
915
+ "shape": "S47"
916
+ }
917
+ }
918
+ }
919
+ },
920
+ "UpdateVolume": {
921
+ "input": {
922
+ "type": "structure",
923
+ "required": [
924
+ "VolumeId"
925
+ ],
926
+ "members": {
927
+ "ClientRequestToken": {
928
+ "idempotencyToken": true
929
+ },
930
+ "VolumeId": {},
931
+ "OntapConfiguration": {
932
+ "type": "structure",
933
+ "members": {
934
+ "JunctionPath": {},
935
+ "SecurityStyle": {},
936
+ "SizeInMegabytes": {
937
+ "type": "integer"
938
+ },
939
+ "StorageEfficiencyEnabled": {
940
+ "type": "boolean"
941
+ },
942
+ "TieringPolicy": {
943
+ "shape": "S2k"
944
+ }
945
+ }
946
+ }
947
+ }
948
+ },
949
+ "output": {
950
+ "type": "structure",
951
+ "members": {
952
+ "Volume": {
953
+ "shape": "S2b"
954
+ }
955
+ }
956
+ }
610
957
  }
611
958
  },
612
959
  "shapes": {
@@ -681,7 +1028,11 @@
681
1028
  },
682
1029
  "OwnerId": {},
683
1030
  "SourceBackupId": {},
684
- "SourceBackupRegion": {}
1031
+ "SourceBackupRegion": {},
1032
+ "ResourceType": {},
1033
+ "Volume": {
1034
+ "shape": "S2b"
1035
+ }
685
1036
  }
686
1037
  },
687
1038
  "Sx": {
@@ -723,16 +1074,7 @@
723
1074
  "members": {
724
1075
  "ActiveDirectoryId": {},
725
1076
  "SelfManagedActiveDirectoryConfiguration": {
726
- "type": "structure",
727
- "members": {
728
- "DomainName": {},
729
- "OrganizationalUnitDistinguishedName": {},
730
- "FileSystemAdministratorsGroup": {},
731
- "UserName": {},
732
- "DnsIps": {
733
- "shape": "S1h"
734
- }
735
- }
1077
+ "shape": "S1c"
736
1078
  },
737
1079
  "DeploymentType": {},
738
1080
  "RemoteAdministrationEndpoint": {},
@@ -829,9 +1171,45 @@
829
1171
  "members": {
830
1172
  "Message": {}
831
1173
  }
1174
+ },
1175
+ "TargetVolumeValues": {
1176
+ "shape": "S2b"
832
1177
  }
833
1178
  }
834
1179
  }
1180
+ },
1181
+ "OntapConfiguration": {
1182
+ "type": "structure",
1183
+ "members": {
1184
+ "AutomaticBackupRetentionDays": {
1185
+ "type": "integer"
1186
+ },
1187
+ "DailyAutomaticBackupStartTime": {},
1188
+ "DeploymentType": {},
1189
+ "EndpointIpAddressRange": {},
1190
+ "Endpoints": {
1191
+ "type": "structure",
1192
+ "members": {
1193
+ "Intercluster": {
1194
+ "shape": "S2w"
1195
+ },
1196
+ "Management": {
1197
+ "shape": "S2w"
1198
+ }
1199
+ }
1200
+ },
1201
+ "DiskIopsConfiguration": {
1202
+ "shape": "S2y"
1203
+ },
1204
+ "PreferredSubnetId": {},
1205
+ "RouteTableIds": {
1206
+ "shape": "S31"
1207
+ },
1208
+ "ThroughputCapacity": {
1209
+ "type": "integer"
1210
+ },
1211
+ "WeeklyMaintenanceStartTime": {}
1212
+ }
835
1213
  }
836
1214
  }
837
1215
  },
@@ -839,15 +1217,111 @@
839
1217
  "type": "list",
840
1218
  "member": {}
841
1219
  },
1220
+ "S1c": {
1221
+ "type": "structure",
1222
+ "members": {
1223
+ "DomainName": {},
1224
+ "OrganizationalUnitDistinguishedName": {},
1225
+ "FileSystemAdministratorsGroup": {},
1226
+ "UserName": {},
1227
+ "DnsIps": {
1228
+ "shape": "S1h"
1229
+ }
1230
+ }
1231
+ },
842
1232
  "S1h": {
843
1233
  "type": "list",
844
1234
  "member": {}
845
1235
  },
846
- "S2g": {
1236
+ "S2b": {
1237
+ "type": "structure",
1238
+ "members": {
1239
+ "CreationTime": {
1240
+ "type": "timestamp"
1241
+ },
1242
+ "FileSystemId": {},
1243
+ "Lifecycle": {},
1244
+ "Name": {},
1245
+ "OntapConfiguration": {
1246
+ "type": "structure",
1247
+ "members": {
1248
+ "FlexCacheEndpointType": {},
1249
+ "JunctionPath": {},
1250
+ "SecurityStyle": {},
1251
+ "SizeInMegabytes": {
1252
+ "type": "integer"
1253
+ },
1254
+ "StorageEfficiencyEnabled": {
1255
+ "type": "boolean"
1256
+ },
1257
+ "StorageVirtualMachineId": {},
1258
+ "StorageVirtualMachineRoot": {
1259
+ "type": "boolean"
1260
+ },
1261
+ "TieringPolicy": {
1262
+ "shape": "S2k"
1263
+ },
1264
+ "UUID": {},
1265
+ "OntapVolumeType": {}
1266
+ }
1267
+ },
1268
+ "ResourceARN": {},
1269
+ "Tags": {
1270
+ "shape": "Sj"
1271
+ },
1272
+ "VolumeId": {},
1273
+ "VolumeType": {},
1274
+ "LifecycleTransitionReason": {
1275
+ "shape": "S2r"
1276
+ }
1277
+ }
1278
+ },
1279
+ "S2k": {
1280
+ "type": "structure",
1281
+ "members": {
1282
+ "CoolingPeriod": {
1283
+ "type": "integer"
1284
+ },
1285
+ "Name": {}
1286
+ }
1287
+ },
1288
+ "S2r": {
1289
+ "type": "structure",
1290
+ "members": {
1291
+ "Message": {}
1292
+ }
1293
+ },
1294
+ "S2w": {
1295
+ "type": "structure",
1296
+ "members": {
1297
+ "DNSName": {},
1298
+ "IpAddresses": {
1299
+ "shape": "S2x"
1300
+ }
1301
+ }
1302
+ },
1303
+ "S2x": {
847
1304
  "type": "list",
848
1305
  "member": {}
849
1306
  },
850
- "S2i": {
1307
+ "S2y": {
1308
+ "type": "structure",
1309
+ "members": {
1310
+ "Mode": {},
1311
+ "Iops": {
1312
+ "type": "long"
1313
+ }
1314
+ }
1315
+ },
1316
+ "S31": {
1317
+ "type": "list",
1318
+ "member": {}
1319
+ },
1320
+ "S39": {
1321
+ "type": "list",
1322
+ "member": {}
1323
+ },
1324
+ "S3b": {
851
1325
  "type": "structure",
852
1326
  "required": [
853
1327
  "Enabled"
@@ -861,7 +1335,7 @@
861
1335
  "Scope": {}
862
1336
  }
863
1337
  },
864
- "S2m": {
1338
+ "S3f": {
865
1339
  "type": "structure",
866
1340
  "required": [
867
1341
  "TaskId",
@@ -889,7 +1363,7 @@
889
1363
  },
890
1364
  "FileSystemId": {},
891
1365
  "Paths": {
892
- "shape": "S2g"
1366
+ "shape": "S39"
893
1367
  },
894
1368
  "FailureDetails": {
895
1369
  "type": "structure",
@@ -915,15 +1389,15 @@
915
1389
  }
916
1390
  },
917
1391
  "Report": {
918
- "shape": "S2i"
1392
+ "shape": "S3b"
919
1393
  }
920
1394
  }
921
1395
  },
922
- "S2w": {
1396
+ "S3p": {
923
1397
  "type": "list",
924
1398
  "member": {}
925
1399
  },
926
- "S2y": {
1400
+ "S3r": {
927
1401
  "type": "structure",
928
1402
  "required": [
929
1403
  "ThroughputCapacity"
@@ -931,25 +1405,7 @@
931
1405
  "members": {
932
1406
  "ActiveDirectoryId": {},
933
1407
  "SelfManagedActiveDirectoryConfiguration": {
934
- "type": "structure",
935
- "required": [
936
- "DomainName",
937
- "UserName",
938
- "Password",
939
- "DnsIps"
940
- ],
941
- "members": {
942
- "DomainName": {},
943
- "OrganizationalUnitDistinguishedName": {},
944
- "FileSystemAdministratorsGroup": {},
945
- "UserName": {},
946
- "Password": {
947
- "shape": "S30"
948
- },
949
- "DnsIps": {
950
- "shape": "S1h"
951
- }
952
- }
1408
+ "shape": "S3s"
953
1409
  },
954
1410
  "DeploymentType": {},
955
1411
  "PreferredSubnetId": {},
@@ -968,15 +1424,36 @@
968
1424
  "shape": "S4"
969
1425
  },
970
1426
  "AuditLogConfiguration": {
971
- "shape": "S31"
1427
+ "shape": "S3u"
1428
+ }
1429
+ }
1430
+ },
1431
+ "S3s": {
1432
+ "type": "structure",
1433
+ "required": [
1434
+ "DomainName",
1435
+ "UserName",
1436
+ "Password",
1437
+ "DnsIps"
1438
+ ],
1439
+ "members": {
1440
+ "DomainName": {},
1441
+ "OrganizationalUnitDistinguishedName": {},
1442
+ "FileSystemAdministratorsGroup": {},
1443
+ "UserName": {},
1444
+ "Password": {
1445
+ "shape": "S3t"
1446
+ },
1447
+ "DnsIps": {
1448
+ "shape": "S1h"
972
1449
  }
973
1450
  }
974
1451
  },
975
- "S30": {
1452
+ "S3t": {
976
1453
  "type": "string",
977
1454
  "sensitive": true
978
1455
  },
979
- "S31": {
1456
+ "S3u": {
980
1457
  "type": "structure",
981
1458
  "required": [
982
1459
  "FileAccessAuditLogLevel",
@@ -988,7 +1465,7 @@
988
1465
  "AuditLogDestination": {}
989
1466
  }
990
1467
  },
991
- "S32": {
1468
+ "S3v": {
992
1469
  "type": "structure",
993
1470
  "members": {
994
1471
  "WeeklyMaintenanceStartTime": {},
@@ -1012,6 +1489,102 @@
1012
1489
  "DriveCacheType": {},
1013
1490
  "DataCompressionType": {}
1014
1491
  }
1492
+ },
1493
+ "S3x": {
1494
+ "type": "string",
1495
+ "sensitive": true
1496
+ },
1497
+ "S47": {
1498
+ "type": "structure",
1499
+ "members": {
1500
+ "ActiveDirectoryConfiguration": {
1501
+ "type": "structure",
1502
+ "members": {
1503
+ "NetBiosName": {},
1504
+ "SelfManagedActiveDirectoryConfiguration": {
1505
+ "shape": "S1c"
1506
+ }
1507
+ }
1508
+ },
1509
+ "CreationTime": {
1510
+ "type": "timestamp"
1511
+ },
1512
+ "Endpoints": {
1513
+ "type": "structure",
1514
+ "members": {
1515
+ "Iscsi": {
1516
+ "shape": "S4a"
1517
+ },
1518
+ "Management": {
1519
+ "shape": "S4a"
1520
+ },
1521
+ "Nfs": {
1522
+ "shape": "S4a"
1523
+ },
1524
+ "Smb": {
1525
+ "shape": "S4a"
1526
+ }
1527
+ }
1528
+ },
1529
+ "FileSystemId": {},
1530
+ "Lifecycle": {},
1531
+ "Name": {},
1532
+ "ResourceARN": {},
1533
+ "StorageVirtualMachineId": {},
1534
+ "Subtype": {},
1535
+ "UUID": {},
1536
+ "Tags": {
1537
+ "shape": "Sj"
1538
+ },
1539
+ "LifecycleTransitionReason": {
1540
+ "shape": "S2r"
1541
+ },
1542
+ "RootVolumeSecurityStyle": {}
1543
+ }
1544
+ },
1545
+ "S4a": {
1546
+ "type": "structure",
1547
+ "members": {
1548
+ "DNSName": {},
1549
+ "IpAddresses": {
1550
+ "shape": "S2x"
1551
+ }
1552
+ }
1553
+ },
1554
+ "S4e": {
1555
+ "type": "structure",
1556
+ "required": [
1557
+ "JunctionPath",
1558
+ "SizeInMegabytes",
1559
+ "StorageEfficiencyEnabled",
1560
+ "StorageVirtualMachineId"
1561
+ ],
1562
+ "members": {
1563
+ "JunctionPath": {},
1564
+ "SecurityStyle": {},
1565
+ "SizeInMegabytes": {
1566
+ "type": "integer"
1567
+ },
1568
+ "StorageEfficiencyEnabled": {
1569
+ "type": "boolean"
1570
+ },
1571
+ "StorageVirtualMachineId": {},
1572
+ "TieringPolicy": {
1573
+ "shape": "S2k"
1574
+ }
1575
+ }
1576
+ },
1577
+ "S6f": {
1578
+ "type": "structure",
1579
+ "members": {
1580
+ "UserName": {},
1581
+ "Password": {
1582
+ "shape": "S3t"
1583
+ },
1584
+ "DnsIps": {
1585
+ "shape": "S1h"
1586
+ }
1587
+ }
1015
1588
  }
1016
1589
  }
1017
1590
  }