@aws-sdk/client-fsx 3.922.0 → 3.926.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 (25) hide show
  1. package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  2. package/dist-types/commands/CopyBackupCommand.d.ts +2 -0
  3. package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +2 -0
  4. package/dist-types/commands/CreateBackupCommand.d.ts +2 -0
  5. package/dist-types/commands/CreateFileSystemCommand.d.ts +5 -2
  6. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +5 -2
  7. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -0
  8. package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +4 -2
  9. package/dist-types/commands/CreateVolumeCommand.d.ts +2 -0
  10. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +2 -0
  11. package/dist-types/commands/DescribeBackupsCommand.d.ts +2 -0
  12. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +2 -0
  13. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -0
  14. package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +1 -0
  15. package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -0
  16. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +2 -0
  17. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +2 -0
  18. package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +2 -0
  19. package/dist-types/commands/UpdateFileSystemCommand.d.ts +3 -0
  20. package/dist-types/commands/UpdateSnapshotCommand.d.ts +2 -0
  21. package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +2 -0
  22. package/dist-types/commands/UpdateVolumeCommand.d.ts +2 -0
  23. package/dist-types/models/models_0.d.ts +35 -2
  24. package/dist-types/ts3.4/models/models_0.d.ts +5 -2
  25. package/package.json +8 -8
@@ -26,7 +26,7 @@ export interface FSxHttpAuthSchemeProvider extends HttpAuthSchemeProvider<FSxHtt
26
26
  */
27
27
  export declare const defaultFSxHttpAuthSchemeProvider: FSxHttpAuthSchemeProvider;
28
28
  /**
29
- * @internal
29
+ * @public
30
30
  */
