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