mypy-boto3-transfer 1.36.6__py3-none-any.whl → 1.37.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mypy_boto3_transfer/__init__.py +4 -2
- mypy_boto3_transfer/__init__.pyi +4 -2
- mypy_boto3_transfer/__main__.py +4 -4
- mypy_boto3_transfer/client.py +140 -146
- mypy_boto3_transfer/client.pyi +140 -146
- mypy_boto3_transfer/literals.py +2 -3
- mypy_boto3_transfer/literals.pyi +2 -3
- mypy_boto3_transfer/paginator.py +2 -2
- mypy_boto3_transfer/paginator.pyi +2 -2
- mypy_boto3_transfer/type_defs.py +289 -261
- mypy_boto3_transfer/type_defs.pyi +272 -250
- mypy_boto3_transfer/version.py +1 -1
- mypy_boto3_transfer/waiter.py +4 -4
- mypy_boto3_transfer/waiter.pyi +4 -4
- {mypy_boto3_transfer-1.36.6.dist-info → mypy_boto3_transfer-1.37.0.dist-info}/METADATA +12 -8
- mypy_boto3_transfer-1.37.0.dist-info/RECORD +20 -0
- mypy_boto3_transfer-1.36.6.dist-info/RECORD +0 -20
- {mypy_boto3_transfer-1.36.6.dist-info → mypy_boto3_transfer-1.37.0.dist-info}/LICENSE +0 -0
- {mypy_boto3_transfer-1.36.6.dist-info → mypy_boto3_transfer-1.37.0.dist-info}/WHEEL +0 -0
- {mypy_boto3_transfer-1.36.6.dist-info → mypy_boto3_transfer-1.37.0.dist-info}/top_level.txt +0 -0
|
@@ -3,6 +3,8 @@ Type annotations for transfer service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/type_defs/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -10,8 +12,6 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: As2ConnectorConfigTypeDef = ...
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
from __future__ import annotations
|
|
@@ -73,64 +73,65 @@ __all__ = (
|
|
|
73
73
|
"BlobTypeDef",
|
|
74
74
|
"ConnectorFileTransferResultTypeDef",
|
|
75
75
|
"CopyStepDetailsTypeDef",
|
|
76
|
-
"
|
|
76
|
+
"CreateAccessRequestTypeDef",
|
|
77
77
|
"CreateAccessResponseTypeDef",
|
|
78
|
-
"
|
|
78
|
+
"CreateAgreementRequestTypeDef",
|
|
79
79
|
"CreateAgreementResponseTypeDef",
|
|
80
|
-
"
|
|
80
|
+
"CreateConnectorRequestTypeDef",
|
|
81
81
|
"CreateConnectorResponseTypeDef",
|
|
82
|
-
"
|
|
82
|
+
"CreateProfileRequestTypeDef",
|
|
83
83
|
"CreateProfileResponseTypeDef",
|
|
84
|
-
"
|
|
84
|
+
"CreateServerRequestTypeDef",
|
|
85
85
|
"CreateServerResponseTypeDef",
|
|
86
|
-
"
|
|
86
|
+
"CreateUserRequestTypeDef",
|
|
87
87
|
"CreateUserResponseTypeDef",
|
|
88
|
-
"
|
|
88
|
+
"CreateWebAppRequestTypeDef",
|
|
89
89
|
"CreateWebAppResponseTypeDef",
|
|
90
|
-
"
|
|
90
|
+
"CreateWorkflowRequestTypeDef",
|
|
91
91
|
"CreateWorkflowResponseTypeDef",
|
|
92
92
|
"CustomDirectoriesTypeTypeDef",
|
|
93
93
|
"CustomStepDetailsTypeDef",
|
|
94
94
|
"DecryptStepDetailsTypeDef",
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
95
|
+
"DeleteAccessRequestTypeDef",
|
|
96
|
+
"DeleteAgreementRequestTypeDef",
|
|
97
|
+
"DeleteCertificateRequestTypeDef",
|
|
98
|
+
"DeleteConnectorRequestTypeDef",
|
|
99
|
+
"DeleteHostKeyRequestTypeDef",
|
|
100
|
+
"DeleteProfileRequestTypeDef",
|
|
101
|
+
"DeleteServerRequestTypeDef",
|
|
102
|
+
"DeleteSshPublicKeyRequestTypeDef",
|
|
103
103
|
"DeleteStepDetailsTypeDef",
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
104
|
+
"DeleteUserRequestTypeDef",
|
|
105
|
+
"DeleteWebAppCustomizationRequestTypeDef",
|
|
106
|
+
"DeleteWebAppRequestTypeDef",
|
|
107
|
+
"DeleteWorkflowRequestTypeDef",
|
|
108
|
+
"DescribeAccessRequestTypeDef",
|
|
109
109
|
"DescribeAccessResponseTypeDef",
|
|
110
|
-
"
|
|
110
|
+
"DescribeAgreementRequestTypeDef",
|
|
111
111
|
"DescribeAgreementResponseTypeDef",
|
|
112
|
-
"
|
|
112
|
+
"DescribeCertificateRequestTypeDef",
|
|
113
113
|
"DescribeCertificateResponseTypeDef",
|
|
114
|
-
"
|
|
114
|
+
"DescribeConnectorRequestTypeDef",
|
|
115
115
|
"DescribeConnectorResponseTypeDef",
|
|
116
|
-
"
|
|
116
|
+
"DescribeExecutionRequestTypeDef",
|
|
117
117
|
"DescribeExecutionResponseTypeDef",
|
|
118
|
-
"
|
|
118
|
+
"DescribeHostKeyRequestTypeDef",
|
|
119
119
|
"DescribeHostKeyResponseTypeDef",
|
|
120
|
-
"
|
|
120
|
+
"DescribeProfileRequestTypeDef",
|
|
121
121
|
"DescribeProfileResponseTypeDef",
|
|
122
|
-
"
|
|
122
|
+
"DescribeSecurityPolicyRequestTypeDef",
|
|
123
123
|
"DescribeSecurityPolicyResponseTypeDef",
|
|
124
|
-
"
|
|
124
|
+
"DescribeServerRequestTypeDef",
|
|
125
|
+
"DescribeServerRequestWaitExtraTypeDef",
|
|
125
126
|
"DescribeServerRequestWaitTypeDef",
|
|
126
127
|
"DescribeServerResponseTypeDef",
|
|
127
|
-
"
|
|
128
|
+
"DescribeUserRequestTypeDef",
|
|
128
129
|
"DescribeUserResponseTypeDef",
|
|
129
|
-
"
|
|
130
|
+
"DescribeWebAppCustomizationRequestTypeDef",
|
|
130
131
|
"DescribeWebAppCustomizationResponseTypeDef",
|
|
131
|
-
"
|
|
132
|
+
"DescribeWebAppRequestTypeDef",
|
|
132
133
|
"DescribeWebAppResponseTypeDef",
|
|
133
|
-
"
|
|
134
|
+
"DescribeWorkflowRequestTypeDef",
|
|
134
135
|
"DescribeWorkflowResponseTypeDef",
|
|
135
136
|
"DescribedAccessTypeDef",
|
|
136
137
|
"DescribedAgreementTypeDef",
|
|
@@ -151,6 +152,7 @@ __all__ = (
|
|
|
151
152
|
"EmptyResponseMetadataTypeDef",
|
|
152
153
|
"EndpointDetailsOutputTypeDef",
|
|
153
154
|
"EndpointDetailsTypeDef",
|
|
155
|
+
"EndpointDetailsUnionTypeDef",
|
|
154
156
|
"ExecutionErrorTypeDef",
|
|
155
157
|
"ExecutionResultsTypeDef",
|
|
156
158
|
"ExecutionStepResultTypeDef",
|
|
@@ -158,53 +160,53 @@ __all__ = (
|
|
|
158
160
|
"HomeDirectoryMapEntryTypeDef",
|
|
159
161
|
"IdentityCenterConfigTypeDef",
|
|
160
162
|
"IdentityProviderDetailsTypeDef",
|
|
161
|
-
"
|
|
163
|
+
"ImportCertificateRequestTypeDef",
|
|
162
164
|
"ImportCertificateResponseTypeDef",
|
|
163
|
-
"
|
|
165
|
+
"ImportHostKeyRequestTypeDef",
|
|
164
166
|
"ImportHostKeyResponseTypeDef",
|
|
165
|
-
"
|
|
167
|
+
"ImportSshPublicKeyRequestTypeDef",
|
|
166
168
|
"ImportSshPublicKeyResponseTypeDef",
|
|
167
169
|
"InputFileLocationTypeDef",
|
|
168
170
|
"ListAccessesRequestPaginateTypeDef",
|
|
169
|
-
"
|
|
171
|
+
"ListAccessesRequestTypeDef",
|
|
170
172
|
"ListAccessesResponseTypeDef",
|
|
171
173
|
"ListAgreementsRequestPaginateTypeDef",
|
|
172
|
-
"
|
|
174
|
+
"ListAgreementsRequestTypeDef",
|
|
173
175
|
"ListAgreementsResponseTypeDef",
|
|
174
176
|
"ListCertificatesRequestPaginateTypeDef",
|
|
175
|
-
"
|
|
177
|
+
"ListCertificatesRequestTypeDef",
|
|
176
178
|
"ListCertificatesResponseTypeDef",
|
|
177
179
|
"ListConnectorsRequestPaginateTypeDef",
|
|
178
|
-
"
|
|
180
|
+
"ListConnectorsRequestTypeDef",
|
|
179
181
|
"ListConnectorsResponseTypeDef",
|
|
180
182
|
"ListExecutionsRequestPaginateTypeDef",
|
|
181
|
-
"
|
|
183
|
+
"ListExecutionsRequestTypeDef",
|
|
182
184
|
"ListExecutionsResponseTypeDef",
|
|
183
185
|
"ListFileTransferResultsRequestPaginateTypeDef",
|
|
184
|
-
"
|
|
186
|
+
"ListFileTransferResultsRequestTypeDef",
|
|
185
187
|
"ListFileTransferResultsResponseTypeDef",
|
|
186
|
-
"
|
|
188
|
+
"ListHostKeysRequestTypeDef",
|
|
187
189
|
"ListHostKeysResponseTypeDef",
|
|
188
190
|
"ListProfilesRequestPaginateTypeDef",
|
|
189
|
-
"
|
|
191
|
+
"ListProfilesRequestTypeDef",
|
|
190
192
|
"ListProfilesResponseTypeDef",
|
|
191
193
|
"ListSecurityPoliciesRequestPaginateTypeDef",
|
|
192
|
-
"
|
|
194
|
+
"ListSecurityPoliciesRequestTypeDef",
|
|
193
195
|
"ListSecurityPoliciesResponseTypeDef",
|
|
194
196
|
"ListServersRequestPaginateTypeDef",
|
|
195
|
-
"
|
|
197
|
+
"ListServersRequestTypeDef",
|
|
196
198
|
"ListServersResponseTypeDef",
|
|
197
199
|
"ListTagsForResourceRequestPaginateTypeDef",
|
|
198
|
-
"
|
|
200
|
+
"ListTagsForResourceRequestTypeDef",
|
|
199
201
|
"ListTagsForResourceResponseTypeDef",
|
|
200
202
|
"ListUsersRequestPaginateTypeDef",
|
|
201
|
-
"
|
|
203
|
+
"ListUsersRequestTypeDef",
|
|
202
204
|
"ListUsersResponseTypeDef",
|
|
203
205
|
"ListWebAppsRequestPaginateTypeDef",
|
|
204
|
-
"
|
|
206
|
+
"ListWebAppsRequestTypeDef",
|
|
205
207
|
"ListWebAppsResponseTypeDef",
|
|
206
208
|
"ListWorkflowsRequestPaginateTypeDef",
|
|
207
|
-
"
|
|
209
|
+
"ListWorkflowsRequestTypeDef",
|
|
208
210
|
"ListWorkflowsResponseTypeDef",
|
|
209
211
|
"ListedAccessTypeDef",
|
|
210
212
|
"ListedAgreementTypeDef",
|
|
@@ -221,56 +223,59 @@ __all__ = (
|
|
|
221
223
|
"PaginatorConfigTypeDef",
|
|
222
224
|
"PosixProfileOutputTypeDef",
|
|
223
225
|
"PosixProfileTypeDef",
|
|
226
|
+
"PosixProfileUnionTypeDef",
|
|
224
227
|
"ProtocolDetailsOutputTypeDef",
|
|
225
228
|
"ProtocolDetailsTypeDef",
|
|
229
|
+
"ProtocolDetailsUnionTypeDef",
|
|
226
230
|
"ResponseMetadataTypeDef",
|
|
227
231
|
"S3FileLocationTypeDef",
|
|
228
232
|
"S3InputFileLocationTypeDef",
|
|
229
233
|
"S3StorageOptionsTypeDef",
|
|
230
234
|
"S3TagTypeDef",
|
|
231
|
-
"
|
|
235
|
+
"SendWorkflowStepStateRequestTypeDef",
|
|
232
236
|
"ServiceMetadataTypeDef",
|
|
233
237
|
"SftpConnectorConfigOutputTypeDef",
|
|
234
238
|
"SftpConnectorConfigTypeDef",
|
|
239
|
+
"SftpConnectorConfigUnionTypeDef",
|
|
235
240
|
"SshPublicKeyTypeDef",
|
|
236
|
-
"
|
|
241
|
+
"StartDirectoryListingRequestTypeDef",
|
|
237
242
|
"StartDirectoryListingResponseTypeDef",
|
|
238
|
-
"
|
|
243
|
+
"StartFileTransferRequestTypeDef",
|
|
239
244
|
"StartFileTransferResponseTypeDef",
|
|
240
|
-
"
|
|
241
|
-
"
|
|
242
|
-
"
|
|
245
|
+
"StartServerRequestTypeDef",
|
|
246
|
+
"StopServerRequestTypeDef",
|
|
247
|
+
"TagResourceRequestTypeDef",
|
|
243
248
|
"TagStepDetailsOutputTypeDef",
|
|
244
249
|
"TagStepDetailsTypeDef",
|
|
245
250
|
"TagStepDetailsUnionTypeDef",
|
|
246
251
|
"TagTypeDef",
|
|
247
|
-
"
|
|
252
|
+
"TestConnectionRequestTypeDef",
|
|
248
253
|
"TestConnectionResponseTypeDef",
|
|
249
|
-
"
|
|
254
|
+
"TestIdentityProviderRequestTypeDef",
|
|
250
255
|
"TestIdentityProviderResponseTypeDef",
|
|
251
256
|
"TimestampTypeDef",
|
|
252
|
-
"
|
|
253
|
-
"
|
|
257
|
+
"UntagResourceRequestTypeDef",
|
|
258
|
+
"UpdateAccessRequestTypeDef",
|
|
254
259
|
"UpdateAccessResponseTypeDef",
|
|
255
|
-
"
|
|
260
|
+
"UpdateAgreementRequestTypeDef",
|
|
256
261
|
"UpdateAgreementResponseTypeDef",
|
|
257
|
-
"
|
|
262
|
+
"UpdateCertificateRequestTypeDef",
|
|
258
263
|
"UpdateCertificateResponseTypeDef",
|
|
259
|
-
"
|
|
264
|
+
"UpdateConnectorRequestTypeDef",
|
|
260
265
|
"UpdateConnectorResponseTypeDef",
|
|
261
|
-
"
|
|
266
|
+
"UpdateHostKeyRequestTypeDef",
|
|
262
267
|
"UpdateHostKeyResponseTypeDef",
|
|
263
|
-
"
|
|
268
|
+
"UpdateProfileRequestTypeDef",
|
|
264
269
|
"UpdateProfileResponseTypeDef",
|
|
265
|
-
"
|
|
270
|
+
"UpdateServerRequestTypeDef",
|
|
266
271
|
"UpdateServerResponseTypeDef",
|
|
267
|
-
"
|
|
272
|
+
"UpdateUserRequestTypeDef",
|
|
268
273
|
"UpdateUserResponseTypeDef",
|
|
269
|
-
"
|
|
274
|
+
"UpdateWebAppCustomizationRequestTypeDef",
|
|
270
275
|
"UpdateWebAppCustomizationResponseTypeDef",
|
|
271
276
|
"UpdateWebAppIdentityCenterConfigTypeDef",
|
|
272
277
|
"UpdateWebAppIdentityProviderDetailsTypeDef",
|
|
273
|
-
"
|
|
278
|
+
"UpdateWebAppRequestTypeDef",
|
|
274
279
|
"UpdateWebAppResponseTypeDef",
|
|
275
280
|
"UserDetailsTypeDef",
|
|
276
281
|
"WaiterConfigTypeDef",
|
|
@@ -279,6 +284,7 @@ __all__ = (
|
|
|
279
284
|
"WorkflowDetailTypeDef",
|
|
280
285
|
"WorkflowDetailsOutputTypeDef",
|
|
281
286
|
"WorkflowDetailsTypeDef",
|
|
287
|
+
"WorkflowDetailsUnionTypeDef",
|
|
282
288
|
"WorkflowStepOutputTypeDef",
|
|
283
289
|
"WorkflowStepTypeDef",
|
|
284
290
|
"WorkflowStepUnionTypeDef",
|
|
@@ -313,11 +319,6 @@ HomeDirectoryMapEntryTypeDef = TypedDict(
|
|
|
313
319
|
},
|
|
314
320
|
)
|
|
315
321
|
|
|
316
|
-
class PosixProfileTypeDef(TypedDict):
|
|
317
|
-
Uid: int
|
|
318
|
-
Gid: int
|
|
319
|
-
SecondaryGids: NotRequired[Sequence[int]]
|
|
320
|
-
|
|
321
322
|
class ResponseMetadataTypeDef(TypedDict):
|
|
322
323
|
RequestId: str
|
|
323
324
|
HTTPStatusCode: int
|
|
@@ -336,17 +337,6 @@ class TagTypeDef(TypedDict):
|
|
|
336
337
|
Key: str
|
|
337
338
|
Value: str
|
|
338
339
|
|
|
339
|
-
class SftpConnectorConfigTypeDef(TypedDict):
|
|
340
|
-
UserSecretId: NotRequired[str]
|
|
341
|
-
TrustedHostKeys: NotRequired[Sequence[str]]
|
|
342
|
-
|
|
343
|
-
class EndpointDetailsTypeDef(TypedDict):
|
|
344
|
-
AddressAllocationIds: NotRequired[Sequence[str]]
|
|
345
|
-
SubnetIds: NotRequired[Sequence[str]]
|
|
346
|
-
VpcEndpointId: NotRequired[str]
|
|
347
|
-
VpcId: NotRequired[str]
|
|
348
|
-
SecurityGroupIds: NotRequired[Sequence[str]]
|
|
349
|
-
|
|
350
340
|
class IdentityProviderDetailsTypeDef(TypedDict):
|
|
351
341
|
Url: NotRequired[str]
|
|
352
342
|
InvocationRole: NotRequired[str]
|
|
@@ -354,12 +344,6 @@ class IdentityProviderDetailsTypeDef(TypedDict):
|
|
|
354
344
|
Function: NotRequired[str]
|
|
355
345
|
SftpAuthenticationMethods: NotRequired[SftpAuthenticationMethodsType]
|
|
356
346
|
|
|
357
|
-
class ProtocolDetailsTypeDef(TypedDict):
|
|
358
|
-
PassiveIp: NotRequired[str]
|
|
359
|
-
TlsSessionResumptionMode: NotRequired[TlsSessionResumptionModeType]
|
|
360
|
-
SetStatOption: NotRequired[SetStatOptionType]
|
|
361
|
-
As2Transports: NotRequired[Sequence[Literal["HTTP"]]]
|
|
362
|
-
|
|
363
347
|
class S3StorageOptionsTypeDef(TypedDict):
|
|
364
348
|
DirectoryListingOptimization: NotRequired[DirectoryListingOptimizationType]
|
|
365
349
|
|
|
@@ -372,31 +356,31 @@ class CustomStepDetailsTypeDef(TypedDict):
|
|
|
372
356
|
TimeoutSeconds: NotRequired[int]
|
|
373
357
|
SourceFileLocation: NotRequired[str]
|
|
374
358
|
|
|
375
|
-
class
|
|
359
|
+
class DeleteAccessRequestTypeDef(TypedDict):
|
|
376
360
|
ServerId: str
|
|
377
361
|
ExternalId: str
|
|
378
362
|
|
|
379
|
-
class
|
|
363
|
+
class DeleteAgreementRequestTypeDef(TypedDict):
|
|
380
364
|
AgreementId: str
|
|
381
365
|
ServerId: str
|
|
382
366
|
|
|
383
|
-
class
|
|
367
|
+
class DeleteCertificateRequestTypeDef(TypedDict):
|
|
384
368
|
CertificateId: str
|
|
385
369
|
|
|
386
|
-
class
|
|
370
|
+
class DeleteConnectorRequestTypeDef(TypedDict):
|
|
387
371
|
ConnectorId: str
|
|
388
372
|
|
|
389
|
-
class
|
|
373
|
+
class DeleteHostKeyRequestTypeDef(TypedDict):
|
|
390
374
|
ServerId: str
|
|
391
375
|
HostKeyId: str
|
|
392
376
|
|
|
393
|
-
class
|
|
377
|
+
class DeleteProfileRequestTypeDef(TypedDict):
|
|
394
378
|
ProfileId: str
|
|
395
379
|
|
|
396
|
-
class
|
|
380
|
+
class DeleteServerRequestTypeDef(TypedDict):
|
|
397
381
|
ServerId: str
|
|
398
382
|
|
|
399
|
-
class
|
|
383
|
+
class DeleteSshPublicKeyRequestTypeDef(TypedDict):
|
|
400
384
|
ServerId: str
|
|
401
385
|
SshPublicKeyId: str
|
|
402
386
|
UserName: str
|
|
@@ -405,45 +389,45 @@ class DeleteStepDetailsTypeDef(TypedDict):
|
|
|
405
389
|
Name: NotRequired[str]
|
|
406
390
|
SourceFileLocation: NotRequired[str]
|
|
407
391
|
|
|
408
|
-
class
|
|
392
|
+
class DeleteUserRequestTypeDef(TypedDict):
|
|
409
393
|
ServerId: str
|
|
410
394
|
UserName: str
|
|
411
395
|
|
|
412
|
-
class
|
|
396
|
+
class DeleteWebAppCustomizationRequestTypeDef(TypedDict):
|
|
413
397
|
WebAppId: str
|
|
414
398
|
|
|
415
|
-
class
|
|
399
|
+
class DeleteWebAppRequestTypeDef(TypedDict):
|
|
416
400
|
WebAppId: str
|
|
417
401
|
|
|
418
|
-
class
|
|
402
|
+
class DeleteWorkflowRequestTypeDef(TypedDict):
|
|
419
403
|
WorkflowId: str
|
|
420
404
|
|
|
421
|
-
class
|
|
405
|
+
class DescribeAccessRequestTypeDef(TypedDict):
|
|
422
406
|
ServerId: str
|
|
423
407
|
ExternalId: str
|
|
424
408
|
|
|
425
|
-
class
|
|
409
|
+
class DescribeAgreementRequestTypeDef(TypedDict):
|
|
426
410
|
AgreementId: str
|
|
427
411
|
ServerId: str
|
|
428
412
|
|
|
429
|
-
class
|
|
413
|
+
class DescribeCertificateRequestTypeDef(TypedDict):
|
|
430
414
|
CertificateId: str
|
|
431
415
|
|
|
432
|
-
class
|
|
416
|
+
class DescribeConnectorRequestTypeDef(TypedDict):
|
|
433
417
|
ConnectorId: str
|
|
434
418
|
|
|
435
|
-
class
|
|
419
|
+
class DescribeExecutionRequestTypeDef(TypedDict):
|
|
436
420
|
ExecutionId: str
|
|
437
421
|
WorkflowId: str
|
|
438
422
|
|
|
439
|
-
class
|
|
423
|
+
class DescribeHostKeyRequestTypeDef(TypedDict):
|
|
440
424
|
ServerId: str
|
|
441
425
|
HostKeyId: str
|
|
442
426
|
|
|
443
|
-
class
|
|
427
|
+
class DescribeProfileRequestTypeDef(TypedDict):
|
|
444
428
|
ProfileId: str
|
|
445
429
|
|
|
446
|
-
class
|
|
430
|
+
class DescribeSecurityPolicyRequestTypeDef(TypedDict):
|
|
447
431
|
SecurityPolicyName: str
|
|
448
432
|
|
|
449
433
|
DescribedSecurityPolicyTypeDef = TypedDict(
|
|
@@ -461,18 +445,18 @@ DescribedSecurityPolicyTypeDef = TypedDict(
|
|
|
461
445
|
},
|
|
462
446
|
)
|
|
463
447
|
|
|
464
|
-
class
|
|
448
|
+
class DescribeServerRequestTypeDef(TypedDict):
|
|
465
449
|
ServerId: str
|
|
466
450
|
|
|
467
451
|
class WaiterConfigTypeDef(TypedDict):
|
|
468
452
|
Delay: NotRequired[int]
|
|
469
453
|
MaxAttempts: NotRequired[int]
|
|
470
454
|
|
|
471
|
-
class
|
|
455
|
+
class DescribeUserRequestTypeDef(TypedDict):
|
|
472
456
|
ServerId: str
|
|
473
457
|
UserName: str
|
|
474
458
|
|
|
475
|
-
class
|
|
459
|
+
class DescribeWebAppCustomizationRequestTypeDef(TypedDict):
|
|
476
460
|
WebAppId: str
|
|
477
461
|
|
|
478
462
|
class DescribedWebAppCustomizationTypeDef(TypedDict):
|
|
@@ -482,10 +466,10 @@ class DescribedWebAppCustomizationTypeDef(TypedDict):
|
|
|
482
466
|
LogoFile: NotRequired[bytes]
|
|
483
467
|
FaviconFile: NotRequired[bytes]
|
|
484
468
|
|
|
485
|
-
class
|
|
469
|
+
class DescribeWebAppRequestTypeDef(TypedDict):
|
|
486
470
|
WebAppId: str
|
|
487
471
|
|
|
488
|
-
class
|
|
472
|
+
class DescribeWorkflowRequestTypeDef(TypedDict):
|
|
489
473
|
WorkflowId: str
|
|
490
474
|
|
|
491
475
|
class PosixProfileOutputTypeDef(TypedDict):
|
|
@@ -528,6 +512,13 @@ class EfsFileLocationTypeDef(TypedDict):
|
|
|
528
512
|
FileSystemId: NotRequired[str]
|
|
529
513
|
Path: NotRequired[str]
|
|
530
514
|
|
|
515
|
+
class EndpointDetailsTypeDef(TypedDict):
|
|
516
|
+
AddressAllocationIds: NotRequired[Sequence[str]]
|
|
517
|
+
SubnetIds: NotRequired[Sequence[str]]
|
|
518
|
+
VpcEndpointId: NotRequired[str]
|
|
519
|
+
VpcId: NotRequired[str]
|
|
520
|
+
SecurityGroupIds: NotRequired[Sequence[str]]
|
|
521
|
+
|
|
531
522
|
ExecutionErrorTypeDef = TypedDict(
|
|
532
523
|
"ExecutionErrorTypeDef",
|
|
533
524
|
{
|
|
@@ -548,7 +539,7 @@ class IdentityCenterConfigTypeDef(TypedDict):
|
|
|
548
539
|
|
|
549
540
|
TimestampTypeDef = Union[datetime, str]
|
|
550
541
|
|
|
551
|
-
class
|
|
542
|
+
class ImportSshPublicKeyRequestTypeDef(TypedDict):
|
|
552
543
|
ServerId: str
|
|
553
544
|
SshPublicKeyBody: str
|
|
554
545
|
UserName: str
|
|
@@ -562,7 +553,7 @@ class PaginatorConfigTypeDef(TypedDict):
|
|
|
562
553
|
PageSize: NotRequired[int]
|
|
563
554
|
StartingToken: NotRequired[str]
|
|
564
555
|
|
|
565
|
-
class
|
|
556
|
+
class ListAccessesRequestTypeDef(TypedDict):
|
|
566
557
|
ServerId: str
|
|
567
558
|
MaxResults: NotRequired[int]
|
|
568
559
|
NextToken: NotRequired[str]
|
|
@@ -573,7 +564,7 @@ class ListedAccessTypeDef(TypedDict):
|
|
|
573
564
|
Role: NotRequired[str]
|
|
574
565
|
ExternalId: NotRequired[str]
|
|
575
566
|
|
|
576
|
-
class
|
|
567
|
+
class ListAgreementsRequestTypeDef(TypedDict):
|
|
577
568
|
ServerId: str
|
|
578
569
|
MaxResults: NotRequired[int]
|
|
579
570
|
NextToken: NotRequired[str]
|
|
@@ -587,7 +578,7 @@ class ListedAgreementTypeDef(TypedDict):
|
|
|
587
578
|
LocalProfileId: NotRequired[str]
|
|
588
579
|
PartnerProfileId: NotRequired[str]
|
|
589
580
|
|
|
590
|
-
class
|
|
581
|
+
class ListCertificatesRequestTypeDef(TypedDict):
|
|
591
582
|
MaxResults: NotRequired[int]
|
|
592
583
|
NextToken: NotRequired[str]
|
|
593
584
|
|
|
@@ -605,7 +596,7 @@ ListedCertificateTypeDef = TypedDict(
|
|
|
605
596
|
},
|
|
606
597
|
)
|
|
607
598
|
|
|
608
|
-
class
|
|
599
|
+
class ListConnectorsRequestTypeDef(TypedDict):
|
|
609
600
|
MaxResults: NotRequired[int]
|
|
610
601
|
NextToken: NotRequired[str]
|
|
611
602
|
|
|
@@ -614,18 +605,18 @@ class ListedConnectorTypeDef(TypedDict):
|
|
|
614
605
|
ConnectorId: NotRequired[str]
|
|
615
606
|
Url: NotRequired[str]
|
|
616
607
|
|
|
617
|
-
class
|
|
608
|
+
class ListExecutionsRequestTypeDef(TypedDict):
|
|
618
609
|
WorkflowId: str
|
|
619
610
|
MaxResults: NotRequired[int]
|
|
620
611
|
NextToken: NotRequired[str]
|
|
621
612
|
|
|
622
|
-
class
|
|
613
|
+
class ListFileTransferResultsRequestTypeDef(TypedDict):
|
|
623
614
|
ConnectorId: str
|
|
624
615
|
TransferId: str
|
|
625
616
|
NextToken: NotRequired[str]
|
|
626
617
|
MaxResults: NotRequired[int]
|
|
627
618
|
|
|
628
|
-
class
|
|
619
|
+
class ListHostKeysRequestTypeDef(TypedDict):
|
|
629
620
|
ServerId: str
|
|
630
621
|
MaxResults: NotRequired[int]
|
|
631
622
|
NextToken: NotRequired[str]
|
|
@@ -642,7 +633,7 @@ ListedHostKeyTypeDef = TypedDict(
|
|
|
642
633
|
},
|
|
643
634
|
)
|
|
644
635
|
|
|
645
|
-
class
|
|
636
|
+
class ListProfilesRequestTypeDef(TypedDict):
|
|
646
637
|
MaxResults: NotRequired[int]
|
|
647
638
|
NextToken: NotRequired[str]
|
|
648
639
|
ProfileType: NotRequired[ProfileTypeType]
|
|
@@ -653,11 +644,11 @@ class ListedProfileTypeDef(TypedDict):
|
|
|
653
644
|
As2Id: NotRequired[str]
|
|
654
645
|
ProfileType: NotRequired[ProfileTypeType]
|
|
655
646
|
|
|
656
|
-
class
|
|
647
|
+
class ListSecurityPoliciesRequestTypeDef(TypedDict):
|
|
657
648
|
MaxResults: NotRequired[int]
|
|
658
649
|
NextToken: NotRequired[str]
|
|
659
650
|
|
|
660
|
-
class
|
|
651
|
+
class ListServersRequestTypeDef(TypedDict):
|
|
661
652
|
MaxResults: NotRequired[int]
|
|
662
653
|
NextToken: NotRequired[str]
|
|
663
654
|
|
|
@@ -671,12 +662,12 @@ class ListedServerTypeDef(TypedDict):
|
|
|
671
662
|
State: NotRequired[StateType]
|
|
672
663
|
UserCount: NotRequired[int]
|
|
673
664
|
|
|
674
|
-
class
|
|
665
|
+
class ListTagsForResourceRequestTypeDef(TypedDict):
|
|
675
666
|
Arn: str
|
|
676
667
|
MaxResults: NotRequired[int]
|
|
677
668
|
NextToken: NotRequired[str]
|
|
678
669
|
|
|
679
|
-
class
|
|
670
|
+
class ListUsersRequestTypeDef(TypedDict):
|
|
680
671
|
ServerId: str
|
|
681
672
|
MaxResults: NotRequired[int]
|
|
682
673
|
NextToken: NotRequired[str]
|
|
@@ -689,7 +680,7 @@ class ListedUserTypeDef(TypedDict):
|
|
|
689
680
|
SshPublicKeyCount: NotRequired[int]
|
|
690
681
|
UserName: NotRequired[str]
|
|
691
682
|
|
|
692
|
-
class
|
|
683
|
+
class ListWebAppsRequestTypeDef(TypedDict):
|
|
693
684
|
MaxResults: NotRequired[int]
|
|
694
685
|
NextToken: NotRequired[str]
|
|
695
686
|
|
|
@@ -699,7 +690,7 @@ class ListedWebAppTypeDef(TypedDict):
|
|
|
699
690
|
AccessEndpoint: NotRequired[str]
|
|
700
691
|
WebAppEndpoint: NotRequired[str]
|
|
701
692
|
|
|
702
|
-
class
|
|
693
|
+
class ListWorkflowsRequestTypeDef(TypedDict):
|
|
703
694
|
MaxResults: NotRequired[int]
|
|
704
695
|
NextToken: NotRequired[str]
|
|
705
696
|
|
|
@@ -708,11 +699,22 @@ class ListedWorkflowTypeDef(TypedDict):
|
|
|
708
699
|
Description: NotRequired[str]
|
|
709
700
|
Arn: NotRequired[str]
|
|
710
701
|
|
|
702
|
+
class PosixProfileTypeDef(TypedDict):
|
|
703
|
+
Uid: int
|
|
704
|
+
Gid: int
|
|
705
|
+
SecondaryGids: NotRequired[Sequence[int]]
|
|
706
|
+
|
|
707
|
+
class ProtocolDetailsTypeDef(TypedDict):
|
|
708
|
+
PassiveIp: NotRequired[str]
|
|
709
|
+
TlsSessionResumptionMode: NotRequired[TlsSessionResumptionModeType]
|
|
710
|
+
SetStatOption: NotRequired[SetStatOptionType]
|
|
711
|
+
As2Transports: NotRequired[Sequence[Literal["HTTP"]]]
|
|
712
|
+
|
|
711
713
|
class S3TagTypeDef(TypedDict):
|
|
712
714
|
Key: str
|
|
713
715
|
Value: str
|
|
714
716
|
|
|
715
|
-
class
|
|
717
|
+
class SendWorkflowStepStateRequestTypeDef(TypedDict):
|
|
716
718
|
WorkflowId: str
|
|
717
719
|
ExecutionId: str
|
|
718
720
|
Token: str
|
|
@@ -723,45 +725,49 @@ class UserDetailsTypeDef(TypedDict):
|
|
|
723
725
|
ServerId: str
|
|
724
726
|
SessionId: NotRequired[str]
|
|
725
727
|
|
|
726
|
-
class
|
|
728
|
+
class SftpConnectorConfigTypeDef(TypedDict):
|
|
729
|
+
UserSecretId: NotRequired[str]
|
|
730
|
+
TrustedHostKeys: NotRequired[Sequence[str]]
|
|
731
|
+
|
|
732
|
+
class StartDirectoryListingRequestTypeDef(TypedDict):
|
|
727
733
|
ConnectorId: str
|
|
728
734
|
RemoteDirectoryPath: str
|
|
729
735
|
OutputDirectoryPath: str
|
|
730
736
|
MaxItems: NotRequired[int]
|
|
731
737
|
|
|
732
|
-
class
|
|
738
|
+
class StartFileTransferRequestTypeDef(TypedDict):
|
|
733
739
|
ConnectorId: str
|
|
734
740
|
SendFilePaths: NotRequired[Sequence[str]]
|
|
735
741
|
RetrieveFilePaths: NotRequired[Sequence[str]]
|
|
736
742
|
LocalDirectoryPath: NotRequired[str]
|
|
737
743
|
RemoteDirectoryPath: NotRequired[str]
|
|
738
744
|
|
|
739
|
-
class
|
|
745
|
+
class StartServerRequestTypeDef(TypedDict):
|
|
740
746
|
ServerId: str
|
|
741
747
|
|
|
742
|
-
class
|
|
748
|
+
class StopServerRequestTypeDef(TypedDict):
|
|
743
749
|
ServerId: str
|
|
744
750
|
|
|
745
|
-
class
|
|
751
|
+
class TestConnectionRequestTypeDef(TypedDict):
|
|
746
752
|
ConnectorId: str
|
|
747
753
|
|
|
748
|
-
class
|
|
754
|
+
class TestIdentityProviderRequestTypeDef(TypedDict):
|
|
749
755
|
ServerId: str
|
|
750
756
|
UserName: str
|
|
751
757
|
ServerProtocol: NotRequired[ProtocolType]
|
|
752
758
|
SourceIp: NotRequired[str]
|
|
753
759
|
UserPassword: NotRequired[str]
|
|
754
760
|
|
|
755
|
-
class
|
|
761
|
+
class UntagResourceRequestTypeDef(TypedDict):
|
|
756
762
|
Arn: str
|
|
757
763
|
TagKeys: Sequence[str]
|
|
758
764
|
|
|
759
|
-
class
|
|
765
|
+
class UpdateHostKeyRequestTypeDef(TypedDict):
|
|
760
766
|
ServerId: str
|
|
761
767
|
HostKeyId: str
|
|
762
768
|
Description: str
|
|
763
769
|
|
|
764
|
-
class
|
|
770
|
+
class UpdateProfileRequestTypeDef(TypedDict):
|
|
765
771
|
ProfileId: str
|
|
766
772
|
CertificateIds: NotRequired[Sequence[str]]
|
|
767
773
|
|
|
@@ -772,42 +778,12 @@ class WorkflowDetailTypeDef(TypedDict):
|
|
|
772
778
|
WorkflowId: str
|
|
773
779
|
ExecutionRole: str
|
|
774
780
|
|
|
775
|
-
class
|
|
781
|
+
class UpdateWebAppCustomizationRequestTypeDef(TypedDict):
|
|
776
782
|
WebAppId: str
|
|
777
783
|
Title: NotRequired[str]
|
|
778
784
|
LogoFile: NotRequired[BlobTypeDef]
|
|
779
785
|
FaviconFile: NotRequired[BlobTypeDef]
|
|
780
786
|
|
|
781
|
-
class CreateAccessRequestRequestTypeDef(TypedDict):
|
|
782
|
-
Role: str
|
|
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
|
-
|
|
791
|
-
class UpdateAccessRequestRequestTypeDef(TypedDict):
|
|
792
|
-
ServerId: str
|
|
793
|
-
ExternalId: str
|
|
794
|
-
HomeDirectory: NotRequired[str]
|
|
795
|
-
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
796
|
-
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
797
|
-
Policy: NotRequired[str]
|
|
798
|
-
PosixProfile: NotRequired[PosixProfileTypeDef]
|
|
799
|
-
Role: NotRequired[str]
|
|
800
|
-
|
|
801
|
-
class UpdateUserRequestRequestTypeDef(TypedDict):
|
|
802
|
-
ServerId: str
|
|
803
|
-
UserName: str
|
|
804
|
-
HomeDirectory: NotRequired[str]
|
|
805
|
-
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
806
|
-
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
807
|
-
Policy: NotRequired[str]
|
|
808
|
-
PosixProfile: NotRequired[PosixProfileTypeDef]
|
|
809
|
-
Role: NotRequired[str]
|
|
810
|
-
|
|
811
787
|
class CreateAccessResponseTypeDef(TypedDict):
|
|
812
788
|
ServerId: str
|
|
813
789
|
ExternalId: str
|
|
@@ -935,7 +911,7 @@ class UpdateWebAppResponseTypeDef(TypedDict):
|
|
|
935
911
|
WebAppId: str
|
|
936
912
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
937
913
|
|
|
938
|
-
class
|
|
914
|
+
class UpdateAgreementRequestTypeDef(TypedDict):
|
|
939
915
|
AgreementId: str
|
|
940
916
|
ServerId: str
|
|
941
917
|
Description: NotRequired[str]
|
|
@@ -948,7 +924,7 @@ class UpdateAgreementRequestRequestTypeDef(TypedDict):
|
|
|
948
924
|
EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
|
|
949
925
|
CustomDirectories: NotRequired[CustomDirectoriesTypeTypeDef]
|
|
950
926
|
|
|
951
|
-
class
|
|
927
|
+
class CreateAgreementRequestTypeDef(TypedDict):
|
|
952
928
|
ServerId: str
|
|
953
929
|
LocalProfileId: str
|
|
954
930
|
PartnerProfileId: str
|
|
@@ -961,24 +937,12 @@ class CreateAgreementRequestRequestTypeDef(TypedDict):
|
|
|
961
937
|
EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
|
|
962
938
|
CustomDirectories: NotRequired[CustomDirectoriesTypeTypeDef]
|
|
963
939
|
|
|
964
|
-
class
|
|
940
|
+
class CreateProfileRequestTypeDef(TypedDict):
|
|
965
941
|
As2Id: str
|
|
966
942
|
ProfileType: ProfileTypeType
|
|
967
943
|
CertificateIds: NotRequired[Sequence[str]]
|
|
968
944
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
969
945
|
|
|
970
|
-
class CreateUserRequestRequestTypeDef(TypedDict):
|
|
971
|
-
Role: str
|
|
972
|
-
ServerId: str
|
|
973
|
-
UserName: str
|
|
974
|
-
HomeDirectory: NotRequired[str]
|
|
975
|
-
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
976
|
-
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
977
|
-
Policy: NotRequired[str]
|
|
978
|
-
PosixProfile: NotRequired[PosixProfileTypeDef]
|
|
979
|
-
SshPublicKeyBody: NotRequired[str]
|
|
980
|
-
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
981
|
-
|
|
982
946
|
class DescribedAgreementTypeDef(TypedDict):
|
|
983
947
|
Arn: str
|
|
984
948
|
AgreementId: NotRequired[str]
|
|
@@ -1034,7 +998,7 @@ class DescribedProfileTypeDef(TypedDict):
|
|
|
1034
998
|
CertificateIds: NotRequired[List[str]]
|
|
1035
999
|
Tags: NotRequired[List[TagTypeDef]]
|
|
1036
1000
|
|
|
1037
|
-
class
|
|
1001
|
+
class ImportHostKeyRequestTypeDef(TypedDict):
|
|
1038
1002
|
ServerId: str
|
|
1039
1003
|
HostKeyBody: str
|
|
1040
1004
|
Description: NotRequired[str]
|
|
@@ -1046,32 +1010,18 @@ class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
|
1046
1010
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1047
1011
|
NextToken: NotRequired[str]
|
|
1048
1012
|
|
|
1049
|
-
class
|
|
1013
|
+
class TagResourceRequestTypeDef(TypedDict):
|
|
1050
1014
|
Arn: str
|
|
1051
1015
|
Tags: Sequence[TagTypeDef]
|
|
1052
1016
|
|
|
1053
|
-
class CreateConnectorRequestRequestTypeDef(TypedDict):
|
|
1054
|
-
Url: str
|
|
1055
|
-
AccessRole: str
|
|
1056
|
-
As2Config: NotRequired[As2ConnectorConfigTypeDef]
|
|
1057
|
-
LoggingRole: NotRequired[str]
|
|
1058
|
-
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1059
|
-
SftpConfig: NotRequired[SftpConnectorConfigTypeDef]
|
|
1060
|
-
SecurityPolicyName: NotRequired[str]
|
|
1061
|
-
|
|
1062
|
-
class UpdateConnectorRequestRequestTypeDef(TypedDict):
|
|
1063
|
-
ConnectorId: str
|
|
1064
|
-
Url: NotRequired[str]
|
|
1065
|
-
As2Config: NotRequired[As2ConnectorConfigTypeDef]
|
|
1066
|
-
AccessRole: NotRequired[str]
|
|
1067
|
-
LoggingRole: NotRequired[str]
|
|
1068
|
-
SftpConfig: NotRequired[SftpConnectorConfigTypeDef]
|
|
1069
|
-
SecurityPolicyName: NotRequired[str]
|
|
1070
|
-
|
|
1071
1017
|
class DescribeSecurityPolicyResponseTypeDef(TypedDict):
|
|
1072
1018
|
SecurityPolicy: DescribedSecurityPolicyTypeDef
|
|
1073
1019
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1074
1020
|
|
|
1021
|
+
class DescribeServerRequestWaitExtraTypeDef(TypedDict):
|
|
1022
|
+
ServerId: str
|
|
1023
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1024
|
+
|
|
1075
1025
|
class DescribeServerRequestWaitTypeDef(TypedDict):
|
|
1076
1026
|
ServerId: str
|
|
1077
1027
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
@@ -1116,6 +1066,8 @@ class DescribedUserTypeDef(TypedDict):
|
|
|
1116
1066
|
Tags: NotRequired[List[TagTypeDef]]
|
|
1117
1067
|
UserName: NotRequired[str]
|
|
1118
1068
|
|
|
1069
|
+
EndpointDetailsUnionTypeDef = Union[EndpointDetailsTypeDef, EndpointDetailsOutputTypeDef]
|
|
1070
|
+
|
|
1119
1071
|
class ExecutionStepResultTypeDef(TypedDict):
|
|
1120
1072
|
StepType: NotRequired[WorkflowStepTypeType]
|
|
1121
1073
|
Outputs: NotRequired[str]
|
|
@@ -1128,7 +1080,7 @@ class FileLocationTypeDef(TypedDict):
|
|
|
1128
1080
|
class WebAppIdentityProviderDetailsTypeDef(TypedDict):
|
|
1129
1081
|
IdentityCenterConfig: NotRequired[IdentityCenterConfigTypeDef]
|
|
1130
1082
|
|
|
1131
|
-
class
|
|
1083
|
+
class ImportCertificateRequestTypeDef(TypedDict):
|
|
1132
1084
|
Usage: CertificateUsageTypeType
|
|
1133
1085
|
Certificate: str
|
|
1134
1086
|
CertificateChain: NotRequired[str]
|
|
@@ -1138,7 +1090,7 @@ class ImportCertificateRequestRequestTypeDef(TypedDict):
|
|
|
1138
1090
|
Description: NotRequired[str]
|
|
1139
1091
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1140
1092
|
|
|
1141
|
-
class
|
|
1093
|
+
class UpdateCertificateRequestTypeDef(TypedDict):
|
|
1142
1094
|
CertificateId: str
|
|
1143
1095
|
ActiveDate: NotRequired[TimestampTypeDef]
|
|
1144
1096
|
InactiveDate: NotRequired[TimestampTypeDef]
|
|
@@ -1248,6 +1200,9 @@ class ListWorkflowsResponseTypeDef(TypedDict):
|
|
|
1248
1200
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1249
1201
|
NextToken: NotRequired[str]
|
|
1250
1202
|
|
|
1203
|
+
PosixProfileUnionTypeDef = Union[PosixProfileTypeDef, PosixProfileOutputTypeDef]
|
|
1204
|
+
ProtocolDetailsUnionTypeDef = Union[ProtocolDetailsTypeDef, ProtocolDetailsOutputTypeDef]
|
|
1205
|
+
|
|
1251
1206
|
class TagStepDetailsOutputTypeDef(TypedDict):
|
|
1252
1207
|
Name: NotRequired[str]
|
|
1253
1208
|
Tags: NotRequired[List[S3TagTypeDef]]
|
|
@@ -1261,6 +1216,10 @@ class TagStepDetailsTypeDef(TypedDict):
|
|
|
1261
1216
|
class ServiceMetadataTypeDef(TypedDict):
|
|
1262
1217
|
UserDetails: UserDetailsTypeDef
|
|
1263
1218
|
|
|
1219
|
+
SftpConnectorConfigUnionTypeDef = Union[
|
|
1220
|
+
SftpConnectorConfigTypeDef, SftpConnectorConfigOutputTypeDef
|
|
1221
|
+
]
|
|
1222
|
+
|
|
1264
1223
|
class UpdateWebAppIdentityProviderDetailsTypeDef(TypedDict):
|
|
1265
1224
|
IdentityCenterConfig: NotRequired[UpdateWebAppIdentityCenterConfigTypeDef]
|
|
1266
1225
|
|
|
@@ -1315,7 +1274,7 @@ class ExecutionResultsTypeDef(TypedDict):
|
|
|
1315
1274
|
Steps: NotRequired[List[ExecutionStepResultTypeDef]]
|
|
1316
1275
|
OnExceptionSteps: NotRequired[List[ExecutionStepResultTypeDef]]
|
|
1317
1276
|
|
|
1318
|
-
class
|
|
1277
|
+
class CreateWebAppRequestTypeDef(TypedDict):
|
|
1319
1278
|
IdentityProviderDetails: WebAppIdentityProviderDetailsTypeDef
|
|
1320
1279
|
AccessEndpoint: NotRequired[str]
|
|
1321
1280
|
WebAppUnits: NotRequired[WebAppUnitsTypeDef]
|
|
@@ -1337,6 +1296,49 @@ DecryptStepDetailsTypeDef = TypedDict(
|
|
|
1337
1296
|
"OverwriteExisting": NotRequired[OverwriteExistingType],
|
|
1338
1297
|
},
|
|
1339
1298
|
)
|
|
1299
|
+
|
|
1300
|
+
class CreateAccessRequestTypeDef(TypedDict):
|
|
1301
|
+
Role: str
|
|
1302
|
+
ServerId: str
|
|
1303
|
+
ExternalId: str
|
|
1304
|
+
HomeDirectory: NotRequired[str]
|
|
1305
|
+
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
1306
|
+
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
1307
|
+
Policy: NotRequired[str]
|
|
1308
|
+
PosixProfile: NotRequired[PosixProfileUnionTypeDef]
|
|
1309
|
+
|
|
1310
|
+
class CreateUserRequestTypeDef(TypedDict):
|
|
1311
|
+
Role: str
|
|
1312
|
+
ServerId: str
|
|
1313
|
+
UserName: str
|
|
1314
|
+
HomeDirectory: NotRequired[str]
|
|
1315
|
+
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
1316
|
+
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
1317
|
+
Policy: NotRequired[str]
|
|
1318
|
+
PosixProfile: NotRequired[PosixProfileUnionTypeDef]
|
|
1319
|
+
SshPublicKeyBody: NotRequired[str]
|
|
1320
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1321
|
+
|
|
1322
|
+
class UpdateAccessRequestTypeDef(TypedDict):
|
|
1323
|
+
ServerId: str
|
|
1324
|
+
ExternalId: str
|
|
1325
|
+
HomeDirectory: NotRequired[str]
|
|
1326
|
+
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
1327
|
+
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
1328
|
+
Policy: NotRequired[str]
|
|
1329
|
+
PosixProfile: NotRequired[PosixProfileUnionTypeDef]
|
|
1330
|
+
Role: NotRequired[str]
|
|
1331
|
+
|
|
1332
|
+
class UpdateUserRequestTypeDef(TypedDict):
|
|
1333
|
+
ServerId: str
|
|
1334
|
+
UserName: str
|
|
1335
|
+
HomeDirectory: NotRequired[str]
|
|
1336
|
+
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
1337
|
+
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
1338
|
+
Policy: NotRequired[str]
|
|
1339
|
+
PosixProfile: NotRequired[PosixProfileUnionTypeDef]
|
|
1340
|
+
Role: NotRequired[str]
|
|
1341
|
+
|
|
1340
1342
|
TagStepDetailsUnionTypeDef = Union[TagStepDetailsTypeDef, TagStepDetailsOutputTypeDef]
|
|
1341
1343
|
|
|
1342
1344
|
class ListedExecutionTypeDef(TypedDict):
|
|
@@ -1345,7 +1347,25 @@ class ListedExecutionTypeDef(TypedDict):
|
|
|
1345
1347
|
ServiceMetadata: NotRequired[ServiceMetadataTypeDef]
|
|
1346
1348
|
Status: NotRequired[ExecutionStatusType]
|
|
1347
1349
|
|
|
1348
|
-
class
|
|
1350
|
+
class CreateConnectorRequestTypeDef(TypedDict):
|
|
1351
|
+
Url: str
|
|
1352
|
+
AccessRole: str
|
|
1353
|
+
As2Config: NotRequired[As2ConnectorConfigTypeDef]
|
|
1354
|
+
LoggingRole: NotRequired[str]
|
|
1355
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1356
|
+
SftpConfig: NotRequired[SftpConnectorConfigUnionTypeDef]
|
|
1357
|
+
SecurityPolicyName: NotRequired[str]
|
|
1358
|
+
|
|
1359
|
+
class UpdateConnectorRequestTypeDef(TypedDict):
|
|
1360
|
+
ConnectorId: str
|
|
1361
|
+
Url: NotRequired[str]
|
|
1362
|
+
As2Config: NotRequired[As2ConnectorConfigTypeDef]
|
|
1363
|
+
AccessRole: NotRequired[str]
|
|
1364
|
+
LoggingRole: NotRequired[str]
|
|
1365
|
+
SftpConfig: NotRequired[SftpConnectorConfigUnionTypeDef]
|
|
1366
|
+
SecurityPolicyName: NotRequired[str]
|
|
1367
|
+
|
|
1368
|
+
class UpdateWebAppRequestTypeDef(TypedDict):
|
|
1349
1369
|
WebAppId: str
|
|
1350
1370
|
IdentityProviderDetails: NotRequired[UpdateWebAppIdentityProviderDetailsTypeDef]
|
|
1351
1371
|
AccessEndpoint: NotRequired[str]
|
|
@@ -1375,41 +1395,7 @@ class DescribedServerTypeDef(TypedDict):
|
|
|
1375
1395
|
S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
|
|
1376
1396
|
As2ServiceManagedEgressIpAddresses: NotRequired[List[str]]
|
|
1377
1397
|
|
|
1378
|
-
|
|
1379
|
-
Certificate: NotRequired[str]
|
|
1380
|
-
Domain: NotRequired[DomainType]
|
|
1381
|
-
EndpointDetails: NotRequired[EndpointDetailsTypeDef]
|
|
1382
|
-
EndpointType: NotRequired[EndpointTypeType]
|
|
1383
|
-
HostKey: NotRequired[str]
|
|
1384
|
-
IdentityProviderDetails: NotRequired[IdentityProviderDetailsTypeDef]
|
|
1385
|
-
IdentityProviderType: NotRequired[IdentityProviderTypeType]
|
|
1386
|
-
LoggingRole: NotRequired[str]
|
|
1387
|
-
PostAuthenticationLoginBanner: NotRequired[str]
|
|
1388
|
-
PreAuthenticationLoginBanner: NotRequired[str]
|
|
1389
|
-
Protocols: NotRequired[Sequence[ProtocolType]]
|
|
1390
|
-
ProtocolDetails: NotRequired[ProtocolDetailsTypeDef]
|
|
1391
|
-
SecurityPolicyName: NotRequired[str]
|
|
1392
|
-
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1393
|
-
WorkflowDetails: NotRequired[WorkflowDetailsTypeDef]
|
|
1394
|
-
StructuredLogDestinations: NotRequired[Sequence[str]]
|
|
1395
|
-
S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
|
|
1396
|
-
|
|
1397
|
-
class UpdateServerRequestRequestTypeDef(TypedDict):
|
|
1398
|
-
ServerId: str
|
|
1399
|
-
Certificate: NotRequired[str]
|
|
1400
|
-
ProtocolDetails: NotRequired[ProtocolDetailsTypeDef]
|
|
1401
|
-
EndpointDetails: NotRequired[EndpointDetailsTypeDef]
|
|
1402
|
-
EndpointType: NotRequired[EndpointTypeType]
|
|
1403
|
-
HostKey: NotRequired[str]
|
|
1404
|
-
IdentityProviderDetails: NotRequired[IdentityProviderDetailsTypeDef]
|
|
1405
|
-
LoggingRole: NotRequired[str]
|
|
1406
|
-
PostAuthenticationLoginBanner: NotRequired[str]
|
|
1407
|
-
PreAuthenticationLoginBanner: NotRequired[str]
|
|
1408
|
-
Protocols: NotRequired[Sequence[ProtocolType]]
|
|
1409
|
-
SecurityPolicyName: NotRequired[str]
|
|
1410
|
-
WorkflowDetails: NotRequired[WorkflowDetailsTypeDef]
|
|
1411
|
-
StructuredLogDestinations: NotRequired[Sequence[str]]
|
|
1412
|
-
S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
|
|
1398
|
+
WorkflowDetailsUnionTypeDef = Union[WorkflowDetailsTypeDef, WorkflowDetailsOutputTypeDef]
|
|
1413
1399
|
|
|
1414
1400
|
class DescribeWebAppResponseTypeDef(TypedDict):
|
|
1415
1401
|
WebApp: DescribedWebAppTypeDef
|
|
@@ -1458,6 +1444,42 @@ class DescribeServerResponseTypeDef(TypedDict):
|
|
|
1458
1444
|
Server: DescribedServerTypeDef
|
|
1459
1445
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1460
1446
|
|
|
1447
|
+
class CreateServerRequestTypeDef(TypedDict):
|
|
1448
|
+
Certificate: NotRequired[str]
|
|
1449
|
+
Domain: NotRequired[DomainType]
|
|
1450
|
+
EndpointDetails: NotRequired[EndpointDetailsUnionTypeDef]
|
|
1451
|
+
EndpointType: NotRequired[EndpointTypeType]
|
|
1452
|
+
HostKey: NotRequired[str]
|
|
1453
|
+
IdentityProviderDetails: NotRequired[IdentityProviderDetailsTypeDef]
|
|
1454
|
+
IdentityProviderType: NotRequired[IdentityProviderTypeType]
|
|
1455
|
+
LoggingRole: NotRequired[str]
|
|
1456
|
+
PostAuthenticationLoginBanner: NotRequired[str]
|
|
1457
|
+
PreAuthenticationLoginBanner: NotRequired[str]
|
|
1458
|
+
Protocols: NotRequired[Sequence[ProtocolType]]
|
|
1459
|
+
ProtocolDetails: NotRequired[ProtocolDetailsUnionTypeDef]
|
|
1460
|
+
SecurityPolicyName: NotRequired[str]
|
|
1461
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1462
|
+
WorkflowDetails: NotRequired[WorkflowDetailsUnionTypeDef]
|
|
1463
|
+
StructuredLogDestinations: NotRequired[Sequence[str]]
|
|
1464
|
+
S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
|
|
1465
|
+
|
|
1466
|
+
class UpdateServerRequestTypeDef(TypedDict):
|
|
1467
|
+
ServerId: str
|
|
1468
|
+
Certificate: NotRequired[str]
|
|
1469
|
+
ProtocolDetails: NotRequired[ProtocolDetailsUnionTypeDef]
|
|
1470
|
+
EndpointDetails: NotRequired[EndpointDetailsUnionTypeDef]
|
|
1471
|
+
EndpointType: NotRequired[EndpointTypeType]
|
|
1472
|
+
HostKey: NotRequired[str]
|
|
1473
|
+
IdentityProviderDetails: NotRequired[IdentityProviderDetailsTypeDef]
|
|
1474
|
+
LoggingRole: NotRequired[str]
|
|
1475
|
+
PostAuthenticationLoginBanner: NotRequired[str]
|
|
1476
|
+
PreAuthenticationLoginBanner: NotRequired[str]
|
|
1477
|
+
Protocols: NotRequired[Sequence[ProtocolType]]
|
|
1478
|
+
SecurityPolicyName: NotRequired[str]
|
|
1479
|
+
WorkflowDetails: NotRequired[WorkflowDetailsUnionTypeDef]
|
|
1480
|
+
StructuredLogDestinations: NotRequired[Sequence[str]]
|
|
1481
|
+
S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
|
|
1482
|
+
|
|
1461
1483
|
class DescribeExecutionResponseTypeDef(TypedDict):
|
|
1462
1484
|
WorkflowId: str
|
|
1463
1485
|
Execution: DescribedExecutionTypeDef
|
|
@@ -1477,8 +1499,8 @@ class DescribeWorkflowResponseTypeDef(TypedDict):
|
|
|
1477
1499
|
Workflow: DescribedWorkflowTypeDef
|
|
1478
1500
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1479
1501
|
|
|
1480
|
-
class
|
|
1502
|
+
class CreateWorkflowRequestTypeDef(TypedDict):
|
|
1481
1503
|
Steps: Sequence[WorkflowStepUnionTypeDef]
|
|
1482
1504
|
Description: NotRequired[str]
|
|
1483
|
-
OnExceptionSteps: NotRequired[Sequence[
|
|
1505
|
+
OnExceptionSteps: NotRequired[Sequence[WorkflowStepUnionTypeDef]]
|
|
1484
1506
|
Tags: NotRequired[Sequence[TagTypeDef]]
|