31
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
32
32
  /**
@@ -127,6 +127,7 @@ declare const CopyBackupCommand_base: {
127
127
  * // DnsIps: [ // DnsIps
128
128
  * // "STRING_VALUE",
129
129
  * // ],
130
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
130
131
  * // },
131
132
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
132
133
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -236,6 +237,7 @@ declare const CopyBackupCommand_base: {
236
237
  * // DnsIps: [
237
238
  * // "STRING_VALUE",
238
239
  * // ],
240
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
239
241
  * // },
240
242
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
241
243
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -94,6 +94,7 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
94
94
  * // DnsIps: [ // DnsIps
95
95
  * // "STRING_VALUE",
96
96
  * // ],
97
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
97
98
  * // },
98
99
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
99
100
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -208,6 +209,7 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
208
209
  * // DnsIps: [
209
210
  * // "STRING_VALUE",
210
211
  * // ],
212
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
211
213
  * // },
212
214
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
213
215
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -160,6 +160,7 @@ declare const CreateBackupCommand_base: {
160
160
  * // DnsIps: [ // DnsIps
161
161
  * // "STRING_VALUE",
162
162
  * // ],
163
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
163
164
  * // },
164
165
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
165
166
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -269,6 +270,7 @@ declare const CreateBackupCommand_base: {
269
270
  * // DnsIps: [
270
271
  * // "STRING_VALUE",
271
272
  * // ],
273
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
272
274
  * // },
273
275
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
274
276
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -106,11 +106,12 @@ declare const CreateFileSystemCommand_base: {
106
106
  * DomainName: "STRING_VALUE", // required
107
107
  * OrganizationalUnitDistinguishedName: "STRING_VALUE",
108
108
  * FileSystemAdministratorsGroup: "STRING_VALUE",
109
- * UserName: "STRING_VALUE", // required
110
- * Password: "STRING_VALUE", // required
109
+ * UserName: "STRING_VALUE",
110
+ * Password: "STRING_VALUE",
111
111
  * DnsIps: [ // DnsIps // required
112
112
  * "STRING_VALUE",
113
113
  * ],
114
+ * DomainJoinServiceAccountSecret: "STRING_VALUE",
114
115
  * },
115
116
  * DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
116
117
  * PreferredSubnetId: "STRING_VALUE",
@@ -277,6 +278,7 @@ declare const CreateFileSystemCommand_base: {
277
278
  * // DnsIps: [ // DnsIps
278
279
  * // "STRING_VALUE",
279
280
  * // ],
281
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
280
282
  * // },
281
283
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
282
284
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -391,6 +393,7 @@ declare const CreateFileSystemCommand_base: {
391
393
  * // DnsIps: [
392
394
  * // "STRING_VALUE",
393
395
  * // ],
396
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
394
397
  * // },
395
398
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
396
399
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -90,11 +90,12 @@ declare const CreateFileSystemFromBackupCommand_base: {
90
90
  * DomainName: "STRING_VALUE", // required
91
91
  * OrganizationalUnitDistinguishedName: "STRING_VALUE",
92
92
  * FileSystemAdministratorsGroup: "STRING_VALUE",
93
- * UserName: "STRING_VALUE", // required
94
- * Password: "STRING_VALUE", // required
93
+ * UserName: "STRING_VALUE",
94
+ * Password: "STRING_VALUE",
95
95
  * DnsIps: [ // DnsIps // required
96
96
  * "STRING_VALUE",
97
97
  * ],
98
+ * DomainJoinServiceAccountSecret: "STRING_VALUE",
98
99
  * },
99
100
  * DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
100
101
  * PreferredSubnetId: "STRING_VALUE",
@@ -244,6 +245,7 @@ declare const CreateFileSystemFromBackupCommand_base: {
244
245
  * // DnsIps: [ // DnsIps
245
246
  * // "STRING_VALUE",
246
247
  * // ],
248
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
247
249
  * // },
248
250
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
249
251
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -358,6 +360,7 @@ declare const CreateFileSystemFromBackupCommand_base: {
358
360
  * // DnsIps: [
359
361
  * // "STRING_VALUE",
360
362
  * // ],
363
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
361
364
  * // },
362
365
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
363
366
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -137,6 +137,7 @@ declare const CreateSnapshotCommand_base: {
137
137
  * // DnsIps: [ // DnsIps
138
138
  * // "STRING_VALUE",
139
139
  * // ],
140
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
140
141
  * // },
141
142
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
142
143
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -246,6 +247,7 @@ declare const CreateSnapshotCommand_base: {
246
247
  * // DnsIps: [
247
248
  * // "STRING_VALUE",
248
249
  * // ],
250
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
249
251
  * // },
250
252
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
251
253
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -43,11 +43,12 @@ declare const CreateStorageVirtualMachineCommand_base: {
43
43
  * DomainName: "STRING_VALUE", // required
44
44
  * OrganizationalUnitDistinguishedName: "STRING_VALUE",
45
45
  * FileSystemAdministratorsGroup: "STRING_VALUE",
46
- * UserName: "STRING_VALUE", // required
47
- * Password: "STRING_VALUE", // required
46
+ * UserName: "STRING_VALUE",
47
+ * Password: "STRING_VALUE",
48
48
  * DnsIps: [ // DnsIps // required
49
49
  * "STRING_VALUE",
50
50
  * ],
51
+ * DomainJoinServiceAccountSecret: "STRING_VALUE",
51
52
  * },
52
53
  * },
53
54
  * ClientRequestToken: "STRING_VALUE",
@@ -76,6 +77,7 @@ declare const CreateStorageVirtualMachineCommand_base: {
76
77
  * // DnsIps: [ // DnsIps
77
78
  * // "STRING_VALUE",
78
79
  * // ],
80
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
79
81
  * // },
80
82
  * // },
81
83
  * // CreationTime: new Date("TIMESTAMP"),
@@ -238,6 +238,7 @@ declare const CreateVolumeCommand_base: {
238
238
  * // DnsIps: [ // DnsIps
239
239
  * // "STRING_VALUE",
240
240
  * // ],
241
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
241
242
  * // },
242
243
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
243
244
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -347,6 +348,7 @@ declare const CreateVolumeCommand_base: {
347
348
  * // DnsIps: [
348
349
  * // "STRING_VALUE",
349
350
  * // ],
351
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
350
352
  * // },
351
353
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
352
354
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -207,6 +207,7 @@ declare const CreateVolumeFromBackupCommand_base: {
207
207
  * // DnsIps: [ // DnsIps
208
208
  * // "STRING_VALUE",
209
209
  * // ],
210
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
210
211
  * // },
211
212
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
212
213
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -316,6 +317,7 @@ declare const CreateVolumeFromBackupCommand_base: {
316
317
  * // DnsIps: [
317
318
  * // "STRING_VALUE",
318
319
  * // ],
320
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
319
321
  * // },
320
322
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
321
323
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -135,6 +135,7 @@ declare const DescribeBackupsCommand_base: {
135
135
  * // DnsIps: [ // DnsIps
136
136
  * // "STRING_VALUE",
137
137
  * // ],
138
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
138
139
  * // },
139
140
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
140
141
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -244,6 +245,7 @@ declare const DescribeBackupsCommand_base: {
244
245
  * // DnsIps: [
245
246
  * // "STRING_VALUE",
246
247
  * // ],
248
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
247
249
  * // },
248
250
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
249
251
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -112,6 +112,7 @@ declare const DescribeFileSystemsCommand_base: {
112
112
  * // DnsIps: [ // DnsIps
113
113
  * // "STRING_VALUE",
114
114
  * // ],
115
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
115
116
  * // },
116
117
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
117
118
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -226,6 +227,7 @@ declare const DescribeFileSystemsCommand_base: {
226
227
  * // DnsIps: [
227
228
  * // "STRING_VALUE",
228
229
  * // ],
230
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
229
231
  * // },
230
232
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
231
233
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -142,6 +142,7 @@ declare const DescribeSnapshotsCommand_base: {
142
142
  * // DnsIps: [ // DnsIps
143
143
  * // "STRING_VALUE",
144
144
  * // ],
145
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
145
146
  * // },
146
147
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
147
148
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -251,6 +252,7 @@ declare const DescribeSnapshotsCommand_base: {
251
252
  * // DnsIps: [
252
253
  * // "STRING_VALUE",
253
254
  * // ],
255
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
254
256
  * // },
255
257
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
256
258
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -66,6 +66,7 @@ declare const DescribeStorageVirtualMachinesCommand_base: {
66
66
  * // DnsIps: [ // DnsIps
67
67
  * // "STRING_VALUE",
68
68
  * // ],
69
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
69
70
  * // },
70
71
  * // },
71
72
  * // CreationTime: new Date("TIMESTAMP"),
@@ -166,6 +166,7 @@ declare const DescribeVolumesCommand_base: {
166
166
  * // DnsIps: [ // DnsIps
167
167
  * // "STRING_VALUE",
168
168
  * // ],
169
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
169
170
  * // },
170
171
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
171
172
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -275,6 +276,7 @@ declare const DescribeVolumesCommand_base: {
275
276
  * // DnsIps: [
276
277
  * // "STRING_VALUE",
277
278
  * // ],
279
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
278
280
  * // },
279
281
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
280
282
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -82,6 +82,7 @@ declare const ReleaseFileSystemNfsV3LocksCommand_base: {
82
82
  * // DnsIps: [ // DnsIps
83
83
  * // "STRING_VALUE",
84
84
  * // ],
85
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
85
86
  * // },
86
87
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
87
88
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -196,6 +197,7 @@ declare const ReleaseFileSystemNfsV3LocksCommand_base: {
196
197
  * // DnsIps: [
197
198
  * // "STRING_VALUE",
198
199
  * // ],
200
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
199
201
  * // },
200
202
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
201
203
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -93,6 +93,7 @@ declare const RestoreVolumeFromSnapshotCommand_base: {
93
93
  * // DnsIps: [ // DnsIps
94
94
  * // "STRING_VALUE",
95
95
  * // ],
96
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
96
97
  * // },
97
98
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
98
99
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -207,6 +208,7 @@ declare const RestoreVolumeFromSnapshotCommand_base: {
207
208
  * // DnsIps: [
208
209
  * // "STRING_VALUE",
209
210
  * // ],
211
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
210
212
  * // },
211
213
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
212
214
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -82,6 +82,7 @@ declare const StartMisconfiguredStateRecoveryCommand_base: {
82
82
  * // DnsIps: [ // DnsIps
83
83
  * // "STRING_VALUE",
84
84
  * // ],
85
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
85
86
  * // },
86
87
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
87
88
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -196,6 +197,7 @@ declare const StartMisconfiguredStateRecoveryCommand_base: {
196
197
  * // DnsIps: [
197
198
  * // "STRING_VALUE",
198
199
  * // ],
200
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
199
201
  * // },
200
202
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
201
203
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -302,6 +302,7 @@ declare const UpdateFileSystemCommand_base: {
302
302
  * DomainName: "STRING_VALUE",
303
303
  * OrganizationalUnitDistinguishedName: "STRING_VALUE",
304
304
  * FileSystemAdministratorsGroup: "STRING_VALUE",
305
+ * DomainJoinServiceAccountSecret: "STRING_VALUE",
305
306
  * },
306
307
  * AuditLogConfiguration: { // WindowsAuditLogCreateConfiguration
307
308
  * FileAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
@@ -427,6 +428,7 @@ declare const UpdateFileSystemCommand_base: {
427
428
  * // DnsIps: [ // DnsIps
428
429
  * // "STRING_VALUE",
429
430
  * // ],
431
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
430
432
  * // },
431
433
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
432
434
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -541,6 +543,7 @@ declare const UpdateFileSystemCommand_base: {
541
543
  * // DnsIps: [
542
544
  * // "STRING_VALUE",
543
545
  * // ],
546
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
544
547
  * // },
545
548
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
546
549
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -104,6 +104,7 @@ declare const UpdateSnapshotCommand_base: {
104
104
  * // DnsIps: [ // DnsIps
105
105
  * // "STRING_VALUE",
106
106
  * // ],
107
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
107
108
  * // },
108
109
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
109
110
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -213,6 +214,7 @@ declare const UpdateSnapshotCommand_base: {
213
214
  * // DnsIps: [
214
215
  * // "STRING_VALUE",
215
216
  * // ],
217
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
216
218
  * // },
217
219
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
218
220
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -47,6 +47,7 @@ declare const UpdateStorageVirtualMachineCommand_base: {
47
47
  * DomainName: "STRING_VALUE",
48
48
  * OrganizationalUnitDistinguishedName: "STRING_VALUE",
49
49
  * FileSystemAdministratorsGroup: "STRING_VALUE",
50
+ * DomainJoinServiceAccountSecret: "STRING_VALUE",
50
51
  * },
51
52
  * NetBiosName: "STRING_VALUE",
52
53
  * },
@@ -68,6 +69,7 @@ declare const UpdateStorageVirtualMachineCommand_base: {
68
69
  * // DnsIps: [ // DnsIps
69
70
  * // "STRING_VALUE",
70
71
  * // ],
72
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
71
73
  * // },
72
74
  * // },
73
75
  * // CreationTime: new Date("TIMESTAMP"),
@@ -216,6 +216,7 @@ declare const UpdateVolumeCommand_base: {
216
216
  * // DnsIps: [ // DnsIps
217
217
  * // "STRING_VALUE",
218
218
  * // ],
219
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
219
220
  * // },
220
221
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
221
222
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -325,6 +326,7 @@ declare const UpdateVolumeCommand_base: {
325
326
  * // DnsIps: [
326
327
  * // "STRING_VALUE",
327
328
  * // ],
329
+ * // DomainJoinServiceAccountSecret: "STRING_VALUE",
328
330
  * // },
329
331
  * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
330
332
  * // RemoteAdministrationEndpoint: "STRING_VALUE",
@@ -1451,6 +1451,11 @@ export interface SelfManagedActiveDirectoryAttributes {
1451
1451
  * @public
1452
1452
  */
