@distilled.cloud/aws 0.30.2 → 0.30.3

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.
@@ -168,10 +168,11 @@ export const CancelTaskExecutionRequest = /*@__PURE__*/ S.suspend(() =>
168
168
  identifier: "CancelTaskExecutionRequest",
169
169
  }) as any as S.Schema<CancelTaskExecutionRequest>;
170
170
  export interface CancelTaskExecutionResponse {}
171
- export const CancelTaskExecutionResponse =
172
- /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
173
- identifier: "CancelTaskExecutionResponse",
174
- }) as any as S.Schema<CancelTaskExecutionResponse>;
171
+ export const CancelTaskExecutionResponse = /*@__PURE__*/ S.suspend(() =>
172
+ S.Struct({}),
173
+ ).annotate({
174
+ identifier: "CancelTaskExecutionResponse",
175
+ }) as any as S.Schema<CancelTaskExecutionResponse>;
175
176
  export interface TagListEntry {
176
177
  Key: string;
177
178
  Value?: string;
@@ -267,34 +268,32 @@ export interface CreateLocationAzureBlobRequest {
267
268
  CmkSecretConfig?: CmkSecretConfig;
268
269
  CustomSecretConfig?: CustomSecretConfig;
269
270
  }
270
- export const CreateLocationAzureBlobRequest =
271
- /*@__PURE__*/ S.suspend(() =>
272
- S.Struct({
273
- ContainerUrl: S.String,
274
- AuthenticationType: AzureBlobAuthenticationType,
275
- SasConfiguration: S.optional(AzureBlobSasConfiguration),
276
- BlobType: S.optional(AzureBlobType),
277
- AccessTier: S.optional(AzureAccessTier),
278
- Subdirectory: S.optional(S.String),
279
- AgentArns: S.optional(AgentArnList),
280
- Tags: S.optional(InputTagList),
281
- CmkSecretConfig: S.optional(CmkSecretConfig),
282
- CustomSecretConfig: S.optional(CustomSecretConfig),
283
- }).pipe(
284
- T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
285
- ),
286
- ).annotate({
287
- identifier: "CreateLocationAzureBlobRequest",
288
- }) as any as S.Schema<CreateLocationAzureBlobRequest>;
271
+ export const CreateLocationAzureBlobRequest = /*@__PURE__*/ S.suspend(() =>
272
+ S.Struct({
273
+ ContainerUrl: S.String,
274
+ AuthenticationType: AzureBlobAuthenticationType,
275
+ SasConfiguration: S.optional(AzureBlobSasConfiguration),
276
+ BlobType: S.optional(AzureBlobType),
277
+ AccessTier: S.optional(AzureAccessTier),
278
+ Subdirectory: S.optional(S.String),
279
+ AgentArns: S.optional(AgentArnList),
280
+ Tags: S.optional(InputTagList),
281
+ CmkSecretConfig: S.optional(CmkSecretConfig),
282
+ CustomSecretConfig: S.optional(CustomSecretConfig),
283
+ }).pipe(
284
+ T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
285
+ ),
286
+ ).annotate({
287
+ identifier: "CreateLocationAzureBlobRequest",
288
+ }) as any as S.Schema<CreateLocationAzureBlobRequest>;
289
289
  export interface CreateLocationAzureBlobResponse {
290
290
  LocationArn?: string;
291
291
  }
292
- export const CreateLocationAzureBlobResponse =
293
- /*@__PURE__*/ S.suspend(() =>
294
- S.Struct({ LocationArn: S.optional(S.String) }),
295
- ).annotate({
296
- identifier: "CreateLocationAzureBlobResponse",
297
- }) as any as S.Schema<CreateLocationAzureBlobResponse>;
292
+ export const CreateLocationAzureBlobResponse = /*@__PURE__*/ S.suspend(() =>
293
+ S.Struct({ LocationArn: S.optional(S.String) }),
294
+ ).annotate({
295
+ identifier: "CreateLocationAzureBlobResponse",
296
+ }) as any as S.Schema<CreateLocationAzureBlobResponse>;
298
297
  export type Ec2SecurityGroupArnList = string[];
299
298
  export const Ec2SecurityGroupArnList = /*@__PURE__*/ S.Array(S.String);
300
299
  export interface Ec2Config {
@@ -344,28 +343,26 @@ export interface CreateLocationFsxLustreRequest {
344
343
  Subdirectory?: string;
345
344
  Tags?: TagListEntry[];
346
345
  }
347
- export const CreateLocationFsxLustreRequest =
348
- /*@__PURE__*/ S.suspend(() =>
349
- S.Struct({
350
- FsxFilesystemArn: S.String,
351
- SecurityGroupArns: Ec2SecurityGroupArnList,
352
- Subdirectory: S.optional(S.String),
353
- Tags: S.optional(InputTagList),
354
- }).pipe(
355
- T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
356
- ),
357
- ).annotate({
358
- identifier: "CreateLocationFsxLustreRequest",
359
- }) as any as S.Schema<CreateLocationFsxLustreRequest>;
346
+ export const CreateLocationFsxLustreRequest = /*@__PURE__*/ S.suspend(() =>
347
+ S.Struct({
348
+ FsxFilesystemArn: S.String,
349
+ SecurityGroupArns: Ec2SecurityGroupArnList,
350
+ Subdirectory: S.optional(S.String),
351
+ Tags: S.optional(InputTagList),
352
+ }).pipe(
353
+ T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
354
+ ),
355
+ ).annotate({
356
+ identifier: "CreateLocationFsxLustreRequest",
357
+ }) as any as S.Schema<CreateLocationFsxLustreRequest>;
360
358
  export interface CreateLocationFsxLustreResponse {
361
359
  LocationArn?: string;
362
360
  }
363
- export const CreateLocationFsxLustreResponse =
364
- /*@__PURE__*/ S.suspend(() =>
365
- S.Struct({ LocationArn: S.optional(S.String) }),
366
- ).annotate({
367
- identifier: "CreateLocationFsxLustreResponse",
368
- }) as any as S.Schema<CreateLocationFsxLustreResponse>;
361
+ export const CreateLocationFsxLustreResponse = /*@__PURE__*/ S.suspend(() =>
362
+ S.Struct({ LocationArn: S.optional(S.String) }),
363
+ ).annotate({
364
+ identifier: "CreateLocationFsxLustreResponse",
365
+ }) as any as S.Schema<CreateLocationFsxLustreResponse>;
369
366
  export type NfsVersion =
370
367
  | "AUTOMATIC"
371
368
  | "NFS3"
@@ -448,29 +445,27 @@ export interface CreateLocationFsxOntapRequest {
448
445
  Subdirectory?: string;
449
446
  Tags?: TagListEntry[];
450
447
  }
451
- export const CreateLocationFsxOntapRequest =
452
- /*@__PURE__*/ S.suspend(() =>
453
- S.Struct({
454
- Protocol: FsxProtocol,
455
- SecurityGroupArns: Ec2SecurityGroupArnList,
456
- StorageVirtualMachineArn: S.String,
457
- Subdirectory: S.optional(S.String),
458
- Tags: S.optional(InputTagList),
459
- }).pipe(
460
- T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
461
- ),
462
- ).annotate({
463
- identifier: "CreateLocationFsxOntapRequest",
464
- }) as any as S.Schema<CreateLocationFsxOntapRequest>;
448
+ export const CreateLocationFsxOntapRequest = /*@__PURE__*/ S.suspend(() =>
449
+ S.Struct({
450
+ Protocol: FsxProtocol,
451
+ SecurityGroupArns: Ec2SecurityGroupArnList,
452
+ StorageVirtualMachineArn: S.String,
453
+ Subdirectory: S.optional(S.String),
454
+ Tags: S.optional(InputTagList),
455
+ }).pipe(
456
+ T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
457
+ ),
458
+ ).annotate({
459
+ identifier: "CreateLocationFsxOntapRequest",
460
+ }) as any as S.Schema<CreateLocationFsxOntapRequest>;
465
461
  export interface CreateLocationFsxOntapResponse {
466
462
  LocationArn?: string;
467
463
  }
468
- export const CreateLocationFsxOntapResponse =
469
- /*@__PURE__*/ S.suspend(() =>
470
- S.Struct({ LocationArn: S.optional(S.String) }),
471
- ).annotate({
472
- identifier: "CreateLocationFsxOntapResponse",
473
- }) as any as S.Schema<CreateLocationFsxOntapResponse>;
464
+ export const CreateLocationFsxOntapResponse = /*@__PURE__*/ S.suspend(() =>
465
+ S.Struct({ LocationArn: S.optional(S.String) }),
466
+ ).annotate({
467
+ identifier: "CreateLocationFsxOntapResponse",
468
+ }) as any as S.Schema<CreateLocationFsxOntapResponse>;
474
469
  export interface CreateLocationFsxOpenZfsRequest {
475
470
  FsxFilesystemArn: string;
476
471
  Protocol: FsxProtocol;
@@ -478,29 +473,27 @@ export interface CreateLocationFsxOpenZfsRequest {
478
473
  Subdirectory?: string;
479
474
  Tags?: TagListEntry[];
480
475
  }
481
- export const CreateLocationFsxOpenZfsRequest =
482
- /*@__PURE__*/ S.suspend(() =>
483
- S.Struct({
484
- FsxFilesystemArn: S.String,
485
- Protocol: FsxProtocol,
486
- SecurityGroupArns: Ec2SecurityGroupArnList,
487
- Subdirectory: S.optional(S.String),
488
- Tags: S.optional(InputTagList),
489
- }).pipe(
490
- T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
491
- ),
492
- ).annotate({
493
- identifier: "CreateLocationFsxOpenZfsRequest",
494
- }) as any as S.Schema<CreateLocationFsxOpenZfsRequest>;
476
+ export const CreateLocationFsxOpenZfsRequest = /*@__PURE__*/ S.suspend(() =>
477
+ S.Struct({
478
+ FsxFilesystemArn: S.String,
479
+ Protocol: FsxProtocol,
480
+ SecurityGroupArns: Ec2SecurityGroupArnList,
481
+ Subdirectory: S.optional(S.String),
482
+ Tags: S.optional(InputTagList),
483
+ }).pipe(
484
+ T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
485
+ ),
486
+ ).annotate({
487
+ identifier: "CreateLocationFsxOpenZfsRequest",
488
+ }) as any as S.Schema<CreateLocationFsxOpenZfsRequest>;
495
489
  export interface CreateLocationFsxOpenZfsResponse {
496
490
  LocationArn?: string;
497
491
  }
498
- export const CreateLocationFsxOpenZfsResponse =
499
- /*@__PURE__*/ S.suspend(() =>
500
- S.Struct({ LocationArn: S.optional(S.String) }),
501
- ).annotate({
502
- identifier: "CreateLocationFsxOpenZfsResponse",
503
- }) as any as S.Schema<CreateLocationFsxOpenZfsResponse>;
492
+ export const CreateLocationFsxOpenZfsResponse = /*@__PURE__*/ S.suspend(() =>
493
+ S.Struct({ LocationArn: S.optional(S.String) }),
494
+ ).annotate({
495
+ identifier: "CreateLocationFsxOpenZfsResponse",
496
+ }) as any as S.Schema<CreateLocationFsxOpenZfsResponse>;
504
497
  export interface CreateLocationFsxWindowsRequest {
505
498
  Subdirectory?: string;
506
499
  FsxFilesystemArn: string;
@@ -512,33 +505,31 @@ export interface CreateLocationFsxWindowsRequest {
512
505
  CmkSecretConfig?: CmkSecretConfig;
513
506
  CustomSecretConfig?: CustomSecretConfig;
514
507
  }
515
- export const CreateLocationFsxWindowsRequest =
516
- /*@__PURE__*/ S.suspend(() =>
517
- S.Struct({
518
- Subdirectory: S.optional(S.String),
519
- FsxFilesystemArn: S.String,
520
- SecurityGroupArns: Ec2SecurityGroupArnList,
521
- Tags: S.optional(InputTagList),
522
- User: S.String,
523
- Domain: S.optional(S.String),
524
- Password: S.optional(SensitiveString),
525
- CmkSecretConfig: S.optional(CmkSecretConfig),
526
- CustomSecretConfig: S.optional(CustomSecretConfig),
527
- }).pipe(
528
- T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
529
- ),
530
- ).annotate({
531
- identifier: "CreateLocationFsxWindowsRequest",
532
- }) as any as S.Schema<CreateLocationFsxWindowsRequest>;
508
+ export const CreateLocationFsxWindowsRequest = /*@__PURE__*/ S.suspend(() =>
509
+ S.Struct({
510
+ Subdirectory: S.optional(S.String),
511
+ FsxFilesystemArn: S.String,
512
+ SecurityGroupArns: Ec2SecurityGroupArnList,
513
+ Tags: S.optional(InputTagList),
514
+ User: S.String,
515
+ Domain: S.optional(S.String),
516
+ Password: S.optional(SensitiveString),
517
+ CmkSecretConfig: S.optional(CmkSecretConfig),
518
+ CustomSecretConfig: S.optional(CustomSecretConfig),
519
+ }).pipe(
520
+ T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
521
+ ),
522
+ ).annotate({
523
+ identifier: "CreateLocationFsxWindowsRequest",
524
+ }) as any as S.Schema<CreateLocationFsxWindowsRequest>;
533
525
  export interface CreateLocationFsxWindowsResponse {
534
526
  LocationArn?: string;
535
527
  }
536
- export const CreateLocationFsxWindowsResponse =
537
- /*@__PURE__*/ S.suspend(() =>
538
- S.Struct({ LocationArn: S.optional(S.String) }),
539
- ).annotate({
540
- identifier: "CreateLocationFsxWindowsResponse",
541
- }) as any as S.Schema<CreateLocationFsxWindowsResponse>;
528
+ export const CreateLocationFsxWindowsResponse = /*@__PURE__*/ S.suspend(() =>
529
+ S.Struct({ LocationArn: S.optional(S.String) }),
530
+ ).annotate({
531
+ identifier: "CreateLocationFsxWindowsResponse",
532
+ }) as any as S.Schema<CreateLocationFsxWindowsResponse>;
542
533
  export interface HdfsNameNode {
543
534
  Hostname: string;
544
535
  Port: number;
@@ -674,36 +665,34 @@ export interface CreateLocationObjectStorageRequest {
674
665
  CmkSecretConfig?: CmkSecretConfig;
675
666
  CustomSecretConfig?: CustomSecretConfig;
676
667
  }
677
- export const CreateLocationObjectStorageRequest =
678
- /*@__PURE__*/ S.suspend(() =>
679
- S.Struct({
680
- ServerHostname: S.String,
681
- ServerPort: S.optional(S.Number),
682
- ServerProtocol: S.optional(ObjectStorageServerProtocol),
683
- Subdirectory: S.optional(S.String),
684
- BucketName: S.String,
685
- AccessKey: S.optional(S.String),
686
- SecretKey: S.optional(SensitiveString),
687
- AgentArns: S.optional(AgentArnList),
688
- Tags: S.optional(InputTagList),
689
- ServerCertificate: S.optional(T.Blob),
690
- CmkSecretConfig: S.optional(CmkSecretConfig),
691
- CustomSecretConfig: S.optional(CustomSecretConfig),
692
- }).pipe(
693
- T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
694
- ),
695
- ).annotate({
696
- identifier: "CreateLocationObjectStorageRequest",
697
- }) as any as S.Schema<CreateLocationObjectStorageRequest>;
668
+ export const CreateLocationObjectStorageRequest = /*@__PURE__*/ S.suspend(() =>
669
+ S.Struct({
670
+ ServerHostname: S.String,
671
+ ServerPort: S.optional(S.Number),
672
+ ServerProtocol: S.optional(ObjectStorageServerProtocol),
673
+ Subdirectory: S.optional(S.String),
674
+ BucketName: S.String,
675
+ AccessKey: S.optional(S.String),
676
+ SecretKey: S.optional(SensitiveString),
677
+ AgentArns: S.optional(AgentArnList),
678
+ Tags: S.optional(InputTagList),
679
+ ServerCertificate: S.optional(T.Blob),
680
+ CmkSecretConfig: S.optional(CmkSecretConfig),
681
+ CustomSecretConfig: S.optional(CustomSecretConfig),
682
+ }).pipe(
683
+ T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
684
+ ),
685
+ ).annotate({
686
+ identifier: "CreateLocationObjectStorageRequest",
687
+ }) as any as S.Schema<CreateLocationObjectStorageRequest>;
698
688
  export interface CreateLocationObjectStorageResponse {
699
689
  LocationArn?: string;
700
690
  }
701
- export const CreateLocationObjectStorageResponse =
702
- /*@__PURE__*/ S.suspend(() =>
703
- S.Struct({ LocationArn: S.optional(S.String) }),
704
- ).annotate({
705
- identifier: "CreateLocationObjectStorageResponse",
706
- }) as any as S.Schema<CreateLocationObjectStorageResponse>;
691
+ export const CreateLocationObjectStorageResponse = /*@__PURE__*/ S.suspend(() =>
692
+ S.Struct({ LocationArn: S.optional(S.String) }),
693
+ ).annotate({
694
+ identifier: "CreateLocationObjectStorageResponse",
695
+ }) as any as S.Schema<CreateLocationObjectStorageResponse>;
707
696
  export type S3StorageClass =
708
697
  | "STANDARD"
709
698
  | "STANDARD_IA"
@@ -1171,14 +1160,13 @@ export const DescribeAgentResponse = /*@__PURE__*/ S.suspend(() =>
1171
1160
  export interface DescribeLocationAzureBlobRequest {
1172
1161
  LocationArn: string;
1173
1162
  }
1174
- export const DescribeLocationAzureBlobRequest =
1175
- /*@__PURE__*/ S.suspend(() =>
1176
- S.Struct({ LocationArn: S.String }).pipe(
1177
- T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
1178
- ),
1179
- ).annotate({
1180
- identifier: "DescribeLocationAzureBlobRequest",
1181
- }) as any as S.Schema<DescribeLocationAzureBlobRequest>;
1163
+ export const DescribeLocationAzureBlobRequest = /*@__PURE__*/ S.suspend(() =>
1164
+ S.Struct({ LocationArn: S.String }).pipe(
1165
+ T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
1166
+ ),
1167
+ ).annotate({
1168
+ identifier: "DescribeLocationAzureBlobRequest",
1169
+ }) as any as S.Schema<DescribeLocationAzureBlobRequest>;
1182
1170
  export interface DescribeLocationAzureBlobResponse {
1183
1171
  LocationArn?: string;
1184
1172
  LocationUri?: string;
@@ -1191,23 +1179,22 @@ export interface DescribeLocationAzureBlobResponse {
1191
1179
  CmkSecretConfig?: CmkSecretConfig;
1192
1180
  CustomSecretConfig?: CustomSecretConfig;
1193
1181
  }
1194
- export const DescribeLocationAzureBlobResponse =
1195
- /*@__PURE__*/ S.suspend(() =>
1196
- S.Struct({
1197
- LocationArn: S.optional(S.String),
1198
- LocationUri: S.optional(S.String),
1199
- AuthenticationType: S.optional(AzureBlobAuthenticationType),
1200
- BlobType: S.optional(AzureBlobType),
1201
- AccessTier: S.optional(AzureAccessTier),
1202
- AgentArns: S.optional(AgentArnList),
1203
- CreationTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1204
- ManagedSecretConfig: S.optional(ManagedSecretConfig),
1205
- CmkSecretConfig: S.optional(CmkSecretConfig),
1206
- CustomSecretConfig: S.optional(CustomSecretConfig),
1207
- }),
1208
- ).annotate({
1209
- identifier: "DescribeLocationAzureBlobResponse",
1210
- }) as any as S.Schema<DescribeLocationAzureBlobResponse>;
1182
+ export const DescribeLocationAzureBlobResponse = /*@__PURE__*/ S.suspend(() =>
1183
+ S.Struct({
1184
+ LocationArn: S.optional(S.String),
1185
+ LocationUri: S.optional(S.String),
1186
+ AuthenticationType: S.optional(AzureBlobAuthenticationType),
1187
+ BlobType: S.optional(AzureBlobType),
1188
+ AccessTier: S.optional(AzureAccessTier),
1189
+ AgentArns: S.optional(AgentArnList),
1190
+ CreationTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1191
+ ManagedSecretConfig: S.optional(ManagedSecretConfig),
1192
+ CmkSecretConfig: S.optional(CmkSecretConfig),
1193
+ CustomSecretConfig: S.optional(CustomSecretConfig),
1194
+ }),
1195
+ ).annotate({
1196
+ identifier: "DescribeLocationAzureBlobResponse",
1197
+ }) as any as S.Schema<DescribeLocationAzureBlobResponse>;
1211
1198
  export interface DescribeLocationEfsRequest {
1212
1199
  LocationArn: string;
1213
1200
  }
@@ -1227,59 +1214,55 @@ export interface DescribeLocationEfsResponse {
1227
1214
  FileSystemAccessRoleArn?: string;
1228
1215
  InTransitEncryption?: EfsInTransitEncryption;
1229
1216
  }
1230
- export const DescribeLocationEfsResponse =
1231
- /*@__PURE__*/ S.suspend(() =>
1232
- S.Struct({
1233
- LocationArn: S.optional(S.String),
1234
- LocationUri: S.optional(S.String),
1235
- Ec2Config: S.optional(Ec2Config),
1236
- CreationTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1237
- AccessPointArn: S.optional(S.String),
1238
- FileSystemAccessRoleArn: S.optional(S.String),
1239
- InTransitEncryption: S.optional(EfsInTransitEncryption),
1240
- }),
1241
- ).annotate({
1242
- identifier: "DescribeLocationEfsResponse",
1243
- }) as any as S.Schema<DescribeLocationEfsResponse>;
1217
+ export const DescribeLocationEfsResponse = /*@__PURE__*/ S.suspend(() =>
1218
+ S.Struct({
1219
+ LocationArn: S.optional(S.String),
1220
+ LocationUri: S.optional(S.String),
1221
+ Ec2Config: S.optional(Ec2Config),
1222
+ CreationTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1223
+ AccessPointArn: S.optional(S.String),
1224
+ FileSystemAccessRoleArn: S.optional(S.String),
1225
+ InTransitEncryption: S.optional(EfsInTransitEncryption),
1226
+ }),
1227
+ ).annotate({
1228
+ identifier: "DescribeLocationEfsResponse",
1229
+ }) as any as S.Schema<DescribeLocationEfsResponse>;
1244
1230
  export interface DescribeLocationFsxLustreRequest {
1245
1231
  LocationArn: string;
1246
1232
  }
1247
- export const DescribeLocationFsxLustreRequest =
1248
- /*@__PURE__*/ S.suspend(() =>
1249
- S.Struct({ LocationArn: S.String }).pipe(
1250
- T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
1251
- ),
1252
- ).annotate({
1253
- identifier: "DescribeLocationFsxLustreRequest",
1254
- }) as any as S.Schema<DescribeLocationFsxLustreRequest>;
1233
+ export const DescribeLocationFsxLustreRequest = /*@__PURE__*/ S.suspend(() =>
1234
+ S.Struct({ LocationArn: S.String }).pipe(
1235
+ T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
1236
+ ),
1237
+ ).annotate({
1238
+ identifier: "DescribeLocationFsxLustreRequest",
1239
+ }) as any as S.Schema<DescribeLocationFsxLustreRequest>;
1255
1240
  export interface DescribeLocationFsxLustreResponse {
1256
1241
  LocationArn?: string;
1257
1242
  LocationUri?: string;
1258
1243
  SecurityGroupArns?: string[];
1259
1244
  CreationTime?: Date;
1260
1245
  }
1261
- export const DescribeLocationFsxLustreResponse =
1262
- /*@__PURE__*/ S.suspend(() =>
1263
- S.Struct({
1264
- LocationArn: S.optional(S.String),
1265
- LocationUri: S.optional(S.String),
1266
- SecurityGroupArns: S.optional(Ec2SecurityGroupArnList),
1267
- CreationTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1268
- }),
1269
- ).annotate({
1270
- identifier: "DescribeLocationFsxLustreResponse",
1271
- }) as any as S.Schema<DescribeLocationFsxLustreResponse>;
1246
+ export const DescribeLocationFsxLustreResponse = /*@__PURE__*/ S.suspend(() =>
1247
+ S.Struct({
1248
+ LocationArn: S.optional(S.String),
1249
+ LocationUri: S.optional(S.String),
1250
+ SecurityGroupArns: S.optional(Ec2SecurityGroupArnList),
1251
+ CreationTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1252
+ }),
1253
+ ).annotate({
1254
+ identifier: "DescribeLocationFsxLustreResponse",
1255
+ }) as any as S.Schema<DescribeLocationFsxLustreResponse>;
1272
1256
  export interface DescribeLocationFsxOntapRequest {
1273
1257
  LocationArn: string;
1274
1258
  }
1275
- export const DescribeLocationFsxOntapRequest =
1276
- /*@__PURE__*/ S.suspend(() =>
1277
- S.Struct({ LocationArn: S.String }).pipe(
1278
- T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
1279
- ),
1280
- ).annotate({
1281
- identifier: "DescribeLocationFsxOntapRequest",
1282
- }) as any as S.Schema<DescribeLocationFsxOntapRequest>;
1259
+ export const DescribeLocationFsxOntapRequest = /*@__PURE__*/ S.suspend(() =>
1260
+ S.Struct({ LocationArn: S.String }).pipe(
1261
+ T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
1262
+ ),
1263
+ ).annotate({
1264
+ identifier: "DescribeLocationFsxOntapRequest",
1265
+ }) as any as S.Schema<DescribeLocationFsxOntapRequest>;
1283
1266
  export interface DescribeLocationFsxOntapResponse {
1284
1267
  CreationTime?: Date;
1285
1268
  LocationArn?: string;
@@ -1289,31 +1272,29 @@ export interface DescribeLocationFsxOntapResponse {
1289
1272
  StorageVirtualMachineArn?: string;
1290
1273
  FsxFilesystemArn?: string;
1291
1274
  }
1292
- export const DescribeLocationFsxOntapResponse =
1293
- /*@__PURE__*/ S.suspend(() =>
1294
- S.Struct({
1295
- CreationTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1296
- LocationArn: S.optional(S.String),
1297
- LocationUri: S.optional(S.String),
1298
- Protocol: S.optional(FsxProtocol),
1299
- SecurityGroupArns: S.optional(Ec2SecurityGroupArnList),
1300
- StorageVirtualMachineArn: S.optional(S.String),
1301
- FsxFilesystemArn: S.optional(S.String),
1302
- }),
1303
- ).annotate({
1304
- identifier: "DescribeLocationFsxOntapResponse",
1305
- }) as any as S.Schema<DescribeLocationFsxOntapResponse>;
1275
+ export const DescribeLocationFsxOntapResponse = /*@__PURE__*/ S.suspend(() =>
1276
+ S.Struct({
1277
+ CreationTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1278
+ LocationArn: S.optional(S.String),
1279
+ LocationUri: S.optional(S.String),
1280
+ Protocol: S.optional(FsxProtocol),
1281
+ SecurityGroupArns: S.optional(Ec2SecurityGroupArnList),
1282
+ StorageVirtualMachineArn: S.optional(S.String),
1283
+ FsxFilesystemArn: S.optional(S.String),
1284
+ }),
1285
+ ).annotate({
1286
+ identifier: "DescribeLocationFsxOntapResponse",
1287
+ }) as any as S.Schema<DescribeLocationFsxOntapResponse>;
1306
1288
  export interface DescribeLocationFsxOpenZfsRequest {
1307
1289
  LocationArn: string;
1308
1290
  }
1309
- export const DescribeLocationFsxOpenZfsRequest =
1310
- /*@__PURE__*/ S.suspend(() =>
1311
- S.Struct({ LocationArn: S.String }).pipe(
1312
- T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
1313
- ),
1314
- ).annotate({
1315
- identifier: "DescribeLocationFsxOpenZfsRequest",
1316
- }) as any as S.Schema<DescribeLocationFsxOpenZfsRequest>;
1291
+ export const DescribeLocationFsxOpenZfsRequest = /*@__PURE__*/ S.suspend(() =>
1292
+ S.Struct({ LocationArn: S.String }).pipe(
1293
+ T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
1294
+ ),
1295
+ ).annotate({
1296
+ identifier: "DescribeLocationFsxOpenZfsRequest",
1297
+ }) as any as S.Schema<DescribeLocationFsxOpenZfsRequest>;
1317
1298
  export interface DescribeLocationFsxOpenZfsResponse {
1318
1299
  LocationArn?: string;
1319
1300
  LocationUri?: string;
@@ -1321,29 +1302,27 @@ export interface DescribeLocationFsxOpenZfsResponse {
1321
1302
  Protocol?: FsxProtocol;
1322
1303
  CreationTime?: Date;
1323
1304
  }
1324
- export const DescribeLocationFsxOpenZfsResponse =
1325
- /*@__PURE__*/ S.suspend(() =>
1326
- S.Struct({
1327
- LocationArn: S.optional(S.String),
1328
- LocationUri: S.optional(S.String),
1329
- SecurityGroupArns: S.optional(Ec2SecurityGroupArnList),
1330
- Protocol: S.optional(FsxProtocol),
1331
- CreationTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1332
- }),
1333
- ).annotate({
1334
- identifier: "DescribeLocationFsxOpenZfsResponse",
1335
- }) as any as S.Schema<DescribeLocationFsxOpenZfsResponse>;
1305
+ export const DescribeLocationFsxOpenZfsResponse = /*@__PURE__*/ S.suspend(() =>
1306
+ S.Struct({
1307
+ LocationArn: S.optional(S.String),
1308
+ LocationUri: S.optional(S.String),
1309
+ SecurityGroupArns: S.optional(Ec2SecurityGroupArnList),
1310
+ Protocol: S.optional(FsxProtocol),
1311
+ CreationTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1312
+ }),
1313
+ ).annotate({
1314
+ identifier: "DescribeLocationFsxOpenZfsResponse",
1315
+ }) as any as S.Schema<DescribeLocationFsxOpenZfsResponse>;
1336
1316
  export interface DescribeLocationFsxWindowsRequest {
1337
1317
  LocationArn: string;
1338
1318
  }
1339
- export const DescribeLocationFsxWindowsRequest =
1340
- /*@__PURE__*/ S.suspend(() =>
1341
- S.Struct({ LocationArn: S.String }).pipe(
1342
- T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
1343
- ),
1344
- ).annotate({
1345
- identifier: "DescribeLocationFsxWindowsRequest",
1346
- }) as any as S.Schema<DescribeLocationFsxWindowsRequest>;
1319
+ export const DescribeLocationFsxWindowsRequest = /*@__PURE__*/ S.suspend(() =>
1320
+ S.Struct({ LocationArn: S.String }).pipe(
1321
+ T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
1322
+ ),
1323
+ ).annotate({
1324
+ identifier: "DescribeLocationFsxWindowsRequest",
1325
+ }) as any as S.Schema<DescribeLocationFsxWindowsRequest>;
1347
1326
  export interface DescribeLocationFsxWindowsResponse {
1348
1327
  LocationArn?: string;
1349
1328
  LocationUri?: string;
@@ -1355,33 +1334,31 @@ export interface DescribeLocationFsxWindowsResponse {
1355
1334
  CmkSecretConfig?: CmkSecretConfig;
1356
1335
  CustomSecretConfig?: CustomSecretConfig;
1357
1336
  }
1358
- export const DescribeLocationFsxWindowsResponse =
1359
- /*@__PURE__*/ S.suspend(() =>
1360
- S.Struct({
1361
- LocationArn: S.optional(S.String),
1362
- LocationUri: S.optional(S.String),
1363
- SecurityGroupArns: S.optional(Ec2SecurityGroupArnList),
1364
- CreationTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1365
- User: S.optional(S.String),
1366
- Domain: S.optional(S.String),
1367
- ManagedSecretConfig: S.optional(ManagedSecretConfig),
1368
- CmkSecretConfig: S.optional(CmkSecretConfig),
1369
- CustomSecretConfig: S.optional(CustomSecretConfig),
1370
- }),
1371
- ).annotate({
1372
- identifier: "DescribeLocationFsxWindowsResponse",
1373
- }) as any as S.Schema<DescribeLocationFsxWindowsResponse>;
1337
+ export const DescribeLocationFsxWindowsResponse = /*@__PURE__*/ S.suspend(() =>
1338
+ S.Struct({
1339
+ LocationArn: S.optional(S.String),
1340
+ LocationUri: S.optional(S.String),
1341
+ SecurityGroupArns: S.optional(Ec2SecurityGroupArnList),
1342
+ CreationTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1343
+ User: S.optional(S.String),
1344
+ Domain: S.optional(S.String),
1345
+ ManagedSecretConfig: S.optional(ManagedSecretConfig),
1346
+ CmkSecretConfig: S.optional(CmkSecretConfig),
1347
+ CustomSecretConfig: S.optional(CustomSecretConfig),
1348
+ }),
1349
+ ).annotate({
1350
+ identifier: "DescribeLocationFsxWindowsResponse",
1351
+ }) as any as S.Schema<DescribeLocationFsxWindowsResponse>;
1374
1352
  export interface DescribeLocationHdfsRequest {
1375
1353
  LocationArn: string;
1376
1354
  }
1377
- export const DescribeLocationHdfsRequest =
1378
- /*@__PURE__*/ S.suspend(() =>
1379
- S.Struct({ LocationArn: S.String }).pipe(
1380
- T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
1381
- ),
1382
- ).annotate({
1383
- identifier: "DescribeLocationHdfsRequest",
1384
- }) as any as S.Schema<DescribeLocationHdfsRequest>;
1355
+ export const DescribeLocationHdfsRequest = /*@__PURE__*/ S.suspend(() =>
1356
+ S.Struct({ LocationArn: S.String }).pipe(
1357
+ T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
1358
+ ),
1359
+ ).annotate({
1360
+ identifier: "DescribeLocationHdfsRequest",
1361
+ }) as any as S.Schema<DescribeLocationHdfsRequest>;
1385
1362
  export interface DescribeLocationHdfsResponse {
1386
1363
  LocationArn?: string;
1387
1364
  LocationUri?: string;
@@ -1399,28 +1376,27 @@ export interface DescribeLocationHdfsResponse {
1399
1376
  CmkSecretConfig?: CmkSecretConfig;
1400
1377
  CustomSecretConfig?: CustomSecretConfig;
1401
1378
  }
1402
- export const DescribeLocationHdfsResponse =
1403
- /*@__PURE__*/ S.suspend(() =>
1404
- S.Struct({
1405
- LocationArn: S.optional(S.String),
1406
- LocationUri: S.optional(S.String),
1407
- NameNodes: S.optional(HdfsNameNodeList),
1408
- BlockSize: S.optional(S.Number),
1409
- ReplicationFactor: S.optional(S.Number),
1410
- KmsKeyProviderUri: S.optional(S.String),
1411
- QopConfiguration: S.optional(QopConfiguration),
1412
- AuthenticationType: S.optional(HdfsAuthenticationType),
1413
- SimpleUser: S.optional(S.String),
1414
- KerberosPrincipal: S.optional(S.String),
1415
- AgentArns: S.optional(AgentArnList),
1416
- CreationTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1417
- ManagedSecretConfig: S.optional(ManagedSecretConfig),
1418
- CmkSecretConfig: S.optional(CmkSecretConfig),
1419
- CustomSecretConfig: S.optional(CustomSecretConfig),
1420
- }),
1421
- ).annotate({
1422
- identifier: "DescribeLocationHdfsResponse",
1423
- }) as any as S.Schema<DescribeLocationHdfsResponse>;
1379
+ export const DescribeLocationHdfsResponse = /*@__PURE__*/ S.suspend(() =>
1380
+ S.Struct({
1381
+ LocationArn: S.optional(S.String),
1382
+ LocationUri: S.optional(S.String),
1383
+ NameNodes: S.optional(HdfsNameNodeList),
1384
+ BlockSize: S.optional(S.Number),
1385
+ ReplicationFactor: S.optional(S.Number),
1386
+ KmsKeyProviderUri: S.optional(S.String),
1387
+ QopConfiguration: S.optional(QopConfiguration),
1388
+ AuthenticationType: S.optional(HdfsAuthenticationType),
1389
+ SimpleUser: S.optional(S.String),
1390
+ KerberosPrincipal: S.optional(S.String),
1391
+ AgentArns: S.optional(AgentArnList),
1392
+ CreationTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1393
+ ManagedSecretConfig: S.optional(ManagedSecretConfig),
1394
+ CmkSecretConfig: S.optional(CmkSecretConfig),
1395
+ CustomSecretConfig: S.optional(CustomSecretConfig),
1396
+ }),
1397
+ ).annotate({
1398
+ identifier: "DescribeLocationHdfsResponse",
1399
+ }) as any as S.Schema<DescribeLocationHdfsResponse>;
1424
1400
  export interface DescribeLocationNfsRequest {
1425
1401
  LocationArn: string;
1426
1402
  }
@@ -1438,29 +1414,28 @@ export interface DescribeLocationNfsResponse {
1438
1414
  MountOptions?: NfsMountOptions;
1439
1415
  CreationTime?: Date;
1440
1416
  }
1441
- export const DescribeLocationNfsResponse =
1442
- /*@__PURE__*/ S.suspend(() =>
1443
- S.Struct({
1444
- LocationArn: S.optional(S.String),
1445
- LocationUri: S.optional(S.String),
1446
- OnPremConfig: S.optional(OnPremConfig),
1447
- MountOptions: S.optional(NfsMountOptions),
1448
- CreationTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1449
- }),
1450
- ).annotate({
1451
- identifier: "DescribeLocationNfsResponse",
1452
- }) as any as S.Schema<DescribeLocationNfsResponse>;
1417
+ export const DescribeLocationNfsResponse = /*@__PURE__*/ S.suspend(() =>
1418
+ S.Struct({
1419
+ LocationArn: S.optional(S.String),
1420
+ LocationUri: S.optional(S.String),
1421
+ OnPremConfig: S.optional(OnPremConfig),
1422
+ MountOptions: S.optional(NfsMountOptions),
1423
+ CreationTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1424
+ }),
1425
+ ).annotate({
1426
+ identifier: "DescribeLocationNfsResponse",
1427
+ }) as any as S.Schema<DescribeLocationNfsResponse>;
1453
1428
  export interface DescribeLocationObjectStorageRequest {
1454
1429
  LocationArn: string;
1455
1430
  }
1456
- export const DescribeLocationObjectStorageRequest =
1457
- /*@__PURE__*/ S.suspend(() =>
1431
+ export const DescribeLocationObjectStorageRequest = /*@__PURE__*/ S.suspend(
1432
+ () =>
1458
1433
  S.Struct({ LocationArn: S.String }).pipe(
1459
1434
  T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
1460
1435
  ),
1461
- ).annotate({
1462
- identifier: "DescribeLocationObjectStorageRequest",
1463
- }) as any as S.Schema<DescribeLocationObjectStorageRequest>;
1436
+ ).annotate({
1437
+ identifier: "DescribeLocationObjectStorageRequest",
1438
+ }) as any as S.Schema<DescribeLocationObjectStorageRequest>;
1464
1439
  export interface DescribeLocationObjectStorageResponse {
1465
1440
  LocationArn?: string;
1466
1441
  LocationUri?: string;
@@ -1474,8 +1449,8 @@ export interface DescribeLocationObjectStorageResponse {
1474
1449
  CmkSecretConfig?: CmkSecretConfig;
1475
1450
  CustomSecretConfig?: CustomSecretConfig;
1476
1451
  }
1477
- export const DescribeLocationObjectStorageResponse =
1478
- /*@__PURE__*/ S.suspend(() =>
1452
+ export const DescribeLocationObjectStorageResponse = /*@__PURE__*/ S.suspend(
1453
+ () =>
1479
1454
  S.Struct({
1480
1455
  LocationArn: S.optional(S.String),
1481
1456
  LocationUri: S.optional(S.String),
@@ -1489,9 +1464,9 @@ export const DescribeLocationObjectStorageResponse =
1489
1464
  CmkSecretConfig: S.optional(CmkSecretConfig),
1490
1465
  CustomSecretConfig: S.optional(CustomSecretConfig),
1491
1466
  }),
1492
- ).annotate({
1493
- identifier: "DescribeLocationObjectStorageResponse",
1494
- }) as any as S.Schema<DescribeLocationObjectStorageResponse>;
1467
+ ).annotate({
1468
+ identifier: "DescribeLocationObjectStorageResponse",
1469
+ }) as any as S.Schema<DescribeLocationObjectStorageResponse>;
1495
1470
  export interface DescribeLocationS3Request {
1496
1471
  LocationArn: string;
1497
1472
  }
@@ -1547,26 +1522,25 @@ export interface DescribeLocationSmbResponse {
1547
1522
  CmkSecretConfig?: CmkSecretConfig;
1548
1523
  CustomSecretConfig?: CustomSecretConfig;
1549
1524
  }
1550
- export const DescribeLocationSmbResponse =
1551
- /*@__PURE__*/ S.suspend(() =>
1552
- S.Struct({
1553
- LocationArn: S.optional(S.String),
1554
- LocationUri: S.optional(S.String),
1555
- AgentArns: S.optional(AgentArnList),
1556
- User: S.optional(S.String),
1557
- Domain: S.optional(S.String),
1558
- MountOptions: S.optional(SmbMountOptions),
1559
- CreationTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1560
- DnsIpAddresses: S.optional(DnsIpList),
1561
- KerberosPrincipal: S.optional(S.String),
1562
- AuthenticationType: S.optional(SmbAuthenticationType),
1563
- ManagedSecretConfig: S.optional(ManagedSecretConfig),
1564
- CmkSecretConfig: S.optional(CmkSecretConfig),
1565
- CustomSecretConfig: S.optional(CustomSecretConfig),
1566
- }),
1567
- ).annotate({
1568
- identifier: "DescribeLocationSmbResponse",
1569
- }) as any as S.Schema<DescribeLocationSmbResponse>;
1525
+ export const DescribeLocationSmbResponse = /*@__PURE__*/ S.suspend(() =>
1526
+ S.Struct({
1527
+ LocationArn: S.optional(S.String),
1528
+ LocationUri: S.optional(S.String),
1529
+ AgentArns: S.optional(AgentArnList),
1530
+ User: S.optional(S.String),
1531
+ Domain: S.optional(S.String),
1532
+ MountOptions: S.optional(SmbMountOptions),
1533
+ CreationTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1534
+ DnsIpAddresses: S.optional(DnsIpList),
1535
+ KerberosPrincipal: S.optional(S.String),
1536
+ AuthenticationType: S.optional(SmbAuthenticationType),
1537
+ ManagedSecretConfig: S.optional(ManagedSecretConfig),
1538
+ CmkSecretConfig: S.optional(CmkSecretConfig),
1539
+ CustomSecretConfig: S.optional(CustomSecretConfig),
1540
+ }),
1541
+ ).annotate({
1542
+ identifier: "DescribeLocationSmbResponse",
1543
+ }) as any as S.Schema<DescribeLocationSmbResponse>;
1570
1544
  export interface DescribeTaskRequest {
1571
1545
  TaskArn: string;
1572
1546
  }
@@ -1660,14 +1634,13 @@ export const DescribeTaskResponse = /*@__PURE__*/ S.suspend(() =>
1660
1634
  export interface DescribeTaskExecutionRequest {
1661
1635
  TaskExecutionArn: string;
1662
1636
  }
1663
- export const DescribeTaskExecutionRequest =
1664
- /*@__PURE__*/ S.suspend(() =>
1665
- S.Struct({ TaskExecutionArn: S.String }).pipe(
1666
- T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
1667
- ),
1668
- ).annotate({
1669
- identifier: "DescribeTaskExecutionRequest",
1670
- }) as any as S.Schema<DescribeTaskExecutionRequest>;
1637
+ export const DescribeTaskExecutionRequest = /*@__PURE__*/ S.suspend(() =>
1638
+ S.Struct({ TaskExecutionArn: S.String }).pipe(
1639
+ T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
1640
+ ),
1641
+ ).annotate({
1642
+ identifier: "DescribeTaskExecutionRequest",
1643
+ }) as any as S.Schema<DescribeTaskExecutionRequest>;
1671
1644
  export type TaskExecutionStatus =
1672
1645
  | "QUEUED"
1673
1646
  | "CANCELLING"
@@ -1723,45 +1696,42 @@ export interface TaskExecutionFilesListedDetail {
1723
1696
  AtSource?: number;
1724
1697
  AtDestinationForDelete?: number;
1725
1698
  }
1726
- export const TaskExecutionFilesListedDetail =
1727
- /*@__PURE__*/ S.suspend(() =>
1728
- S.Struct({
1729
- AtSource: S.optional(S.Number),
1730
- AtDestinationForDelete: S.optional(S.Number),
1731
- }),
1732
- ).annotate({
1733
- identifier: "TaskExecutionFilesListedDetail",
1734
- }) as any as S.Schema<TaskExecutionFilesListedDetail>;
1699
+ export const TaskExecutionFilesListedDetail = /*@__PURE__*/ S.suspend(() =>
1700
+ S.Struct({
1701
+ AtSource: S.optional(S.Number),
1702
+ AtDestinationForDelete: S.optional(S.Number),
1703
+ }),
1704
+ ).annotate({
1705
+ identifier: "TaskExecutionFilesListedDetail",
1706
+ }) as any as S.Schema<TaskExecutionFilesListedDetail>;
1735
1707
  export interface TaskExecutionFilesFailedDetail {
1736
1708
  Prepare?: number;
1737
1709
  Transfer?: number;
1738
1710
  Verify?: number;
1739
1711
  Delete?: number;
1740
1712
  }
1741
- export const TaskExecutionFilesFailedDetail =
1742
- /*@__PURE__*/ S.suspend(() =>
1743
- S.Struct({
1744
- Prepare: S.optional(S.Number),
1745
- Transfer: S.optional(S.Number),
1746
- Verify: S.optional(S.Number),
1747
- Delete: S.optional(S.Number),
1748
- }),
1749
- ).annotate({
1750
- identifier: "TaskExecutionFilesFailedDetail",
1751
- }) as any as S.Schema<TaskExecutionFilesFailedDetail>;
1713
+ export const TaskExecutionFilesFailedDetail = /*@__PURE__*/ S.suspend(() =>
1714
+ S.Struct({
1715
+ Prepare: S.optional(S.Number),
1716
+ Transfer: S.optional(S.Number),
1717
+ Verify: S.optional(S.Number),
1718
+ Delete: S.optional(S.Number),
1719
+ }),
1720
+ ).annotate({
1721
+ identifier: "TaskExecutionFilesFailedDetail",
1722
+ }) as any as S.Schema<TaskExecutionFilesFailedDetail>;
1752
1723
  export interface TaskExecutionFoldersListedDetail {
1753
1724
  AtSource?: number;
1754
1725
  AtDestinationForDelete?: number;
1755
1726
  }
1756
- export const TaskExecutionFoldersListedDetail =
1757
- /*@__PURE__*/ S.suspend(() =>
1758
- S.Struct({
1759
- AtSource: S.optional(S.Number),
1760
- AtDestinationForDelete: S.optional(S.Number),
1761
- }),
1762
- ).annotate({
1763
- identifier: "TaskExecutionFoldersListedDetail",
1764
- }) as any as S.Schema<TaskExecutionFoldersListedDetail>;
1727
+ export const TaskExecutionFoldersListedDetail = /*@__PURE__*/ S.suspend(() =>
1728
+ S.Struct({
1729
+ AtSource: S.optional(S.Number),
1730
+ AtDestinationForDelete: S.optional(S.Number),
1731
+ }),
1732
+ ).annotate({
1733
+ identifier: "TaskExecutionFoldersListedDetail",
1734
+ }) as any as S.Schema<TaskExecutionFoldersListedDetail>;
1765
1735
  export interface TaskExecutionFoldersFailedDetail {
1766
1736
  List?: number;
1767
1737
  Prepare?: number;
@@ -1769,18 +1739,17 @@ export interface TaskExecutionFoldersFailedDetail {
1769
1739
  Verify?: number;
1770
1740
  Delete?: number;
1771
1741
  }
1772
- export const TaskExecutionFoldersFailedDetail =
1773
- /*@__PURE__*/ S.suspend(() =>
1774
- S.Struct({
1775
- List: S.optional(S.Number),
1776
- Prepare: S.optional(S.Number),
1777
- Transfer: S.optional(S.Number),
1778
- Verify: S.optional(S.Number),
1779
- Delete: S.optional(S.Number),
1780
- }),
1781
- ).annotate({
1782
- identifier: "TaskExecutionFoldersFailedDetail",
1783
- }) as any as S.Schema<TaskExecutionFoldersFailedDetail>;
1742
+ export const TaskExecutionFoldersFailedDetail = /*@__PURE__*/ S.suspend(() =>
1743
+ S.Struct({
1744
+ List: S.optional(S.Number),
1745
+ Prepare: S.optional(S.Number),
1746
+ Transfer: S.optional(S.Number),
1747
+ Verify: S.optional(S.Number),
1748
+ Delete: S.optional(S.Number),
1749
+ }),
1750
+ ).annotate({
1751
+ identifier: "TaskExecutionFoldersFailedDetail",
1752
+ }) as any as S.Schema<TaskExecutionFoldersFailedDetail>;
1784
1753
  export interface DescribeTaskExecutionResponse {
1785
1754
  TaskExecutionArn?: string;
1786
1755
  Status?: TaskExecutionStatus;
@@ -1818,48 +1787,47 @@ export interface DescribeTaskExecutionResponse {
1818
1787
  LaunchTime?: Date;
1819
1788
  EndTime?: Date;
1820
1789
  }
1821
- export const DescribeTaskExecutionResponse =
1822
- /*@__PURE__*/ S.suspend(() =>
1823
- S.Struct({
1824
- TaskExecutionArn: S.optional(S.String),
1825
- Status: S.optional(TaskExecutionStatus),
1826
- Options: S.optional(Options),
1827
- Excludes: S.optional(FilterList),
1828
- Includes: S.optional(FilterList),
1829
- ManifestConfig: S.optional(ManifestConfig),
1830
- StartTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1831
- EstimatedFilesToTransfer: S.optional(S.Number),
1832
- EstimatedBytesToTransfer: S.optional(S.Number),
1833
- FilesTransferred: S.optional(S.Number),
1834
- BytesWritten: S.optional(S.Number),
1835
- BytesTransferred: S.optional(S.Number),
1836
- BytesCompressed: S.optional(S.Number),
1837
- Result: S.optional(TaskExecutionResultDetail),
1838
- TaskReportConfig: S.optional(TaskReportConfig),
1839
- FilesDeleted: S.optional(S.Number),
1840
- FilesSkipped: S.optional(S.Number),
1841
- FilesVerified: S.optional(S.Number),
1842
- ReportResult: S.optional(ReportResult),
1843
- EstimatedFilesToDelete: S.optional(S.Number),
1844
- TaskMode: S.optional(TaskMode),
1845
- FilesPrepared: S.optional(S.Number),
1846
- FilesListed: S.optional(TaskExecutionFilesListedDetail),
1847
- FilesFailed: S.optional(TaskExecutionFilesFailedDetail),
1848
- EstimatedFoldersToDelete: S.optional(S.Number),
1849
- EstimatedFoldersToTransfer: S.optional(S.Number),
1850
- FoldersSkipped: S.optional(S.Number),
1851
- FoldersPrepared: S.optional(S.Number),
1852
- FoldersTransferred: S.optional(S.Number),
1853
- FoldersVerified: S.optional(S.Number),
1854
- FoldersDeleted: S.optional(S.Number),
1855
- FoldersListed: S.optional(TaskExecutionFoldersListedDetail),
1856
- FoldersFailed: S.optional(TaskExecutionFoldersFailedDetail),
1857
- LaunchTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1858
- EndTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1859
- }),
1860
- ).annotate({
1861
- identifier: "DescribeTaskExecutionResponse",
1862
- }) as any as S.Schema<DescribeTaskExecutionResponse>;
1790
+ export const DescribeTaskExecutionResponse = /*@__PURE__*/ S.suspend(() =>
1791
+ S.Struct({
1792
+ TaskExecutionArn: S.optional(S.String),
1793
+ Status: S.optional(TaskExecutionStatus),
1794
+ Options: S.optional(Options),
1795
+ Excludes: S.optional(FilterList),
1796
+ Includes: S.optional(FilterList),
1797
+ ManifestConfig: S.optional(ManifestConfig),
1798
+ StartTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1799
+ EstimatedFilesToTransfer: S.optional(S.Number),
1800
+ EstimatedBytesToTransfer: S.optional(S.Number),
1801
+ FilesTransferred: S.optional(S.Number),
1802
+ BytesWritten: S.optional(S.Number),
1803
+ BytesTransferred: S.optional(S.Number),
1804
+ BytesCompressed: S.optional(S.Number),
1805
+ Result: S.optional(TaskExecutionResultDetail),
1806
+ TaskReportConfig: S.optional(TaskReportConfig),
1807
+ FilesDeleted: S.optional(S.Number),
1808
+ FilesSkipped: S.optional(S.Number),
1809
+ FilesVerified: S.optional(S.Number),
1810
+ ReportResult: S.optional(ReportResult),
1811
+ EstimatedFilesToDelete: S.optional(S.Number),
1812
+ TaskMode: S.optional(TaskMode),
1813
+ FilesPrepared: S.optional(S.Number),
1814
+ FilesListed: S.optional(TaskExecutionFilesListedDetail),
1815
+ FilesFailed: S.optional(TaskExecutionFilesFailedDetail),
1816
+ EstimatedFoldersToDelete: S.optional(S.Number),
1817
+ EstimatedFoldersToTransfer: S.optional(S.Number),
1818
+ FoldersSkipped: S.optional(S.Number),
1819
+ FoldersPrepared: S.optional(S.Number),
1820
+ FoldersTransferred: S.optional(S.Number),
1821
+ FoldersVerified: S.optional(S.Number),
1822
+ FoldersDeleted: S.optional(S.Number),
1823
+ FoldersListed: S.optional(TaskExecutionFoldersListedDetail),
1824
+ FoldersFailed: S.optional(TaskExecutionFoldersFailedDetail),
1825
+ LaunchTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1826
+ EndTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
1827
+ }),
1828
+ ).annotate({
1829
+ identifier: "DescribeTaskExecutionResponse",
1830
+ }) as any as S.Schema<DescribeTaskExecutionResponse>;
1863
1831
  export interface ListAgentsRequest {
1864
1832
  MaxResults?: number;
1865
1833
  NextToken?: string;
@@ -1998,15 +1966,14 @@ export interface ListTagsForResourceResponse {
1998
1966
  Tags?: TagListEntry[];
1999
1967
  NextToken?: string;
2000
1968
  }
2001
- export const ListTagsForResourceResponse =
2002
- /*@__PURE__*/ S.suspend(() =>
2003
- S.Struct({
2004
- Tags: S.optional(OutputTagList),
2005
- NextToken: S.optional(S.String),
2006
- }),
2007
- ).annotate({
2008
- identifier: "ListTagsForResourceResponse",
2009
- }) as any as S.Schema<ListTagsForResourceResponse>;
1969
+ export const ListTagsForResourceResponse = /*@__PURE__*/ S.suspend(() =>
1970
+ S.Struct({
1971
+ Tags: S.optional(OutputTagList),
1972
+ NextToken: S.optional(S.String),
1973
+ }),
1974
+ ).annotate({
1975
+ identifier: "ListTagsForResourceResponse",
1976
+ }) as any as S.Schema<ListTagsForResourceResponse>;
2010
1977
  export interface ListTaskExecutionsRequest {
2011
1978
  TaskArn?: string;
2012
1979
  MaxResults?: number;
@@ -2200,29 +2167,29 @@ export interface UpdateLocationAzureBlobRequest {
2200
2167
  CmkSecretConfig?: CmkSecretConfig;
2201
2168
  CustomSecretConfig?: CustomSecretConfig;
2202
2169
  }
2203
- export const UpdateLocationAzureBlobRequest =
2204
- /*@__PURE__*/ S.suspend(() =>
2205
- S.Struct({
2206
- LocationArn: S.String,
2207
- Subdirectory: S.optional(S.String),
2208
- AuthenticationType: S.optional(AzureBlobAuthenticationType),
2209
- SasConfiguration: S.optional(AzureBlobSasConfiguration),
2210
- BlobType: S.optional(AzureBlobType),
2211
- AccessTier: S.optional(AzureAccessTier),
2212
- AgentArns: S.optional(AgentArnList),
2213
- CmkSecretConfig: S.optional(CmkSecretConfig),
2214
- CustomSecretConfig: S.optional(CustomSecretConfig),
2215
- }).pipe(
2216
- T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
2217
- ),
2218
- ).annotate({
2219
- identifier: "UpdateLocationAzureBlobRequest",
2220
- }) as any as S.Schema<UpdateLocationAzureBlobRequest>;
2170
+ export const UpdateLocationAzureBlobRequest = /*@__PURE__*/ S.suspend(() =>
2171
+ S.Struct({
2172
+ LocationArn: S.String,
2173
+ Subdirectory: S.optional(S.String),
2174
+ AuthenticationType: S.optional(AzureBlobAuthenticationType),
2175
+ SasConfiguration: S.optional(AzureBlobSasConfiguration),
2176
+ BlobType: S.optional(AzureBlobType),
2177
+ AccessTier: S.optional(AzureAccessTier),
2178
+ AgentArns: S.optional(AgentArnList),
2179
+ CmkSecretConfig: S.optional(CmkSecretConfig),
2180
+ CustomSecretConfig: S.optional(CustomSecretConfig),
2181
+ }).pipe(
2182
+ T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
2183
+ ),
2184
+ ).annotate({
2185
+ identifier: "UpdateLocationAzureBlobRequest",
2186
+ }) as any as S.Schema<UpdateLocationAzureBlobRequest>;
2221
2187
  export interface UpdateLocationAzureBlobResponse {}
2222
- export const UpdateLocationAzureBlobResponse =
2223
- /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2224
- identifier: "UpdateLocationAzureBlobResponse",
2225
- }) as any as S.Schema<UpdateLocationAzureBlobResponse>;
2188
+ export const UpdateLocationAzureBlobResponse = /*@__PURE__*/ S.suspend(() =>
2189
+ S.Struct({}),
2190
+ ).annotate({
2191
+ identifier: "UpdateLocationAzureBlobResponse",
2192
+ }) as any as S.Schema<UpdateLocationAzureBlobResponse>;
2226
2193
  export interface UpdateLocationEfsRequest {
2227
2194
  LocationArn: string;
2228
2195
  Subdirectory?: string;
@@ -2253,22 +2220,19 @@ export interface UpdateLocationFsxLustreRequest {
2253
2220
  LocationArn: string;
2254
2221
  Subdirectory?: string;
2255
2222
  }
2256
- export const UpdateLocationFsxLustreRequest =
2257
- /*@__PURE__*/ S.suspend(() =>
2258
- S.Struct({
2259
- LocationArn: S.String,
2260
- Subdirectory: S.optional(S.String),
2261
- }).pipe(
2262
- T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
2263
- ),
2264
- ).annotate({
2265
- identifier: "UpdateLocationFsxLustreRequest",
2266
- }) as any as S.Schema<UpdateLocationFsxLustreRequest>;
2223
+ export const UpdateLocationFsxLustreRequest = /*@__PURE__*/ S.suspend(() =>
2224
+ S.Struct({ LocationArn: S.String, Subdirectory: S.optional(S.String) }).pipe(
2225
+ T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
2226
+ ),
2227
+ ).annotate({
2228
+ identifier: "UpdateLocationFsxLustreRequest",
2229
+ }) as any as S.Schema<UpdateLocationFsxLustreRequest>;
2267
2230
  export interface UpdateLocationFsxLustreResponse {}
2268
- export const UpdateLocationFsxLustreResponse =
2269
- /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2270
- identifier: "UpdateLocationFsxLustreResponse",
2271
- }) as any as S.Schema<UpdateLocationFsxLustreResponse>;
2231
+ export const UpdateLocationFsxLustreResponse = /*@__PURE__*/ S.suspend(() =>
2232
+ S.Struct({}),
2233
+ ).annotate({
2234
+ identifier: "UpdateLocationFsxLustreResponse",
2235
+ }) as any as S.Schema<UpdateLocationFsxLustreResponse>;
2272
2236
  export interface FsxUpdateProtocolSmb {
2273
2237
  Domain?: string;
2274
2238
  MountOptions?: SmbMountOptions;
@@ -2306,45 +2270,45 @@ export interface UpdateLocationFsxOntapRequest {
2306
2270
  Protocol?: FsxUpdateProtocol;
2307
2271
  Subdirectory?: string;
2308
2272
  }
2309
- export const UpdateLocationFsxOntapRequest =
2310
- /*@__PURE__*/ S.suspend(() =>
2311
- S.Struct({
2312
- LocationArn: S.String,
2313
- Protocol: S.optional(FsxUpdateProtocol),
2314
- Subdirectory: S.optional(S.String),
2315
- }).pipe(
2316
- T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
2317
- ),
2318
- ).annotate({
2319
- identifier: "UpdateLocationFsxOntapRequest",
2320
- }) as any as S.Schema<UpdateLocationFsxOntapRequest>;
2273
+ export const UpdateLocationFsxOntapRequest = /*@__PURE__*/ S.suspend(() =>
2274
+ S.Struct({
2275
+ LocationArn: S.String,
2276
+ Protocol: S.optional(FsxUpdateProtocol),
2277
+ Subdirectory: S.optional(S.String),
2278
+ }).pipe(
2279
+ T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
2280
+ ),
2281
+ ).annotate({
2282
+ identifier: "UpdateLocationFsxOntapRequest",
2283
+ }) as any as S.Schema<UpdateLocationFsxOntapRequest>;
2321
2284
  export interface UpdateLocationFsxOntapResponse {}
2322
- export const UpdateLocationFsxOntapResponse =
2323
- /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2324
- identifier: "UpdateLocationFsxOntapResponse",
2325
- }) as any as S.Schema<UpdateLocationFsxOntapResponse>;
2285
+ export const UpdateLocationFsxOntapResponse = /*@__PURE__*/ S.suspend(() =>
2286
+ S.Struct({}),
2287
+ ).annotate({
2288
+ identifier: "UpdateLocationFsxOntapResponse",
2289
+ }) as any as S.Schema<UpdateLocationFsxOntapResponse>;
2326
2290
  export interface UpdateLocationFsxOpenZfsRequest {
2327
2291
  LocationArn: string;
2328
2292
  Protocol?: FsxProtocol;
2329
2293
  Subdirectory?: string;
2330
2294
  }
2331
- export const UpdateLocationFsxOpenZfsRequest =
2332
- /*@__PURE__*/ S.suspend(() =>
2333
- S.Struct({
2334
- LocationArn: S.String,
2335
- Protocol: S.optional(FsxProtocol),
2336
- Subdirectory: S.optional(S.String),
2337
- }).pipe(
2338
- T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
2339
- ),
2340
- ).annotate({
2341
- identifier: "UpdateLocationFsxOpenZfsRequest",
2342
- }) as any as S.Schema<UpdateLocationFsxOpenZfsRequest>;
2295
+ export const UpdateLocationFsxOpenZfsRequest = /*@__PURE__*/ S.suspend(() =>
2296
+ S.Struct({
2297
+ LocationArn: S.String,
2298
+ Protocol: S.optional(FsxProtocol),
2299
+ Subdirectory: S.optional(S.String),
2300
+ }).pipe(
2301
+ T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
2302
+ ),
2303
+ ).annotate({
2304
+ identifier: "UpdateLocationFsxOpenZfsRequest",
2305
+ }) as any as S.Schema<UpdateLocationFsxOpenZfsRequest>;
2343
2306
  export interface UpdateLocationFsxOpenZfsResponse {}
2344
- export const UpdateLocationFsxOpenZfsResponse =
2345
- /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2346
- identifier: "UpdateLocationFsxOpenZfsResponse",
2347
- }) as any as S.Schema<UpdateLocationFsxOpenZfsResponse>;
2307
+ export const UpdateLocationFsxOpenZfsResponse = /*@__PURE__*/ S.suspend(() =>
2308
+ S.Struct({}),
2309
+ ).annotate({
2310
+ identifier: "UpdateLocationFsxOpenZfsResponse",
2311
+ }) as any as S.Schema<UpdateLocationFsxOpenZfsResponse>;
2348
2312
  export interface UpdateLocationFsxWindowsRequest {
2349
2313
  LocationArn: string;
2350
2314
  Subdirectory?: string;
@@ -2354,27 +2318,27 @@ export interface UpdateLocationFsxWindowsRequest {
2354
2318
  CmkSecretConfig?: CmkSecretConfig;
2355
2319
  CustomSecretConfig?: CustomSecretConfig;
2356
2320
  }
2357
- export const UpdateLocationFsxWindowsRequest =
2358
- /*@__PURE__*/ S.suspend(() =>
2359
- S.Struct({
2360
- LocationArn: S.String,
2361
- Subdirectory: S.optional(S.String),
2362
- Domain: S.optional(S.String),
2363
- User: S.optional(S.String),
2364
- Password: S.optional(SensitiveString),
2365
- CmkSecretConfig: S.optional(CmkSecretConfig),
2366
- CustomSecretConfig: S.optional(CustomSecretConfig),
2367
- }).pipe(
2368
- T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
2369
- ),
2370
- ).annotate({
2371
- identifier: "UpdateLocationFsxWindowsRequest",
2372
- }) as any as S.Schema<UpdateLocationFsxWindowsRequest>;
2321
+ export const UpdateLocationFsxWindowsRequest = /*@__PURE__*/ S.suspend(() =>
2322
+ S.Struct({
2323
+ LocationArn: S.String,
2324
+ Subdirectory: S.optional(S.String),
2325
+ Domain: S.optional(S.String),
2326
+ User: S.optional(S.String),
2327
+ Password: S.optional(SensitiveString),
2328
+ CmkSecretConfig: S.optional(CmkSecretConfig),
2329
+ CustomSecretConfig: S.optional(CustomSecretConfig),
2330
+ }).pipe(
2331
+ T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
2332
+ ),
2333
+ ).annotate({
2334
+ identifier: "UpdateLocationFsxWindowsRequest",
2335
+ }) as any as S.Schema<UpdateLocationFsxWindowsRequest>;
2373
2336
  export interface UpdateLocationFsxWindowsResponse {}
2374
- export const UpdateLocationFsxWindowsResponse =
2375
- /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2376
- identifier: "UpdateLocationFsxWindowsResponse",
2377
- }) as any as S.Schema<UpdateLocationFsxWindowsResponse>;
2337
+ export const UpdateLocationFsxWindowsResponse = /*@__PURE__*/ S.suspend(() =>
2338
+ S.Struct({}),
2339
+ ).annotate({
2340
+ identifier: "UpdateLocationFsxWindowsResponse",
2341
+ }) as any as S.Schema<UpdateLocationFsxWindowsResponse>;
2378
2342
  export interface UpdateLocationHdfsRequest {
2379
2343
  LocationArn: string;
2380
2344
  Subdirectory?: string;
@@ -2460,31 +2424,31 @@ export interface UpdateLocationObjectStorageRequest {
2460
2424
  CmkSecretConfig?: CmkSecretConfig;
2461
2425
  CustomSecretConfig?: CustomSecretConfig;
2462
2426
  }
2463
- export const UpdateLocationObjectStorageRequest =
2464
- /*@__PURE__*/ S.suspend(() =>
2465
- S.Struct({
2466
- LocationArn: S.String,
2467
- ServerPort: S.optional(S.Number),
2468
- ServerProtocol: S.optional(ObjectStorageServerProtocol),
2469
- Subdirectory: S.optional(S.String),
2470
- ServerHostname: S.optional(S.String),
2471
- AccessKey: S.optional(S.String),
2472
- SecretKey: S.optional(SensitiveString),
2473
- AgentArns: S.optional(AgentArnList),
2474
- ServerCertificate: S.optional(T.Blob),
2475
- CmkSecretConfig: S.optional(CmkSecretConfig),
2476
- CustomSecretConfig: S.optional(CustomSecretConfig),
2477
- }).pipe(
2478
- T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
2479
- ),
2480
- ).annotate({
2481
- identifier: "UpdateLocationObjectStorageRequest",
2482
- }) as any as S.Schema<UpdateLocationObjectStorageRequest>;
2427
+ export const UpdateLocationObjectStorageRequest = /*@__PURE__*/ S.suspend(() =>
2428
+ S.Struct({
2429
+ LocationArn: S.String,
2430
+ ServerPort: S.optional(S.Number),
2431
+ ServerProtocol: S.optional(ObjectStorageServerProtocol),
2432
+ Subdirectory: S.optional(S.String),
2433
+ ServerHostname: S.optional(S.String),
2434
+ AccessKey: S.optional(S.String),
2435
+ SecretKey: S.optional(SensitiveString),
2436
+ AgentArns: S.optional(AgentArnList),
2437
+ ServerCertificate: S.optional(T.Blob),
2438
+ CmkSecretConfig: S.optional(CmkSecretConfig),
2439
+ CustomSecretConfig: S.optional(CustomSecretConfig),
2440
+ }).pipe(
2441
+ T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules),
2442
+ ),
2443
+ ).annotate({
2444
+ identifier: "UpdateLocationObjectStorageRequest",
2445
+ }) as any as S.Schema<UpdateLocationObjectStorageRequest>;
2483
2446
  export interface UpdateLocationObjectStorageResponse {}
2484
- export const UpdateLocationObjectStorageResponse =
2485
- /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2486
- identifier: "UpdateLocationObjectStorageResponse",
2487
- }) as any as S.Schema<UpdateLocationObjectStorageResponse>;
2447
+ export const UpdateLocationObjectStorageResponse = /*@__PURE__*/ S.suspend(() =>
2448
+ S.Struct({}),
2449
+ ).annotate({
2450
+ identifier: "UpdateLocationObjectStorageResponse",
2451
+ }) as any as S.Schema<UpdateLocationObjectStorageResponse>;
2488
2452
  export interface UpdateLocationS3Request {
2489
2453
  LocationArn: string;
2490
2454
  Subdirectory?: string;
@@ -2601,10 +2565,11 @@ export const UpdateTaskExecutionRequest = /*@__PURE__*/ S.suspend(() =>
2601
2565
  identifier: "UpdateTaskExecutionRequest",
2602
2566
  }) as any as S.Schema<UpdateTaskExecutionRequest>;
2603
2567
  export interface UpdateTaskExecutionResponse {}
2604
- export const UpdateTaskExecutionResponse =
2605
- /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2606
- identifier: "UpdateTaskExecutionResponse",
2607
- }) as any as S.Schema<UpdateTaskExecutionResponse>;
2568
+ export const UpdateTaskExecutionResponse = /*@__PURE__*/ S.suspend(() =>
2569
+ S.Struct({}),
2570
+ ).annotate({
2571
+ identifier: "UpdateTaskExecutionResponse",
2572
+ }) as any as S.Schema<UpdateTaskExecutionResponse>;
2608
2573
 
2609
2574
  //# Errors
2610
2575
  export class InternalException extends S.TaggedErrorClass<InternalException>()(
@@ -3000,6 +2965,7 @@ export const createLocationSmb: API.OperationMethod<
3000
2965
  export type CreateTaskError =
3001
2966
  | InternalException
3002
2967
  | InvalidRequestException
2968
+ | LocationAccessTestFailed
3003
2969
  | CommonErrors;
3004
2970
  /**
3005
2971
  * Configures a *task*, which defines where and how DataSync
@@ -3021,7 +2987,11 @@ export const createTask: API.OperationMethod<
3021
2987
  > = /*@__PURE__*/ API.make(() => ({
3022
2988
  input: CreateTaskRequest,
3023
2989
  output: CreateTaskResponse,
3024
- errors: [InternalException, InvalidRequestException],
2990
+ errors: [
2991
+ InternalException,
2992
+ InvalidRequestException,
2993
+ LocationAccessTestFailed,
2994
+ ],
3025
2995
  operationName: "CreateTask",
3026
2996
  }));
3027
2997
  export type DeleteAgentError =