mypy-boto3-transfer 1.34.84__py3-none-any.whl → 1.34.108__py3-none-any.whl
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.
- mypy_boto3_transfer/__main__.py +4 -4
- mypy_boto3_transfer/client.py +36 -20
- mypy_boto3_transfer/client.pyi +36 -20
- mypy_boto3_transfer/literals.py +2 -0
- mypy_boto3_transfer/literals.pyi +2 -0
- mypy_boto3_transfer/type_defs.py +186 -86
- mypy_boto3_transfer/type_defs.pyi +186 -86
- mypy_boto3_transfer/version.py +1 -1
- {mypy_boto3_transfer-1.34.84.dist-info → mypy_boto3_transfer-1.34.108.dist-info}/METADATA +4 -4
- mypy_boto3_transfer-1.34.108.dist-info/RECORD +20 -0
- mypy_boto3_transfer-1.34.84.dist-info/RECORD +0 -20
- {mypy_boto3_transfer-1.34.84.dist-info → mypy_boto3_transfer-1.34.108.dist-info}/LICENSE +0 -0
- {mypy_boto3_transfer-1.34.84.dist-info → mypy_boto3_transfer-1.34.108.dist-info}/WHEEL +0 -0
- {mypy_boto3_transfer-1.34.84.dist-info → mypy_boto3_transfer-1.34.108.dist-info}/top_level.txt +0 -0
mypy_boto3_transfer/type_defs.py
CHANGED
|
@@ -96,7 +96,11 @@ __all__ = (
|
|
|
96
96
|
"WaiterConfigTypeDef",
|
|
97
97
|
"DescribeUserRequestRequestTypeDef",
|
|
98
98
|
"DescribeWorkflowRequestRequestTypeDef",
|
|
99
|
+
"PosixProfileOutputTypeDef",
|
|
100
|
+
"SftpConnectorConfigOutputTypeDef",
|
|
99
101
|
"LoggingConfigurationTypeDef",
|
|
102
|
+
"EndpointDetailsOutputTypeDef",
|
|
103
|
+
"ProtocolDetailsOutputTypeDef",
|
|
100
104
|
"SshPublicKeyTypeDef",
|
|
101
105
|
"EfsFileLocationTypeDef",
|
|
102
106
|
"ExecutionErrorTypeDef",
|
|
@@ -129,6 +133,7 @@ __all__ = (
|
|
|
129
133
|
"S3TagTypeDef",
|
|
130
134
|
"SendWorkflowStepStateRequestRequestTypeDef",
|
|
131
135
|
"UserDetailsTypeDef",
|
|
136
|
+
"StartDirectoryListingRequestRequestTypeDef",
|
|
132
137
|
"StartFileTransferRequestRequestTypeDef",
|
|
133
138
|
"StartServerRequestRequestTypeDef",
|
|
134
139
|
"StopServerRequestRequestTypeDef",
|
|
@@ -140,7 +145,6 @@ __all__ = (
|
|
|
140
145
|
"UpdateProfileRequestRequestTypeDef",
|
|
141
146
|
"WorkflowDetailTypeDef",
|
|
142
147
|
"CreateAccessRequestRequestTypeDef",
|
|
143
|
-
"DescribedAccessTypeDef",
|
|
144
148
|
"UpdateAccessRequestRequestTypeDef",
|
|
145
149
|
"UpdateUserRequestRequestTypeDef",
|
|
146
150
|
"CreateAccessResponseTypeDef",
|
|
@@ -155,6 +159,7 @@ __all__ = (
|
|
|
155
159
|
"ImportHostKeyResponseTypeDef",
|
|
156
160
|
"ImportSshPublicKeyResponseTypeDef",
|
|
157
161
|
"ListSecurityPoliciesResponseTypeDef",
|
|
162
|
+
"StartDirectoryListingResponseTypeDef",
|
|
158
163
|
"StartFileTransferResponseTypeDef",
|
|
159
164
|
"TestConnectionResponseTypeDef",
|
|
160
165
|
"TestIdentityProviderResponseTypeDef",
|
|
@@ -177,11 +182,16 @@ __all__ = (
|
|
|
177
182
|
"ListTagsForResourceResponseTypeDef",
|
|
178
183
|
"TagResourceRequestRequestTypeDef",
|
|
179
184
|
"CreateConnectorRequestRequestTypeDef",
|
|
180
|
-
"DescribedConnectorTypeDef",
|
|
181
185
|
"UpdateConnectorRequestRequestTypeDef",
|
|
182
186
|
"DescribeSecurityPolicyResponseTypeDef",
|
|
183
187
|
"DescribeServerRequestServerOfflineWaitTypeDef",
|
|
184
188
|
"DescribeServerRequestServerOnlineWaitTypeDef",
|
|
189
|
+
"DescribedAccessTypeDef",
|
|
190
|
+
"PosixProfileUnionTypeDef",
|
|
191
|
+
"DescribedConnectorTypeDef",
|
|
192
|
+
"SftpConnectorConfigUnionTypeDef",
|
|
193
|
+
"EndpointDetailsUnionTypeDef",
|
|
194
|
+
"ProtocolDetailsUnionTypeDef",
|
|
185
195
|
"DescribedUserTypeDef",
|
|
186
196
|
"ExecutionStepResultTypeDef",
|
|
187
197
|
"FileLocationTypeDef",
|
|
@@ -208,31 +218,36 @@ __all__ = (
|
|
|
208
218
|
"ListServersResponseTypeDef",
|
|
209
219
|
"ListUsersResponseTypeDef",
|
|
210
220
|
"ListWorkflowsResponseTypeDef",
|
|
221
|
+
"TagStepDetailsOutputTypeDef",
|
|
211
222
|
"TagStepDetailsTypeDef",
|
|
212
223
|
"ServiceMetadataTypeDef",
|
|
224
|
+
"WorkflowDetailsOutputTypeDef",
|
|
213
225
|
"WorkflowDetailsTypeDef",
|
|
214
|
-
"DescribeAccessResponseTypeDef",
|
|
215
226
|
"DescribeAgreementResponseTypeDef",
|
|
216
227
|
"DescribeCertificateResponseTypeDef",
|
|
217
228
|
"DescribeHostKeyResponseTypeDef",
|
|
218
229
|
"DescribeProfileResponseTypeDef",
|
|
230
|
+
"DescribeAccessResponseTypeDef",
|
|
219
231
|
"DescribeConnectorResponseTypeDef",
|
|
220
232
|
"DescribeUserResponseTypeDef",
|
|
221
233
|
"ExecutionResultsTypeDef",
|
|
222
234
|
"CopyStepDetailsTypeDef",
|
|
223
235
|
"DecryptStepDetailsTypeDef",
|
|
224
236
|
"ListedExecutionTypeDef",
|
|
225
|
-
"CreateServerRequestRequestTypeDef",
|
|
226
237
|
"DescribedServerTypeDef",
|
|
238
|
+
"CreateServerRequestRequestTypeDef",
|
|
227
239
|
"UpdateServerRequestRequestTypeDef",
|
|
240
|
+
"WorkflowDetailsUnionTypeDef",
|
|
228
241
|
"DescribedExecutionTypeDef",
|
|
242
|
+
"WorkflowStepOutputTypeDef",
|
|
229
243
|
"WorkflowStepTypeDef",
|
|
230
244
|
"ListExecutionsResponseTypeDef",
|
|
231
245
|
"DescribeServerResponseTypeDef",
|
|
232
246
|
"DescribeExecutionResponseTypeDef",
|
|
233
|
-
"CreateWorkflowRequestRequestTypeDef",
|
|
234
247
|
"DescribedWorkflowTypeDef",
|
|
248
|
+
"WorkflowStepUnionTypeDef",
|
|
235
249
|
"DescribeWorkflowResponseTypeDef",
|
|
250
|
+
"CreateWorkflowRequestRequestTypeDef",
|
|
236
251
|
)
|
|
237
252
|
|
|
238
253
|
As2ConnectorConfigTypeDef = TypedDict(
|
|
@@ -498,6 +513,21 @@ DescribeWorkflowRequestRequestTypeDef = TypedDict(
|
|
|
498
513
|
"WorkflowId": str,
|
|
499
514
|
},
|
|
500
515
|
)
|
|
516
|
+
PosixProfileOutputTypeDef = TypedDict(
|
|
517
|
+
"PosixProfileOutputTypeDef",
|
|
518
|
+
{
|
|
519
|
+
"Uid": int,
|
|
520
|
+
"Gid": int,
|
|
521
|
+
"SecondaryGids": NotRequired[List[int]],
|
|
522
|
+
},
|
|
523
|
+
)
|
|
524
|
+
SftpConnectorConfigOutputTypeDef = TypedDict(
|
|
525
|
+
"SftpConnectorConfigOutputTypeDef",
|
|
526
|
+
{
|
|
527
|
+
"UserSecretId": NotRequired[str],
|
|
528
|
+
"TrustedHostKeys": NotRequired[List[str]],
|
|
529
|
+
},
|
|
530
|
+
)
|
|
501
531
|
LoggingConfigurationTypeDef = TypedDict(
|
|
502
532
|
"LoggingConfigurationTypeDef",
|
|
503
533
|
{
|
|
@@ -505,6 +535,25 @@ LoggingConfigurationTypeDef = TypedDict(
|
|
|
505
535
|
"LogGroupName": NotRequired[str],
|
|
506
536
|
},
|
|
507
537
|
)
|
|
538
|
+
EndpointDetailsOutputTypeDef = TypedDict(
|
|
539
|
+
"EndpointDetailsOutputTypeDef",
|
|
540
|
+
{
|
|
541
|
+
"AddressAllocationIds": NotRequired[List[str]],
|
|
542
|
+
"SubnetIds": NotRequired[List[str]],
|
|
543
|
+
"VpcEndpointId": NotRequired[str],
|
|
544
|
+
"VpcId": NotRequired[str],
|
|
545
|
+
"SecurityGroupIds": NotRequired[List[str]],
|
|
546
|
+
},
|
|
547
|
+
)
|
|
548
|
+
ProtocolDetailsOutputTypeDef = TypedDict(
|
|
549
|
+
"ProtocolDetailsOutputTypeDef",
|
|
550
|
+
{
|
|
551
|
+
"PassiveIp": NotRequired[str],
|
|
552
|
+
"TlsSessionResumptionMode": NotRequired[TlsSessionResumptionModeType],
|
|
553
|
+
"SetStatOption": NotRequired[SetStatOptionType],
|
|
554
|
+
"As2Transports": NotRequired[List[Literal["HTTP"]]],
|
|
555
|
+
},
|
|
556
|
+
)
|
|
508
557
|
SshPublicKeyTypeDef = TypedDict(
|
|
509
558
|
"SshPublicKeyTypeDef",
|
|
510
559
|
{
|
|
@@ -769,6 +818,15 @@ UserDetailsTypeDef = TypedDict(
|
|
|
769
818
|
"SessionId": NotRequired[str],
|
|
770
819
|
},
|
|
771
820
|
)
|
|
821
|
+
StartDirectoryListingRequestRequestTypeDef = TypedDict(
|
|
822
|
+
"StartDirectoryListingRequestRequestTypeDef",
|
|
823
|
+
{
|
|
824
|
+
"ConnectorId": str,
|
|
825
|
+
"RemoteDirectoryPath": str,
|
|
826
|
+
"OutputDirectoryPath": str,
|
|
827
|
+
"MaxItems": NotRequired[int],
|
|
828
|
+
},
|
|
829
|
+
)
|
|
772
830
|
StartFileTransferRequestRequestTypeDef = TypedDict(
|
|
773
831
|
"StartFileTransferRequestRequestTypeDef",
|
|
774
832
|
{
|
|
@@ -862,18 +920,6 @@ CreateAccessRequestRequestTypeDef = TypedDict(
|
|
|
862
920
|
"PosixProfile": NotRequired[PosixProfileTypeDef],
|
|
863
921
|
},
|
|
864
922
|
)
|
|
865
|
-
DescribedAccessTypeDef = TypedDict(
|
|
866
|
-
"DescribedAccessTypeDef",
|
|
867
|
-
{
|
|
868
|
-
"HomeDirectory": NotRequired[str],
|
|
869
|
-
"HomeDirectoryMappings": NotRequired[List[HomeDirectoryMapEntryTypeDef]],
|
|
870
|
-
"HomeDirectoryType": NotRequired[HomeDirectoryTypeType],
|
|
871
|
-
"Policy": NotRequired[str],
|
|
872
|
-
"PosixProfile": NotRequired[PosixProfileTypeDef],
|
|
873
|
-
"Role": NotRequired[str],
|
|
874
|
-
"ExternalId": NotRequired[str],
|
|
875
|
-
},
|
|
876
|
-
)
|
|
877
923
|
UpdateAccessRequestRequestTypeDef = TypedDict(
|
|
878
924
|
"UpdateAccessRequestRequestTypeDef",
|
|
879
925
|
{
|
|
@@ -984,9 +1030,17 @@ ImportSshPublicKeyResponseTypeDef = TypedDict(
|
|
|
984
1030
|
ListSecurityPoliciesResponseTypeDef = TypedDict(
|
|
985
1031
|
"ListSecurityPoliciesResponseTypeDef",
|
|
986
1032
|
{
|
|
987
|
-
"NextToken": str,
|
|
988
1033
|
"SecurityPolicyNames": List[str],
|
|
989
1034
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1035
|
+
"NextToken": NotRequired[str],
|
|
1036
|
+
},
|
|
1037
|
+
)
|
|
1038
|
+
StartDirectoryListingResponseTypeDef = TypedDict(
|
|
1039
|
+
"StartDirectoryListingResponseTypeDef",
|
|
1040
|
+
{
|
|
1041
|
+
"ListingId": str,
|
|
1042
|
+
"OutputFileName": str,
|
|
1043
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
990
1044
|
},
|
|
991
1045
|
)
|
|
992
1046
|
StartFileTransferResponseTypeDef = TypedDict(
|
|
@@ -1181,9 +1235,9 @@ ListTagsForResourceResponseTypeDef = TypedDict(
|
|
|
1181
1235
|
"ListTagsForResourceResponseTypeDef",
|
|
1182
1236
|
{
|
|
1183
1237
|
"Arn": str,
|
|
1184
|
-
"NextToken": str,
|
|
1185
1238
|
"Tags": List[TagTypeDef],
|
|
1186
1239
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1240
|
+
"NextToken": NotRequired[str],
|
|
1187
1241
|
},
|
|
1188
1242
|
)
|
|
1189
1243
|
TagResourceRequestRequestTypeDef = TypedDict(
|
|
@@ -1205,21 +1259,6 @@ CreateConnectorRequestRequestTypeDef = TypedDict(
|
|
|
1205
1259
|
"SecurityPolicyName": NotRequired[str],
|
|
1206
1260
|
},
|
|
1207
1261
|
)
|
|
1208
|
-
DescribedConnectorTypeDef = TypedDict(
|
|
1209
|
-
"DescribedConnectorTypeDef",
|
|
1210
|
-
{
|
|
1211
|
-
"Arn": str,
|
|
1212
|
-
"ConnectorId": NotRequired[str],
|
|
1213
|
-
"Url": NotRequired[str],
|
|
1214
|
-
"As2Config": NotRequired[As2ConnectorConfigTypeDef],
|
|
1215
|
-
"AccessRole": NotRequired[str],
|
|
1216
|
-
"LoggingRole": NotRequired[str],
|
|
1217
|
-
"Tags": NotRequired[List[TagTypeDef]],
|
|
1218
|
-
"SftpConfig": NotRequired[SftpConnectorConfigTypeDef],
|
|
1219
|
-
"ServiceManagedEgressIpAddresses": NotRequired[List[str]],
|
|
1220
|
-
"SecurityPolicyName": NotRequired[str],
|
|
1221
|
-
},
|
|
1222
|
-
)
|
|
1223
1262
|
UpdateConnectorRequestRequestTypeDef = TypedDict(
|
|
1224
1263
|
"UpdateConnectorRequestRequestTypeDef",
|
|
1225
1264
|
{
|
|
@@ -1253,6 +1292,39 @@ DescribeServerRequestServerOnlineWaitTypeDef = TypedDict(
|
|
|
1253
1292
|
"WaiterConfig": NotRequired[WaiterConfigTypeDef],
|
|
1254
1293
|
},
|
|
1255
1294
|
)
|
|
1295
|
+
DescribedAccessTypeDef = TypedDict(
|
|
1296
|
+
"DescribedAccessTypeDef",
|
|
1297
|
+
{
|
|
1298
|
+
"HomeDirectory": NotRequired[str],
|
|
1299
|
+
"HomeDirectoryMappings": NotRequired[List[HomeDirectoryMapEntryTypeDef]],
|
|
1300
|
+
"HomeDirectoryType": NotRequired[HomeDirectoryTypeType],
|
|
1301
|
+
"Policy": NotRequired[str],
|
|
1302
|
+
"PosixProfile": NotRequired[PosixProfileOutputTypeDef],
|
|
1303
|
+
"Role": NotRequired[str],
|
|
1304
|
+
"ExternalId": NotRequired[str],
|
|
1305
|
+
},
|
|
1306
|
+
)
|
|
1307
|
+
PosixProfileUnionTypeDef = Union[PosixProfileTypeDef, PosixProfileOutputTypeDef]
|
|
1308
|
+
DescribedConnectorTypeDef = TypedDict(
|
|
1309
|
+
"DescribedConnectorTypeDef",
|
|
1310
|
+
{
|
|
1311
|
+
"Arn": str,
|
|
1312
|
+
"ConnectorId": NotRequired[str],
|
|
1313
|
+
"Url": NotRequired[str],
|
|
1314
|
+
"As2Config": NotRequired[As2ConnectorConfigTypeDef],
|
|
1315
|
+
"AccessRole": NotRequired[str],
|
|
1316
|
+
"LoggingRole": NotRequired[str],
|
|
1317
|
+
"Tags": NotRequired[List[TagTypeDef]],
|
|
1318
|
+
"SftpConfig": NotRequired[SftpConnectorConfigOutputTypeDef],
|
|
1319
|
+
"ServiceManagedEgressIpAddresses": NotRequired[List[str]],
|
|
1320
|
+
"SecurityPolicyName": NotRequired[str],
|
|
1321
|
+
},
|
|
1322
|
+
)
|
|
1323
|
+
SftpConnectorConfigUnionTypeDef = Union[
|
|
1324
|
+
SftpConnectorConfigTypeDef, SftpConnectorConfigOutputTypeDef
|
|
1325
|
+
]
|
|
1326
|
+
EndpointDetailsUnionTypeDef = Union[EndpointDetailsTypeDef, EndpointDetailsOutputTypeDef]
|
|
1327
|
+
ProtocolDetailsUnionTypeDef = Union[ProtocolDetailsTypeDef, ProtocolDetailsOutputTypeDef]
|
|
1256
1328
|
DescribedUserTypeDef = TypedDict(
|
|
1257
1329
|
"DescribedUserTypeDef",
|
|
1258
1330
|
{
|
|
@@ -1261,7 +1333,7 @@ DescribedUserTypeDef = TypedDict(
|
|
|
1261
1333
|
"HomeDirectoryMappings": NotRequired[List[HomeDirectoryMapEntryTypeDef]],
|
|
1262
1334
|
"HomeDirectoryType": NotRequired[HomeDirectoryTypeType],
|
|
1263
1335
|
"Policy": NotRequired[str],
|
|
1264
|
-
"PosixProfile": NotRequired[
|
|
1336
|
+
"PosixProfile": NotRequired[PosixProfileOutputTypeDef],
|
|
1265
1337
|
"Role": NotRequired[str],
|
|
1266
1338
|
"SshPublicKeys": NotRequired[List[SshPublicKeyTypeDef]],
|
|
1267
1339
|
"Tags": NotRequired[List[TagTypeDef]],
|
|
@@ -1387,76 +1459,84 @@ ListWorkflowsRequestListWorkflowsPaginateTypeDef = TypedDict(
|
|
|
1387
1459
|
ListAccessesResponseTypeDef = TypedDict(
|
|
1388
1460
|
"ListAccessesResponseTypeDef",
|
|
1389
1461
|
{
|
|
1390
|
-
"NextToken": str,
|
|
1391
1462
|
"ServerId": str,
|
|
1392
1463
|
"Accesses": List[ListedAccessTypeDef],
|
|
1393
1464
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1465
|
+
"NextToken": NotRequired[str],
|
|
1394
1466
|
},
|
|
1395
1467
|
)
|
|
1396
1468
|
ListAgreementsResponseTypeDef = TypedDict(
|
|
1397
1469
|
"ListAgreementsResponseTypeDef",
|
|
1398
1470
|
{
|
|
1399
|
-
"NextToken": str,
|
|
1400
1471
|
"Agreements": List[ListedAgreementTypeDef],
|
|
1401
1472
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1473
|
+
"NextToken": NotRequired[str],
|
|
1402
1474
|
},
|
|
1403
1475
|
)
|
|
1404
1476
|
ListCertificatesResponseTypeDef = TypedDict(
|
|
1405
1477
|
"ListCertificatesResponseTypeDef",
|
|
1406
1478
|
{
|
|
1407
|
-
"NextToken": str,
|
|
1408
1479
|
"Certificates": List[ListedCertificateTypeDef],
|
|
1409
1480
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1481
|
+
"NextToken": NotRequired[str],
|
|
1410
1482
|
},
|
|
1411
1483
|
)
|
|
1412
1484
|
ListConnectorsResponseTypeDef = TypedDict(
|
|
1413
1485
|
"ListConnectorsResponseTypeDef",
|
|
1414
1486
|
{
|
|
1415
|
-
"NextToken": str,
|
|
1416
1487
|
"Connectors": List[ListedConnectorTypeDef],
|
|
1417
1488
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1489
|
+
"NextToken": NotRequired[str],
|
|
1418
1490
|
},
|
|
1419
1491
|
)
|
|
1420
1492
|
ListHostKeysResponseTypeDef = TypedDict(
|
|
1421
1493
|
"ListHostKeysResponseTypeDef",
|
|
1422
1494
|
{
|
|
1423
|
-
"NextToken": str,
|
|
1424
1495
|
"ServerId": str,
|
|
1425
1496
|
"HostKeys": List[ListedHostKeyTypeDef],
|
|
1426
1497
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1498
|
+
"NextToken": NotRequired[str],
|
|
1427
1499
|
},
|
|
1428
1500
|
)
|
|
1429
1501
|
ListProfilesResponseTypeDef = TypedDict(
|
|
1430
1502
|
"ListProfilesResponseTypeDef",
|
|
1431
1503
|
{
|
|
1432
|
-
"NextToken": str,
|
|
1433
1504
|
"Profiles": List[ListedProfileTypeDef],
|
|
1434
1505
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1506
|
+
"NextToken": NotRequired[str],
|
|
1435
1507
|
},
|
|
1436
1508
|
)
|
|
1437
1509
|
ListServersResponseTypeDef = TypedDict(
|
|
1438
1510
|
"ListServersResponseTypeDef",
|
|
1439
1511
|
{
|
|
1440
|
-
"NextToken": str,
|
|
1441
1512
|
"Servers": List[ListedServerTypeDef],
|
|
1442
1513
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1514
|
+
"NextToken": NotRequired[str],
|
|
1443
1515
|
},
|
|
1444
1516
|
)
|
|
1445
1517
|
ListUsersResponseTypeDef = TypedDict(
|
|
1446
1518
|
"ListUsersResponseTypeDef",
|
|
1447
1519
|
{
|
|
1448
|
-
"NextToken": str,
|
|
1449
1520
|
"ServerId": str,
|
|
1450
1521
|
"Users": List[ListedUserTypeDef],
|
|
1451
1522
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1523
|
+
"NextToken": NotRequired[str],
|
|
1452
1524
|
},
|
|
1453
1525
|
)
|
|
1454
1526
|
ListWorkflowsResponseTypeDef = TypedDict(
|
|
1455
1527
|
"ListWorkflowsResponseTypeDef",
|
|
1456
1528
|
{
|
|
1457
|
-
"NextToken": str,
|
|
1458
1529
|
"Workflows": List[ListedWorkflowTypeDef],
|
|
1459
1530
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1531
|
+
"NextToken": NotRequired[str],
|
|
1532
|
+
},
|
|
1533
|
+
)
|
|
1534
|
+
TagStepDetailsOutputTypeDef = TypedDict(
|
|
1535
|
+
"TagStepDetailsOutputTypeDef",
|
|
1536
|
+
{
|
|
1537
|
+
"Name": NotRequired[str],
|
|
1538
|
+
"Tags": NotRequired[List[S3TagTypeDef]],
|
|
1539
|
+
"SourceFileLocation": NotRequired[str],
|
|
1460
1540
|
},
|
|
1461
1541
|
)
|
|
1462
1542
|
TagStepDetailsTypeDef = TypedDict(
|
|
@@ -1473,6 +1553,13 @@ ServiceMetadataTypeDef = TypedDict(
|
|
|
1473
1553
|
"UserDetails": UserDetailsTypeDef,
|
|
1474
1554
|
},
|
|
1475
1555
|
)
|
|
1556
|
+
WorkflowDetailsOutputTypeDef = TypedDict(
|
|
1557
|
+
"WorkflowDetailsOutputTypeDef",
|
|
1558
|
+
{
|
|
1559
|
+
"OnUpload": NotRequired[List[WorkflowDetailTypeDef]],
|
|
1560
|
+
"OnPartialUpload": NotRequired[List[WorkflowDetailTypeDef]],
|
|
1561
|
+
},
|
|
1562
|
+
)
|
|
1476
1563
|
WorkflowDetailsTypeDef = TypedDict(
|
|
1477
1564
|
"WorkflowDetailsTypeDef",
|
|
1478
1565
|
{
|
|
@@ -1480,14 +1567,6 @@ WorkflowDetailsTypeDef = TypedDict(
|
|
|
1480
1567
|
"OnPartialUpload": NotRequired[Sequence[WorkflowDetailTypeDef]],
|
|
1481
1568
|
},
|
|
1482
1569
|
)
|
|
1483
|
-
DescribeAccessResponseTypeDef = TypedDict(
|
|
1484
|
-
"DescribeAccessResponseTypeDef",
|
|
1485
|
-
{
|
|
1486
|
-
"ServerId": str,
|
|
1487
|
-
"Access": DescribedAccessTypeDef,
|
|
1488
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1489
|
-
},
|
|
1490
|
-
)
|
|
1491
1570
|
DescribeAgreementResponseTypeDef = TypedDict(
|
|
1492
1571
|
"DescribeAgreementResponseTypeDef",
|
|
1493
1572
|
{
|
|
@@ -1516,6 +1595,14 @@ DescribeProfileResponseTypeDef = TypedDict(
|
|
|
1516
1595
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1517
1596
|
},
|
|
1518
1597
|
)
|
|
1598
|
+
DescribeAccessResponseTypeDef = TypedDict(
|
|
1599
|
+
"DescribeAccessResponseTypeDef",
|
|
1600
|
+
{
|
|
1601
|
+
"ServerId": str,
|
|
1602
|
+
"Access": DescribedAccessTypeDef,
|
|
1603
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1604
|
+
},
|
|
1605
|
+
)
|
|
1519
1606
|
DescribeConnectorResponseTypeDef = TypedDict(
|
|
1520
1607
|
"DescribeConnectorResponseTypeDef",
|
|
1521
1608
|
{
|
|
@@ -1566,53 +1653,53 @@ ListedExecutionTypeDef = TypedDict(
|
|
|
1566
1653
|
"Status": NotRequired[ExecutionStatusType],
|
|
1567
1654
|
},
|
|
1568
1655
|
)
|
|
1569
|
-
|
|
1570
|
-
"
|
|
1656
|
+
DescribedServerTypeDef = TypedDict(
|
|
1657
|
+
"DescribedServerTypeDef",
|
|
1571
1658
|
{
|
|
1659
|
+
"Arn": str,
|
|
1572
1660
|
"Certificate": NotRequired[str],
|
|
1661
|
+
"ProtocolDetails": NotRequired[ProtocolDetailsOutputTypeDef],
|
|
1573
1662
|
"Domain": NotRequired[DomainType],
|
|
1574
|
-
"EndpointDetails": NotRequired[
|
|
1663
|
+
"EndpointDetails": NotRequired[EndpointDetailsOutputTypeDef],
|
|
1575
1664
|
"EndpointType": NotRequired[EndpointTypeType],
|
|
1576
|
-
"
|
|
1665
|
+
"HostKeyFingerprint": NotRequired[str],
|
|
1577
1666
|
"IdentityProviderDetails": NotRequired[IdentityProviderDetailsTypeDef],
|
|
1578
1667
|
"IdentityProviderType": NotRequired[IdentityProviderTypeType],
|
|
1579
1668
|
"LoggingRole": NotRequired[str],
|
|
1580
1669
|
"PostAuthenticationLoginBanner": NotRequired[str],
|
|
1581
1670
|
"PreAuthenticationLoginBanner": NotRequired[str],
|
|
1582
|
-
"Protocols": NotRequired[
|
|
1583
|
-
"ProtocolDetails": NotRequired[ProtocolDetailsTypeDef],
|
|
1671
|
+
"Protocols": NotRequired[List[ProtocolType]],
|
|
1584
1672
|
"SecurityPolicyName": NotRequired[str],
|
|
1585
|
-
"
|
|
1586
|
-
"
|
|
1587
|
-
"
|
|
1673
|
+
"ServerId": NotRequired[str],
|
|
1674
|
+
"State": NotRequired[StateType],
|
|
1675
|
+
"Tags": NotRequired[List[TagTypeDef]],
|
|
1676
|
+
"UserCount": NotRequired[int],
|
|
1677
|
+
"WorkflowDetails": NotRequired[WorkflowDetailsOutputTypeDef],
|
|
1678
|
+
"StructuredLogDestinations": NotRequired[List[str]],
|
|
1588
1679
|
"S3StorageOptions": NotRequired[S3StorageOptionsTypeDef],
|
|
1680
|
+
"As2ServiceManagedEgressIpAddresses": NotRequired[List[str]],
|
|
1589
1681
|
},
|
|
1590
1682
|
)
|
|
1591
|
-
|
|
1592
|
-
"
|
|
1683
|
+
CreateServerRequestRequestTypeDef = TypedDict(
|
|
1684
|
+
"CreateServerRequestRequestTypeDef",
|
|
1593
1685
|
{
|
|
1594
|
-
"Arn": str,
|
|
1595
1686
|
"Certificate": NotRequired[str],
|
|
1596
|
-
"ProtocolDetails": NotRequired[ProtocolDetailsTypeDef],
|
|
1597
1687
|
"Domain": NotRequired[DomainType],
|
|
1598
1688
|
"EndpointDetails": NotRequired[EndpointDetailsTypeDef],
|
|
1599
1689
|
"EndpointType": NotRequired[EndpointTypeType],
|
|
1600
|
-
"
|
|
1690
|
+
"HostKey": NotRequired[str],
|
|
1601
1691
|
"IdentityProviderDetails": NotRequired[IdentityProviderDetailsTypeDef],
|
|
1602
1692
|
"IdentityProviderType": NotRequired[IdentityProviderTypeType],
|
|
1603
1693
|
"LoggingRole": NotRequired[str],
|
|
1604
1694
|
"PostAuthenticationLoginBanner": NotRequired[str],
|
|
1605
1695
|
"PreAuthenticationLoginBanner": NotRequired[str],
|
|
1606
|
-
"Protocols": NotRequired[
|
|
1696
|
+
"Protocols": NotRequired[Sequence[ProtocolType]],
|
|
1697
|
+
"ProtocolDetails": NotRequired[ProtocolDetailsTypeDef],
|
|
1607
1698
|
"SecurityPolicyName": NotRequired[str],
|
|
1608
|
-
"
|
|
1609
|
-
"State": NotRequired[StateType],
|
|
1610
|
-
"Tags": NotRequired[List[TagTypeDef]],
|
|
1611
|
-
"UserCount": NotRequired[int],
|
|
1699
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
1612
1700
|
"WorkflowDetails": NotRequired[WorkflowDetailsTypeDef],
|
|
1613
|
-
"StructuredLogDestinations": NotRequired[
|
|
1701
|
+
"StructuredLogDestinations": NotRequired[Sequence[str]],
|
|
1614
1702
|
"S3StorageOptions": NotRequired[S3StorageOptionsTypeDef],
|
|
1615
|
-
"As2ServiceManagedEgressIpAddresses": NotRequired[List[str]],
|
|
1616
1703
|
},
|
|
1617
1704
|
)
|
|
1618
1705
|
UpdateServerRequestRequestTypeDef = TypedDict(
|
|
@@ -1635,6 +1722,7 @@ UpdateServerRequestRequestTypeDef = TypedDict(
|
|
|
1635
1722
|
"S3StorageOptions": NotRequired[S3StorageOptionsTypeDef],
|
|
1636
1723
|
},
|
|
1637
1724
|
)
|
|
1725
|
+
WorkflowDetailsUnionTypeDef = Union[WorkflowDetailsTypeDef, WorkflowDetailsOutputTypeDef]
|
|
1638
1726
|
DescribedExecutionTypeDef = TypedDict(
|
|
1639
1727
|
"DescribedExecutionTypeDef",
|
|
1640
1728
|
{
|
|
@@ -1643,11 +1731,22 @@ DescribedExecutionTypeDef = TypedDict(
|
|
|
1643
1731
|
"ServiceMetadata": NotRequired[ServiceMetadataTypeDef],
|
|
1644
1732
|
"ExecutionRole": NotRequired[str],
|
|
1645
1733
|
"LoggingConfiguration": NotRequired[LoggingConfigurationTypeDef],
|
|
1646
|
-
"PosixProfile": NotRequired[
|
|
1734
|
+
"PosixProfile": NotRequired[PosixProfileOutputTypeDef],
|
|
1647
1735
|
"Status": NotRequired[ExecutionStatusType],
|
|
1648
1736
|
"Results": NotRequired[ExecutionResultsTypeDef],
|
|
1649
1737
|
},
|
|
1650
1738
|
)
|
|
1739
|
+
WorkflowStepOutputTypeDef = TypedDict(
|
|
1740
|
+
"WorkflowStepOutputTypeDef",
|
|
1741
|
+
{
|
|
1742
|
+
"Type": NotRequired[WorkflowStepTypeType],
|
|
1743
|
+
"CopyStepDetails": NotRequired[CopyStepDetailsTypeDef],
|
|
1744
|
+
"CustomStepDetails": NotRequired[CustomStepDetailsTypeDef],
|
|
1745
|
+
"DeleteStepDetails": NotRequired[DeleteStepDetailsTypeDef],
|
|
1746
|
+
"TagStepDetails": NotRequired[TagStepDetailsOutputTypeDef],
|
|
1747
|
+
"DecryptStepDetails": NotRequired[DecryptStepDetailsTypeDef],
|
|
1748
|
+
},
|
|
1749
|
+
)
|
|
1651
1750
|
WorkflowStepTypeDef = TypedDict(
|
|
1652
1751
|
"WorkflowStepTypeDef",
|
|
1653
1752
|
{
|
|
@@ -1662,10 +1761,10 @@ WorkflowStepTypeDef = TypedDict(
|
|
|
1662
1761
|
ListExecutionsResponseTypeDef = TypedDict(
|
|
1663
1762
|
"ListExecutionsResponseTypeDef",
|
|
1664
1763
|
{
|
|
1665
|
-
"NextToken": str,
|
|
1666
1764
|
"WorkflowId": str,
|
|
1667
1765
|
"Executions": List[ListedExecutionTypeDef],
|
|
1668
1766
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1767
|
+
"NextToken": NotRequired[str],
|
|
1669
1768
|
},
|
|
1670
1769
|
)
|
|
1671
1770
|
DescribeServerResponseTypeDef = TypedDict(
|
|
@@ -1683,26 +1782,18 @@ DescribeExecutionResponseTypeDef = TypedDict(
|
|
|
1683
1782
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1684
1783
|
},
|
|
1685
1784
|
)
|
|
1686
|
-
CreateWorkflowRequestRequestTypeDef = TypedDict(
|
|
1687
|
-
"CreateWorkflowRequestRequestTypeDef",
|
|
1688
|
-
{
|
|
1689
|
-
"Steps": Sequence[WorkflowStepTypeDef],
|
|
1690
|
-
"Description": NotRequired[str],
|
|
1691
|
-
"OnExceptionSteps": NotRequired[Sequence[WorkflowStepTypeDef]],
|
|
1692
|
-
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
1693
|
-
},
|
|
1694
|
-
)
|
|
1695
1785
|
DescribedWorkflowTypeDef = TypedDict(
|
|
1696
1786
|
"DescribedWorkflowTypeDef",
|
|
1697
1787
|
{
|
|
1698
1788
|
"Arn": str,
|
|
1699
1789
|
"Description": NotRequired[str],
|
|
1700
|
-
"Steps": NotRequired[List[
|
|
1701
|
-
"OnExceptionSteps": NotRequired[List[
|
|
1790
|
+
"Steps": NotRequired[List[WorkflowStepOutputTypeDef]],
|
|
1791
|
+
"OnExceptionSteps": NotRequired[List[WorkflowStepOutputTypeDef]],
|
|
1702
1792
|
"WorkflowId": NotRequired[str],
|
|
1703
1793
|
"Tags": NotRequired[List[TagTypeDef]],
|
|
1704
1794
|
},
|
|
1705
1795
|
)
|
|
1796
|
+
WorkflowStepUnionTypeDef = Union[WorkflowStepTypeDef, WorkflowStepOutputTypeDef]
|
|
1706
1797
|
DescribeWorkflowResponseTypeDef = TypedDict(
|
|
1707
1798
|
"DescribeWorkflowResponseTypeDef",
|
|
1708
1799
|
{
|
|
@@ -1710,3 +1801,12 @@ DescribeWorkflowResponseTypeDef = TypedDict(
|
|
|
1710
1801
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1711
1802
|
},
|
|
1712
1803
|
)
|
|
1804
|
+
CreateWorkflowRequestRequestTypeDef = TypedDict(
|
|
1805
|
+
"CreateWorkflowRequestRequestTypeDef",
|
|
1806
|
+
{
|
|
1807
|
+
"Steps": Sequence[WorkflowStepUnionTypeDef],
|
|
1808
|
+
"Description": NotRequired[str],
|
|
1809
|
+
"OnExceptionSteps": NotRequired[Sequence[WorkflowStepUnionTypeDef]],
|
|
1810
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
1811
|
+
},
|
|
1812
|
+
)
|