1453
1453
  DnsIps?: string[] | undefined;
1454
+ /**
1455
+ * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the service account credentials used to join the file system to your self-managed Active Directory domain.</p>
1456
+ * @public
1457
+ */
1458
+ DomainJoinServiceAccountSecret?: string | undefined;
1454
1459
  }
1455
1460
  /**
1456
1461
  * <p>The configuration for this Microsoft Windows file system.</p>
@@ -6015,19 +6020,41 @@ export interface SelfManagedActiveDirectoryConfiguration {
6015
6020
  * AD domain.</p>
6016
6021
  * @public
6017
6022
  */
6018
- UserName: string | undefined;
6023
+ UserName?: string | undefined;
6019
6024
  /**
6020
6025
  * <p>The password for the service account on your self-managed AD domain that Amazon FSx
6021
6026
  * will use to join to your AD domain.</p>
6022
6027
  * @public
6023
6028
  */
6024
- Password: string | undefined;
6029
+ Password?: string | undefined;
6025
6030
  /**
6026
6031
  * <p>A list of up to three IP addresses of DNS servers or domain controllers in the
6027
6032
  * self-managed AD directory. </p>
6028
6033
  * @public
6029
6034
  */
6030
6035
  DnsIps: string[] | undefined;
6036
+ /**
6037
+ * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the self-managed Active Directory domain join service account credentials.
6038
+ * When provided, Amazon FSx uses the credentials stored in this secret to join the file system to your self-managed Active Directory domain.</p>
6039
+ * <p>The secret must contain two key-value pairs:</p>
6040
+ * <ul>
6041
+ * <li>
6042
+ * <p>
6043
+ * <code>CUSTOMER_MANAGED_ACTIVE_DIRECTORY_USERNAME</code> - The username for the service account</p>
6044
+ * </li>
6045
+ * <li>
6046
+ * <p>
6047
+ * <code>CUSTOMER_MANAGED_ACTIVE_DIRECTORY_PASSWORD</code> - The password for the service account</p>
6048
+ * </li>
6049
+ * </ul>
6050
+ * <p>For more information, see
6051
+ * <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/self-manage-prereqs.html">
6052
+ * Using Amazon FSx for Windows with your self-managed Microsoft Active Directory</a> or
6053
+ * <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/self-manage-prereqs.html">
6054
+ * Using Amazon FSx for ONTAP with your self-managed Microsoft Active Directory</a>.</p>
6055
+ * @public
6056
+ */
6057
+ DomainJoinServiceAccountSecret?: string | undefined;
6031
6058
  }
