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