@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.
- package/lib/client/response-parser.d.ts.map +1 -1
- package/lib/client/response-parser.js +9 -1
- package/lib/client/response-parser.js.map +1 -1
- package/lib/services/cloudfront.d.ts +1 -1
- package/lib/services/cloudfront.d.ts.map +1 -1
- package/lib/services/cloudfront.js +234 -488
- package/lib/services/cloudfront.js.map +1 -1
- package/lib/services/datasync.d.ts +1 -1
- package/lib/services/datasync.d.ts.map +1 -1
- package/lib/services/datasync.js +55 -104
- package/lib/services/datasync.js.map +1 -1
- package/lib/services/ses.d.ts +8 -2
- package/lib/services/ses.d.ts.map +1 -1
- package/lib/services/ses.js +135 -191
- package/lib/services/ses.js.map +1 -1
- package/package.json +2 -2
- package/src/client/response-parser.ts +13 -1
- package/src/services/cloudfront.ts +2315 -2479
- package/src/services/datasync.ts +523 -553
- package/src/services/ses.ts +826 -724
package/lib/services/datasync.js
CHANGED
|
@@ -64,8 +64,7 @@ const rules = T.EndpointResolver((p, _) => {
|
|
|
64
64
|
export const CancelTaskExecutionRequest = /*@__PURE__*/ S.suspend(() => S.Struct({ TaskExecutionArn: S.String }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
65
65
|
identifier: "CancelTaskExecutionRequest",
|
|
66
66
|
});
|
|
67
|
-
export const CancelTaskExecutionResponse =
|
|
68
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
67
|
+
export const CancelTaskExecutionResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
69
68
|
identifier: "CancelTaskExecutionResponse",
|
|
70
69
|
});
|
|
71
70
|
export const TagListEntry = /*@__PURE__*/ S.suspend(() => S.Struct({ Key: S.String, Value: S.optional(S.String) })).annotate({ identifier: "TagListEntry" });
|
|
@@ -104,8 +103,7 @@ export const CustomSecretConfig = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
|
104
103
|
})).annotate({
|
|
105
104
|
identifier: "CustomSecretConfig",
|
|
106
105
|
});
|
|
107
|
-
export const CreateLocationAzureBlobRequest =
|
|
108
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
106
|
+
export const CreateLocationAzureBlobRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
109
107
|
ContainerUrl: S.String,
|
|
110
108
|
AuthenticationType: AzureBlobAuthenticationType,
|
|
111
109
|
SasConfiguration: S.optional(AzureBlobSasConfiguration),
|
|
@@ -119,8 +117,7 @@ export const CreateLocationAzureBlobRequest =
|
|
|
119
117
|
}).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
120
118
|
identifier: "CreateLocationAzureBlobRequest",
|
|
121
119
|
});
|
|
122
|
-
export const CreateLocationAzureBlobResponse =
|
|
123
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.optional(S.String) })).annotate({
|
|
120
|
+
export const CreateLocationAzureBlobResponse = /*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.optional(S.String) })).annotate({
|
|
124
121
|
identifier: "CreateLocationAzureBlobResponse",
|
|
125
122
|
});
|
|
126
123
|
export const Ec2SecurityGroupArnList = /*@__PURE__*/ S.Array(S.String);
|
|
@@ -140,8 +137,7 @@ export const CreateLocationEfsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
|
140
137
|
export const CreateLocationEfsResponse = /*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.optional(S.String) })).annotate({
|
|
141
138
|
identifier: "CreateLocationEfsResponse",
|
|
142
139
|
});
|
|
143
|
-
export const CreateLocationFsxLustreRequest =
|
|
144
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
140
|
+
export const CreateLocationFsxLustreRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
145
141
|
FsxFilesystemArn: S.String,
|
|
146
142
|
SecurityGroupArns: Ec2SecurityGroupArnList,
|
|
147
143
|
Subdirectory: S.optional(S.String),
|
|
@@ -149,8 +145,7 @@ export const CreateLocationFsxLustreRequest =
|
|
|
149
145
|
}).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
150
146
|
identifier: "CreateLocationFsxLustreRequest",
|
|
151
147
|
});
|
|
152
|
-
export const CreateLocationFsxLustreResponse =
|
|
153
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.optional(S.String) })).annotate({
|
|
148
|
+
export const CreateLocationFsxLustreResponse = /*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.optional(S.String) })).annotate({
|
|
154
149
|
identifier: "CreateLocationFsxLustreResponse",
|
|
155
150
|
});
|
|
156
151
|
export const NfsVersion = /*@__PURE__*/ S.String;
|
|
@@ -178,8 +173,7 @@ export const FsxProtocol = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
|
178
173
|
NFS: S.optional(FsxProtocolNfs),
|
|
179
174
|
SMB: S.optional(FsxProtocolSmb),
|
|
180
175
|
})).annotate({ identifier: "FsxProtocol" });
|
|
181
|
-
export const CreateLocationFsxOntapRequest =
|
|
182
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
176
|
+
export const CreateLocationFsxOntapRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
183
177
|
Protocol: FsxProtocol,
|
|
184
178
|
SecurityGroupArns: Ec2SecurityGroupArnList,
|
|
185
179
|
StorageVirtualMachineArn: S.String,
|
|
@@ -188,12 +182,10 @@ export const CreateLocationFsxOntapRequest =
|
|
|
188
182
|
}).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
189
183
|
identifier: "CreateLocationFsxOntapRequest",
|
|
190
184
|
});
|
|
191
|
-
export const CreateLocationFsxOntapResponse =
|
|
192
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.optional(S.String) })).annotate({
|
|
185
|
+
export const CreateLocationFsxOntapResponse = /*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.optional(S.String) })).annotate({
|
|
193
186
|
identifier: "CreateLocationFsxOntapResponse",
|
|
194
187
|
});
|
|
195
|
-
export const CreateLocationFsxOpenZfsRequest =
|
|
196
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
188
|
+
export const CreateLocationFsxOpenZfsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
197
189
|
FsxFilesystemArn: S.String,
|
|
198
190
|
Protocol: FsxProtocol,
|
|
199
191
|
SecurityGroupArns: Ec2SecurityGroupArnList,
|
|
@@ -202,12 +194,10 @@ export const CreateLocationFsxOpenZfsRequest =
|
|
|
202
194
|
}).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
203
195
|
identifier: "CreateLocationFsxOpenZfsRequest",
|
|
204
196
|
});
|
|
205
|
-
export const CreateLocationFsxOpenZfsResponse =
|
|
206
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.optional(S.String) })).annotate({
|
|
197
|
+
export const CreateLocationFsxOpenZfsResponse = /*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.optional(S.String) })).annotate({
|
|
207
198
|
identifier: "CreateLocationFsxOpenZfsResponse",
|
|
208
199
|
});
|
|
209
|
-
export const CreateLocationFsxWindowsRequest =
|
|
210
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
200
|
+
export const CreateLocationFsxWindowsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
211
201
|
Subdirectory: S.optional(S.String),
|
|
212
202
|
FsxFilesystemArn: S.String,
|
|
213
203
|
SecurityGroupArns: Ec2SecurityGroupArnList,
|
|
@@ -220,8 +210,7 @@ export const CreateLocationFsxWindowsRequest =
|
|
|
220
210
|
}).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
221
211
|
identifier: "CreateLocationFsxWindowsRequest",
|
|
222
212
|
});
|
|
223
|
-
export const CreateLocationFsxWindowsResponse =
|
|
224
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.optional(S.String) })).annotate({
|
|
213
|
+
export const CreateLocationFsxWindowsResponse = /*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.optional(S.String) })).annotate({
|
|
225
214
|
identifier: "CreateLocationFsxWindowsResponse",
|
|
226
215
|
});
|
|
227
216
|
export const HdfsNameNode = /*@__PURE__*/ S.suspend(() => S.Struct({ Hostname: S.String, Port: S.Number })).annotate({ identifier: "HdfsNameNode" });
|
|
@@ -271,8 +260,7 @@ export const CreateLocationNfsResponse = /*@__PURE__*/ S.suspend(() => S.Struct(
|
|
|
271
260
|
identifier: "CreateLocationNfsResponse",
|
|
272
261
|
});
|
|
273
262
|
export const ObjectStorageServerProtocol = /*@__PURE__*/ S.String;
|
|
274
|
-
export const CreateLocationObjectStorageRequest =
|
|
275
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
263
|
+
export const CreateLocationObjectStorageRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
276
264
|
ServerHostname: S.String,
|
|
277
265
|
ServerPort: S.optional(S.Number),
|
|
278
266
|
ServerProtocol: S.optional(ObjectStorageServerProtocol),
|
|
@@ -288,8 +276,7 @@ export const CreateLocationObjectStorageRequest =
|
|
|
288
276
|
}).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
289
277
|
identifier: "CreateLocationObjectStorageRequest",
|
|
290
278
|
});
|
|
291
|
-
export const CreateLocationObjectStorageResponse =
|
|
292
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.optional(S.String) })).annotate({
|
|
279
|
+
export const CreateLocationObjectStorageResponse = /*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.optional(S.String) })).annotate({
|
|
293
280
|
identifier: "CreateLocationObjectStorageResponse",
|
|
294
281
|
});
|
|
295
282
|
export const S3StorageClass = /*@__PURE__*/ S.String;
|
|
@@ -483,12 +470,10 @@ export const DescribeAgentResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
|
483
470
|
})).annotate({
|
|
484
471
|
identifier: "DescribeAgentResponse",
|
|
485
472
|
});
|
|
486
|
-
export const DescribeLocationAzureBlobRequest =
|
|
487
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.String }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
473
|
+
export const DescribeLocationAzureBlobRequest = /*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.String }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
488
474
|
identifier: "DescribeLocationAzureBlobRequest",
|
|
489
475
|
});
|
|
490
|
-
export const DescribeLocationAzureBlobResponse =
|
|
491
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
476
|
+
export const DescribeLocationAzureBlobResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
492
477
|
LocationArn: S.optional(S.String),
|
|
493
478
|
LocationUri: S.optional(S.String),
|
|
494
479
|
AuthenticationType: S.optional(AzureBlobAuthenticationType),
|
|
@@ -505,8 +490,7 @@ export const DescribeLocationAzureBlobResponse =
|
|
|
505
490
|
export const DescribeLocationEfsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.String }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
506
491
|
identifier: "DescribeLocationEfsRequest",
|
|
507
492
|
});
|
|
508
|
-
export const DescribeLocationEfsResponse =
|
|
509
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
493
|
+
export const DescribeLocationEfsResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
510
494
|
LocationArn: S.optional(S.String),
|
|
511
495
|
LocationUri: S.optional(S.String),
|
|
512
496
|
Ec2Config: S.optional(Ec2Config),
|
|
@@ -517,12 +501,10 @@ export const DescribeLocationEfsResponse =
|
|
|
517
501
|
})).annotate({
|
|
518
502
|
identifier: "DescribeLocationEfsResponse",
|
|
519
503
|
});
|
|
520
|
-
export const DescribeLocationFsxLustreRequest =
|
|
521
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.String }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
504
|
+
export const DescribeLocationFsxLustreRequest = /*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.String }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
522
505
|
identifier: "DescribeLocationFsxLustreRequest",
|
|
523
506
|
});
|
|
524
|
-
export const DescribeLocationFsxLustreResponse =
|
|
525
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
507
|
+
export const DescribeLocationFsxLustreResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
526
508
|
LocationArn: S.optional(S.String),
|
|
527
509
|
LocationUri: S.optional(S.String),
|
|
528
510
|
SecurityGroupArns: S.optional(Ec2SecurityGroupArnList),
|
|
@@ -530,12 +512,10 @@ export const DescribeLocationFsxLustreResponse =
|
|
|
530
512
|
})).annotate({
|
|
531
513
|
identifier: "DescribeLocationFsxLustreResponse",
|
|
532
514
|
});
|
|
533
|
-
export const DescribeLocationFsxOntapRequest =
|
|
534
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.String }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
515
|
+
export const DescribeLocationFsxOntapRequest = /*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.String }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
535
516
|
identifier: "DescribeLocationFsxOntapRequest",
|
|
536
517
|
});
|
|
537
|
-
export const DescribeLocationFsxOntapResponse =
|
|
538
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
518
|
+
export const DescribeLocationFsxOntapResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
539
519
|
CreationTime: S.optional(S.Date.pipe(T.TimestampFormat("epoch-seconds"))),
|
|
540
520
|
LocationArn: S.optional(S.String),
|
|
541
521
|
LocationUri: S.optional(S.String),
|
|
@@ -546,12 +526,10 @@ export const DescribeLocationFsxOntapResponse =
|
|
|
546
526
|
})).annotate({
|
|
547
527
|
identifier: "DescribeLocationFsxOntapResponse",
|
|
548
528
|
});
|
|
549
|
-
export const DescribeLocationFsxOpenZfsRequest =
|
|
550
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.String }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
529
|
+
export const DescribeLocationFsxOpenZfsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.String }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
551
530
|
identifier: "DescribeLocationFsxOpenZfsRequest",
|
|
552
531
|
});
|
|
553
|
-
export const DescribeLocationFsxOpenZfsResponse =
|
|
554
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
532
|
+
export const DescribeLocationFsxOpenZfsResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
555
533
|
LocationArn: S.optional(S.String),
|
|
556
534
|
LocationUri: S.optional(S.String),
|
|
557
535
|
SecurityGroupArns: S.optional(Ec2SecurityGroupArnList),
|
|
@@ -560,12 +538,10 @@ export const DescribeLocationFsxOpenZfsResponse =
|
|
|
560
538
|
})).annotate({
|
|
561
539
|
identifier: "DescribeLocationFsxOpenZfsResponse",
|
|
562
540
|
});
|
|
563
|
-
export const DescribeLocationFsxWindowsRequest =
|
|
564
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.String }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
541
|
+
export const DescribeLocationFsxWindowsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.String }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
565
542
|
identifier: "DescribeLocationFsxWindowsRequest",
|
|
566
543
|
});
|
|
567
|
-
export const DescribeLocationFsxWindowsResponse =
|
|
568
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
544
|
+
export const DescribeLocationFsxWindowsResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
569
545
|
LocationArn: S.optional(S.String),
|
|
570
546
|
LocationUri: S.optional(S.String),
|
|
571
547
|
SecurityGroupArns: S.optional(Ec2SecurityGroupArnList),
|
|
@@ -578,12 +554,10 @@ export const DescribeLocationFsxWindowsResponse =
|
|
|
578
554
|
})).annotate({
|
|
579
555
|
identifier: "DescribeLocationFsxWindowsResponse",
|
|
580
556
|
});
|
|
581
|
-
export const DescribeLocationHdfsRequest =
|
|
582
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.String }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
557
|
+
export const DescribeLocationHdfsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.String }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
583
558
|
identifier: "DescribeLocationHdfsRequest",
|
|
584
559
|
});
|
|
585
|
-
export const DescribeLocationHdfsResponse =
|
|
586
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
560
|
+
export const DescribeLocationHdfsResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
587
561
|
LocationArn: S.optional(S.String),
|
|
588
562
|
LocationUri: S.optional(S.String),
|
|
589
563
|
NameNodes: S.optional(HdfsNameNodeList),
|
|
@@ -605,8 +579,7 @@ export const DescribeLocationHdfsResponse =
|
|
|
605
579
|
export const DescribeLocationNfsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.String }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
606
580
|
identifier: "DescribeLocationNfsRequest",
|
|
607
581
|
});
|
|
608
|
-
export const DescribeLocationNfsResponse =
|
|
609
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
582
|
+
export const DescribeLocationNfsResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
610
583
|
LocationArn: S.optional(S.String),
|
|
611
584
|
LocationUri: S.optional(S.String),
|
|
612
585
|
OnPremConfig: S.optional(OnPremConfig),
|
|
@@ -615,12 +588,10 @@ export const DescribeLocationNfsResponse =
|
|
|
615
588
|
})).annotate({
|
|
616
589
|
identifier: "DescribeLocationNfsResponse",
|
|
617
590
|
});
|
|
618
|
-
export const DescribeLocationObjectStorageRequest =
|
|
619
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.String }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
591
|
+
export const DescribeLocationObjectStorageRequest = /*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.String }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
620
592
|
identifier: "DescribeLocationObjectStorageRequest",
|
|
621
593
|
});
|
|
622
|
-
export const DescribeLocationObjectStorageResponse =
|
|
623
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
594
|
+
export const DescribeLocationObjectStorageResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
624
595
|
LocationArn: S.optional(S.String),
|
|
625
596
|
LocationUri: S.optional(S.String),
|
|
626
597
|
AccessKey: S.optional(S.String),
|
|
@@ -651,8 +622,7 @@ export const DescribeLocationS3Response = /*@__PURE__*/ S.suspend(() => S.Struct
|
|
|
651
622
|
export const DescribeLocationSmbRequest = /*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.String }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
652
623
|
identifier: "DescribeLocationSmbRequest",
|
|
653
624
|
});
|
|
654
|
-
export const DescribeLocationSmbResponse =
|
|
655
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
625
|
+
export const DescribeLocationSmbResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
656
626
|
LocationArn: S.optional(S.String),
|
|
657
627
|
LocationUri: S.optional(S.String),
|
|
658
628
|
AgentArns: S.optional(AgentArnList),
|
|
@@ -707,8 +677,7 @@ export const DescribeTaskResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
|
707
677
|
})).annotate({
|
|
708
678
|
identifier: "DescribeTaskResponse",
|
|
709
679
|
});
|
|
710
|
-
export const DescribeTaskExecutionRequest =
|
|
711
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({ TaskExecutionArn: S.String }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
680
|
+
export const DescribeTaskExecutionRequest = /*@__PURE__*/ S.suspend(() => S.Struct({ TaskExecutionArn: S.String }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
712
681
|
identifier: "DescribeTaskExecutionRequest",
|
|
713
682
|
});
|
|
714
683
|
export const TaskExecutionStatus = /*@__PURE__*/ S.String;
|
|
@@ -731,15 +700,13 @@ export const ReportResult = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
|
731
700
|
ErrorCode: S.optional(S.String),
|
|
732
701
|
ErrorDetail: S.optional(S.String),
|
|
733
702
|
})).annotate({ identifier: "ReportResult" });
|
|
734
|
-
export const TaskExecutionFilesListedDetail =
|
|
735
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
703
|
+
export const TaskExecutionFilesListedDetail = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
736
704
|
AtSource: S.optional(S.Number),
|
|
737
705
|
AtDestinationForDelete: S.optional(S.Number),
|
|
738
706
|
})).annotate({
|
|
739
707
|
identifier: "TaskExecutionFilesListedDetail",
|
|
740
708
|
});
|
|
741
|
-
export const TaskExecutionFilesFailedDetail =
|
|
742
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
709
|
+
export const TaskExecutionFilesFailedDetail = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
743
710
|
Prepare: S.optional(S.Number),
|
|
744
711
|
Transfer: S.optional(S.Number),
|
|
745
712
|
Verify: S.optional(S.Number),
|
|
@@ -747,15 +714,13 @@ export const TaskExecutionFilesFailedDetail =
|
|
|
747
714
|
})).annotate({
|
|
748
715
|
identifier: "TaskExecutionFilesFailedDetail",
|
|
749
716
|
});
|
|
750
|
-
export const TaskExecutionFoldersListedDetail =
|
|
751
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
717
|
+
export const TaskExecutionFoldersListedDetail = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
752
718
|
AtSource: S.optional(S.Number),
|
|
753
719
|
AtDestinationForDelete: S.optional(S.Number),
|
|
754
720
|
})).annotate({
|
|
755
721
|
identifier: "TaskExecutionFoldersListedDetail",
|
|
756
722
|
});
|
|
757
|
-
export const TaskExecutionFoldersFailedDetail =
|
|
758
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
723
|
+
export const TaskExecutionFoldersFailedDetail = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
759
724
|
List: S.optional(S.Number),
|
|
760
725
|
Prepare: S.optional(S.Number),
|
|
761
726
|
Transfer: S.optional(S.Number),
|
|
@@ -764,8 +729,7 @@ export const TaskExecutionFoldersFailedDetail =
|
|
|
764
729
|
})).annotate({
|
|
765
730
|
identifier: "TaskExecutionFoldersFailedDetail",
|
|
766
731
|
});
|
|
767
|
-
export const DescribeTaskExecutionResponse =
|
|
768
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
732
|
+
export const DescribeTaskExecutionResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
769
733
|
TaskExecutionArn: S.optional(S.String),
|
|
770
734
|
Status: S.optional(TaskExecutionStatus),
|
|
771
735
|
Options: S.optional(Options),
|
|
@@ -857,8 +821,7 @@ export const ListTagsForResourceRequest = /*@__PURE__*/ S.suspend(() => S.Struct
|
|
|
857
821
|
identifier: "ListTagsForResourceRequest",
|
|
858
822
|
});
|
|
859
823
|
export const OutputTagList = /*@__PURE__*/ S.Array(TagListEntry);
|
|
860
|
-
export const ListTagsForResourceResponse =
|
|
861
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
824
|
+
export const ListTagsForResourceResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
862
825
|
Tags: S.optional(OutputTagList),
|
|
863
826
|
NextToken: S.optional(S.String),
|
|
864
827
|
})).annotate({
|
|
@@ -938,8 +901,7 @@ export const UpdateAgentRequest = /*@__PURE__*/ S.suspend(() => S.Struct({ Agent
|
|
|
938
901
|
export const UpdateAgentResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
939
902
|
identifier: "UpdateAgentResponse",
|
|
940
903
|
});
|
|
941
|
-
export const UpdateLocationAzureBlobRequest =
|
|
942
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
904
|
+
export const UpdateLocationAzureBlobRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
943
905
|
LocationArn: S.String,
|
|
944
906
|
Subdirectory: S.optional(S.String),
|
|
945
907
|
AuthenticationType: S.optional(AzureBlobAuthenticationType),
|
|
@@ -952,8 +914,7 @@ export const UpdateLocationAzureBlobRequest =
|
|
|
952
914
|
}).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
953
915
|
identifier: "UpdateLocationAzureBlobRequest",
|
|
954
916
|
});
|
|
955
|
-
export const UpdateLocationAzureBlobResponse =
|
|
956
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
917
|
+
export const UpdateLocationAzureBlobResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
957
918
|
identifier: "UpdateLocationAzureBlobResponse",
|
|
958
919
|
});
|
|
959
920
|
export const UpdateLocationEfsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
@@ -968,15 +929,10 @@ export const UpdateLocationEfsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
|
968
929
|
export const UpdateLocationEfsResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
969
930
|
identifier: "UpdateLocationEfsResponse",
|
|
970
931
|
});
|
|
971
|
-
export const UpdateLocationFsxLustreRequest =
|
|
972
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
973
|
-
LocationArn: S.String,
|
|
974
|
-
Subdirectory: S.optional(S.String),
|
|
975
|
-
}).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
932
|
+
export const UpdateLocationFsxLustreRequest = /*@__PURE__*/ S.suspend(() => S.Struct({ LocationArn: S.String, Subdirectory: S.optional(S.String) }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
976
933
|
identifier: "UpdateLocationFsxLustreRequest",
|
|
977
934
|
});
|
|
978
|
-
export const UpdateLocationFsxLustreResponse =
|
|
979
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
935
|
+
export const UpdateLocationFsxLustreResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
980
936
|
identifier: "UpdateLocationFsxLustreResponse",
|
|
981
937
|
});
|
|
982
938
|
export const FsxUpdateProtocolSmb = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
@@ -995,32 +951,27 @@ export const FsxUpdateProtocol = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
|
995
951
|
})).annotate({
|
|
996
952
|
identifier: "FsxUpdateProtocol",
|
|
997
953
|
});
|
|
998
|
-
export const UpdateLocationFsxOntapRequest =
|
|
999
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
954
|
+
export const UpdateLocationFsxOntapRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
1000
955
|
LocationArn: S.String,
|
|
1001
956
|
Protocol: S.optional(FsxUpdateProtocol),
|
|
1002
957
|
Subdirectory: S.optional(S.String),
|
|
1003
958
|
}).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
1004
959
|
identifier: "UpdateLocationFsxOntapRequest",
|
|
1005
960
|
});
|
|
1006
|
-
export const UpdateLocationFsxOntapResponse =
|
|
1007
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
961
|
+
export const UpdateLocationFsxOntapResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
1008
962
|
identifier: "UpdateLocationFsxOntapResponse",
|
|
1009
963
|
});
|
|
1010
|
-
export const UpdateLocationFsxOpenZfsRequest =
|
|
1011
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
964
|
+
export const UpdateLocationFsxOpenZfsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
1012
965
|
LocationArn: S.String,
|
|
1013
966
|
Protocol: S.optional(FsxProtocol),
|
|
1014
967
|
Subdirectory: S.optional(S.String),
|
|
1015
968
|
}).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
1016
969
|
identifier: "UpdateLocationFsxOpenZfsRequest",
|
|
1017
970
|
});
|
|
1018
|
-
export const UpdateLocationFsxOpenZfsResponse =
|
|
1019
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
971
|
+
export const UpdateLocationFsxOpenZfsResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
1020
972
|
identifier: "UpdateLocationFsxOpenZfsResponse",
|
|
1021
973
|
});
|
|
1022
|
-
export const UpdateLocationFsxWindowsRequest =
|
|
1023
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
974
|
+
export const UpdateLocationFsxWindowsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
1024
975
|
LocationArn: S.String,
|
|
1025
976
|
Subdirectory: S.optional(S.String),
|
|
1026
977
|
Domain: S.optional(S.String),
|
|
@@ -1031,8 +982,7 @@ export const UpdateLocationFsxWindowsRequest =
|
|
|
1031
982
|
}).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
1032
983
|
identifier: "UpdateLocationFsxWindowsRequest",
|
|
1033
984
|
});
|
|
1034
|
-
export const UpdateLocationFsxWindowsResponse =
|
|
1035
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
985
|
+
export const UpdateLocationFsxWindowsResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
1036
986
|
identifier: "UpdateLocationFsxWindowsResponse",
|
|
1037
987
|
});
|
|
1038
988
|
export const UpdateLocationHdfsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
@@ -1069,8 +1019,7 @@ export const UpdateLocationNfsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
|
1069
1019
|
export const UpdateLocationNfsResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
1070
1020
|
identifier: "UpdateLocationNfsResponse",
|
|
1071
1021
|
});
|
|
1072
|
-
export const UpdateLocationObjectStorageRequest =
|
|
1073
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
1022
|
+
export const UpdateLocationObjectStorageRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
1074
1023
|
LocationArn: S.String,
|
|
1075
1024
|
ServerPort: S.optional(S.Number),
|
|
1076
1025
|
ServerProtocol: S.optional(ObjectStorageServerProtocol),
|
|
@@ -1085,8 +1034,7 @@ export const UpdateLocationObjectStorageRequest =
|
|
|
1085
1034
|
}).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
1086
1035
|
identifier: "UpdateLocationObjectStorageRequest",
|
|
1087
1036
|
});
|
|
1088
|
-
export const UpdateLocationObjectStorageResponse =
|
|
1089
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
1037
|
+
export const UpdateLocationObjectStorageResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
1090
1038
|
identifier: "UpdateLocationObjectStorageResponse",
|
|
1091
1039
|
});
|
|
1092
1040
|
export const UpdateLocationS3Request = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
@@ -1141,8 +1089,7 @@ export const UpdateTaskResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).an
|
|
|
1141
1089
|
export const UpdateTaskExecutionRequest = /*@__PURE__*/ S.suspend(() => S.Struct({ TaskExecutionArn: S.String, Options: Options }).pipe(T.all(T.Http({ method: "POST", uri: "/" }), svc, auth, proto, ver, rules))).annotate({
|
|
1142
1090
|
identifier: "UpdateTaskExecutionRequest",
|
|
1143
1091
|
});
|
|
1144
|
-
export const UpdateTaskExecutionResponse =
|
|
1145
|
-
/*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
1092
|
+
export const UpdateTaskExecutionResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
1146
1093
|
identifier: "UpdateTaskExecutionResponse",
|
|
1147
1094
|
});
|
|
1148
1095
|
//# Errors
|
|
@@ -1412,7 +1359,11 @@ export const createLocationSmb = /*@__PURE__*/ API.make(() => ({
|
|
|
1412
1359
|
export const createTask = /*@__PURE__*/ API.make(() => ({
|
|
1413
1360
|
input: CreateTaskRequest,
|
|
1414
1361
|
output: CreateTaskResponse,
|
|
1415
|
-
errors: [
|
|
1362
|
+
errors: [
|
|
1363
|
+
InternalException,
|
|
1364
|
+
InvalidRequestException,
|
|
1365
|
+
LocationAccessTestFailed,
|
|
1366
|
+
],
|
|
1416
1367
|
operationName: "CreateTask",
|
|
1417
1368
|
}));
|
|
1418
1369
|
/**
|