6032
6059
  /**
6033
6060
  * <p>The configuration object for the Microsoft Windows file system used in
@@ -9736,6 +9763,12 @@ export interface SelfManagedActiveDirectoryConfigurationUpdates {
9736
9763
  * @public
9737
9764
  */
9738
9765
  FileSystemAdministratorsGroup?: string | undefined;
9766
+ /**
9767
+ * <p>Specifies the updated Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the self-managed Active Directory domain join service account credentials.
9768
+ * Amazon FSx uses this account to join to your self-managed Active Directory domain.</p>
9769
+ * @public
9770
+ */
9771
+ DomainJoinServiceAccountSecret?: string | undefined;
9739
9772
  }
9740
9773
  /**
9741
9774
  * <p>Updates the configuration for an existing Amazon FSx for Windows
@@ -333,6 +333,7 @@ export interface SelfManagedActiveDirectoryAttributes {
333
333
  FileSystemAdministratorsGroup?: string | undefined;
334
334
  UserName?: string | undefined;
335
335
  DnsIps?: string[] | undefined;
336
+ DomainJoinServiceAccountSecret?: string | undefined;
336
337
  }
337
338
  export interface WindowsFileSystemConfiguration {
338
339
  ActiveDirectoryId?: string | undefined;
@@ -1185,9 +1186,10 @@ export interface SelfManagedActiveDirectoryConfiguration {
1185
1186
  DomainName: string | undefined;
1186
1187
  OrganizationalUnitDistinguishedName?: string | undefined;
1187
1188
  FileSystemAdministratorsGroup?: string | undefined;
1188
- UserName: string | undefined;
1189
- Password: string | undefined;
1189
+ UserName?: string | undefined;
1190
+ Password?: string | undefined;
1190
1191
  DnsIps: string[] | undefined;
1192
+ DomainJoinServiceAccountSecret?: string | undefined;
1191
1193
  }
1192
1194
  export interface CreateFileSystemWindowsConfiguration {
1193
1195
  ActiveDirectoryId?: string | undefined;
@@ -1916,6 +1918,7 @@ export interface SelfManagedActiveDirectoryConfigurationUpdates {
1916
1918
  DomainName?: string | undefined;
1917
1919
  OrganizationalUnitDistinguishedName?: string | undefined;
1918
1920
  FileSystemAdministratorsGroup?: string | undefined;
1921
+ DomainJoinServiceAccountSecret?: string | undefined;
1919
1922
  }
1920
1923
  export interface UpdateFileSystemWindowsConfiguration {
1921
1924
  WeeklyMaintenanceStartTime?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-fsx",
3
3
  "description": "AWS SDK for JavaScript Fsx Client for Node.js, Browser and React Native",
4
- "version": "3.922.0",
4
+ "version": "3.926.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-fsx",
@@ -20,18 +20,18 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.922.0",
24
- "@aws-sdk/credential-provider-node": "3.922.0",
23
+ "@aws-sdk/core": "3.926.0",
24
+ "@aws-sdk/credential-provider-node": "3.926.0",
25
25
  "@aws-sdk/middleware-host-header": "3.922.0",
26
26
  "@aws-sdk/middleware-logger": "3.922.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
- "@aws-sdk/middleware-user-agent": "3.922.0",
29
- "@aws-sdk/region-config-resolver": "3.922.0",
28
+ "@aws-sdk/middleware-user-agent": "3.926.0",
29
+ "@aws-sdk/region-config-resolver": "3.925.0",
30
30
  "@aws-sdk/types": "3.922.0",
31
31
  "@aws-sdk/util-endpoints": "3.922.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.922.0",
33
- "@aws-sdk/util-user-agent-node": "3.922.0",
34
- "@smithy/config-resolver": "^4.4.1",
33
+ "@aws-sdk/util-user-agent-node": "3.926.0",
34
+ "@smithy/config-resolver": "^4.4.2",
35
35
  "@smithy/core": "^3.17.2",
36
36
  "@smithy/fetch-http-handler": "^5.3.5",
37
37
  "@smithy/hash-node": "^4.2.4",
@@ -51,7 +51,7 @@
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
53
  "@smithy/util-defaults-mode-browser": "^4.3.5",
54
- "@smithy/util-defaults-mode-node": "^4.2.7",
54
+ "@smithy/util-defaults-mode-node": "^4.2.8",
55
55
  "@smithy/util-endpoints": "^3.2.4",
56
56
  "@smithy/util-middleware": "^4.2.4",
57
57
  "@smithy/util-retry": "^4.2.4",