mypy-boto3-transfer 1.35.40__py3-none-any.whl → 1.35.84__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.
@@ -10,11 +10,15 @@ Usage::
10
10
 
11
11
  data: As2ConnectorConfigTypeDef = ...
12
12
  ```
13
+
14
+ Copyright 2024 Vlad Emelianov
13
15
  """
14
16
 
15
17
  import sys
16
18
  from datetime import datetime
17
- from typing import Dict, List, Sequence, Union
19
+ from typing import IO, Any, Dict, List, Sequence, Union
20
+
21
+ from botocore.response import StreamingBody
18
22
 
19
23
  from .literals import (
20
24
  AgreementStatusTypeType,
@@ -27,6 +31,7 @@ from .literals import (
27
31
  DomainType,
28
32
  EncryptionAlgType,
29
33
  EndpointTypeType,
34
+ EnforceMessageSigningTypeType,
30
35
  ExecutionErrorTypeType,
31
36
  ExecutionStatusType,
32
37
  HomeDirectoryTypeType,
@@ -35,6 +40,8 @@ from .literals import (
35
40
  MdnResponseType,
36
41
  MdnSigningAlgType,
37
42
  OverwriteExistingType,
43
+ PreserveContentTypeType,
44
+ PreserveFilenameTypeType,
38
45
  ProfileTypeType,
39
46
  ProtocolType,
40
47
  SecurityPolicyProtocolType,
@@ -56,17 +63,27 @@ else:
56
63
 
57
64
  __all__ = (
58
65
  "As2ConnectorConfigTypeDef",
66
+ "BlobTypeDef",
59
67
  "ConnectorFileTransferResultTypeDef",
60
- "HomeDirectoryMapEntryTypeDef",
61
- "PosixProfileTypeDef",
62
- "ResponseMetadataTypeDef",
63
- "TagTypeDef",
64
- "SftpConnectorConfigTypeDef",
65
- "EndpointDetailsTypeDef",
66
- "IdentityProviderDetailsTypeDef",
67
- "ProtocolDetailsTypeDef",
68
- "S3StorageOptionsTypeDef",
68
+ "CopyStepDetailsTypeDef",
69
+ "CreateAccessRequestRequestTypeDef",
70
+ "CreateAccessResponseTypeDef",
71
+ "CreateAgreementRequestRequestTypeDef",
72
+ "CreateAgreementResponseTypeDef",
73
+ "CreateConnectorRequestRequestTypeDef",
74
+ "CreateConnectorResponseTypeDef",
75
+ "CreateProfileRequestRequestTypeDef",
76
+ "CreateProfileResponseTypeDef",
77
+ "CreateServerRequestRequestTypeDef",
78
+ "CreateServerResponseTypeDef",
79
+ "CreateUserRequestRequestTypeDef",
80
+ "CreateUserResponseTypeDef",
81
+ "CreateWebAppRequestRequestTypeDef",
82
+ "CreateWebAppResponseTypeDef",
83
+ "CreateWorkflowRequestRequestTypeDef",
84
+ "CreateWorkflowResponseTypeDef",
69
85
  "CustomStepDetailsTypeDef",
86
+ "DecryptStepDetailsTypeDef",
70
87
  "DeleteAccessRequestRequestTypeDef",
71
88
  "DeleteAgreementRequestRequestTypeDef",
72
89
  "DeleteCertificateRequestRequestTypeDef",
@@ -77,405 +94,380 @@ __all__ = (
77
94
  "DeleteSshPublicKeyRequestRequestTypeDef",
78
95
  "DeleteStepDetailsTypeDef",
79
96
  "DeleteUserRequestRequestTypeDef",
97
+ "DeleteWebAppCustomizationRequestRequestTypeDef",
98
+ "DeleteWebAppRequestRequestTypeDef",
80
99
  "DeleteWorkflowRequestRequestTypeDef",
81
100
  "DescribeAccessRequestRequestTypeDef",
101
+ "DescribeAccessResponseTypeDef",
82
102
  "DescribeAgreementRequestRequestTypeDef",
103
+ "DescribeAgreementResponseTypeDef",
83
104
  "DescribeCertificateRequestRequestTypeDef",
105
+ "DescribeCertificateResponseTypeDef",
84
106
  "DescribeConnectorRequestRequestTypeDef",
107
+ "DescribeConnectorResponseTypeDef",
85
108
  "DescribeExecutionRequestRequestTypeDef",
109
+ "DescribeExecutionResponseTypeDef",
86
110
  "DescribeHostKeyRequestRequestTypeDef",
111
+ "DescribeHostKeyResponseTypeDef",
87
112
  "DescribeProfileRequestRequestTypeDef",
113
+ "DescribeProfileResponseTypeDef",
88
114
  "DescribeSecurityPolicyRequestRequestTypeDef",
89
- "DescribedSecurityPolicyTypeDef",
115
+ "DescribeSecurityPolicyResponseTypeDef",
90
116
  "DescribeServerRequestRequestTypeDef",
91
- "WaiterConfigTypeDef",
117
+ "DescribeServerRequestServerOfflineWaitTypeDef",
118
+ "DescribeServerRequestServerOnlineWaitTypeDef",
119
+ "DescribeServerResponseTypeDef",
92
120
  "DescribeUserRequestRequestTypeDef",
121
+ "DescribeUserResponseTypeDef",
122
+ "DescribeWebAppCustomizationRequestRequestTypeDef",
123
+ "DescribeWebAppCustomizationResponseTypeDef",
124
+ "DescribeWebAppRequestRequestTypeDef",
125
+ "DescribeWebAppResponseTypeDef",
93
126
  "DescribeWorkflowRequestRequestTypeDef",
94
- "PosixProfileOutputTypeDef",
95
- "SftpConnectorConfigOutputTypeDef",
96
- "LoggingConfigurationTypeDef",
97
- "EndpointDetailsOutputTypeDef",
98
- "ProtocolDetailsOutputTypeDef",
99
- "SshPublicKeyTypeDef",
127
+ "DescribeWorkflowResponseTypeDef",
128
+ "DescribedAccessTypeDef",
129
+ "DescribedAgreementTypeDef",
130
+ "DescribedCertificateTypeDef",
131
+ "DescribedConnectorTypeDef",
132
+ "DescribedExecutionTypeDef",
133
+ "DescribedHostKeyTypeDef",
134
+ "DescribedIdentityCenterConfigTypeDef",
135
+ "DescribedProfileTypeDef",
136
+ "DescribedSecurityPolicyTypeDef",
137
+ "DescribedServerTypeDef",
138
+ "DescribedUserTypeDef",
139
+ "DescribedWebAppCustomizationTypeDef",
140
+ "DescribedWebAppIdentityProviderDetailsTypeDef",
141
+ "DescribedWebAppTypeDef",
142
+ "DescribedWorkflowTypeDef",
100
143
  "EfsFileLocationTypeDef",
144
+ "EmptyResponseMetadataTypeDef",
145
+ "EndpointDetailsOutputTypeDef",
146
+ "EndpointDetailsTypeDef",
101
147
  "ExecutionErrorTypeDef",
102
- "S3FileLocationTypeDef",
103
- "TimestampTypeDef",
148
+ "ExecutionResultsTypeDef",
149
+ "ExecutionStepResultTypeDef",
150
+ "FileLocationTypeDef",
151
+ "HomeDirectoryMapEntryTypeDef",
152
+ "IdentityCenterConfigTypeDef",
153
+ "IdentityProviderDetailsTypeDef",
154
+ "ImportCertificateRequestRequestTypeDef",
155
+ "ImportCertificateResponseTypeDef",
156
+ "ImportHostKeyRequestRequestTypeDef",
157
+ "ImportHostKeyResponseTypeDef",
104
158
  "ImportSshPublicKeyRequestRequestTypeDef",
105
- "S3InputFileLocationTypeDef",
106
- "PaginatorConfigTypeDef",
159
+ "ImportSshPublicKeyResponseTypeDef",
160
+ "InputFileLocationTypeDef",
161
+ "ListAccessesRequestListAccessesPaginateTypeDef",
107
162
  "ListAccessesRequestRequestTypeDef",
108
- "ListedAccessTypeDef",
163
+ "ListAccessesResponseTypeDef",
164
+ "ListAgreementsRequestListAgreementsPaginateTypeDef",
109
165
  "ListAgreementsRequestRequestTypeDef",
110
- "ListedAgreementTypeDef",
166
+ "ListAgreementsResponseTypeDef",
167
+ "ListCertificatesRequestListCertificatesPaginateTypeDef",
111
168
  "ListCertificatesRequestRequestTypeDef",
112
- "ListedCertificateTypeDef",
169
+ "ListCertificatesResponseTypeDef",
170
+ "ListConnectorsRequestListConnectorsPaginateTypeDef",
113
171
  "ListConnectorsRequestRequestTypeDef",
114
- "ListedConnectorTypeDef",
172
+ "ListConnectorsResponseTypeDef",
173
+ "ListExecutionsRequestListExecutionsPaginateTypeDef",
115
174
  "ListExecutionsRequestRequestTypeDef",
175
+ "ListExecutionsResponseTypeDef",
176
+ "ListFileTransferResultsRequestListFileTransferResultsPaginateTypeDef",
116
177
  "ListFileTransferResultsRequestRequestTypeDef",
178
+ "ListFileTransferResultsResponseTypeDef",
117
179
  "ListHostKeysRequestRequestTypeDef",
118
- "ListedHostKeyTypeDef",
180
+ "ListHostKeysResponseTypeDef",
181
+ "ListProfilesRequestListProfilesPaginateTypeDef",
119
182
  "ListProfilesRequestRequestTypeDef",
120
- "ListedProfileTypeDef",
183
+ "ListProfilesResponseTypeDef",
184
+ "ListSecurityPoliciesRequestListSecurityPoliciesPaginateTypeDef",
121
185
  "ListSecurityPoliciesRequestRequestTypeDef",
186
+ "ListSecurityPoliciesResponseTypeDef",
187
+ "ListServersRequestListServersPaginateTypeDef",
122
188
  "ListServersRequestRequestTypeDef",
123
- "ListedServerTypeDef",
189
+ "ListServersResponseTypeDef",
190
+ "ListTagsForResourceRequestListTagsForResourcePaginateTypeDef",
124
191
  "ListTagsForResourceRequestRequestTypeDef",
192
+ "ListTagsForResourceResponseTypeDef",
193
+ "ListUsersRequestListUsersPaginateTypeDef",
125
194
  "ListUsersRequestRequestTypeDef",
126
- "ListedUserTypeDef",
195
+ "ListUsersResponseTypeDef",
196
+ "ListWebAppsRequestListWebAppsPaginateTypeDef",
197
+ "ListWebAppsRequestRequestTypeDef",
198
+ "ListWebAppsResponseTypeDef",
199
+ "ListWorkflowsRequestListWorkflowsPaginateTypeDef",
127
200
  "ListWorkflowsRequestRequestTypeDef",
201
+ "ListWorkflowsResponseTypeDef",
202
+ "ListedAccessTypeDef",
203
+ "ListedAgreementTypeDef",
204
+ "ListedCertificateTypeDef",
205
+ "ListedConnectorTypeDef",
206
+ "ListedExecutionTypeDef",
207
+ "ListedHostKeyTypeDef",
208
+ "ListedProfileTypeDef",
209
+ "ListedServerTypeDef",
210
+ "ListedUserTypeDef",
211
+ "ListedWebAppTypeDef",
128
212
  "ListedWorkflowTypeDef",
213
+ "LoggingConfigurationTypeDef",
214
+ "PaginatorConfigTypeDef",
215
+ "PosixProfileOutputTypeDef",
216
+ "PosixProfileTypeDef",
217
+ "ProtocolDetailsOutputTypeDef",
218
+ "ProtocolDetailsTypeDef",
219
+ "ResponseMetadataTypeDef",
220
+ "S3FileLocationTypeDef",
221
+ "S3InputFileLocationTypeDef",
222
+ "S3StorageOptionsTypeDef",
129
223
  "S3TagTypeDef",
130
224
  "SendWorkflowStepStateRequestRequestTypeDef",
131
- "UserDetailsTypeDef",
225
+ "ServiceMetadataTypeDef",
226
+ "SftpConnectorConfigOutputTypeDef",
227
+ "SftpConnectorConfigTypeDef",
228
+ "SshPublicKeyTypeDef",
132
229
  "StartDirectoryListingRequestRequestTypeDef",
230
+ "StartDirectoryListingResponseTypeDef",
133
231
  "StartFileTransferRequestRequestTypeDef",
232
+ "StartFileTransferResponseTypeDef",
134
233
  "StartServerRequestRequestTypeDef",
135
234
  "StopServerRequestRequestTypeDef",
235
+ "TagResourceRequestRequestTypeDef",
236
+ "TagStepDetailsOutputTypeDef",
237
+ "TagStepDetailsTypeDef",
238
+ "TagStepDetailsUnionTypeDef",
239
+ "TagTypeDef",
136
240
  "TestConnectionRequestRequestTypeDef",
241
+ "TestConnectionResponseTypeDef",
137
242
  "TestIdentityProviderRequestRequestTypeDef",
243
+ "TestIdentityProviderResponseTypeDef",
244
+ "TimestampTypeDef",
138
245
  "UntagResourceRequestRequestTypeDef",
139
- "UpdateAgreementRequestRequestTypeDef",
140
- "UpdateHostKeyRequestRequestTypeDef",
141
- "UpdateProfileRequestRequestTypeDef",
142
- "WorkflowDetailTypeDef",
143
- "CreateAccessRequestRequestTypeDef",
144
246
  "UpdateAccessRequestRequestTypeDef",
145
- "UpdateUserRequestRequestTypeDef",
146
- "CreateAccessResponseTypeDef",
147
- "CreateAgreementResponseTypeDef",
148
- "CreateConnectorResponseTypeDef",
149
- "CreateProfileResponseTypeDef",
150
- "CreateServerResponseTypeDef",
151
- "CreateUserResponseTypeDef",
152
- "CreateWorkflowResponseTypeDef",
153
- "EmptyResponseMetadataTypeDef",
154
- "ImportCertificateResponseTypeDef",
155
- "ImportHostKeyResponseTypeDef",
156
- "ImportSshPublicKeyResponseTypeDef",
157
- "ListFileTransferResultsResponseTypeDef",
158
- "ListSecurityPoliciesResponseTypeDef",
159
- "StartDirectoryListingResponseTypeDef",
160
- "StartFileTransferResponseTypeDef",
161
- "TestConnectionResponseTypeDef",
162
- "TestIdentityProviderResponseTypeDef",
163
247
  "UpdateAccessResponseTypeDef",
248
+ "UpdateAgreementRequestRequestTypeDef",
164
249
  "UpdateAgreementResponseTypeDef",
250
+ "UpdateCertificateRequestRequestTypeDef",
165
251
  "UpdateCertificateResponseTypeDef",
252
+ "UpdateConnectorRequestRequestTypeDef",
166
253
  "UpdateConnectorResponseTypeDef",
254
+ "UpdateHostKeyRequestRequestTypeDef",
167
255
  "UpdateHostKeyResponseTypeDef",
256
+ "UpdateProfileRequestRequestTypeDef",
168
257
  "UpdateProfileResponseTypeDef",
258
+ "UpdateServerRequestRequestTypeDef",
169
259
  "UpdateServerResponseTypeDef",
260
+ "UpdateUserRequestRequestTypeDef",
170
261
  "UpdateUserResponseTypeDef",
171
- "CreateAgreementRequestRequestTypeDef",
172
- "CreateProfileRequestRequestTypeDef",
173
- "CreateUserRequestRequestTypeDef",
174
- "DescribedAgreementTypeDef",
175
- "DescribedCertificateTypeDef",
176
- "DescribedHostKeyTypeDef",
177
- "DescribedProfileTypeDef",
178
- "ImportHostKeyRequestRequestTypeDef",
179
- "ListTagsForResourceResponseTypeDef",
180
- "TagResourceRequestRequestTypeDef",
181
- "CreateConnectorRequestRequestTypeDef",
182
- "UpdateConnectorRequestRequestTypeDef",
183
- "DescribeSecurityPolicyResponseTypeDef",
184
- "DescribeServerRequestServerOfflineWaitTypeDef",
185
- "DescribeServerRequestServerOnlineWaitTypeDef",
186
- "DescribedAccessTypeDef",
187
- "DescribedConnectorTypeDef",
188
- "DescribedUserTypeDef",
189
- "ExecutionStepResultTypeDef",
190
- "FileLocationTypeDef",
191
- "ImportCertificateRequestRequestTypeDef",
192
- "UpdateCertificateRequestRequestTypeDef",
193
- "InputFileLocationTypeDef",
194
- "ListAccessesRequestListAccessesPaginateTypeDef",
195
- "ListAgreementsRequestListAgreementsPaginateTypeDef",
196
- "ListCertificatesRequestListCertificatesPaginateTypeDef",
197
- "ListConnectorsRequestListConnectorsPaginateTypeDef",
198
- "ListExecutionsRequestListExecutionsPaginateTypeDef",
199
- "ListFileTransferResultsRequestListFileTransferResultsPaginateTypeDef",
200
- "ListProfilesRequestListProfilesPaginateTypeDef",
201
- "ListSecurityPoliciesRequestListSecurityPoliciesPaginateTypeDef",
202
- "ListServersRequestListServersPaginateTypeDef",
203
- "ListTagsForResourceRequestListTagsForResourcePaginateTypeDef",
204
- "ListUsersRequestListUsersPaginateTypeDef",
205
- "ListWorkflowsRequestListWorkflowsPaginateTypeDef",
206
- "ListAccessesResponseTypeDef",
207
- "ListAgreementsResponseTypeDef",
208
- "ListCertificatesResponseTypeDef",
209
- "ListConnectorsResponseTypeDef",
210
- "ListHostKeysResponseTypeDef",
211
- "ListProfilesResponseTypeDef",
212
- "ListServersResponseTypeDef",
213
- "ListUsersResponseTypeDef",
214
- "ListWorkflowsResponseTypeDef",
215
- "TagStepDetailsOutputTypeDef",
216
- "TagStepDetailsTypeDef",
217
- "ServiceMetadataTypeDef",
262
+ "UpdateWebAppCustomizationRequestRequestTypeDef",
263
+ "UpdateWebAppCustomizationResponseTypeDef",
264
+ "UpdateWebAppIdentityCenterConfigTypeDef",
265
+ "UpdateWebAppIdentityProviderDetailsTypeDef",
266
+ "UpdateWebAppRequestRequestTypeDef",
267
+ "UpdateWebAppResponseTypeDef",
268
+ "UserDetailsTypeDef",
269
+ "WaiterConfigTypeDef",
270
+ "WebAppIdentityProviderDetailsTypeDef",
271
+ "WebAppUnitsTypeDef",
272
+ "WorkflowDetailTypeDef",
218
273
  "WorkflowDetailsOutputTypeDef",
219
274
  "WorkflowDetailsTypeDef",
220
- "DescribeAgreementResponseTypeDef",
221
- "DescribeCertificateResponseTypeDef",
222
- "DescribeHostKeyResponseTypeDef",
223
- "DescribeProfileResponseTypeDef",
224
- "DescribeAccessResponseTypeDef",
225
- "DescribeConnectorResponseTypeDef",
226
- "DescribeUserResponseTypeDef",
227
- "ExecutionResultsTypeDef",
228
- "CopyStepDetailsTypeDef",
229
- "DecryptStepDetailsTypeDef",
230
- "TagStepDetailsUnionTypeDef",
231
- "ListedExecutionTypeDef",
232
- "DescribedServerTypeDef",
233
- "CreateServerRequestRequestTypeDef",
234
- "UpdateServerRequestRequestTypeDef",
235
- "DescribedExecutionTypeDef",
236
275
  "WorkflowStepOutputTypeDef",
237
276
  "WorkflowStepTypeDef",
238
- "ListExecutionsResponseTypeDef",
239
- "DescribeServerResponseTypeDef",
240
- "DescribeExecutionResponseTypeDef",
241
- "DescribedWorkflowTypeDef",
242
277
  "WorkflowStepUnionTypeDef",
243
- "DescribeWorkflowResponseTypeDef",
244
- "CreateWorkflowRequestRequestTypeDef",
245
278
  )
246
279
 
247
- As2ConnectorConfigTypeDef = TypedDict(
248
- "As2ConnectorConfigTypeDef",
249
- {
250
- "LocalProfileId": NotRequired[str],
251
- "PartnerProfileId": NotRequired[str],
252
- "MessageSubject": NotRequired[str],
253
- "Compression": NotRequired[CompressionEnumType],
254
- "EncryptionAlgorithm": NotRequired[EncryptionAlgType],
255
- "SigningAlgorithm": NotRequired[SigningAlgType],
256
- "MdnSigningAlgorithm": NotRequired[MdnSigningAlgType],
257
- "MdnResponse": NotRequired[MdnResponseType],
258
- "BasicAuthSecretId": NotRequired[str],
259
- },
260
- )
261
- ConnectorFileTransferResultTypeDef = TypedDict(
262
- "ConnectorFileTransferResultTypeDef",
263
- {
264
- "FilePath": str,
265
- "StatusCode": TransferTableStatusType,
266
- "FailureCode": NotRequired[str],
267
- "FailureMessage": NotRequired[str],
268
- },
269
- )
270
- HomeDirectoryMapEntryTypeDef = TypedDict(
271
- "HomeDirectoryMapEntryTypeDef",
280
+
281
+ class As2ConnectorConfigTypeDef(TypedDict):
282
+ LocalProfileId: NotRequired[str]
283
+ PartnerProfileId: NotRequired[str]
284
+ MessageSubject: NotRequired[str]
285
+ Compression: NotRequired[CompressionEnumType]
286
+ EncryptionAlgorithm: NotRequired[EncryptionAlgType]
287
+ SigningAlgorithm: NotRequired[SigningAlgType]
288
+ MdnSigningAlgorithm: NotRequired[MdnSigningAlgType]
289
+ MdnResponse: NotRequired[MdnResponseType]
290
+ BasicAuthSecretId: NotRequired[str]
291
+ PreserveContentType: NotRequired[PreserveContentTypeType]
292
+
293
+
294
+ BlobTypeDef = Union[str, bytes, IO[Any], StreamingBody]
295
+
296
+
297
+ class ConnectorFileTransferResultTypeDef(TypedDict):
298
+ FilePath: str
299
+ StatusCode: TransferTableStatusType
300
+ FailureCode: NotRequired[str]
301
+ FailureMessage: NotRequired[str]
302
+
303
+
304
+ HomeDirectoryMapEntryTypeDef = TypedDict(
305
+ "HomeDirectoryMapEntryTypeDef",
272
306
  {
273
307
  "Entry": str,
274
308
  "Target": str,
275
309
  "Type": NotRequired[MapTypeType],
276
310
  },
277
311
  )
278
- PosixProfileTypeDef = TypedDict(
279
- "PosixProfileTypeDef",
280
- {
281
- "Uid": int,
282
- "Gid": int,
283
- "SecondaryGids": NotRequired[Sequence[int]],
284
- },
285
- )
286
- ResponseMetadataTypeDef = TypedDict(
287
- "ResponseMetadataTypeDef",
288
- {
289
- "RequestId": str,
290
- "HTTPStatusCode": int,
291
- "HTTPHeaders": Dict[str, str],
292
- "RetryAttempts": int,
293
- "HostId": NotRequired[str],
294
- },
295
- )
296
- TagTypeDef = TypedDict(
297
- "TagTypeDef",
298
- {
299
- "Key": str,
300
- "Value": str,
301
- },
302
- )
303
- SftpConnectorConfigTypeDef = TypedDict(
304
- "SftpConnectorConfigTypeDef",
305
- {
306
- "UserSecretId": NotRequired[str],
307
- "TrustedHostKeys": NotRequired[Sequence[str]],
308
- },
309
- )
310
- EndpointDetailsTypeDef = TypedDict(
311
- "EndpointDetailsTypeDef",
312
- {
313
- "AddressAllocationIds": NotRequired[Sequence[str]],
314
- "SubnetIds": NotRequired[Sequence[str]],
315
- "VpcEndpointId": NotRequired[str],
316
- "VpcId": NotRequired[str],
317
- "SecurityGroupIds": NotRequired[Sequence[str]],
318
- },
319
- )
320
- IdentityProviderDetailsTypeDef = TypedDict(
321
- "IdentityProviderDetailsTypeDef",
322
- {
323
- "Url": NotRequired[str],
324
- "InvocationRole": NotRequired[str],
325
- "DirectoryId": NotRequired[str],
326
- "Function": NotRequired[str],
327
- "SftpAuthenticationMethods": NotRequired[SftpAuthenticationMethodsType],
328
- },
329
- )
330
- ProtocolDetailsTypeDef = TypedDict(
331
- "ProtocolDetailsTypeDef",
332
- {
333
- "PassiveIp": NotRequired[str],
334
- "TlsSessionResumptionMode": NotRequired[TlsSessionResumptionModeType],
335
- "SetStatOption": NotRequired[SetStatOptionType],
336
- "As2Transports": NotRequired[Sequence[Literal["HTTP"]]],
337
- },
338
- )
339
- S3StorageOptionsTypeDef = TypedDict(
340
- "S3StorageOptionsTypeDef",
341
- {
342
- "DirectoryListingOptimization": NotRequired[DirectoryListingOptimizationType],
343
- },
344
- )
345
- CustomStepDetailsTypeDef = TypedDict(
346
- "CustomStepDetailsTypeDef",
347
- {
348
- "Name": NotRequired[str],
349
- "Target": NotRequired[str],
350
- "TimeoutSeconds": NotRequired[int],
351
- "SourceFileLocation": NotRequired[str],
352
- },
353
- )
354
- DeleteAccessRequestRequestTypeDef = TypedDict(
355
- "DeleteAccessRequestRequestTypeDef",
356
- {
357
- "ServerId": str,
358
- "ExternalId": str,
359
- },
360
- )
361
- DeleteAgreementRequestRequestTypeDef = TypedDict(
362
- "DeleteAgreementRequestRequestTypeDef",
363
- {
364
- "AgreementId": str,
365
- "ServerId": str,
366
- },
367
- )
368
- DeleteCertificateRequestRequestTypeDef = TypedDict(
369
- "DeleteCertificateRequestRequestTypeDef",
370
- {
371
- "CertificateId": str,
372
- },
373
- )
374
- DeleteConnectorRequestRequestTypeDef = TypedDict(
375
- "DeleteConnectorRequestRequestTypeDef",
376
- {
377
- "ConnectorId": str,
378
- },
379
- )
380
- DeleteHostKeyRequestRequestTypeDef = TypedDict(
381
- "DeleteHostKeyRequestRequestTypeDef",
382
- {
383
- "ServerId": str,
384
- "HostKeyId": str,
385
- },
386
- )
387
- DeleteProfileRequestRequestTypeDef = TypedDict(
388
- "DeleteProfileRequestRequestTypeDef",
389
- {
390
- "ProfileId": str,
391
- },
392
- )
393
- DeleteServerRequestRequestTypeDef = TypedDict(
394
- "DeleteServerRequestRequestTypeDef",
395
- {
396
- "ServerId": str,
397
- },
398
- )
399
- DeleteSshPublicKeyRequestRequestTypeDef = TypedDict(
400
- "DeleteSshPublicKeyRequestRequestTypeDef",
401
- {
402
- "ServerId": str,
403
- "SshPublicKeyId": str,
404
- "UserName": str,
405
- },
406
- )
407
- DeleteStepDetailsTypeDef = TypedDict(
408
- "DeleteStepDetailsTypeDef",
409
- {
410
- "Name": NotRequired[str],
411
- "SourceFileLocation": NotRequired[str],
412
- },
413
- )
414
- DeleteUserRequestRequestTypeDef = TypedDict(
415
- "DeleteUserRequestRequestTypeDef",
416
- {
417
- "ServerId": str,
418
- "UserName": str,
419
- },
420
- )
421
- DeleteWorkflowRequestRequestTypeDef = TypedDict(
422
- "DeleteWorkflowRequestRequestTypeDef",
423
- {
424
- "WorkflowId": str,
425
- },
426
- )
427
- DescribeAccessRequestRequestTypeDef = TypedDict(
428
- "DescribeAccessRequestRequestTypeDef",
429
- {
430
- "ServerId": str,
431
- "ExternalId": str,
432
- },
433
- )
434
- DescribeAgreementRequestRequestTypeDef = TypedDict(
435
- "DescribeAgreementRequestRequestTypeDef",
436
- {
437
- "AgreementId": str,
438
- "ServerId": str,
439
- },
440
- )
441
- DescribeCertificateRequestRequestTypeDef = TypedDict(
442
- "DescribeCertificateRequestRequestTypeDef",
443
- {
444
- "CertificateId": str,
445
- },
446
- )
447
- DescribeConnectorRequestRequestTypeDef = TypedDict(
448
- "DescribeConnectorRequestRequestTypeDef",
449
- {
450
- "ConnectorId": str,
451
- },
452
- )
453
- DescribeExecutionRequestRequestTypeDef = TypedDict(
454
- "DescribeExecutionRequestRequestTypeDef",
455
- {
456
- "ExecutionId": str,
457
- "WorkflowId": str,
458
- },
459
- )
460
- DescribeHostKeyRequestRequestTypeDef = TypedDict(
461
- "DescribeHostKeyRequestRequestTypeDef",
462
- {
463
- "ServerId": str,
464
- "HostKeyId": str,
465
- },
466
- )
467
- DescribeProfileRequestRequestTypeDef = TypedDict(
468
- "DescribeProfileRequestRequestTypeDef",
469
- {
470
- "ProfileId": str,
471
- },
472
- )
473
- DescribeSecurityPolicyRequestRequestTypeDef = TypedDict(
474
- "DescribeSecurityPolicyRequestRequestTypeDef",
475
- {
476
- "SecurityPolicyName": str,
477
- },
478
- )
312
+
313
+
314
+ class PosixProfileTypeDef(TypedDict):
315
+ Uid: int
316
+ Gid: int
317
+ SecondaryGids: NotRequired[Sequence[int]]
318
+
319
+
320
+ class ResponseMetadataTypeDef(TypedDict):
321
+ RequestId: str
322
+ HTTPStatusCode: int
323
+ HTTPHeaders: Dict[str, str]
324
+ RetryAttempts: int
325
+ HostId: NotRequired[str]
326
+
327
+
328
+ class TagTypeDef(TypedDict):
329
+ Key: str
330
+ Value: str
331
+
332
+
333
+ class SftpConnectorConfigTypeDef(TypedDict):
334
+ UserSecretId: NotRequired[str]
335
+ TrustedHostKeys: NotRequired[Sequence[str]]
336
+
337
+
338
+ class EndpointDetailsTypeDef(TypedDict):
339
+ AddressAllocationIds: NotRequired[Sequence[str]]
340
+ SubnetIds: NotRequired[Sequence[str]]
341
+ VpcEndpointId: NotRequired[str]
342
+ VpcId: NotRequired[str]
343
+ SecurityGroupIds: NotRequired[Sequence[str]]
344
+
345
+
346
+ class IdentityProviderDetailsTypeDef(TypedDict):
347
+ Url: NotRequired[str]
348
+ InvocationRole: NotRequired[str]
349
+ DirectoryId: NotRequired[str]
350
+ Function: NotRequired[str]
351
+ SftpAuthenticationMethods: NotRequired[SftpAuthenticationMethodsType]
352
+
353
+
354
+ class ProtocolDetailsTypeDef(TypedDict):
355
+ PassiveIp: NotRequired[str]
356
+ TlsSessionResumptionMode: NotRequired[TlsSessionResumptionModeType]
357
+ SetStatOption: NotRequired[SetStatOptionType]
358
+ As2Transports: NotRequired[Sequence[Literal["HTTP"]]]
359
+
360
+
361
+ class S3StorageOptionsTypeDef(TypedDict):
362
+ DirectoryListingOptimization: NotRequired[DirectoryListingOptimizationType]
363
+
364
+
365
+ class WebAppUnitsTypeDef(TypedDict):
366
+ Provisioned: NotRequired[int]
367
+
368
+
369
+ class CustomStepDetailsTypeDef(TypedDict):
370
+ Name: NotRequired[str]
371
+ Target: NotRequired[str]
372
+ TimeoutSeconds: NotRequired[int]
373
+ SourceFileLocation: NotRequired[str]
374
+
375
+
376
+ class DeleteAccessRequestRequestTypeDef(TypedDict):
377
+ ServerId: str
378
+ ExternalId: str
379
+
380
+
381
+ class DeleteAgreementRequestRequestTypeDef(TypedDict):
382
+ AgreementId: str
383
+ ServerId: str
384
+
385
+
386
+ class DeleteCertificateRequestRequestTypeDef(TypedDict):
387
+ CertificateId: str
388
+
389
+
390
+ class DeleteConnectorRequestRequestTypeDef(TypedDict):
391
+ ConnectorId: str
392
+
393
+
394
+ class DeleteHostKeyRequestRequestTypeDef(TypedDict):
395
+ ServerId: str
396
+ HostKeyId: str
397
+
398
+
399
+ class DeleteProfileRequestRequestTypeDef(TypedDict):
400
+ ProfileId: str
401
+
402
+
403
+ class DeleteServerRequestRequestTypeDef(TypedDict):
404
+ ServerId: str
405
+
406
+
407
+ class DeleteSshPublicKeyRequestRequestTypeDef(TypedDict):
408
+ ServerId: str
409
+ SshPublicKeyId: str
410
+ UserName: str
411
+
412
+
413
+ class DeleteStepDetailsTypeDef(TypedDict):
414
+ Name: NotRequired[str]
415
+ SourceFileLocation: NotRequired[str]
416
+
417
+
418
+ class DeleteUserRequestRequestTypeDef(TypedDict):
419
+ ServerId: str
420
+ UserName: str
421
+
422
+
423
+ class DeleteWebAppCustomizationRequestRequestTypeDef(TypedDict):
424
+ WebAppId: str
425
+
426
+
427
+ class DeleteWebAppRequestRequestTypeDef(TypedDict):
428
+ WebAppId: str
429
+
430
+
431
+ class DeleteWorkflowRequestRequestTypeDef(TypedDict):
432
+ WorkflowId: str
433
+
434
+
435
+ class DescribeAccessRequestRequestTypeDef(TypedDict):
436
+ ServerId: str
437
+ ExternalId: str
438
+
439
+
440
+ class DescribeAgreementRequestRequestTypeDef(TypedDict):
441
+ AgreementId: str
442
+ ServerId: str
443
+
444
+
445
+ class DescribeCertificateRequestRequestTypeDef(TypedDict):
446
+ CertificateId: str
447
+
448
+
449
+ class DescribeConnectorRequestRequestTypeDef(TypedDict):
450
+ ConnectorId: str
451
+
452
+
453
+ class DescribeExecutionRequestRequestTypeDef(TypedDict):
454
+ ExecutionId: str
455
+ WorkflowId: str
456
+
457
+
458
+ class DescribeHostKeyRequestRequestTypeDef(TypedDict):
459
+ ServerId: str
460
+ HostKeyId: str
461
+
462
+
463
+ class DescribeProfileRequestRequestTypeDef(TypedDict):
464
+ ProfileId: str
465
+
466
+
467
+ class DescribeSecurityPolicyRequestRequestTypeDef(TypedDict):
468
+ SecurityPolicyName: str
469
+
470
+
479
471
  DescribedSecurityPolicyTypeDef = TypedDict(
480
472
  "DescribedSecurityPolicyTypeDef",
481
473
  {
@@ -490,174 +482,167 @@ DescribedSecurityPolicyTypeDef = TypedDict(
490
482
  "Protocols": NotRequired[List[SecurityPolicyProtocolType]],
491
483
  },
492
484
  )
493
- DescribeServerRequestRequestTypeDef = TypedDict(
494
- "DescribeServerRequestRequestTypeDef",
485
+
486
+
487
+ class DescribeServerRequestRequestTypeDef(TypedDict):
488
+ ServerId: str
489
+
490
+
491
+ class WaiterConfigTypeDef(TypedDict):
492
+ Delay: NotRequired[int]
493
+ MaxAttempts: NotRequired[int]
494
+
495
+
496
+ class DescribeUserRequestRequestTypeDef(TypedDict):
497
+ ServerId: str
498
+ UserName: str
499
+
500
+
501
+ class DescribeWebAppCustomizationRequestRequestTypeDef(TypedDict):
502
+ WebAppId: str
503
+
504
+
505
+ class DescribedWebAppCustomizationTypeDef(TypedDict):
506
+ Arn: str
507
+ WebAppId: str
508
+ Title: NotRequired[str]
509
+ LogoFile: NotRequired[bytes]
510
+ FaviconFile: NotRequired[bytes]
511
+
512
+
513
+ class DescribeWebAppRequestRequestTypeDef(TypedDict):
514
+ WebAppId: str
515
+
516
+
517
+ class DescribeWorkflowRequestRequestTypeDef(TypedDict):
518
+ WorkflowId: str
519
+
520
+
521
+ class PosixProfileOutputTypeDef(TypedDict):
522
+ Uid: int
523
+ Gid: int
524
+ SecondaryGids: NotRequired[List[int]]
525
+
526
+
527
+ class SftpConnectorConfigOutputTypeDef(TypedDict):
528
+ UserSecretId: NotRequired[str]
529
+ TrustedHostKeys: NotRequired[List[str]]
530
+
531
+
532
+ class LoggingConfigurationTypeDef(TypedDict):
533
+ LoggingRole: NotRequired[str]
534
+ LogGroupName: NotRequired[str]
535
+
536
+
537
+ class DescribedIdentityCenterConfigTypeDef(TypedDict):
538
+ ApplicationArn: NotRequired[str]
539
+ InstanceArn: NotRequired[str]
540
+ Role: NotRequired[str]
541
+
542
+
543
+ class EndpointDetailsOutputTypeDef(TypedDict):
544
+ AddressAllocationIds: NotRequired[List[str]]
545
+ SubnetIds: NotRequired[List[str]]
546
+ VpcEndpointId: NotRequired[str]
547
+ VpcId: NotRequired[str]
548
+ SecurityGroupIds: NotRequired[List[str]]
549
+
550
+
551
+ class ProtocolDetailsOutputTypeDef(TypedDict):
552
+ PassiveIp: NotRequired[str]
553
+ TlsSessionResumptionMode: NotRequired[TlsSessionResumptionModeType]
554
+ SetStatOption: NotRequired[SetStatOptionType]
555
+ As2Transports: NotRequired[List[Literal["HTTP"]]]
556
+
557
+
558
+ class SshPublicKeyTypeDef(TypedDict):
559
+ DateImported: datetime
560
+ SshPublicKeyBody: str
561
+ SshPublicKeyId: str
562
+
563
+
564
+ class EfsFileLocationTypeDef(TypedDict):
565
+ FileSystemId: NotRequired[str]
566
+ Path: NotRequired[str]
567
+
568
+
569
+ ExecutionErrorTypeDef = TypedDict(
570
+ "ExecutionErrorTypeDef",
495
571
  {
496
- "ServerId": str,
572
+ "Type": ExecutionErrorTypeType,
573
+ "Message": str,
497
574
  },
498
575
  )
499
- WaiterConfigTypeDef = TypedDict(
500
- "WaiterConfigTypeDef",
501
- {
502
- "Delay": NotRequired[int],
503
- "MaxAttempts": NotRequired[int],
504
- },
505
- )
506
- DescribeUserRequestRequestTypeDef = TypedDict(
507
- "DescribeUserRequestRequestTypeDef",
508
- {
509
- "ServerId": str,
510
- "UserName": str,
511
- },
512
- )
513
- DescribeWorkflowRequestRequestTypeDef = TypedDict(
514
- "DescribeWorkflowRequestRequestTypeDef",
515
- {
516
- "WorkflowId": str,
517
- },
518
- )
519
- PosixProfileOutputTypeDef = TypedDict(
520
- "PosixProfileOutputTypeDef",
521
- {
522
- "Uid": int,
523
- "Gid": int,
524
- "SecondaryGids": NotRequired[List[int]],
525
- },
526
- )
527
- SftpConnectorConfigOutputTypeDef = TypedDict(
528
- "SftpConnectorConfigOutputTypeDef",
529
- {
530
- "UserSecretId": NotRequired[str],
531
- "TrustedHostKeys": NotRequired[List[str]],
532
- },
533
- )
534
- LoggingConfigurationTypeDef = TypedDict(
535
- "LoggingConfigurationTypeDef",
536
- {
537
- "LoggingRole": NotRequired[str],
538
- "LogGroupName": NotRequired[str],
539
- },
540
- )
541
- EndpointDetailsOutputTypeDef = TypedDict(
542
- "EndpointDetailsOutputTypeDef",
543
- {
544
- "AddressAllocationIds": NotRequired[List[str]],
545
- "SubnetIds": NotRequired[List[str]],
546
- "VpcEndpointId": NotRequired[str],
547
- "VpcId": NotRequired[str],
548
- "SecurityGroupIds": NotRequired[List[str]],
549
- },
550
- )
551
- ProtocolDetailsOutputTypeDef = TypedDict(
552
- "ProtocolDetailsOutputTypeDef",
553
- {
554
- "PassiveIp": NotRequired[str],
555
- "TlsSessionResumptionMode": NotRequired[TlsSessionResumptionModeType],
556
- "SetStatOption": NotRequired[SetStatOptionType],
557
- "As2Transports": NotRequired[List[Literal["HTTP"]]],
558
- },
559
- )
560
- SshPublicKeyTypeDef = TypedDict(
561
- "SshPublicKeyTypeDef",
562
- {
563
- "DateImported": datetime,
564
- "SshPublicKeyBody": str,
565
- "SshPublicKeyId": str,
566
- },
567
- )
568
- EfsFileLocationTypeDef = TypedDict(
569
- "EfsFileLocationTypeDef",
570
- {
571
- "FileSystemId": NotRequired[str],
572
- "Path": NotRequired[str],
573
- },
574
- )
575
- ExecutionErrorTypeDef = TypedDict(
576
- "ExecutionErrorTypeDef",
577
- {
578
- "Type": ExecutionErrorTypeType,
579
- "Message": str,
580
- },
581
- )
582
- S3FileLocationTypeDef = TypedDict(
583
- "S3FileLocationTypeDef",
584
- {
585
- "Bucket": NotRequired[str],
586
- "Key": NotRequired[str],
587
- "VersionId": NotRequired[str],
588
- "Etag": NotRequired[str],
589
- },
590
- )
591
- TimestampTypeDef = Union[datetime, str]
592
- ImportSshPublicKeyRequestRequestTypeDef = TypedDict(
593
- "ImportSshPublicKeyRequestRequestTypeDef",
594
- {
595
- "ServerId": str,
596
- "SshPublicKeyBody": str,
597
- "UserName": str,
598
- },
599
- )
600
- S3InputFileLocationTypeDef = TypedDict(
601
- "S3InputFileLocationTypeDef",
602
- {
603
- "Bucket": NotRequired[str],
604
- "Key": NotRequired[str],
605
- },
606
- )
607
- PaginatorConfigTypeDef = TypedDict(
608
- "PaginatorConfigTypeDef",
609
- {
610
- "MaxItems": NotRequired[int],
611
- "PageSize": NotRequired[int],
612
- "StartingToken": NotRequired[str],
613
- },
614
- )
615
- ListAccessesRequestRequestTypeDef = TypedDict(
616
- "ListAccessesRequestRequestTypeDef",
617
- {
618
- "ServerId": str,
619
- "MaxResults": NotRequired[int],
620
- "NextToken": NotRequired[str],
621
- },
622
- )
623
- ListedAccessTypeDef = TypedDict(
624
- "ListedAccessTypeDef",
625
- {
626
- "HomeDirectory": NotRequired[str],
627
- "HomeDirectoryType": NotRequired[HomeDirectoryTypeType],
628
- "Role": NotRequired[str],
629
- "ExternalId": NotRequired[str],
630
- },
631
- )
632
- ListAgreementsRequestRequestTypeDef = TypedDict(
633
- "ListAgreementsRequestRequestTypeDef",
634
- {
635
- "ServerId": str,
636
- "MaxResults": NotRequired[int],
637
- "NextToken": NotRequired[str],
638
- },
639
- )
640
- ListedAgreementTypeDef = TypedDict(
641
- "ListedAgreementTypeDef",
642
- {
643
- "Arn": NotRequired[str],
644
- "AgreementId": NotRequired[str],
645
- "Description": NotRequired[str],
646
- "Status": NotRequired[AgreementStatusTypeType],
647
- "ServerId": NotRequired[str],
648
- "LocalProfileId": NotRequired[str],
649
- "PartnerProfileId": NotRequired[str],
650
- },
651
- )
652
- ListCertificatesRequestRequestTypeDef = TypedDict(
653
- "ListCertificatesRequestRequestTypeDef",
654
- {
655
- "MaxResults": NotRequired[int],
656
- "NextToken": NotRequired[str],
657
- },
658
- )
659
- ListedCertificateTypeDef = TypedDict(
660
- "ListedCertificateTypeDef",
576
+
577
+
578
+ class S3FileLocationTypeDef(TypedDict):
579
+ Bucket: NotRequired[str]
580
+ Key: NotRequired[str]
581
+ VersionId: NotRequired[str]
582
+ Etag: NotRequired[str]
583
+
584
+
585
+ class IdentityCenterConfigTypeDef(TypedDict):
586
+ InstanceArn: NotRequired[str]
587
+ Role: NotRequired[str]
588
+
589
+
590
+ TimestampTypeDef = Union[datetime, str]
591
+
592
+
593
+ class ImportSshPublicKeyRequestRequestTypeDef(TypedDict):
594
+ ServerId: str
595
+ SshPublicKeyBody: str
596
+ UserName: str
597
+
598
+
599
+ class S3InputFileLocationTypeDef(TypedDict):
600
+ Bucket: NotRequired[str]
601
+ Key: NotRequired[str]
602
+
603
+
604
+ class PaginatorConfigTypeDef(TypedDict):
605
+ MaxItems: NotRequired[int]
606
+ PageSize: NotRequired[int]
607
+ StartingToken: NotRequired[str]
608
+
609
+
610
+ class ListAccessesRequestRequestTypeDef(TypedDict):
611
+ ServerId: str
612
+ MaxResults: NotRequired[int]
613
+ NextToken: NotRequired[str]
614
+
615
+
616
+ class ListedAccessTypeDef(TypedDict):
617
+ HomeDirectory: NotRequired[str]
618
+ HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
619
+ Role: NotRequired[str]
620
+ ExternalId: NotRequired[str]
621
+
622
+
623
+ class ListAgreementsRequestRequestTypeDef(TypedDict):
624
+ ServerId: str
625
+ MaxResults: NotRequired[int]
626
+ NextToken: NotRequired[str]
627
+
628
+
629
+ class ListedAgreementTypeDef(TypedDict):
630
+ Arn: NotRequired[str]
631
+ AgreementId: NotRequired[str]
632
+ Description: NotRequired[str]
633
+ Status: NotRequired[AgreementStatusTypeType]
634
+ ServerId: NotRequired[str]
635
+ LocalProfileId: NotRequired[str]
636
+ PartnerProfileId: NotRequired[str]
637
+
638
+
639
+ class ListCertificatesRequestRequestTypeDef(TypedDict):
640
+ MaxResults: NotRequired[int]
641
+ NextToken: NotRequired[str]
642
+
643
+
644
+ ListedCertificateTypeDef = TypedDict(
645
+ "ListedCertificateTypeDef",
661
646
  {
662
647
  "Arn": NotRequired[str],
663
648
  "CertificateId": NotRequired[str],
@@ -669,46 +654,38 @@ ListedCertificateTypeDef = TypedDict(
669
654
  "Description": NotRequired[str],
670
655
  },
671
656
  )
672
- ListConnectorsRequestRequestTypeDef = TypedDict(
673
- "ListConnectorsRequestRequestTypeDef",
674
- {
675
- "MaxResults": NotRequired[int],
676
- "NextToken": NotRequired[str],
677
- },
678
- )
679
- ListedConnectorTypeDef = TypedDict(
680
- "ListedConnectorTypeDef",
681
- {
682
- "Arn": NotRequired[str],
683
- "ConnectorId": NotRequired[str],
684
- "Url": NotRequired[str],
685
- },
686
- )
687
- ListExecutionsRequestRequestTypeDef = TypedDict(
688
- "ListExecutionsRequestRequestTypeDef",
689
- {
690
- "WorkflowId": str,
691
- "MaxResults": NotRequired[int],
692
- "NextToken": NotRequired[str],
693
- },
694
- )
695
- ListFileTransferResultsRequestRequestTypeDef = TypedDict(
696
- "ListFileTransferResultsRequestRequestTypeDef",
697
- {
698
- "ConnectorId": str,
699
- "TransferId": str,
700
- "NextToken": NotRequired[str],
701
- "MaxResults": NotRequired[int],
702
- },
703
- )
704
- ListHostKeysRequestRequestTypeDef = TypedDict(
705
- "ListHostKeysRequestRequestTypeDef",
706
- {
707
- "ServerId": str,
708
- "MaxResults": NotRequired[int],
709
- "NextToken": NotRequired[str],
710
- },
711
- )
657
+
658
+
659
+ class ListConnectorsRequestRequestTypeDef(TypedDict):
660
+ MaxResults: NotRequired[int]
661
+ NextToken: NotRequired[str]
662
+
663
+
664
+ class ListedConnectorTypeDef(TypedDict):
665
+ Arn: NotRequired[str]
666
+ ConnectorId: NotRequired[str]
667
+ Url: NotRequired[str]
668
+
669
+
670
+ class ListExecutionsRequestRequestTypeDef(TypedDict):
671
+ WorkflowId: str
672
+ MaxResults: NotRequired[int]
673
+ NextToken: NotRequired[str]
674
+
675
+
676
+ class ListFileTransferResultsRequestRequestTypeDef(TypedDict):
677
+ ConnectorId: str
678
+ TransferId: str
679
+ NextToken: NotRequired[str]
680
+ MaxResults: NotRequired[int]
681
+
682
+
683
+ class ListHostKeysRequestRequestTypeDef(TypedDict):
684
+ ServerId: str
685
+ MaxResults: NotRequired[int]
686
+ NextToken: NotRequired[str]
687
+
688
+
712
689
  ListedHostKeyTypeDef = TypedDict(
713
690
  "ListedHostKeyTypeDef",
714
691
  {
@@ -720,942 +697,818 @@ ListedHostKeyTypeDef = TypedDict(
720
697
  "DateImported": NotRequired[datetime],
721
698
  },
722
699
  )
723
- ListProfilesRequestRequestTypeDef = TypedDict(
724
- "ListProfilesRequestRequestTypeDef",
725
- {
726
- "MaxResults": NotRequired[int],
727
- "NextToken": NotRequired[str],
728
- "ProfileType": NotRequired[ProfileTypeType],
729
- },
730
- )
731
- ListedProfileTypeDef = TypedDict(
732
- "ListedProfileTypeDef",
733
- {
734
- "Arn": NotRequired[str],
735
- "ProfileId": NotRequired[str],
736
- "As2Id": NotRequired[str],
737
- "ProfileType": NotRequired[ProfileTypeType],
738
- },
739
- )
740
- ListSecurityPoliciesRequestRequestTypeDef = TypedDict(
741
- "ListSecurityPoliciesRequestRequestTypeDef",
742
- {
743
- "MaxResults": NotRequired[int],
744
- "NextToken": NotRequired[str],
745
- },
746
- )
747
- ListServersRequestRequestTypeDef = TypedDict(
748
- "ListServersRequestRequestTypeDef",
749
- {
750
- "MaxResults": NotRequired[int],
751
- "NextToken": NotRequired[str],
752
- },
753
- )
754
- ListedServerTypeDef = TypedDict(
755
- "ListedServerTypeDef",
756
- {
757
- "Arn": str,
758
- "Domain": NotRequired[DomainType],
759
- "IdentityProviderType": NotRequired[IdentityProviderTypeType],
760
- "EndpointType": NotRequired[EndpointTypeType],
761
- "LoggingRole": NotRequired[str],
762
- "ServerId": NotRequired[str],
763
- "State": NotRequired[StateType],
764
- "UserCount": NotRequired[int],
765
- },
766
- )
767
- ListTagsForResourceRequestRequestTypeDef = TypedDict(
768
- "ListTagsForResourceRequestRequestTypeDef",
769
- {
770
- "Arn": str,
771
- "MaxResults": NotRequired[int],
772
- "NextToken": NotRequired[str],
773
- },
774
- )
775
- ListUsersRequestRequestTypeDef = TypedDict(
776
- "ListUsersRequestRequestTypeDef",
777
- {
778
- "ServerId": str,
779
- "MaxResults": NotRequired[int],
780
- "NextToken": NotRequired[str],
781
- },
782
- )
783
- ListedUserTypeDef = TypedDict(
784
- "ListedUserTypeDef",
785
- {
786
- "Arn": str,
787
- "HomeDirectory": NotRequired[str],
788
- "HomeDirectoryType": NotRequired[HomeDirectoryTypeType],
789
- "Role": NotRequired[str],
790
- "SshPublicKeyCount": NotRequired[int],
791
- "UserName": NotRequired[str],
792
- },
793
- )
794
- ListWorkflowsRequestRequestTypeDef = TypedDict(
795
- "ListWorkflowsRequestRequestTypeDef",
796
- {
797
- "MaxResults": NotRequired[int],
798
- "NextToken": NotRequired[str],
799
- },
800
- )
801
- ListedWorkflowTypeDef = TypedDict(
802
- "ListedWorkflowTypeDef",
803
- {
804
- "WorkflowId": NotRequired[str],
805
- "Description": NotRequired[str],
806
- "Arn": NotRequired[str],
807
- },
808
- )
809
- S3TagTypeDef = TypedDict(
810
- "S3TagTypeDef",
811
- {
812
- "Key": str,
813
- "Value": str,
814
- },
815
- )
816
- SendWorkflowStepStateRequestRequestTypeDef = TypedDict(
817
- "SendWorkflowStepStateRequestRequestTypeDef",
818
- {
819
- "WorkflowId": str,
820
- "ExecutionId": str,
821
- "Token": str,
822
- "Status": CustomStepStatusType,
823
- },
824
- )
825
- UserDetailsTypeDef = TypedDict(
826
- "UserDetailsTypeDef",
827
- {
828
- "UserName": str,
829
- "ServerId": str,
830
- "SessionId": NotRequired[str],
831
- },
832
- )
833
- StartDirectoryListingRequestRequestTypeDef = TypedDict(
834
- "StartDirectoryListingRequestRequestTypeDef",
835
- {
836
- "ConnectorId": str,
837
- "RemoteDirectoryPath": str,
838
- "OutputDirectoryPath": str,
839
- "MaxItems": NotRequired[int],
840
- },
841
- )
842
- StartFileTransferRequestRequestTypeDef = TypedDict(
843
- "StartFileTransferRequestRequestTypeDef",
844
- {
845
- "ConnectorId": str,
846
- "SendFilePaths": NotRequired[Sequence[str]],
847
- "RetrieveFilePaths": NotRequired[Sequence[str]],
848
- "LocalDirectoryPath": NotRequired[str],
849
- "RemoteDirectoryPath": NotRequired[str],
850
- },
851
- )
852
- StartServerRequestRequestTypeDef = TypedDict(
853
- "StartServerRequestRequestTypeDef",
854
- {
855
- "ServerId": str,
856
- },
857
- )
858
- StopServerRequestRequestTypeDef = TypedDict(
859
- "StopServerRequestRequestTypeDef",
860
- {
861
- "ServerId": str,
862
- },
863
- )
864
- TestConnectionRequestRequestTypeDef = TypedDict(
865
- "TestConnectionRequestRequestTypeDef",
866
- {
867
- "ConnectorId": str,
868
- },
869
- )
870
- TestIdentityProviderRequestRequestTypeDef = TypedDict(
871
- "TestIdentityProviderRequestRequestTypeDef",
872
- {
873
- "ServerId": str,
874
- "UserName": str,
875
- "ServerProtocol": NotRequired[ProtocolType],
876
- "SourceIp": NotRequired[str],
877
- "UserPassword": NotRequired[str],
878
- },
879
- )
880
- UntagResourceRequestRequestTypeDef = TypedDict(
881
- "UntagResourceRequestRequestTypeDef",
882
- {
883
- "Arn": str,
884
- "TagKeys": Sequence[str],
885
- },
886
- )
887
- UpdateAgreementRequestRequestTypeDef = TypedDict(
888
- "UpdateAgreementRequestRequestTypeDef",
889
- {
890
- "AgreementId": str,
891
- "ServerId": str,
892
- "Description": NotRequired[str],
893
- "Status": NotRequired[AgreementStatusTypeType],
894
- "LocalProfileId": NotRequired[str],
895
- "PartnerProfileId": NotRequired[str],
896
- "BaseDirectory": NotRequired[str],
897
- "AccessRole": NotRequired[str],
898
- },
899
- )
900
- UpdateHostKeyRequestRequestTypeDef = TypedDict(
901
- "UpdateHostKeyRequestRequestTypeDef",
902
- {
903
- "ServerId": str,
904
- "HostKeyId": str,
905
- "Description": str,
906
- },
907
- )
908
- UpdateProfileRequestRequestTypeDef = TypedDict(
909
- "UpdateProfileRequestRequestTypeDef",
910
- {
911
- "ProfileId": str,
912
- "CertificateIds": NotRequired[Sequence[str]],
913
- },
914
- )
915
- WorkflowDetailTypeDef = TypedDict(
916
- "WorkflowDetailTypeDef",
917
- {
918
- "WorkflowId": str,
919
- "ExecutionRole": str,
920
- },
921
- )
922
- CreateAccessRequestRequestTypeDef = TypedDict(
923
- "CreateAccessRequestRequestTypeDef",
924
- {
925
- "Role": str,
926
- "ServerId": str,
927
- "ExternalId": str,
928
- "HomeDirectory": NotRequired[str],
929
- "HomeDirectoryType": NotRequired[HomeDirectoryTypeType],
930
- "HomeDirectoryMappings": NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]],
931
- "Policy": NotRequired[str],
932
- "PosixProfile": NotRequired[PosixProfileTypeDef],
933
- },
934
- )
935
- UpdateAccessRequestRequestTypeDef = TypedDict(
936
- "UpdateAccessRequestRequestTypeDef",
937
- {
938
- "ServerId": str,
939
- "ExternalId": str,
940
- "HomeDirectory": NotRequired[str],
941
- "HomeDirectoryType": NotRequired[HomeDirectoryTypeType],
942
- "HomeDirectoryMappings": NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]],
943
- "Policy": NotRequired[str],
944
- "PosixProfile": NotRequired[PosixProfileTypeDef],
945
- "Role": NotRequired[str],
946
- },
947
- )
948
- UpdateUserRequestRequestTypeDef = TypedDict(
949
- "UpdateUserRequestRequestTypeDef",
950
- {
951
- "ServerId": str,
952
- "UserName": str,
953
- "HomeDirectory": NotRequired[str],
954
- "HomeDirectoryType": NotRequired[HomeDirectoryTypeType],
955
- "HomeDirectoryMappings": NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]],
956
- "Policy": NotRequired[str],
957
- "PosixProfile": NotRequired[PosixProfileTypeDef],
958
- "Role": NotRequired[str],
959
- },
960
- )
961
- CreateAccessResponseTypeDef = TypedDict(
962
- "CreateAccessResponseTypeDef",
963
- {
964
- "ServerId": str,
965
- "ExternalId": str,
966
- "ResponseMetadata": ResponseMetadataTypeDef,
967
- },
968
- )
969
- CreateAgreementResponseTypeDef = TypedDict(
970
- "CreateAgreementResponseTypeDef",
971
- {
972
- "AgreementId": str,
973
- "ResponseMetadata": ResponseMetadataTypeDef,
974
- },
975
- )
976
- CreateConnectorResponseTypeDef = TypedDict(
977
- "CreateConnectorResponseTypeDef",
978
- {
979
- "ConnectorId": str,
980
- "ResponseMetadata": ResponseMetadataTypeDef,
981
- },
982
- )
983
- CreateProfileResponseTypeDef = TypedDict(
984
- "CreateProfileResponseTypeDef",
985
- {
986
- "ProfileId": str,
987
- "ResponseMetadata": ResponseMetadataTypeDef,
988
- },
989
- )
990
- CreateServerResponseTypeDef = TypedDict(
991
- "CreateServerResponseTypeDef",
992
- {
993
- "ServerId": str,
994
- "ResponseMetadata": ResponseMetadataTypeDef,
995
- },
996
- )
997
- CreateUserResponseTypeDef = TypedDict(
998
- "CreateUserResponseTypeDef",
999
- {
1000
- "ServerId": str,
1001
- "UserName": str,
1002
- "ResponseMetadata": ResponseMetadataTypeDef,
1003
- },
1004
- )
1005
- CreateWorkflowResponseTypeDef = TypedDict(
1006
- "CreateWorkflowResponseTypeDef",
1007
- {
1008
- "WorkflowId": str,
1009
- "ResponseMetadata": ResponseMetadataTypeDef,
1010
- },
1011
- )
1012
- EmptyResponseMetadataTypeDef = TypedDict(
1013
- "EmptyResponseMetadataTypeDef",
1014
- {
1015
- "ResponseMetadata": ResponseMetadataTypeDef,
1016
- },
1017
- )
1018
- ImportCertificateResponseTypeDef = TypedDict(
1019
- "ImportCertificateResponseTypeDef",
1020
- {
1021
- "CertificateId": str,
1022
- "ResponseMetadata": ResponseMetadataTypeDef,
1023
- },
1024
- )
1025
- ImportHostKeyResponseTypeDef = TypedDict(
1026
- "ImportHostKeyResponseTypeDef",
1027
- {
1028
- "ServerId": str,
1029
- "HostKeyId": str,
1030
- "ResponseMetadata": ResponseMetadataTypeDef,
1031
- },
1032
- )
1033
- ImportSshPublicKeyResponseTypeDef = TypedDict(
1034
- "ImportSshPublicKeyResponseTypeDef",
1035
- {
1036
- "ServerId": str,
1037
- "SshPublicKeyId": str,
1038
- "UserName": str,
1039
- "ResponseMetadata": ResponseMetadataTypeDef,
1040
- },
1041
- )
1042
- ListFileTransferResultsResponseTypeDef = TypedDict(
1043
- "ListFileTransferResultsResponseTypeDef",
1044
- {
1045
- "FileTransferResults": List[ConnectorFileTransferResultTypeDef],
1046
- "ResponseMetadata": ResponseMetadataTypeDef,
1047
- "NextToken": NotRequired[str],
1048
- },
1049
- )
1050
- ListSecurityPoliciesResponseTypeDef = TypedDict(
1051
- "ListSecurityPoliciesResponseTypeDef",
1052
- {
1053
- "SecurityPolicyNames": List[str],
1054
- "ResponseMetadata": ResponseMetadataTypeDef,
1055
- "NextToken": NotRequired[str],
1056
- },
1057
- )
1058
- StartDirectoryListingResponseTypeDef = TypedDict(
1059
- "StartDirectoryListingResponseTypeDef",
1060
- {
1061
- "ListingId": str,
1062
- "OutputFileName": str,
1063
- "ResponseMetadata": ResponseMetadataTypeDef,
1064
- },
1065
- )
1066
- StartFileTransferResponseTypeDef = TypedDict(
1067
- "StartFileTransferResponseTypeDef",
1068
- {
1069
- "TransferId": str,
1070
- "ResponseMetadata": ResponseMetadataTypeDef,
1071
- },
1072
- )
1073
- TestConnectionResponseTypeDef = TypedDict(
1074
- "TestConnectionResponseTypeDef",
1075
- {
1076
- "ConnectorId": str,
1077
- "Status": str,
1078
- "StatusMessage": str,
1079
- "ResponseMetadata": ResponseMetadataTypeDef,
1080
- },
1081
- )
1082
- TestIdentityProviderResponseTypeDef = TypedDict(
1083
- "TestIdentityProviderResponseTypeDef",
1084
- {
1085
- "Response": str,
1086
- "StatusCode": int,
1087
- "Message": str,
1088
- "Url": str,
1089
- "ResponseMetadata": ResponseMetadataTypeDef,
1090
- },
1091
- )
1092
- UpdateAccessResponseTypeDef = TypedDict(
1093
- "UpdateAccessResponseTypeDef",
1094
- {
1095
- "ServerId": str,
1096
- "ExternalId": str,
1097
- "ResponseMetadata": ResponseMetadataTypeDef,
1098
- },
1099
- )
1100
- UpdateAgreementResponseTypeDef = TypedDict(
1101
- "UpdateAgreementResponseTypeDef",
1102
- {
1103
- "AgreementId": str,
1104
- "ResponseMetadata": ResponseMetadataTypeDef,
1105
- },
1106
- )
1107
- UpdateCertificateResponseTypeDef = TypedDict(
1108
- "UpdateCertificateResponseTypeDef",
1109
- {
1110
- "CertificateId": str,
1111
- "ResponseMetadata": ResponseMetadataTypeDef,
1112
- },
1113
- )
1114
- UpdateConnectorResponseTypeDef = TypedDict(
1115
- "UpdateConnectorResponseTypeDef",
1116
- {
1117
- "ConnectorId": str,
1118
- "ResponseMetadata": ResponseMetadataTypeDef,
1119
- },
1120
- )
1121
- UpdateHostKeyResponseTypeDef = TypedDict(
1122
- "UpdateHostKeyResponseTypeDef",
1123
- {
1124
- "ServerId": str,
1125
- "HostKeyId": str,
1126
- "ResponseMetadata": ResponseMetadataTypeDef,
1127
- },
1128
- )
1129
- UpdateProfileResponseTypeDef = TypedDict(
1130
- "UpdateProfileResponseTypeDef",
1131
- {
1132
- "ProfileId": str,
1133
- "ResponseMetadata": ResponseMetadataTypeDef,
1134
- },
1135
- )
1136
- UpdateServerResponseTypeDef = TypedDict(
1137
- "UpdateServerResponseTypeDef",
1138
- {
1139
- "ServerId": str,
1140
- "ResponseMetadata": ResponseMetadataTypeDef,
1141
- },
1142
- )
1143
- UpdateUserResponseTypeDef = TypedDict(
1144
- "UpdateUserResponseTypeDef",
1145
- {
1146
- "ServerId": str,
1147
- "UserName": str,
1148
- "ResponseMetadata": ResponseMetadataTypeDef,
1149
- },
1150
- )
1151
- CreateAgreementRequestRequestTypeDef = TypedDict(
1152
- "CreateAgreementRequestRequestTypeDef",
1153
- {
1154
- "ServerId": str,
1155
- "LocalProfileId": str,
1156
- "PartnerProfileId": str,
1157
- "BaseDirectory": str,
1158
- "AccessRole": str,
1159
- "Description": NotRequired[str],
1160
- "Status": NotRequired[AgreementStatusTypeType],
1161
- "Tags": NotRequired[Sequence[TagTypeDef]],
1162
- },
1163
- )
1164
- CreateProfileRequestRequestTypeDef = TypedDict(
1165
- "CreateProfileRequestRequestTypeDef",
1166
- {
1167
- "As2Id": str,
1168
- "ProfileType": ProfileTypeType,
1169
- "CertificateIds": NotRequired[Sequence[str]],
1170
- "Tags": NotRequired[Sequence[TagTypeDef]],
1171
- },
1172
- )
1173
- CreateUserRequestRequestTypeDef = TypedDict(
1174
- "CreateUserRequestRequestTypeDef",
1175
- {
1176
- "Role": str,
1177
- "ServerId": str,
1178
- "UserName": str,
1179
- "HomeDirectory": NotRequired[str],
1180
- "HomeDirectoryType": NotRequired[HomeDirectoryTypeType],
1181
- "HomeDirectoryMappings": NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]],
1182
- "Policy": NotRequired[str],
1183
- "PosixProfile": NotRequired[PosixProfileTypeDef],
1184
- "SshPublicKeyBody": NotRequired[str],
1185
- "Tags": NotRequired[Sequence[TagTypeDef]],
1186
- },
1187
- )
1188
- DescribedAgreementTypeDef = TypedDict(
1189
- "DescribedAgreementTypeDef",
1190
- {
1191
- "Arn": str,
1192
- "AgreementId": NotRequired[str],
1193
- "Description": NotRequired[str],
1194
- "Status": NotRequired[AgreementStatusTypeType],
1195
- "ServerId": NotRequired[str],
1196
- "LocalProfileId": NotRequired[str],
1197
- "PartnerProfileId": NotRequired[str],
1198
- "BaseDirectory": NotRequired[str],
1199
- "AccessRole": NotRequired[str],
1200
- "Tags": NotRequired[List[TagTypeDef]],
1201
- },
1202
- )
1203
- DescribedCertificateTypeDef = TypedDict(
1204
- "DescribedCertificateTypeDef",
1205
- {
1206
- "Arn": str,
1207
- "CertificateId": NotRequired[str],
1208
- "Usage": NotRequired[CertificateUsageTypeType],
1209
- "Status": NotRequired[CertificateStatusTypeType],
1210
- "Certificate": NotRequired[str],
1211
- "CertificateChain": NotRequired[str],
1212
- "ActiveDate": NotRequired[datetime],
1213
- "InactiveDate": NotRequired[datetime],
1214
- "Serial": NotRequired[str],
1215
- "NotBeforeDate": NotRequired[datetime],
1216
- "NotAfterDate": NotRequired[datetime],
1217
- "Type": NotRequired[CertificateTypeType],
1218
- "Description": NotRequired[str],
1219
- "Tags": NotRequired[List[TagTypeDef]],
1220
- },
1221
- )
1222
- DescribedHostKeyTypeDef = TypedDict(
1223
- "DescribedHostKeyTypeDef",
1224
- {
1225
- "Arn": str,
1226
- "HostKeyId": NotRequired[str],
1227
- "HostKeyFingerprint": NotRequired[str],
1228
- "Description": NotRequired[str],
1229
- "Type": NotRequired[str],
1230
- "DateImported": NotRequired[datetime],
1231
- "Tags": NotRequired[List[TagTypeDef]],
1232
- },
1233
- )
1234
- DescribedProfileTypeDef = TypedDict(
1235
- "DescribedProfileTypeDef",
1236
- {
1237
- "Arn": str,
1238
- "ProfileId": NotRequired[str],
1239
- "ProfileType": NotRequired[ProfileTypeType],
1240
- "As2Id": NotRequired[str],
1241
- "CertificateIds": NotRequired[List[str]],
1242
- "Tags": NotRequired[List[TagTypeDef]],
1243
- },
1244
- )
1245
- ImportHostKeyRequestRequestTypeDef = TypedDict(
1246
- "ImportHostKeyRequestRequestTypeDef",
1247
- {
1248
- "ServerId": str,
1249
- "HostKeyBody": str,
1250
- "Description": NotRequired[str],
1251
- "Tags": NotRequired[Sequence[TagTypeDef]],
1252
- },
1253
- )
1254
- ListTagsForResourceResponseTypeDef = TypedDict(
1255
- "ListTagsForResourceResponseTypeDef",
1256
- {
1257
- "Arn": str,
1258
- "Tags": List[TagTypeDef],
1259
- "ResponseMetadata": ResponseMetadataTypeDef,
1260
- "NextToken": NotRequired[str],
1261
- },
1262
- )
1263
- TagResourceRequestRequestTypeDef = TypedDict(
1264
- "TagResourceRequestRequestTypeDef",
1265
- {
1266
- "Arn": str,
1267
- "Tags": Sequence[TagTypeDef],
1268
- },
1269
- )
1270
- CreateConnectorRequestRequestTypeDef = TypedDict(
1271
- "CreateConnectorRequestRequestTypeDef",
1272
- {
1273
- "Url": str,
1274
- "AccessRole": str,
1275
- "As2Config": NotRequired[As2ConnectorConfigTypeDef],
1276
- "LoggingRole": NotRequired[str],
1277
- "Tags": NotRequired[Sequence[TagTypeDef]],
1278
- "SftpConfig": NotRequired[SftpConnectorConfigTypeDef],
1279
- "SecurityPolicyName": NotRequired[str],
1280
- },
1281
- )
1282
- UpdateConnectorRequestRequestTypeDef = TypedDict(
1283
- "UpdateConnectorRequestRequestTypeDef",
1284
- {
1285
- "ConnectorId": str,
1286
- "Url": NotRequired[str],
1287
- "As2Config": NotRequired[As2ConnectorConfigTypeDef],
1288
- "AccessRole": NotRequired[str],
1289
- "LoggingRole": NotRequired[str],
1290
- "SftpConfig": NotRequired[SftpConnectorConfigTypeDef],
1291
- "SecurityPolicyName": NotRequired[str],
1292
- },
1293
- )
1294
- DescribeSecurityPolicyResponseTypeDef = TypedDict(
1295
- "DescribeSecurityPolicyResponseTypeDef",
1296
- {
1297
- "SecurityPolicy": DescribedSecurityPolicyTypeDef,
1298
- "ResponseMetadata": ResponseMetadataTypeDef,
1299
- },
1300
- )
1301
- DescribeServerRequestServerOfflineWaitTypeDef = TypedDict(
1302
- "DescribeServerRequestServerOfflineWaitTypeDef",
1303
- {
1304
- "ServerId": str,
1305
- "WaiterConfig": NotRequired[WaiterConfigTypeDef],
1306
- },
1307
- )
1308
- DescribeServerRequestServerOnlineWaitTypeDef = TypedDict(
1309
- "DescribeServerRequestServerOnlineWaitTypeDef",
1310
- {
1311
- "ServerId": str,
1312
- "WaiterConfig": NotRequired[WaiterConfigTypeDef],
1313
- },
1314
- )
1315
- DescribedAccessTypeDef = TypedDict(
1316
- "DescribedAccessTypeDef",
1317
- {
1318
- "HomeDirectory": NotRequired[str],
1319
- "HomeDirectoryMappings": NotRequired[List[HomeDirectoryMapEntryTypeDef]],
1320
- "HomeDirectoryType": NotRequired[HomeDirectoryTypeType],
1321
- "Policy": NotRequired[str],
1322
- "PosixProfile": NotRequired[PosixProfileOutputTypeDef],
1323
- "Role": NotRequired[str],
1324
- "ExternalId": NotRequired[str],
1325
- },
1326
- )
1327
- DescribedConnectorTypeDef = TypedDict(
1328
- "DescribedConnectorTypeDef",
1329
- {
1330
- "Arn": str,
1331
- "ConnectorId": NotRequired[str],
1332
- "Url": NotRequired[str],
1333
- "As2Config": NotRequired[As2ConnectorConfigTypeDef],
1334
- "AccessRole": NotRequired[str],
1335
- "LoggingRole": NotRequired[str],
1336
- "Tags": NotRequired[List[TagTypeDef]],
1337
- "SftpConfig": NotRequired[SftpConnectorConfigOutputTypeDef],
1338
- "ServiceManagedEgressIpAddresses": NotRequired[List[str]],
1339
- "SecurityPolicyName": NotRequired[str],
1340
- },
1341
- )
1342
- DescribedUserTypeDef = TypedDict(
1343
- "DescribedUserTypeDef",
1344
- {
1345
- "Arn": str,
1346
- "HomeDirectory": NotRequired[str],
1347
- "HomeDirectoryMappings": NotRequired[List[HomeDirectoryMapEntryTypeDef]],
1348
- "HomeDirectoryType": NotRequired[HomeDirectoryTypeType],
1349
- "Policy": NotRequired[str],
1350
- "PosixProfile": NotRequired[PosixProfileOutputTypeDef],
1351
- "Role": NotRequired[str],
1352
- "SshPublicKeys": NotRequired[List[SshPublicKeyTypeDef]],
1353
- "Tags": NotRequired[List[TagTypeDef]],
1354
- "UserName": NotRequired[str],
1355
- },
1356
- )
1357
- ExecutionStepResultTypeDef = TypedDict(
1358
- "ExecutionStepResultTypeDef",
1359
- {
1360
- "StepType": NotRequired[WorkflowStepTypeType],
1361
- "Outputs": NotRequired[str],
1362
- "Error": NotRequired[ExecutionErrorTypeDef],
1363
- },
1364
- )
1365
- FileLocationTypeDef = TypedDict(
1366
- "FileLocationTypeDef",
1367
- {
1368
- "S3FileLocation": NotRequired[S3FileLocationTypeDef],
1369
- "EfsFileLocation": NotRequired[EfsFileLocationTypeDef],
1370
- },
1371
- )
1372
- ImportCertificateRequestRequestTypeDef = TypedDict(
1373
- "ImportCertificateRequestRequestTypeDef",
1374
- {
1375
- "Usage": CertificateUsageTypeType,
1376
- "Certificate": str,
1377
- "CertificateChain": NotRequired[str],
1378
- "PrivateKey": NotRequired[str],
1379
- "ActiveDate": NotRequired[TimestampTypeDef],
1380
- "InactiveDate": NotRequired[TimestampTypeDef],
1381
- "Description": NotRequired[str],
1382
- "Tags": NotRequired[Sequence[TagTypeDef]],
1383
- },
1384
- )
1385
- UpdateCertificateRequestRequestTypeDef = TypedDict(
1386
- "UpdateCertificateRequestRequestTypeDef",
1387
- {
1388
- "CertificateId": str,
1389
- "ActiveDate": NotRequired[TimestampTypeDef],
1390
- "InactiveDate": NotRequired[TimestampTypeDef],
1391
- "Description": NotRequired[str],
1392
- },
1393
- )
1394
- InputFileLocationTypeDef = TypedDict(
1395
- "InputFileLocationTypeDef",
1396
- {
1397
- "S3FileLocation": NotRequired[S3InputFileLocationTypeDef],
1398
- "EfsFileLocation": NotRequired[EfsFileLocationTypeDef],
1399
- },
1400
- )
1401
- ListAccessesRequestListAccessesPaginateTypeDef = TypedDict(
1402
- "ListAccessesRequestListAccessesPaginateTypeDef",
1403
- {
1404
- "ServerId": str,
1405
- "PaginationConfig": NotRequired[PaginatorConfigTypeDef],
1406
- },
1407
- )
1408
- ListAgreementsRequestListAgreementsPaginateTypeDef = TypedDict(
1409
- "ListAgreementsRequestListAgreementsPaginateTypeDef",
1410
- {
1411
- "ServerId": str,
1412
- "PaginationConfig": NotRequired[PaginatorConfigTypeDef],
1413
- },
1414
- )
1415
- ListCertificatesRequestListCertificatesPaginateTypeDef = TypedDict(
1416
- "ListCertificatesRequestListCertificatesPaginateTypeDef",
1417
- {
1418
- "PaginationConfig": NotRequired[PaginatorConfigTypeDef],
1419
- },
1420
- )
1421
- ListConnectorsRequestListConnectorsPaginateTypeDef = TypedDict(
1422
- "ListConnectorsRequestListConnectorsPaginateTypeDef",
1423
- {
1424
- "PaginationConfig": NotRequired[PaginatorConfigTypeDef],
1425
- },
1426
- )
1427
- ListExecutionsRequestListExecutionsPaginateTypeDef = TypedDict(
1428
- "ListExecutionsRequestListExecutionsPaginateTypeDef",
1429
- {
1430
- "WorkflowId": str,
1431
- "PaginationConfig": NotRequired[PaginatorConfigTypeDef],
1432
- },
1433
- )
1434
- ListFileTransferResultsRequestListFileTransferResultsPaginateTypeDef = TypedDict(
1435
- "ListFileTransferResultsRequestListFileTransferResultsPaginateTypeDef",
1436
- {
1437
- "ConnectorId": str,
1438
- "TransferId": str,
1439
- "PaginationConfig": NotRequired[PaginatorConfigTypeDef],
1440
- },
1441
- )
1442
- ListProfilesRequestListProfilesPaginateTypeDef = TypedDict(
1443
- "ListProfilesRequestListProfilesPaginateTypeDef",
1444
- {
1445
- "ProfileType": NotRequired[ProfileTypeType],
1446
- "PaginationConfig": NotRequired[PaginatorConfigTypeDef],
1447
- },
1448
- )
1449
- ListSecurityPoliciesRequestListSecurityPoliciesPaginateTypeDef = TypedDict(
1450
- "ListSecurityPoliciesRequestListSecurityPoliciesPaginateTypeDef",
1451
- {
1452
- "PaginationConfig": NotRequired[PaginatorConfigTypeDef],
1453
- },
1454
- )
1455
- ListServersRequestListServersPaginateTypeDef = TypedDict(
1456
- "ListServersRequestListServersPaginateTypeDef",
1457
- {
1458
- "PaginationConfig": NotRequired[PaginatorConfigTypeDef],
1459
- },
1460
- )
1461
- ListTagsForResourceRequestListTagsForResourcePaginateTypeDef = TypedDict(
1462
- "ListTagsForResourceRequestListTagsForResourcePaginateTypeDef",
1463
- {
1464
- "Arn": str,
1465
- "PaginationConfig": NotRequired[PaginatorConfigTypeDef],
1466
- },
1467
- )
1468
- ListUsersRequestListUsersPaginateTypeDef = TypedDict(
1469
- "ListUsersRequestListUsersPaginateTypeDef",
1470
- {
1471
- "ServerId": str,
1472
- "PaginationConfig": NotRequired[PaginatorConfigTypeDef],
1473
- },
1474
- )
1475
- ListWorkflowsRequestListWorkflowsPaginateTypeDef = TypedDict(
1476
- "ListWorkflowsRequestListWorkflowsPaginateTypeDef",
1477
- {
1478
- "PaginationConfig": NotRequired[PaginatorConfigTypeDef],
1479
- },
1480
- )
1481
- ListAccessesResponseTypeDef = TypedDict(
1482
- "ListAccessesResponseTypeDef",
1483
- {
1484
- "ServerId": str,
1485
- "Accesses": List[ListedAccessTypeDef],
1486
- "ResponseMetadata": ResponseMetadataTypeDef,
1487
- "NextToken": NotRequired[str],
1488
- },
1489
- )
1490
- ListAgreementsResponseTypeDef = TypedDict(
1491
- "ListAgreementsResponseTypeDef",
1492
- {
1493
- "Agreements": List[ListedAgreementTypeDef],
1494
- "ResponseMetadata": ResponseMetadataTypeDef,
1495
- "NextToken": NotRequired[str],
1496
- },
1497
- )
1498
- ListCertificatesResponseTypeDef = TypedDict(
1499
- "ListCertificatesResponseTypeDef",
1500
- {
1501
- "Certificates": List[ListedCertificateTypeDef],
1502
- "ResponseMetadata": ResponseMetadataTypeDef,
1503
- "NextToken": NotRequired[str],
1504
- },
1505
- )
1506
- ListConnectorsResponseTypeDef = TypedDict(
1507
- "ListConnectorsResponseTypeDef",
1508
- {
1509
- "Connectors": List[ListedConnectorTypeDef],
1510
- "ResponseMetadata": ResponseMetadataTypeDef,
1511
- "NextToken": NotRequired[str],
1512
- },
1513
- )
1514
- ListHostKeysResponseTypeDef = TypedDict(
1515
- "ListHostKeysResponseTypeDef",
1516
- {
1517
- "ServerId": str,
1518
- "HostKeys": List[ListedHostKeyTypeDef],
1519
- "ResponseMetadata": ResponseMetadataTypeDef,
1520
- "NextToken": NotRequired[str],
1521
- },
1522
- )
1523
- ListProfilesResponseTypeDef = TypedDict(
1524
- "ListProfilesResponseTypeDef",
1525
- {
1526
- "Profiles": List[ListedProfileTypeDef],
1527
- "ResponseMetadata": ResponseMetadataTypeDef,
1528
- "NextToken": NotRequired[str],
1529
- },
1530
- )
1531
- ListServersResponseTypeDef = TypedDict(
1532
- "ListServersResponseTypeDef",
1533
- {
1534
- "Servers": List[ListedServerTypeDef],
1535
- "ResponseMetadata": ResponseMetadataTypeDef,
1536
- "NextToken": NotRequired[str],
1537
- },
1538
- )
1539
- ListUsersResponseTypeDef = TypedDict(
1540
- "ListUsersResponseTypeDef",
1541
- {
1542
- "ServerId": str,
1543
- "Users": List[ListedUserTypeDef],
1544
- "ResponseMetadata": ResponseMetadataTypeDef,
1545
- "NextToken": NotRequired[str],
1546
- },
1547
- )
1548
- ListWorkflowsResponseTypeDef = TypedDict(
1549
- "ListWorkflowsResponseTypeDef",
1550
- {
1551
- "Workflows": List[ListedWorkflowTypeDef],
1552
- "ResponseMetadata": ResponseMetadataTypeDef,
1553
- "NextToken": NotRequired[str],
1554
- },
1555
- )
1556
- TagStepDetailsOutputTypeDef = TypedDict(
1557
- "TagStepDetailsOutputTypeDef",
1558
- {
1559
- "Name": NotRequired[str],
1560
- "Tags": NotRequired[List[S3TagTypeDef]],
1561
- "SourceFileLocation": NotRequired[str],
1562
- },
1563
- )
1564
- TagStepDetailsTypeDef = TypedDict(
1565
- "TagStepDetailsTypeDef",
1566
- {
1567
- "Name": NotRequired[str],
1568
- "Tags": NotRequired[Sequence[S3TagTypeDef]],
1569
- "SourceFileLocation": NotRequired[str],
1570
- },
1571
- )
1572
- ServiceMetadataTypeDef = TypedDict(
1573
- "ServiceMetadataTypeDef",
1574
- {
1575
- "UserDetails": UserDetailsTypeDef,
1576
- },
1577
- )
1578
- WorkflowDetailsOutputTypeDef = TypedDict(
1579
- "WorkflowDetailsOutputTypeDef",
1580
- {
1581
- "OnUpload": NotRequired[List[WorkflowDetailTypeDef]],
1582
- "OnPartialUpload": NotRequired[List[WorkflowDetailTypeDef]],
1583
- },
1584
- )
1585
- WorkflowDetailsTypeDef = TypedDict(
1586
- "WorkflowDetailsTypeDef",
1587
- {
1588
- "OnUpload": NotRequired[Sequence[WorkflowDetailTypeDef]],
1589
- "OnPartialUpload": NotRequired[Sequence[WorkflowDetailTypeDef]],
1590
- },
1591
- )
1592
- DescribeAgreementResponseTypeDef = TypedDict(
1593
- "DescribeAgreementResponseTypeDef",
1594
- {
1595
- "Agreement": DescribedAgreementTypeDef,
1596
- "ResponseMetadata": ResponseMetadataTypeDef,
1597
- },
1598
- )
1599
- DescribeCertificateResponseTypeDef = TypedDict(
1600
- "DescribeCertificateResponseTypeDef",
1601
- {
1602
- "Certificate": DescribedCertificateTypeDef,
1603
- "ResponseMetadata": ResponseMetadataTypeDef,
1604
- },
1605
- )
1606
- DescribeHostKeyResponseTypeDef = TypedDict(
1607
- "DescribeHostKeyResponseTypeDef",
1608
- {
1609
- "HostKey": DescribedHostKeyTypeDef,
1610
- "ResponseMetadata": ResponseMetadataTypeDef,
1611
- },
1612
- )
1613
- DescribeProfileResponseTypeDef = TypedDict(
1614
- "DescribeProfileResponseTypeDef",
1615
- {
1616
- "Profile": DescribedProfileTypeDef,
1617
- "ResponseMetadata": ResponseMetadataTypeDef,
1618
- },
1619
- )
1620
- DescribeAccessResponseTypeDef = TypedDict(
1621
- "DescribeAccessResponseTypeDef",
1622
- {
1623
- "ServerId": str,
1624
- "Access": DescribedAccessTypeDef,
1625
- "ResponseMetadata": ResponseMetadataTypeDef,
1626
- },
1627
- )
1628
- DescribeConnectorResponseTypeDef = TypedDict(
1629
- "DescribeConnectorResponseTypeDef",
1630
- {
1631
- "Connector": DescribedConnectorTypeDef,
1632
- "ResponseMetadata": ResponseMetadataTypeDef,
1633
- },
1634
- )
1635
- DescribeUserResponseTypeDef = TypedDict(
1636
- "DescribeUserResponseTypeDef",
1637
- {
1638
- "ServerId": str,
1639
- "User": DescribedUserTypeDef,
1640
- "ResponseMetadata": ResponseMetadataTypeDef,
1641
- },
1642
- )
1643
- ExecutionResultsTypeDef = TypedDict(
1644
- "ExecutionResultsTypeDef",
700
+
701
+
702
+ class ListProfilesRequestRequestTypeDef(TypedDict):
703
+ MaxResults: NotRequired[int]
704
+ NextToken: NotRequired[str]
705
+ ProfileType: NotRequired[ProfileTypeType]
706
+
707
+
708
+ class ListedProfileTypeDef(TypedDict):
709
+ Arn: NotRequired[str]
710
+ ProfileId: NotRequired[str]
711
+ As2Id: NotRequired[str]
712
+ ProfileType: NotRequired[ProfileTypeType]
713
+
714
+
715
+ class ListSecurityPoliciesRequestRequestTypeDef(TypedDict):
716
+ MaxResults: NotRequired[int]
717
+ NextToken: NotRequired[str]
718
+
719
+
720
+ class ListServersRequestRequestTypeDef(TypedDict):
721
+ MaxResults: NotRequired[int]
722
+ NextToken: NotRequired[str]
723
+
724
+
725
+ class ListedServerTypeDef(TypedDict):
726
+ Arn: str
727
+ Domain: NotRequired[DomainType]
728
+ IdentityProviderType: NotRequired[IdentityProviderTypeType]
729
+ EndpointType: NotRequired[EndpointTypeType]
730
+ LoggingRole: NotRequired[str]
731
+ ServerId: NotRequired[str]
732
+ State: NotRequired[StateType]
733
+ UserCount: NotRequired[int]
734
+
735
+
736
+ class ListTagsForResourceRequestRequestTypeDef(TypedDict):
737
+ Arn: str
738
+ MaxResults: NotRequired[int]
739
+ NextToken: NotRequired[str]
740
+
741
+
742
+ class ListUsersRequestRequestTypeDef(TypedDict):
743
+ ServerId: str
744
+ MaxResults: NotRequired[int]
745
+ NextToken: NotRequired[str]
746
+
747
+
748
+ class ListedUserTypeDef(TypedDict):
749
+ Arn: str
750
+ HomeDirectory: NotRequired[str]
751
+ HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
752
+ Role: NotRequired[str]
753
+ SshPublicKeyCount: NotRequired[int]
754
+ UserName: NotRequired[str]
755
+
756
+
757
+ class ListWebAppsRequestRequestTypeDef(TypedDict):
758
+ MaxResults: NotRequired[int]
759
+ NextToken: NotRequired[str]
760
+
761
+
762
+ class ListedWebAppTypeDef(TypedDict):
763
+ Arn: str
764
+ WebAppId: str
765
+ AccessEndpoint: NotRequired[str]
766
+ WebAppEndpoint: NotRequired[str]
767
+
768
+
769
+ class ListWorkflowsRequestRequestTypeDef(TypedDict):
770
+ MaxResults: NotRequired[int]
771
+ NextToken: NotRequired[str]
772
+
773
+
774
+ class ListedWorkflowTypeDef(TypedDict):
775
+ WorkflowId: NotRequired[str]
776
+ Description: NotRequired[str]
777
+ Arn: NotRequired[str]
778
+
779
+
780
+ class S3TagTypeDef(TypedDict):
781
+ Key: str
782
+ Value: str
783
+
784
+
785
+ class SendWorkflowStepStateRequestRequestTypeDef(TypedDict):
786
+ WorkflowId: str
787
+ ExecutionId: str
788
+ Token: str
789
+ Status: CustomStepStatusType
790
+
791
+
792
+ class UserDetailsTypeDef(TypedDict):
793
+ UserName: str
794
+ ServerId: str
795
+ SessionId: NotRequired[str]
796
+
797
+
798
+ class StartDirectoryListingRequestRequestTypeDef(TypedDict):
799
+ ConnectorId: str
800
+ RemoteDirectoryPath: str
801
+ OutputDirectoryPath: str
802
+ MaxItems: NotRequired[int]
803
+
804
+
805
+ class StartFileTransferRequestRequestTypeDef(TypedDict):
806
+ ConnectorId: str
807
+ SendFilePaths: NotRequired[Sequence[str]]
808
+ RetrieveFilePaths: NotRequired[Sequence[str]]
809
+ LocalDirectoryPath: NotRequired[str]
810
+ RemoteDirectoryPath: NotRequired[str]
811
+
812
+
813
+ class StartServerRequestRequestTypeDef(TypedDict):
814
+ ServerId: str
815
+
816
+
817
+ class StopServerRequestRequestTypeDef(TypedDict):
818
+ ServerId: str
819
+
820
+
821
+ class TestConnectionRequestRequestTypeDef(TypedDict):
822
+ ConnectorId: str
823
+
824
+
825
+ class TestIdentityProviderRequestRequestTypeDef(TypedDict):
826
+ ServerId: str
827
+ UserName: str
828
+ ServerProtocol: NotRequired[ProtocolType]
829
+ SourceIp: NotRequired[str]
830
+ UserPassword: NotRequired[str]
831
+
832
+
833
+ class UntagResourceRequestRequestTypeDef(TypedDict):
834
+ Arn: str
835
+ TagKeys: Sequence[str]
836
+
837
+
838
+ class UpdateAgreementRequestRequestTypeDef(TypedDict):
839
+ AgreementId: str
840
+ ServerId: str
841
+ Description: NotRequired[str]
842
+ Status: NotRequired[AgreementStatusTypeType]
843
+ LocalProfileId: NotRequired[str]
844
+ PartnerProfileId: NotRequired[str]
845
+ BaseDirectory: NotRequired[str]
846
+ AccessRole: NotRequired[str]
847
+ PreserveFilename: NotRequired[PreserveFilenameTypeType]
848
+ EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
849
+
850
+
851
+ class UpdateHostKeyRequestRequestTypeDef(TypedDict):
852
+ ServerId: str
853
+ HostKeyId: str
854
+ Description: str
855
+
856
+
857
+ class UpdateProfileRequestRequestTypeDef(TypedDict):
858
+ ProfileId: str
859
+ CertificateIds: NotRequired[Sequence[str]]
860
+
861
+
862
+ class UpdateWebAppIdentityCenterConfigTypeDef(TypedDict):
863
+ Role: NotRequired[str]
864
+
865
+
866
+ class WorkflowDetailTypeDef(TypedDict):
867
+ WorkflowId: str
868
+ ExecutionRole: str
869
+
870
+
871
+ class UpdateWebAppCustomizationRequestRequestTypeDef(TypedDict):
872
+ WebAppId: str
873
+ Title: NotRequired[str]
874
+ LogoFile: NotRequired[BlobTypeDef]
875
+ FaviconFile: NotRequired[BlobTypeDef]
876
+
877
+
878
+ class CreateAccessRequestRequestTypeDef(TypedDict):
879
+ Role: str
880
+ ServerId: str
881
+ ExternalId: str
882
+ HomeDirectory: NotRequired[str]
883
+ HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
884
+ HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
885
+ Policy: NotRequired[str]
886
+ PosixProfile: NotRequired[PosixProfileTypeDef]
887
+
888
+
889
+ class UpdateAccessRequestRequestTypeDef(TypedDict):
890
+ ServerId: str
891
+ ExternalId: str
892
+ HomeDirectory: NotRequired[str]
893
+ HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
894
+ HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
895
+ Policy: NotRequired[str]
896
+ PosixProfile: NotRequired[PosixProfileTypeDef]
897
+ Role: NotRequired[str]
898
+
899
+
900
+ class UpdateUserRequestRequestTypeDef(TypedDict):
901
+ ServerId: str
902
+ UserName: str
903
+ HomeDirectory: NotRequired[str]
904
+ HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
905
+ HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
906
+ Policy: NotRequired[str]
907
+ PosixProfile: NotRequired[PosixProfileTypeDef]
908
+ Role: NotRequired[str]
909
+
910
+
911
+ class CreateAccessResponseTypeDef(TypedDict):
912
+ ServerId: str
913
+ ExternalId: str
914
+ ResponseMetadata: ResponseMetadataTypeDef
915
+
916
+
917
+ class CreateAgreementResponseTypeDef(TypedDict):
918
+ AgreementId: str
919
+ ResponseMetadata: ResponseMetadataTypeDef
920
+
921
+
922
+ class CreateConnectorResponseTypeDef(TypedDict):
923
+ ConnectorId: str
924
+ ResponseMetadata: ResponseMetadataTypeDef
925
+
926
+
927
+ class CreateProfileResponseTypeDef(TypedDict):
928
+ ProfileId: str
929
+ ResponseMetadata: ResponseMetadataTypeDef
930
+
931
+
932
+ class CreateServerResponseTypeDef(TypedDict):
933
+ ServerId: str
934
+ ResponseMetadata: ResponseMetadataTypeDef
935
+
936
+
937
+ class CreateUserResponseTypeDef(TypedDict):
938
+ ServerId: str
939
+ UserName: str
940
+ ResponseMetadata: ResponseMetadataTypeDef
941
+
942
+
943
+ class CreateWebAppResponseTypeDef(TypedDict):
944
+ WebAppId: str
945
+ ResponseMetadata: ResponseMetadataTypeDef
946
+
947
+
948
+ class CreateWorkflowResponseTypeDef(TypedDict):
949
+ WorkflowId: str
950
+ ResponseMetadata: ResponseMetadataTypeDef
951
+
952
+
953
+ class EmptyResponseMetadataTypeDef(TypedDict):
954
+ ResponseMetadata: ResponseMetadataTypeDef
955
+
956
+
957
+ class ImportCertificateResponseTypeDef(TypedDict):
958
+ CertificateId: str
959
+ ResponseMetadata: ResponseMetadataTypeDef
960
+
961
+
962
+ class ImportHostKeyResponseTypeDef(TypedDict):
963
+ ServerId: str
964
+ HostKeyId: str
965
+ ResponseMetadata: ResponseMetadataTypeDef
966
+
967
+
968
+ class ImportSshPublicKeyResponseTypeDef(TypedDict):
969
+ ServerId: str
970
+ SshPublicKeyId: str
971
+ UserName: str
972
+ ResponseMetadata: ResponseMetadataTypeDef
973
+
974
+
975
+ class ListFileTransferResultsResponseTypeDef(TypedDict):
976
+ FileTransferResults: List[ConnectorFileTransferResultTypeDef]
977
+ ResponseMetadata: ResponseMetadataTypeDef
978
+ NextToken: NotRequired[str]
979
+
980
+
981
+ class ListSecurityPoliciesResponseTypeDef(TypedDict):
982
+ SecurityPolicyNames: List[str]
983
+ ResponseMetadata: ResponseMetadataTypeDef
984
+ NextToken: NotRequired[str]
985
+
986
+
987
+ class StartDirectoryListingResponseTypeDef(TypedDict):
988
+ ListingId: str
989
+ OutputFileName: str
990
+ ResponseMetadata: ResponseMetadataTypeDef
991
+
992
+
993
+ class StartFileTransferResponseTypeDef(TypedDict):
994
+ TransferId: str
995
+ ResponseMetadata: ResponseMetadataTypeDef
996
+
997
+
998
+ class TestConnectionResponseTypeDef(TypedDict):
999
+ ConnectorId: str
1000
+ Status: str
1001
+ StatusMessage: str
1002
+ ResponseMetadata: ResponseMetadataTypeDef
1003
+
1004
+
1005
+ class TestIdentityProviderResponseTypeDef(TypedDict):
1006
+ Response: str
1007
+ StatusCode: int
1008
+ Message: str
1009
+ Url: str
1010
+ ResponseMetadata: ResponseMetadataTypeDef
1011
+
1012
+
1013
+ class UpdateAccessResponseTypeDef(TypedDict):
1014
+ ServerId: str
1015
+ ExternalId: str
1016
+ ResponseMetadata: ResponseMetadataTypeDef
1017
+
1018
+
1019
+ class UpdateAgreementResponseTypeDef(TypedDict):
1020
+ AgreementId: str
1021
+ ResponseMetadata: ResponseMetadataTypeDef
1022
+
1023
+
1024
+ class UpdateCertificateResponseTypeDef(TypedDict):
1025
+ CertificateId: str
1026
+ ResponseMetadata: ResponseMetadataTypeDef
1027
+
1028
+
1029
+ class UpdateConnectorResponseTypeDef(TypedDict):
1030
+ ConnectorId: str
1031
+ ResponseMetadata: ResponseMetadataTypeDef
1032
+
1033
+
1034
+ class UpdateHostKeyResponseTypeDef(TypedDict):
1035
+ ServerId: str
1036
+ HostKeyId: str
1037
+ ResponseMetadata: ResponseMetadataTypeDef
1038
+
1039
+
1040
+ class UpdateProfileResponseTypeDef(TypedDict):
1041
+ ProfileId: str
1042
+ ResponseMetadata: ResponseMetadataTypeDef
1043
+
1044
+
1045
+ class UpdateServerResponseTypeDef(TypedDict):
1046
+ ServerId: str
1047
+ ResponseMetadata: ResponseMetadataTypeDef
1048
+
1049
+
1050
+ class UpdateUserResponseTypeDef(TypedDict):
1051
+ ServerId: str
1052
+ UserName: str
1053
+ ResponseMetadata: ResponseMetadataTypeDef
1054
+
1055
+
1056
+ class UpdateWebAppCustomizationResponseTypeDef(TypedDict):
1057
+ WebAppId: str
1058
+ ResponseMetadata: ResponseMetadataTypeDef
1059
+
1060
+
1061
+ class UpdateWebAppResponseTypeDef(TypedDict):
1062
+ WebAppId: str
1063
+ ResponseMetadata: ResponseMetadataTypeDef
1064
+
1065
+
1066
+ class CreateAgreementRequestRequestTypeDef(TypedDict):
1067
+ ServerId: str
1068
+ LocalProfileId: str
1069
+ PartnerProfileId: str
1070
+ BaseDirectory: str
1071
+ AccessRole: str
1072
+ Description: NotRequired[str]
1073
+ Status: NotRequired[AgreementStatusTypeType]
1074
+ Tags: NotRequired[Sequence[TagTypeDef]]
1075
+ PreserveFilename: NotRequired[PreserveFilenameTypeType]
1076
+ EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
1077
+
1078
+
1079
+ class CreateProfileRequestRequestTypeDef(TypedDict):
1080
+ As2Id: str
1081
+ ProfileType: ProfileTypeType
1082
+ CertificateIds: NotRequired[Sequence[str]]
1083
+ Tags: NotRequired[Sequence[TagTypeDef]]
1084
+
1085
+
1086
+ class CreateUserRequestRequestTypeDef(TypedDict):
1087
+ Role: str
1088
+ ServerId: str
1089
+ UserName: str
1090
+ HomeDirectory: NotRequired[str]
1091
+ HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
1092
+ HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
1093
+ Policy: NotRequired[str]
1094
+ PosixProfile: NotRequired[PosixProfileTypeDef]
1095
+ SshPublicKeyBody: NotRequired[str]
1096
+ Tags: NotRequired[Sequence[TagTypeDef]]
1097
+
1098
+
1099
+ class DescribedAgreementTypeDef(TypedDict):
1100
+ Arn: str
1101
+ AgreementId: NotRequired[str]
1102
+ Description: NotRequired[str]
1103
+ Status: NotRequired[AgreementStatusTypeType]
1104
+ ServerId: NotRequired[str]
1105
+ LocalProfileId: NotRequired[str]
1106
+ PartnerProfileId: NotRequired[str]
1107
+ BaseDirectory: NotRequired[str]
1108
+ AccessRole: NotRequired[str]
1109
+ Tags: NotRequired[List[TagTypeDef]]
1110
+ PreserveFilename: NotRequired[PreserveFilenameTypeType]
1111
+ EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
1112
+
1113
+
1114
+ DescribedCertificateTypeDef = TypedDict(
1115
+ "DescribedCertificateTypeDef",
1645
1116
  {
1646
- "Steps": NotRequired[List[ExecutionStepResultTypeDef]],
1647
- "OnExceptionSteps": NotRequired[List[ExecutionStepResultTypeDef]],
1117
+ "Arn": str,
1118
+ "CertificateId": NotRequired[str],
1119
+ "Usage": NotRequired[CertificateUsageTypeType],
1120
+ "Status": NotRequired[CertificateStatusTypeType],
1121
+ "Certificate": NotRequired[str],
1122
+ "CertificateChain": NotRequired[str],
1123
+ "ActiveDate": NotRequired[datetime],
1124
+ "InactiveDate": NotRequired[datetime],
1125
+ "Serial": NotRequired[str],
1126
+ "NotBeforeDate": NotRequired[datetime],
1127
+ "NotAfterDate": NotRequired[datetime],
1128
+ "Type": NotRequired[CertificateTypeType],
1129
+ "Description": NotRequired[str],
1130
+ "Tags": NotRequired[List[TagTypeDef]],
1648
1131
  },
1649
1132
  )
1650
- CopyStepDetailsTypeDef = TypedDict(
1651
- "CopyStepDetailsTypeDef",
1133
+ DescribedHostKeyTypeDef = TypedDict(
1134
+ "DescribedHostKeyTypeDef",
1652
1135
  {
1653
- "Name": NotRequired[str],
1654
- "DestinationFileLocation": NotRequired[InputFileLocationTypeDef],
1655
- "OverwriteExisting": NotRequired[OverwriteExistingType],
1656
- "SourceFileLocation": NotRequired[str],
1136
+ "Arn": str,
1137
+ "HostKeyId": NotRequired[str],
1138
+ "HostKeyFingerprint": NotRequired[str],
1139
+ "Description": NotRequired[str],
1140
+ "Type": NotRequired[str],
1141
+ "DateImported": NotRequired[datetime],
1142
+ "Tags": NotRequired[List[TagTypeDef]],
1657
1143
  },
1658
1144
  )
1145
+
1146
+
1147
+ class DescribedProfileTypeDef(TypedDict):
1148
+ Arn: str
1149
+ ProfileId: NotRequired[str]
1150
+ ProfileType: NotRequired[ProfileTypeType]
1151
+ As2Id: NotRequired[str]
1152
+ CertificateIds: NotRequired[List[str]]
1153
+ Tags: NotRequired[List[TagTypeDef]]
1154
+
1155
+
1156
+ class ImportHostKeyRequestRequestTypeDef(TypedDict):
1157
+ ServerId: str
1158
+ HostKeyBody: str
1159
+ Description: NotRequired[str]
1160
+ Tags: NotRequired[Sequence[TagTypeDef]]
1161
+
1162
+
1163
+ class ListTagsForResourceResponseTypeDef(TypedDict):
1164
+ Arn: str
1165
+ Tags: List[TagTypeDef]
1166
+ ResponseMetadata: ResponseMetadataTypeDef
1167
+ NextToken: NotRequired[str]
1168
+
1169
+
1170
+ class TagResourceRequestRequestTypeDef(TypedDict):
1171
+ Arn: str
1172
+ Tags: Sequence[TagTypeDef]
1173
+
1174
+
1175
+ class CreateConnectorRequestRequestTypeDef(TypedDict):
1176
+ Url: str
1177
+ AccessRole: str
1178
+ As2Config: NotRequired[As2ConnectorConfigTypeDef]
1179
+ LoggingRole: NotRequired[str]
1180
+ Tags: NotRequired[Sequence[TagTypeDef]]
1181
+ SftpConfig: NotRequired[SftpConnectorConfigTypeDef]
1182
+ SecurityPolicyName: NotRequired[str]
1183
+
1184
+
1185
+ class UpdateConnectorRequestRequestTypeDef(TypedDict):
1186
+ ConnectorId: str
1187
+ Url: NotRequired[str]
1188
+ As2Config: NotRequired[As2ConnectorConfigTypeDef]
1189
+ AccessRole: NotRequired[str]
1190
+ LoggingRole: NotRequired[str]
1191
+ SftpConfig: NotRequired[SftpConnectorConfigTypeDef]
1192
+ SecurityPolicyName: NotRequired[str]
1193
+
1194
+
1195
+ class DescribeSecurityPolicyResponseTypeDef(TypedDict):
1196
+ SecurityPolicy: DescribedSecurityPolicyTypeDef
1197
+ ResponseMetadata: ResponseMetadataTypeDef
1198
+
1199
+
1200
+ class DescribeServerRequestServerOfflineWaitTypeDef(TypedDict):
1201
+ ServerId: str
1202
+ WaiterConfig: NotRequired[WaiterConfigTypeDef]
1203
+
1204
+
1205
+ class DescribeServerRequestServerOnlineWaitTypeDef(TypedDict):
1206
+ ServerId: str
1207
+ WaiterConfig: NotRequired[WaiterConfigTypeDef]
1208
+
1209
+
1210
+ class DescribeWebAppCustomizationResponseTypeDef(TypedDict):
1211
+ WebAppCustomization: DescribedWebAppCustomizationTypeDef
1212
+ ResponseMetadata: ResponseMetadataTypeDef
1213
+
1214
+
1215
+ class DescribedAccessTypeDef(TypedDict):
1216
+ HomeDirectory: NotRequired[str]
1217
+ HomeDirectoryMappings: NotRequired[List[HomeDirectoryMapEntryTypeDef]]
1218
+ HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
1219
+ Policy: NotRequired[str]
1220
+ PosixProfile: NotRequired[PosixProfileOutputTypeDef]
1221
+ Role: NotRequired[str]
1222
+ ExternalId: NotRequired[str]
1223
+
1224
+
1225
+ class DescribedConnectorTypeDef(TypedDict):
1226
+ Arn: str
1227
+ ConnectorId: NotRequired[str]
1228
+ Url: NotRequired[str]
1229
+ As2Config: NotRequired[As2ConnectorConfigTypeDef]
1230
+ AccessRole: NotRequired[str]
1231
+ LoggingRole: NotRequired[str]
1232
+ Tags: NotRequired[List[TagTypeDef]]
1233
+ SftpConfig: NotRequired[SftpConnectorConfigOutputTypeDef]
1234
+ ServiceManagedEgressIpAddresses: NotRequired[List[str]]
1235
+ SecurityPolicyName: NotRequired[str]
1236
+
1237
+
1238
+ class DescribedWebAppIdentityProviderDetailsTypeDef(TypedDict):
1239
+ IdentityCenterConfig: NotRequired[DescribedIdentityCenterConfigTypeDef]
1240
+
1241
+
1242
+ class DescribedUserTypeDef(TypedDict):
1243
+ Arn: str
1244
+ HomeDirectory: NotRequired[str]
1245
+ HomeDirectoryMappings: NotRequired[List[HomeDirectoryMapEntryTypeDef]]
1246
+ HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
1247
+ Policy: NotRequired[str]
1248
+ PosixProfile: NotRequired[PosixProfileOutputTypeDef]
1249
+ Role: NotRequired[str]
1250
+ SshPublicKeys: NotRequired[List[SshPublicKeyTypeDef]]
1251
+ Tags: NotRequired[List[TagTypeDef]]
1252
+ UserName: NotRequired[str]
1253
+
1254
+
1255
+ class ExecutionStepResultTypeDef(TypedDict):
1256
+ StepType: NotRequired[WorkflowStepTypeType]
1257
+ Outputs: NotRequired[str]
1258
+ Error: NotRequired[ExecutionErrorTypeDef]
1259
+
1260
+
1261
+ class FileLocationTypeDef(TypedDict):
1262
+ S3FileLocation: NotRequired[S3FileLocationTypeDef]
1263
+ EfsFileLocation: NotRequired[EfsFileLocationTypeDef]
1264
+
1265
+
1266
+ class WebAppIdentityProviderDetailsTypeDef(TypedDict):
1267
+ IdentityCenterConfig: NotRequired[IdentityCenterConfigTypeDef]
1268
+
1269
+
1270
+ class ImportCertificateRequestRequestTypeDef(TypedDict):
1271
+ Usage: CertificateUsageTypeType
1272
+ Certificate: str
1273
+ CertificateChain: NotRequired[str]
1274
+ PrivateKey: NotRequired[str]
1275
+ ActiveDate: NotRequired[TimestampTypeDef]
1276
+ InactiveDate: NotRequired[TimestampTypeDef]
1277
+ Description: NotRequired[str]
1278
+ Tags: NotRequired[Sequence[TagTypeDef]]
1279
+
1280
+
1281
+ class UpdateCertificateRequestRequestTypeDef(TypedDict):
1282
+ CertificateId: str
1283
+ ActiveDate: NotRequired[TimestampTypeDef]
1284
+ InactiveDate: NotRequired[TimestampTypeDef]
1285
+ Description: NotRequired[str]
1286
+
1287
+
1288
+ class InputFileLocationTypeDef(TypedDict):
1289
+ S3FileLocation: NotRequired[S3InputFileLocationTypeDef]
1290
+ EfsFileLocation: NotRequired[EfsFileLocationTypeDef]
1291
+
1292
+
1293
+ class ListAccessesRequestListAccessesPaginateTypeDef(TypedDict):
1294
+ ServerId: str
1295
+ PaginationConfig: NotRequired[PaginatorConfigTypeDef]
1296
+
1297
+
1298
+ class ListAgreementsRequestListAgreementsPaginateTypeDef(TypedDict):
1299
+ ServerId: str
1300
+ PaginationConfig: NotRequired[PaginatorConfigTypeDef]
1301
+
1302
+
1303
+ class ListCertificatesRequestListCertificatesPaginateTypeDef(TypedDict):
1304
+ PaginationConfig: NotRequired[PaginatorConfigTypeDef]
1305
+
1306
+
1307
+ class ListConnectorsRequestListConnectorsPaginateTypeDef(TypedDict):
1308
+ PaginationConfig: NotRequired[PaginatorConfigTypeDef]
1309
+
1310
+
1311
+ class ListExecutionsRequestListExecutionsPaginateTypeDef(TypedDict):
1312
+ WorkflowId: str
1313
+ PaginationConfig: NotRequired[PaginatorConfigTypeDef]
1314
+
1315
+
1316
+ class ListFileTransferResultsRequestListFileTransferResultsPaginateTypeDef(TypedDict):
1317
+ ConnectorId: str
1318
+ TransferId: str
1319
+ PaginationConfig: NotRequired[PaginatorConfigTypeDef]
1320
+
1321
+
1322
+ class ListProfilesRequestListProfilesPaginateTypeDef(TypedDict):
1323
+ ProfileType: NotRequired[ProfileTypeType]
1324
+ PaginationConfig: NotRequired[PaginatorConfigTypeDef]
1325
+
1326
+
1327
+ class ListSecurityPoliciesRequestListSecurityPoliciesPaginateTypeDef(TypedDict):
1328
+ PaginationConfig: NotRequired[PaginatorConfigTypeDef]
1329
+
1330
+
1331
+ class ListServersRequestListServersPaginateTypeDef(TypedDict):
1332
+ PaginationConfig: NotRequired[PaginatorConfigTypeDef]
1333
+
1334
+
1335
+ class ListTagsForResourceRequestListTagsForResourcePaginateTypeDef(TypedDict):
1336
+ Arn: str
1337
+ PaginationConfig: NotRequired[PaginatorConfigTypeDef]
1338
+
1339
+
1340
+ class ListUsersRequestListUsersPaginateTypeDef(TypedDict):
1341
+ ServerId: str
1342
+ PaginationConfig: NotRequired[PaginatorConfigTypeDef]
1343
+
1344
+
1345
+ class ListWebAppsRequestListWebAppsPaginateTypeDef(TypedDict):
1346
+ PaginationConfig: NotRequired[PaginatorConfigTypeDef]
1347
+
1348
+
1349
+ class ListWorkflowsRequestListWorkflowsPaginateTypeDef(TypedDict):
1350
+ PaginationConfig: NotRequired[PaginatorConfigTypeDef]
1351
+
1352
+
1353
+ class ListAccessesResponseTypeDef(TypedDict):
1354
+ ServerId: str
1355
+ Accesses: List[ListedAccessTypeDef]
1356
+ ResponseMetadata: ResponseMetadataTypeDef
1357
+ NextToken: NotRequired[str]
1358
+
1359
+
1360
+ class ListAgreementsResponseTypeDef(TypedDict):
1361
+ Agreements: List[ListedAgreementTypeDef]
1362
+ ResponseMetadata: ResponseMetadataTypeDef
1363
+ NextToken: NotRequired[str]
1364
+
1365
+
1366
+ class ListCertificatesResponseTypeDef(TypedDict):
1367
+ Certificates: List[ListedCertificateTypeDef]
1368
+ ResponseMetadata: ResponseMetadataTypeDef
1369
+ NextToken: NotRequired[str]
1370
+
1371
+
1372
+ class ListConnectorsResponseTypeDef(TypedDict):
1373
+ Connectors: List[ListedConnectorTypeDef]
1374
+ ResponseMetadata: ResponseMetadataTypeDef
1375
+ NextToken: NotRequired[str]
1376
+
1377
+
1378
+ class ListHostKeysResponseTypeDef(TypedDict):
1379
+ ServerId: str
1380
+ HostKeys: List[ListedHostKeyTypeDef]
1381
+ ResponseMetadata: ResponseMetadataTypeDef
1382
+ NextToken: NotRequired[str]
1383
+
1384
+
1385
+ class ListProfilesResponseTypeDef(TypedDict):
1386
+ Profiles: List[ListedProfileTypeDef]
1387
+ ResponseMetadata: ResponseMetadataTypeDef
1388
+ NextToken: NotRequired[str]
1389
+
1390
+
1391
+ class ListServersResponseTypeDef(TypedDict):
1392
+ Servers: List[ListedServerTypeDef]
1393
+ ResponseMetadata: ResponseMetadataTypeDef
1394
+ NextToken: NotRequired[str]
1395
+
1396
+
1397
+ class ListUsersResponseTypeDef(TypedDict):
1398
+ ServerId: str
1399
+ Users: List[ListedUserTypeDef]
1400
+ ResponseMetadata: ResponseMetadataTypeDef
1401
+ NextToken: NotRequired[str]
1402
+
1403
+
1404
+ class ListWebAppsResponseTypeDef(TypedDict):
1405
+ WebApps: List[ListedWebAppTypeDef]
1406
+ ResponseMetadata: ResponseMetadataTypeDef
1407
+ NextToken: NotRequired[str]
1408
+
1409
+
1410
+ class ListWorkflowsResponseTypeDef(TypedDict):
1411
+ Workflows: List[ListedWorkflowTypeDef]
1412
+ ResponseMetadata: ResponseMetadataTypeDef
1413
+ NextToken: NotRequired[str]
1414
+
1415
+
1416
+ class TagStepDetailsOutputTypeDef(TypedDict):
1417
+ Name: NotRequired[str]
1418
+ Tags: NotRequired[List[S3TagTypeDef]]
1419
+ SourceFileLocation: NotRequired[str]
1420
+
1421
+
1422
+ class TagStepDetailsTypeDef(TypedDict):
1423
+ Name: NotRequired[str]
1424
+ Tags: NotRequired[Sequence[S3TagTypeDef]]
1425
+ SourceFileLocation: NotRequired[str]
1426
+
1427
+
1428
+ class ServiceMetadataTypeDef(TypedDict):
1429
+ UserDetails: UserDetailsTypeDef
1430
+
1431
+
1432
+ class UpdateWebAppIdentityProviderDetailsTypeDef(TypedDict):
1433
+ IdentityCenterConfig: NotRequired[UpdateWebAppIdentityCenterConfigTypeDef]
1434
+
1435
+
1436
+ class WorkflowDetailsOutputTypeDef(TypedDict):
1437
+ OnUpload: NotRequired[List[WorkflowDetailTypeDef]]
1438
+ OnPartialUpload: NotRequired[List[WorkflowDetailTypeDef]]
1439
+
1440
+
1441
+ class WorkflowDetailsTypeDef(TypedDict):
1442
+ OnUpload: NotRequired[Sequence[WorkflowDetailTypeDef]]
1443
+ OnPartialUpload: NotRequired[Sequence[WorkflowDetailTypeDef]]
1444
+
1445
+
1446
+ class DescribeAgreementResponseTypeDef(TypedDict):
1447
+ Agreement: DescribedAgreementTypeDef
1448
+ ResponseMetadata: ResponseMetadataTypeDef
1449
+
1450
+
1451
+ class DescribeCertificateResponseTypeDef(TypedDict):
1452
+ Certificate: DescribedCertificateTypeDef
1453
+ ResponseMetadata: ResponseMetadataTypeDef
1454
+
1455
+
1456
+ class DescribeHostKeyResponseTypeDef(TypedDict):
1457
+ HostKey: DescribedHostKeyTypeDef
1458
+ ResponseMetadata: ResponseMetadataTypeDef
1459
+
1460
+
1461
+ class DescribeProfileResponseTypeDef(TypedDict):
1462
+ Profile: DescribedProfileTypeDef
1463
+ ResponseMetadata: ResponseMetadataTypeDef
1464
+
1465
+
1466
+ class DescribeAccessResponseTypeDef(TypedDict):
1467
+ ServerId: str
1468
+ Access: DescribedAccessTypeDef
1469
+ ResponseMetadata: ResponseMetadataTypeDef
1470
+
1471
+
1472
+ class DescribeConnectorResponseTypeDef(TypedDict):
1473
+ Connector: DescribedConnectorTypeDef
1474
+ ResponseMetadata: ResponseMetadataTypeDef
1475
+
1476
+
1477
+ class DescribedWebAppTypeDef(TypedDict):
1478
+ Arn: str
1479
+ WebAppId: str
1480
+ DescribedIdentityProviderDetails: NotRequired[DescribedWebAppIdentityProviderDetailsTypeDef]
1481
+ AccessEndpoint: NotRequired[str]
1482
+ WebAppEndpoint: NotRequired[str]
1483
+ WebAppUnits: NotRequired[WebAppUnitsTypeDef]
1484
+ Tags: NotRequired[List[TagTypeDef]]
1485
+
1486
+
1487
+ class DescribeUserResponseTypeDef(TypedDict):
1488
+ ServerId: str
1489
+ User: DescribedUserTypeDef
1490
+ ResponseMetadata: ResponseMetadataTypeDef
1491
+
1492
+
1493
+ class ExecutionResultsTypeDef(TypedDict):
1494
+ Steps: NotRequired[List[ExecutionStepResultTypeDef]]
1495
+ OnExceptionSteps: NotRequired[List[ExecutionStepResultTypeDef]]
1496
+
1497
+
1498
+ class CreateWebAppRequestRequestTypeDef(TypedDict):
1499
+ IdentityProviderDetails: WebAppIdentityProviderDetailsTypeDef
1500
+ AccessEndpoint: NotRequired[str]
1501
+ WebAppUnits: NotRequired[WebAppUnitsTypeDef]
1502
+ Tags: NotRequired[Sequence[TagTypeDef]]
1503
+
1504
+
1505
+ class CopyStepDetailsTypeDef(TypedDict):
1506
+ Name: NotRequired[str]
1507
+ DestinationFileLocation: NotRequired[InputFileLocationTypeDef]
1508
+ OverwriteExisting: NotRequired[OverwriteExistingType]
1509
+ SourceFileLocation: NotRequired[str]
1510
+
1511
+
1659
1512
  DecryptStepDetailsTypeDef = TypedDict(
1660
1513
  "DecryptStepDetailsTypeDef",
1661
1514
  {
@@ -1667,97 +1520,101 @@ DecryptStepDetailsTypeDef = TypedDict(
1667
1520
  },
1668
1521
  )
1669
1522
  TagStepDetailsUnionTypeDef = Union[TagStepDetailsTypeDef, TagStepDetailsOutputTypeDef]
1670
- ListedExecutionTypeDef = TypedDict(
1671
- "ListedExecutionTypeDef",
1672
- {
1673
- "ExecutionId": NotRequired[str],
1674
- "InitialFileLocation": NotRequired[FileLocationTypeDef],
1675
- "ServiceMetadata": NotRequired[ServiceMetadataTypeDef],
1676
- "Status": NotRequired[ExecutionStatusType],
1677
- },
1678
- )
1679
- DescribedServerTypeDef = TypedDict(
1680
- "DescribedServerTypeDef",
1681
- {
1682
- "Arn": str,
1683
- "Certificate": NotRequired[str],
1684
- "ProtocolDetails": NotRequired[ProtocolDetailsOutputTypeDef],
1685
- "Domain": NotRequired[DomainType],
1686
- "EndpointDetails": NotRequired[EndpointDetailsOutputTypeDef],
1687
- "EndpointType": NotRequired[EndpointTypeType],
1688
- "HostKeyFingerprint": NotRequired[str],
1689
- "IdentityProviderDetails": NotRequired[IdentityProviderDetailsTypeDef],
1690
- "IdentityProviderType": NotRequired[IdentityProviderTypeType],
1691
- "LoggingRole": NotRequired[str],
1692
- "PostAuthenticationLoginBanner": NotRequired[str],
1693
- "PreAuthenticationLoginBanner": NotRequired[str],
1694
- "Protocols": NotRequired[List[ProtocolType]],
1695
- "SecurityPolicyName": NotRequired[str],
1696
- "ServerId": NotRequired[str],
1697
- "State": NotRequired[StateType],
1698
- "Tags": NotRequired[List[TagTypeDef]],
1699
- "UserCount": NotRequired[int],
1700
- "WorkflowDetails": NotRequired[WorkflowDetailsOutputTypeDef],
1701
- "StructuredLogDestinations": NotRequired[List[str]],
1702
- "S3StorageOptions": NotRequired[S3StorageOptionsTypeDef],
1703
- "As2ServiceManagedEgressIpAddresses": NotRequired[List[str]],
1704
- },
1705
- )
1706
- CreateServerRequestRequestTypeDef = TypedDict(
1707
- "CreateServerRequestRequestTypeDef",
1708
- {
1709
- "Certificate": NotRequired[str],
1710
- "Domain": NotRequired[DomainType],
1711
- "EndpointDetails": NotRequired[EndpointDetailsTypeDef],
1712
- "EndpointType": NotRequired[EndpointTypeType],
1713
- "HostKey": NotRequired[str],
1714
- "IdentityProviderDetails": NotRequired[IdentityProviderDetailsTypeDef],
1715
- "IdentityProviderType": NotRequired[IdentityProviderTypeType],
1716
- "LoggingRole": NotRequired[str],
1717
- "PostAuthenticationLoginBanner": NotRequired[str],
1718
- "PreAuthenticationLoginBanner": NotRequired[str],
1719
- "Protocols": NotRequired[Sequence[ProtocolType]],
1720
- "ProtocolDetails": NotRequired[ProtocolDetailsTypeDef],
1721
- "SecurityPolicyName": NotRequired[str],
1722
- "Tags": NotRequired[Sequence[TagTypeDef]],
1723
- "WorkflowDetails": NotRequired[WorkflowDetailsTypeDef],
1724
- "StructuredLogDestinations": NotRequired[Sequence[str]],
1725
- "S3StorageOptions": NotRequired[S3StorageOptionsTypeDef],
1726
- },
1727
- )
1728
- UpdateServerRequestRequestTypeDef = TypedDict(
1729
- "UpdateServerRequestRequestTypeDef",
1730
- {
1731
- "ServerId": str,
1732
- "Certificate": NotRequired[str],
1733
- "ProtocolDetails": NotRequired[ProtocolDetailsTypeDef],
1734
- "EndpointDetails": NotRequired[EndpointDetailsTypeDef],
1735
- "EndpointType": NotRequired[EndpointTypeType],
1736
- "HostKey": NotRequired[str],
1737
- "IdentityProviderDetails": NotRequired[IdentityProviderDetailsTypeDef],
1738
- "LoggingRole": NotRequired[str],
1739
- "PostAuthenticationLoginBanner": NotRequired[str],
1740
- "PreAuthenticationLoginBanner": NotRequired[str],
1741
- "Protocols": NotRequired[Sequence[ProtocolType]],
1742
- "SecurityPolicyName": NotRequired[str],
1743
- "WorkflowDetails": NotRequired[WorkflowDetailsTypeDef],
1744
- "StructuredLogDestinations": NotRequired[Sequence[str]],
1745
- "S3StorageOptions": NotRequired[S3StorageOptionsTypeDef],
1746
- },
1747
- )
1748
- DescribedExecutionTypeDef = TypedDict(
1749
- "DescribedExecutionTypeDef",
1750
- {
1751
- "ExecutionId": NotRequired[str],
1752
- "InitialFileLocation": NotRequired[FileLocationTypeDef],
1753
- "ServiceMetadata": NotRequired[ServiceMetadataTypeDef],
1754
- "ExecutionRole": NotRequired[str],
1755
- "LoggingConfiguration": NotRequired[LoggingConfigurationTypeDef],
1756
- "PosixProfile": NotRequired[PosixProfileOutputTypeDef],
1757
- "Status": NotRequired[ExecutionStatusType],
1758
- "Results": NotRequired[ExecutionResultsTypeDef],
1759
- },
1760
- )
1523
+
1524
+
1525
+ class ListedExecutionTypeDef(TypedDict):
1526
+ ExecutionId: NotRequired[str]
1527
+ InitialFileLocation: NotRequired[FileLocationTypeDef]
1528
+ ServiceMetadata: NotRequired[ServiceMetadataTypeDef]
1529
+ Status: NotRequired[ExecutionStatusType]
1530
+
1531
+
1532
+ class UpdateWebAppRequestRequestTypeDef(TypedDict):
1533
+ WebAppId: str
1534
+ IdentityProviderDetails: NotRequired[UpdateWebAppIdentityProviderDetailsTypeDef]
1535
+ AccessEndpoint: NotRequired[str]
1536
+ WebAppUnits: NotRequired[WebAppUnitsTypeDef]
1537
+
1538
+
1539
+ class DescribedServerTypeDef(TypedDict):
1540
+ Arn: str
1541
+ Certificate: NotRequired[str]
1542
+ ProtocolDetails: NotRequired[ProtocolDetailsOutputTypeDef]
1543
+ Domain: NotRequired[DomainType]
1544
+ EndpointDetails: NotRequired[EndpointDetailsOutputTypeDef]
1545
+ EndpointType: NotRequired[EndpointTypeType]
1546
+ HostKeyFingerprint: NotRequired[str]
1547
+ IdentityProviderDetails: NotRequired[IdentityProviderDetailsTypeDef]
1548
+ IdentityProviderType: NotRequired[IdentityProviderTypeType]
1549
+ LoggingRole: NotRequired[str]
1550
+ PostAuthenticationLoginBanner: NotRequired[str]
1551
+ PreAuthenticationLoginBanner: NotRequired[str]
1552
+ Protocols: NotRequired[List[ProtocolType]]
1553
+ SecurityPolicyName: NotRequired[str]
1554
+ ServerId: NotRequired[str]
1555
+ State: NotRequired[StateType]
1556
+ Tags: NotRequired[List[TagTypeDef]]
1557
+ UserCount: NotRequired[int]
1558
+ WorkflowDetails: NotRequired[WorkflowDetailsOutputTypeDef]
1559
+ StructuredLogDestinations: NotRequired[List[str]]
1560
+ S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
1561
+ As2ServiceManagedEgressIpAddresses: NotRequired[List[str]]
1562
+
1563
+
1564
+ class CreateServerRequestRequestTypeDef(TypedDict):
1565
+ Certificate: NotRequired[str]
1566
+ Domain: NotRequired[DomainType]
1567
+ EndpointDetails: NotRequired[EndpointDetailsTypeDef]
1568
+ EndpointType: NotRequired[EndpointTypeType]
1569
+ HostKey: NotRequired[str]
1570
+ IdentityProviderDetails: NotRequired[IdentityProviderDetailsTypeDef]
1571
+ IdentityProviderType: NotRequired[IdentityProviderTypeType]
1572
+ LoggingRole: NotRequired[str]
1573
+ PostAuthenticationLoginBanner: NotRequired[str]
1574
+ PreAuthenticationLoginBanner: NotRequired[str]
1575
+ Protocols: NotRequired[Sequence[ProtocolType]]
1576
+ ProtocolDetails: NotRequired[ProtocolDetailsTypeDef]
1577
+ SecurityPolicyName: NotRequired[str]
1578
+ Tags: NotRequired[Sequence[TagTypeDef]]
1579
+ WorkflowDetails: NotRequired[WorkflowDetailsTypeDef]
1580
+ StructuredLogDestinations: NotRequired[Sequence[str]]
1581
+ S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
1582
+
1583
+
1584
+ class UpdateServerRequestRequestTypeDef(TypedDict):
1585
+ ServerId: str
1586
+ Certificate: NotRequired[str]
1587
+ ProtocolDetails: NotRequired[ProtocolDetailsTypeDef]
1588
+ EndpointDetails: NotRequired[EndpointDetailsTypeDef]
1589
+ EndpointType: NotRequired[EndpointTypeType]
1590
+ HostKey: NotRequired[str]
1591
+ IdentityProviderDetails: NotRequired[IdentityProviderDetailsTypeDef]
1592
+ LoggingRole: NotRequired[str]
1593
+ PostAuthenticationLoginBanner: NotRequired[str]
1594
+ PreAuthenticationLoginBanner: NotRequired[str]
1595
+ Protocols: NotRequired[Sequence[ProtocolType]]
1596
+ SecurityPolicyName: NotRequired[str]
1597
+ WorkflowDetails: NotRequired[WorkflowDetailsTypeDef]
1598
+ StructuredLogDestinations: NotRequired[Sequence[str]]
1599
+ S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
1600
+
1601
+
1602
+ class DescribeWebAppResponseTypeDef(TypedDict):
1603
+ WebApp: DescribedWebAppTypeDef
1604
+ ResponseMetadata: ResponseMetadataTypeDef
1605
+
1606
+
1607
+ class DescribedExecutionTypeDef(TypedDict):
1608
+ ExecutionId: NotRequired[str]
1609
+ InitialFileLocation: NotRequired[FileLocationTypeDef]
1610
+ ServiceMetadata: NotRequired[ServiceMetadataTypeDef]
1611
+ ExecutionRole: NotRequired[str]
1612
+ LoggingConfiguration: NotRequired[LoggingConfigurationTypeDef]
1613
+ PosixProfile: NotRequired[PosixProfileOutputTypeDef]
1614
+ Status: NotRequired[ExecutionStatusType]
1615
+ Results: NotRequired[ExecutionResultsTypeDef]
1616
+
1617
+
1761
1618
  WorkflowStepOutputTypeDef = TypedDict(
1762
1619
  "WorkflowStepOutputTypeDef",
1763
1620
  {
@@ -1780,55 +1637,45 @@ WorkflowStepTypeDef = TypedDict(
1780
1637
  "DecryptStepDetails": NotRequired[DecryptStepDetailsTypeDef],
1781
1638
  },
1782
1639
  )
1783
- ListExecutionsResponseTypeDef = TypedDict(
1784
- "ListExecutionsResponseTypeDef",
1785
- {
1786
- "WorkflowId": str,
1787
- "Executions": List[ListedExecutionTypeDef],
1788
- "ResponseMetadata": ResponseMetadataTypeDef,
1789
- "NextToken": NotRequired[str],
1790
- },
1791
- )
1792
- DescribeServerResponseTypeDef = TypedDict(
1793
- "DescribeServerResponseTypeDef",
1794
- {
1795
- "Server": DescribedServerTypeDef,
1796
- "ResponseMetadata": ResponseMetadataTypeDef,
1797
- },
1798
- )
1799
- DescribeExecutionResponseTypeDef = TypedDict(
1800
- "DescribeExecutionResponseTypeDef",
1801
- {
1802
- "WorkflowId": str,
1803
- "Execution": DescribedExecutionTypeDef,
1804
- "ResponseMetadata": ResponseMetadataTypeDef,
1805
- },
1806
- )
1807
- DescribedWorkflowTypeDef = TypedDict(
1808
- "DescribedWorkflowTypeDef",
1809
- {
1810
- "Arn": str,
1811
- "Description": NotRequired[str],
1812
- "Steps": NotRequired[List[WorkflowStepOutputTypeDef]],
1813
- "OnExceptionSteps": NotRequired[List[WorkflowStepOutputTypeDef]],
1814
- "WorkflowId": NotRequired[str],
1815
- "Tags": NotRequired[List[TagTypeDef]],
1816
- },
1817
- )
1640
+
1641
+
1642
+ class ListExecutionsResponseTypeDef(TypedDict):
1643
+ WorkflowId: str
1644
+ Executions: List[ListedExecutionTypeDef]
1645
+ ResponseMetadata: ResponseMetadataTypeDef
1646
+ NextToken: NotRequired[str]
1647
+
1648
+
1649
+ class DescribeServerResponseTypeDef(TypedDict):
1650
+ Server: DescribedServerTypeDef
1651
+ ResponseMetadata: ResponseMetadataTypeDef
1652
+
1653
+
1654
+ class DescribeExecutionResponseTypeDef(TypedDict):
1655
+ WorkflowId: str
1656
+ Execution: DescribedExecutionTypeDef
1657
+ ResponseMetadata: ResponseMetadataTypeDef
1658
+
1659
+
1660
+ class DescribedWorkflowTypeDef(TypedDict):
1661
+ Arn: str
1662
+ Description: NotRequired[str]
1663
+ Steps: NotRequired[List[WorkflowStepOutputTypeDef]]
1664
+ OnExceptionSteps: NotRequired[List[WorkflowStepOutputTypeDef]]
1665
+ WorkflowId: NotRequired[str]
1666
+ Tags: NotRequired[List[TagTypeDef]]
1667
+
1668
+
1818
1669
  WorkflowStepUnionTypeDef = Union[WorkflowStepTypeDef, WorkflowStepOutputTypeDef]
1819
- DescribeWorkflowResponseTypeDef = TypedDict(
1820
- "DescribeWorkflowResponseTypeDef",
1821
- {
1822
- "Workflow": DescribedWorkflowTypeDef,
1823
- "ResponseMetadata": ResponseMetadataTypeDef,
1824
- },
1825
- )
1826
- CreateWorkflowRequestRequestTypeDef = TypedDict(
1827
- "CreateWorkflowRequestRequestTypeDef",
1828
- {
1829
- "Steps": Sequence[WorkflowStepUnionTypeDef],
1830
- "Description": NotRequired[str],
1831
- "OnExceptionSteps": NotRequired[Sequence[WorkflowStepTypeDef]],
1832
- "Tags": NotRequired[Sequence[TagTypeDef]],
1833
- },
1834
- )
1670
+
1671
+
1672
+ class DescribeWorkflowResponseTypeDef(TypedDict):
1673
+ Workflow: DescribedWorkflowTypeDef
1674
+ ResponseMetadata: ResponseMetadataTypeDef
1675
+
1676
+
1677
+ class CreateWorkflowRequestRequestTypeDef(TypedDict):
1678
+ Steps: Sequence[WorkflowStepUnionTypeDef]
1679
+ Description: NotRequired[str]
1680
+ OnExceptionSteps: NotRequired[Sequence[WorkflowStepTypeDef]]
1681
+ Tags: NotRequired[Sequence[TagTypeDef]]