mypy-boto3-transfer 1.36.0__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 +314 -274
- mypy_boto3_transfer/type_defs.pyi +295 -262
- 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.0.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.0.dist-info/RECORD +0 -20
- {mypy_boto3_transfer-1.36.0.dist-info → mypy_boto3_transfer-1.37.0.dist-info}/LICENSE +0 -0
- {mypy_boto3_transfer-1.36.0.dist-info → mypy_boto3_transfer-1.37.0.dist-info}/WHEEL +0 -0
- {mypy_boto3_transfer-1.36.0.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,63 +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
|
+
"CustomDirectoriesTypeTypeDef",
|
|
92
93
|
"CustomStepDetailsTypeDef",
|
|
93
94
|
"DecryptStepDetailsTypeDef",
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
95
|
+
"DeleteAccessRequestTypeDef",
|
|
96
|
+
"DeleteAgreementRequestTypeDef",
|
|
97
|
+
"DeleteCertificateRequestTypeDef",
|
|
98
|
+
"DeleteConnectorRequestTypeDef",
|
|
99
|
+
"DeleteHostKeyRequestTypeDef",
|
|
100
|
+
"DeleteProfileRequestTypeDef",
|
|
101
|
+
"DeleteServerRequestTypeDef",
|
|
102
|
+
"DeleteSshPublicKeyRequestTypeDef",
|
|
102
103
|
"DeleteStepDetailsTypeDef",
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
104
|
+
"DeleteUserRequestTypeDef",
|
|
105
|
+
"DeleteWebAppCustomizationRequestTypeDef",
|
|
106
|
+
"DeleteWebAppRequestTypeDef",
|
|
107
|
+
"DeleteWorkflowRequestTypeDef",
|
|
108
|
+
"DescribeAccessRequestTypeDef",
|
|
108
109
|
"DescribeAccessResponseTypeDef",
|
|
109
|
-
"
|
|
110
|
+
"DescribeAgreementRequestTypeDef",
|
|
110
111
|
"DescribeAgreementResponseTypeDef",
|
|
111
|
-
"
|
|
112
|
+
"DescribeCertificateRequestTypeDef",
|
|
112
113
|
"DescribeCertificateResponseTypeDef",
|
|
113
|
-
"
|
|
114
|
+
"DescribeConnectorRequestTypeDef",
|
|
114
115
|
"DescribeConnectorResponseTypeDef",
|
|
115
|
-
"
|
|
116
|
+
"DescribeExecutionRequestTypeDef",
|
|
116
117
|
"DescribeExecutionResponseTypeDef",
|
|
117
|
-
"
|
|
118
|
+
"DescribeHostKeyRequestTypeDef",
|
|
118
119
|
"DescribeHostKeyResponseTypeDef",
|
|
119
|
-
"
|
|
120
|
+
"DescribeProfileRequestTypeDef",
|
|
120
121
|
"DescribeProfileResponseTypeDef",
|
|
121
|
-
"
|
|
122
|
+
"DescribeSecurityPolicyRequestTypeDef",
|
|
122
123
|
"DescribeSecurityPolicyResponseTypeDef",
|
|
123
|
-
"
|
|
124
|
+
"DescribeServerRequestTypeDef",
|
|
125
|
+
"DescribeServerRequestWaitExtraTypeDef",
|
|
124
126
|
"DescribeServerRequestWaitTypeDef",
|
|
125
127
|
"DescribeServerResponseTypeDef",
|
|
126
|
-
"
|
|
128
|
+
"DescribeUserRequestTypeDef",
|
|
127
129
|
"DescribeUserResponseTypeDef",
|
|
128
|
-
"
|
|
130
|
+
"DescribeWebAppCustomizationRequestTypeDef",
|
|
129
131
|
"DescribeWebAppCustomizationResponseTypeDef",
|
|
130
|
-
"
|
|
132
|
+
"DescribeWebAppRequestTypeDef",
|
|
131
133
|
"DescribeWebAppResponseTypeDef",
|
|
132
|
-
"
|
|
134
|
+
"DescribeWorkflowRequestTypeDef",
|
|
133
135
|
"DescribeWorkflowResponseTypeDef",
|
|
134
136
|
"DescribedAccessTypeDef",
|
|
135
137
|
"DescribedAgreementTypeDef",
|
|
@@ -150,6 +152,7 @@ __all__ = (
|
|
|
150
152
|
"EmptyResponseMetadataTypeDef",
|
|
151
153
|
"EndpointDetailsOutputTypeDef",
|
|
152
154
|
"EndpointDetailsTypeDef",
|
|
155
|
+
"EndpointDetailsUnionTypeDef",
|
|
153
156
|
"ExecutionErrorTypeDef",
|
|
154
157
|
"ExecutionResultsTypeDef",
|
|
155
158
|
"ExecutionStepResultTypeDef",
|
|
@@ -157,53 +160,53 @@ __all__ = (
|
|
|
157
160
|
"HomeDirectoryMapEntryTypeDef",
|
|
158
161
|
"IdentityCenterConfigTypeDef",
|
|
159
162
|
"IdentityProviderDetailsTypeDef",
|
|
160
|
-
"
|
|
163
|
+
"ImportCertificateRequestTypeDef",
|
|
161
164
|
"ImportCertificateResponseTypeDef",
|
|
162
|
-
"
|
|
165
|
+
"ImportHostKeyRequestTypeDef",
|
|
163
166
|
"ImportHostKeyResponseTypeDef",
|
|
164
|
-
"
|
|
167
|
+
"ImportSshPublicKeyRequestTypeDef",
|
|
165
168
|
"ImportSshPublicKeyResponseTypeDef",
|
|
166
169
|
"InputFileLocationTypeDef",
|
|
167
170
|
"ListAccessesRequestPaginateTypeDef",
|
|
168
|
-
"
|
|
171
|
+
"ListAccessesRequestTypeDef",
|
|
169
172
|
"ListAccessesResponseTypeDef",
|
|
170
173
|
"ListAgreementsRequestPaginateTypeDef",
|
|
171
|
-
"
|
|
174
|
+
"ListAgreementsRequestTypeDef",
|
|
172
175
|
"ListAgreementsResponseTypeDef",
|
|
173
176
|
"ListCertificatesRequestPaginateTypeDef",
|
|
174
|
-
"
|
|
177
|
+
"ListCertificatesRequestTypeDef",
|
|
175
178
|
"ListCertificatesResponseTypeDef",
|
|
176
179
|
"ListConnectorsRequestPaginateTypeDef",
|
|
177
|
-
"
|
|
180
|
+
"ListConnectorsRequestTypeDef",
|
|
178
181
|
"ListConnectorsResponseTypeDef",
|
|
179
182
|
"ListExecutionsRequestPaginateTypeDef",
|
|
180
|
-
"
|
|
183
|
+
"ListExecutionsRequestTypeDef",
|
|
181
184
|
"ListExecutionsResponseTypeDef",
|
|
182
185
|
"ListFileTransferResultsRequestPaginateTypeDef",
|
|
183
|
-
"
|
|
186
|
+
"ListFileTransferResultsRequestTypeDef",
|
|
184
187
|
"ListFileTransferResultsResponseTypeDef",
|
|
185
|
-
"
|
|
188
|
+
"ListHostKeysRequestTypeDef",
|
|
186
189
|
"ListHostKeysResponseTypeDef",
|
|
187
190
|
"ListProfilesRequestPaginateTypeDef",
|
|
188
|
-
"
|
|
191
|
+
"ListProfilesRequestTypeDef",
|
|
189
192
|
"ListProfilesResponseTypeDef",
|
|
190
193
|
"ListSecurityPoliciesRequestPaginateTypeDef",
|
|
191
|
-
"
|
|
194
|
+
"ListSecurityPoliciesRequestTypeDef",
|
|
192
195
|
"ListSecurityPoliciesResponseTypeDef",
|
|
193
196
|
"ListServersRequestPaginateTypeDef",
|
|
194
|
-
"
|
|
197
|
+
"ListServersRequestTypeDef",
|
|
195
198
|
"ListServersResponseTypeDef",
|
|
196
199
|
"ListTagsForResourceRequestPaginateTypeDef",
|
|
197
|
-
"
|
|
200
|
+
"ListTagsForResourceRequestTypeDef",
|
|
198
201
|
"ListTagsForResourceResponseTypeDef",
|
|
199
202
|
"ListUsersRequestPaginateTypeDef",
|
|
200
|
-
"
|
|
203
|
+
"ListUsersRequestTypeDef",
|
|
201
204
|
"ListUsersResponseTypeDef",
|
|
202
205
|
"ListWebAppsRequestPaginateTypeDef",
|
|
203
|
-
"
|
|
206
|
+
"ListWebAppsRequestTypeDef",
|
|
204
207
|
"ListWebAppsResponseTypeDef",
|
|
205
208
|
"ListWorkflowsRequestPaginateTypeDef",
|
|
206
|
-
"
|
|
209
|
+
"ListWorkflowsRequestTypeDef",
|
|
207
210
|
"ListWorkflowsResponseTypeDef",
|
|
208
211
|
"ListedAccessTypeDef",
|
|
209
212
|
"ListedAgreementTypeDef",
|
|
@@ -220,56 +223,59 @@ __all__ = (
|
|
|
220
223
|
"PaginatorConfigTypeDef",
|
|
221
224
|
"PosixProfileOutputTypeDef",
|
|
222
225
|
"PosixProfileTypeDef",
|
|
226
|
+
"PosixProfileUnionTypeDef",
|
|
223
227
|
"ProtocolDetailsOutputTypeDef",
|
|
224
228
|
"ProtocolDetailsTypeDef",
|
|
229
|
+
"ProtocolDetailsUnionTypeDef",
|
|
225
230
|
"ResponseMetadataTypeDef",
|
|
226
231
|
"S3FileLocationTypeDef",
|
|
227
232
|
"S3InputFileLocationTypeDef",
|
|
228
233
|
"S3StorageOptionsTypeDef",
|
|
229
234
|
"S3TagTypeDef",
|
|
230
|
-
"
|
|
235
|
+
"SendWorkflowStepStateRequestTypeDef",
|
|
231
236
|
"ServiceMetadataTypeDef",
|
|
232
237
|
"SftpConnectorConfigOutputTypeDef",
|
|
233
238
|
"SftpConnectorConfigTypeDef",
|
|
239
|
+
"SftpConnectorConfigUnionTypeDef",
|
|
234
240
|
"SshPublicKeyTypeDef",
|
|
235
|
-
"
|
|
241
|
+
"StartDirectoryListingRequestTypeDef",
|
|
236
242
|
"StartDirectoryListingResponseTypeDef",
|
|
237
|
-
"
|
|
243
|
+
"StartFileTransferRequestTypeDef",
|
|
238
244
|
"StartFileTransferResponseTypeDef",
|
|
239
|
-
"
|
|
240
|
-
"
|
|
241
|
-
"
|
|
245
|
+
"StartServerRequestTypeDef",
|
|
246
|
+
"StopServerRequestTypeDef",
|
|
247
|
+
"TagResourceRequestTypeDef",
|
|
242
248
|
"TagStepDetailsOutputTypeDef",
|
|
243
249
|
"TagStepDetailsTypeDef",
|
|
244
250
|
"TagStepDetailsUnionTypeDef",
|
|
245
251
|
"TagTypeDef",
|
|
246
|
-
"
|
|
252
|
+
"TestConnectionRequestTypeDef",
|
|
247
253
|
"TestConnectionResponseTypeDef",
|
|
248
|
-
"
|
|
254
|
+
"TestIdentityProviderRequestTypeDef",
|
|
249
255
|
"TestIdentityProviderResponseTypeDef",
|
|
250
256
|
"TimestampTypeDef",
|
|
251
|
-
"
|
|
252
|
-
"
|
|
257
|
+
"UntagResourceRequestTypeDef",
|
|
258
|
+
"UpdateAccessRequestTypeDef",
|
|
253
259
|
"UpdateAccessResponseTypeDef",
|
|
254
|
-
"
|
|
260
|
+
"UpdateAgreementRequestTypeDef",
|
|
255
261
|
"UpdateAgreementResponseTypeDef",
|
|
256
|
-
"
|
|
262
|
+
"UpdateCertificateRequestTypeDef",
|
|
257
263
|
"UpdateCertificateResponseTypeDef",
|
|
258
|
-
"
|
|
264
|
+
"UpdateConnectorRequestTypeDef",
|
|
259
265
|
"UpdateConnectorResponseTypeDef",
|
|
260
|
-
"
|
|
266
|
+
"UpdateHostKeyRequestTypeDef",
|
|
261
267
|
"UpdateHostKeyResponseTypeDef",
|
|
262
|
-
"
|
|
268
|
+
"UpdateProfileRequestTypeDef",
|
|
263
269
|
"UpdateProfileResponseTypeDef",
|
|
264
|
-
"
|
|
270
|
+
"UpdateServerRequestTypeDef",
|
|
265
271
|
"UpdateServerResponseTypeDef",
|
|
266
|
-
"
|
|
272
|
+
"UpdateUserRequestTypeDef",
|
|
267
273
|
"UpdateUserResponseTypeDef",
|
|
268
|
-
"
|
|
274
|
+
"UpdateWebAppCustomizationRequestTypeDef",
|
|
269
275
|
"UpdateWebAppCustomizationResponseTypeDef",
|
|
270
276
|
"UpdateWebAppIdentityCenterConfigTypeDef",
|
|
271
277
|
"UpdateWebAppIdentityProviderDetailsTypeDef",
|
|
272
|
-
"
|
|
278
|
+
"UpdateWebAppRequestTypeDef",
|
|
273
279
|
"UpdateWebAppResponseTypeDef",
|
|
274
280
|
"UserDetailsTypeDef",
|
|
275
281
|
"WaiterConfigTypeDef",
|
|
@@ -278,6 +284,7 @@ __all__ = (
|
|
|
278
284
|
"WorkflowDetailTypeDef",
|
|
279
285
|
"WorkflowDetailsOutputTypeDef",
|
|
280
286
|
"WorkflowDetailsTypeDef",
|
|
287
|
+
"WorkflowDetailsUnionTypeDef",
|
|
281
288
|
"WorkflowStepOutputTypeDef",
|
|
282
289
|
"WorkflowStepTypeDef",
|
|
283
290
|
"WorkflowStepUnionTypeDef",
|
|
@@ -312,11 +319,6 @@ HomeDirectoryMapEntryTypeDef = TypedDict(
|
|
|
312
319
|
},
|
|
313
320
|
)
|
|
314
321
|
|
|
315
|
-
class PosixProfileTypeDef(TypedDict):
|
|
316
|
-
Uid: int
|
|
317
|
-
Gid: int
|
|
318
|
-
SecondaryGids: NotRequired[Sequence[int]]
|
|
319
|
-
|
|
320
322
|
class ResponseMetadataTypeDef(TypedDict):
|
|
321
323
|
RequestId: str
|
|
322
324
|
HTTPStatusCode: int
|
|
@@ -324,21 +326,17 @@ class ResponseMetadataTypeDef(TypedDict):
|
|
|
324
326
|
RetryAttempts: int
|
|
325
327
|
HostId: NotRequired[str]
|
|
326
328
|
|
|
329
|
+
class CustomDirectoriesTypeTypeDef(TypedDict):
|
|
330
|
+
FailedFilesDirectory: str
|
|
331
|
+
MdnFilesDirectory: str
|
|
332
|
+
PayloadFilesDirectory: str
|
|
333
|
+
StatusFilesDirectory: str
|
|
334
|
+
TemporaryFilesDirectory: str
|
|
335
|
+
|
|
327
336
|
class TagTypeDef(TypedDict):
|
|
328
337
|
Key: str
|
|
329
338
|
Value: str
|
|
330
339
|
|
|
331
|
-
class SftpConnectorConfigTypeDef(TypedDict):
|
|
332
|
-
UserSecretId: NotRequired[str]
|
|
333
|
-
TrustedHostKeys: NotRequired[Sequence[str]]
|
|
334
|
-
|
|
335
|
-
class EndpointDetailsTypeDef(TypedDict):
|
|
336
|
-
AddressAllocationIds: NotRequired[Sequence[str]]
|
|
337
|
-
SubnetIds: NotRequired[Sequence[str]]
|
|
338
|
-
VpcEndpointId: NotRequired[str]
|
|
339
|
-
VpcId: NotRequired[str]
|
|
340
|
-
SecurityGroupIds: NotRequired[Sequence[str]]
|
|
341
|
-
|
|
342
340
|
class IdentityProviderDetailsTypeDef(TypedDict):
|
|
343
341
|
Url: NotRequired[str]
|
|
344
342
|
InvocationRole: NotRequired[str]
|
|
@@ -346,12 +344,6 @@ class IdentityProviderDetailsTypeDef(TypedDict):
|
|
|
346
344
|
Function: NotRequired[str]
|
|
347
345
|
SftpAuthenticationMethods: NotRequired[SftpAuthenticationMethodsType]
|
|
348
346
|
|
|
349
|
-
class ProtocolDetailsTypeDef(TypedDict):
|
|
350
|
-
PassiveIp: NotRequired[str]
|
|
351
|
-
TlsSessionResumptionMode: NotRequired[TlsSessionResumptionModeType]
|
|
352
|
-
SetStatOption: NotRequired[SetStatOptionType]
|
|
353
|
-
As2Transports: NotRequired[Sequence[Literal["HTTP"]]]
|
|
354
|
-
|
|
355
347
|
class S3StorageOptionsTypeDef(TypedDict):
|
|
356
348
|
DirectoryListingOptimization: NotRequired[DirectoryListingOptimizationType]
|
|
357
349
|
|
|
@@ -364,31 +356,31 @@ class CustomStepDetailsTypeDef(TypedDict):
|
|
|
364
356
|
TimeoutSeconds: NotRequired[int]
|
|
365
357
|
SourceFileLocation: NotRequired[str]
|
|
366
358
|
|
|
367
|
-
class
|
|
359
|
+
class DeleteAccessRequestTypeDef(TypedDict):
|
|
368
360
|
ServerId: str
|
|
369
361
|
ExternalId: str
|
|
370
362
|
|
|
371
|
-
class
|
|
363
|
+
class DeleteAgreementRequestTypeDef(TypedDict):
|
|
372
364
|
AgreementId: str
|
|
373
365
|
ServerId: str
|
|
374
366
|
|
|
375
|
-
class
|
|
367
|
+
class DeleteCertificateRequestTypeDef(TypedDict):
|
|
376
368
|
CertificateId: str
|
|
377
369
|
|
|
378
|
-
class
|
|
370
|
+
class DeleteConnectorRequestTypeDef(TypedDict):
|
|
379
371
|
ConnectorId: str
|
|
380
372
|
|
|
381
|
-
class
|
|
373
|
+
class DeleteHostKeyRequestTypeDef(TypedDict):
|
|
382
374
|
ServerId: str
|
|
383
375
|
HostKeyId: str
|
|
384
376
|
|
|
385
|
-
class
|
|
377
|
+
class DeleteProfileRequestTypeDef(TypedDict):
|
|
386
378
|
ProfileId: str
|
|
387
379
|
|
|
388
|
-
class
|
|
380
|
+
class DeleteServerRequestTypeDef(TypedDict):
|
|
389
381
|
ServerId: str
|
|
390
382
|
|
|
391
|
-
class
|
|
383
|
+
class DeleteSshPublicKeyRequestTypeDef(TypedDict):
|
|
392
384
|
ServerId: str
|
|
393
385
|
SshPublicKeyId: str
|
|
394
386
|
UserName: str
|
|
@@ -397,45 +389,45 @@ class DeleteStepDetailsTypeDef(TypedDict):
|
|
|
397
389
|
Name: NotRequired[str]
|
|
398
390
|
SourceFileLocation: NotRequired[str]
|
|
399
391
|
|
|
400
|
-
class
|
|
392
|
+
class DeleteUserRequestTypeDef(TypedDict):
|
|
401
393
|
ServerId: str
|
|
402
394
|
UserName: str
|
|
403
395
|
|
|
404
|
-
class
|
|
396
|
+
class DeleteWebAppCustomizationRequestTypeDef(TypedDict):
|
|
405
397
|
WebAppId: str
|
|
406
398
|
|
|
407
|
-
class
|
|
399
|
+
class DeleteWebAppRequestTypeDef(TypedDict):
|
|
408
400
|
WebAppId: str
|
|
409
401
|
|
|
410
|
-
class
|
|
402
|
+
class DeleteWorkflowRequestTypeDef(TypedDict):
|
|
411
403
|
WorkflowId: str
|
|
412
404
|
|
|
413
|
-
class
|
|
405
|
+
class DescribeAccessRequestTypeDef(TypedDict):
|
|
414
406
|
ServerId: str
|
|
415
407
|
ExternalId: str
|
|
416
408
|
|
|
417
|
-
class
|
|
409
|
+
class DescribeAgreementRequestTypeDef(TypedDict):
|
|
418
410
|
AgreementId: str
|
|
419
411
|
ServerId: str
|
|
420
412
|
|
|
421
|
-
class
|
|
413
|
+
class DescribeCertificateRequestTypeDef(TypedDict):
|
|
422
414
|
CertificateId: str
|
|
423
415
|
|
|
424
|
-
class
|
|
416
|
+
class DescribeConnectorRequestTypeDef(TypedDict):
|
|
425
417
|
ConnectorId: str
|
|
426
418
|
|
|
427
|
-
class
|
|
419
|
+
class DescribeExecutionRequestTypeDef(TypedDict):
|
|
428
420
|
ExecutionId: str
|
|
429
421
|
WorkflowId: str
|
|
430
422
|
|
|
431
|
-
class
|
|
423
|
+
class DescribeHostKeyRequestTypeDef(TypedDict):
|
|
432
424
|
ServerId: str
|
|
433
425
|
HostKeyId: str
|
|
434
426
|
|
|
435
|
-
class
|
|
427
|
+
class DescribeProfileRequestTypeDef(TypedDict):
|
|
436
428
|
ProfileId: str
|
|
437
429
|
|
|
438
|
-
class
|
|
430
|
+
class DescribeSecurityPolicyRequestTypeDef(TypedDict):
|
|
439
431
|
SecurityPolicyName: str
|
|
440
432
|
|
|
441
433
|
DescribedSecurityPolicyTypeDef = TypedDict(
|
|
@@ -453,18 +445,18 @@ DescribedSecurityPolicyTypeDef = TypedDict(
|
|
|
453
445
|
},
|
|
454
446
|
)
|
|
455
447
|
|
|
456
|
-
class
|
|
448
|
+
class DescribeServerRequestTypeDef(TypedDict):
|
|
457
449
|
ServerId: str
|
|
458
450
|
|
|
459
451
|
class WaiterConfigTypeDef(TypedDict):
|
|
460
452
|
Delay: NotRequired[int]
|
|
461
453
|
MaxAttempts: NotRequired[int]
|
|
462
454
|
|
|
463
|
-
class
|
|
455
|
+
class DescribeUserRequestTypeDef(TypedDict):
|
|
464
456
|
ServerId: str
|
|
465
457
|
UserName: str
|
|
466
458
|
|
|
467
|
-
class
|
|
459
|
+
class DescribeWebAppCustomizationRequestTypeDef(TypedDict):
|
|
468
460
|
WebAppId: str
|
|
469
461
|
|
|
470
462
|
class DescribedWebAppCustomizationTypeDef(TypedDict):
|
|
@@ -474,10 +466,10 @@ class DescribedWebAppCustomizationTypeDef(TypedDict):
|
|
|
474
466
|
LogoFile: NotRequired[bytes]
|
|
475
467
|
FaviconFile: NotRequired[bytes]
|
|
476
468
|
|
|
477
|
-
class
|
|
469
|
+
class DescribeWebAppRequestTypeDef(TypedDict):
|
|
478
470
|
WebAppId: str
|
|
479
471
|
|
|
480
|
-
class
|
|
472
|
+
class DescribeWorkflowRequestTypeDef(TypedDict):
|
|
481
473
|
WorkflowId: str
|
|
482
474
|
|
|
483
475
|
class PosixProfileOutputTypeDef(TypedDict):
|
|
@@ -520,6 +512,13 @@ class EfsFileLocationTypeDef(TypedDict):
|
|
|
520
512
|
FileSystemId: NotRequired[str]
|
|
521
513
|
Path: NotRequired[str]
|
|
522
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
|
+
|
|
523
522
|
ExecutionErrorTypeDef = TypedDict(
|
|
524
523
|
"ExecutionErrorTypeDef",
|
|
525
524
|
{
|
|
@@ -540,7 +539,7 @@ class IdentityCenterConfigTypeDef(TypedDict):
|
|
|
540
539
|
|
|
541
540
|
TimestampTypeDef = Union[datetime, str]
|
|
542
541
|
|
|
543
|
-
class
|
|
542
|
+
class ImportSshPublicKeyRequestTypeDef(TypedDict):
|
|
544
543
|
ServerId: str
|
|
545
544
|
SshPublicKeyBody: str
|
|
546
545
|
UserName: str
|
|
@@ -554,7 +553,7 @@ class PaginatorConfigTypeDef(TypedDict):
|
|
|
554
553
|
PageSize: NotRequired[int]
|
|
555
554
|
StartingToken: NotRequired[str]
|
|
556
555
|
|
|
557
|
-
class
|
|
556
|
+
class ListAccessesRequestTypeDef(TypedDict):
|
|
558
557
|
ServerId: str
|
|
559
558
|
MaxResults: NotRequired[int]
|
|
560
559
|
NextToken: NotRequired[str]
|
|
@@ -565,7 +564,7 @@ class ListedAccessTypeDef(TypedDict):
|
|
|
565
564
|
Role: NotRequired[str]
|
|
566
565
|
ExternalId: NotRequired[str]
|
|
567
566
|
|
|
568
|
-
class
|
|
567
|
+
class ListAgreementsRequestTypeDef(TypedDict):
|
|
569
568
|
ServerId: str
|
|
570
569
|
MaxResults: NotRequired[int]
|
|
571
570
|
NextToken: NotRequired[str]
|
|
@@ -579,7 +578,7 @@ class ListedAgreementTypeDef(TypedDict):
|
|
|
579
578
|
LocalProfileId: NotRequired[str]
|
|
580
579
|
PartnerProfileId: NotRequired[str]
|
|
581
580
|
|
|
582
|
-
class
|
|
581
|
+
class ListCertificatesRequestTypeDef(TypedDict):
|
|
583
582
|
MaxResults: NotRequired[int]
|
|
584
583
|
NextToken: NotRequired[str]
|
|
585
584
|
|
|
@@ -597,7 +596,7 @@ ListedCertificateTypeDef = TypedDict(
|
|
|
597
596
|
},
|
|
598
597
|
)
|
|
599
598
|
|
|
600
|
-
class
|
|
599
|
+
class ListConnectorsRequestTypeDef(TypedDict):
|
|
601
600
|
MaxResults: NotRequired[int]
|
|
602
601
|
NextToken: NotRequired[str]
|
|
603
602
|
|
|
@@ -606,18 +605,18 @@ class ListedConnectorTypeDef(TypedDict):
|
|
|
606
605
|
ConnectorId: NotRequired[str]
|
|
607
606
|
Url: NotRequired[str]
|
|
608
607
|
|
|
609
|
-
class
|
|
608
|
+
class ListExecutionsRequestTypeDef(TypedDict):
|
|
610
609
|
WorkflowId: str
|
|
611
610
|
MaxResults: NotRequired[int]
|
|
612
611
|
NextToken: NotRequired[str]
|
|
613
612
|
|
|
614
|
-
class
|
|
613
|
+
class ListFileTransferResultsRequestTypeDef(TypedDict):
|
|
615
614
|
ConnectorId: str
|
|
616
615
|
TransferId: str
|
|
617
616
|
NextToken: NotRequired[str]
|
|
618
617
|
MaxResults: NotRequired[int]
|
|
619
618
|
|
|
620
|
-
class
|
|
619
|
+
class ListHostKeysRequestTypeDef(TypedDict):
|
|
621
620
|
ServerId: str
|
|
622
621
|
MaxResults: NotRequired[int]
|
|
623
622
|
NextToken: NotRequired[str]
|
|
@@ -634,7 +633,7 @@ ListedHostKeyTypeDef = TypedDict(
|
|
|
634
633
|
},
|
|
635
634
|
)
|
|
636
635
|
|
|
637
|
-
class
|
|
636
|
+
class ListProfilesRequestTypeDef(TypedDict):
|
|
638
637
|
MaxResults: NotRequired[int]
|
|
639
638
|
NextToken: NotRequired[str]
|
|
640
639
|
ProfileType: NotRequired[ProfileTypeType]
|
|
@@ -645,11 +644,11 @@ class ListedProfileTypeDef(TypedDict):
|
|
|
645
644
|
As2Id: NotRequired[str]
|
|
646
645
|
ProfileType: NotRequired[ProfileTypeType]
|
|
647
646
|
|
|
648
|
-
class
|
|
647
|
+
class ListSecurityPoliciesRequestTypeDef(TypedDict):
|
|
649
648
|
MaxResults: NotRequired[int]
|
|
650
649
|
NextToken: NotRequired[str]
|
|
651
650
|
|
|
652
|
-
class
|
|
651
|
+
class ListServersRequestTypeDef(TypedDict):
|
|
653
652
|
MaxResults: NotRequired[int]
|
|
654
653
|
NextToken: NotRequired[str]
|
|
655
654
|
|
|
@@ -663,12 +662,12 @@ class ListedServerTypeDef(TypedDict):
|
|
|
663
662
|
State: NotRequired[StateType]
|
|
664
663
|
UserCount: NotRequired[int]
|
|
665
664
|
|
|
666
|
-
class
|
|
665
|
+
class ListTagsForResourceRequestTypeDef(TypedDict):
|
|
667
666
|
Arn: str
|
|
668
667
|
MaxResults: NotRequired[int]
|
|
669
668
|
NextToken: NotRequired[str]
|
|
670
669
|
|
|
671
|
-
class
|
|
670
|
+
class ListUsersRequestTypeDef(TypedDict):
|
|
672
671
|
ServerId: str
|
|
673
672
|
MaxResults: NotRequired[int]
|
|
674
673
|
NextToken: NotRequired[str]
|
|
@@ -681,7 +680,7 @@ class ListedUserTypeDef(TypedDict):
|
|
|
681
680
|
SshPublicKeyCount: NotRequired[int]
|
|
682
681
|
UserName: NotRequired[str]
|
|
683
682
|
|
|
684
|
-
class
|
|
683
|
+
class ListWebAppsRequestTypeDef(TypedDict):
|
|
685
684
|
MaxResults: NotRequired[int]
|
|
686
685
|
NextToken: NotRequired[str]
|
|
687
686
|
|
|
@@ -691,7 +690,7 @@ class ListedWebAppTypeDef(TypedDict):
|
|
|
691
690
|
AccessEndpoint: NotRequired[str]
|
|
692
691
|
WebAppEndpoint: NotRequired[str]
|
|
693
692
|
|
|
694
|
-
class
|
|
693
|
+
class ListWorkflowsRequestTypeDef(TypedDict):
|
|
695
694
|
MaxResults: NotRequired[int]
|
|
696
695
|
NextToken: NotRequired[str]
|
|
697
696
|
|
|
@@ -700,11 +699,22 @@ class ListedWorkflowTypeDef(TypedDict):
|
|
|
700
699
|
Description: NotRequired[str]
|
|
701
700
|
Arn: NotRequired[str]
|
|
702
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
|
+
|
|
703
713
|
class S3TagTypeDef(TypedDict):
|
|
704
714
|
Key: str
|
|
705
715
|
Value: str
|
|
706
716
|
|
|
707
|
-
class
|
|
717
|
+
class SendWorkflowStepStateRequestTypeDef(TypedDict):
|
|
708
718
|
WorkflowId: str
|
|
709
719
|
ExecutionId: str
|
|
710
720
|
Token: str
|
|
@@ -715,57 +725,49 @@ class UserDetailsTypeDef(TypedDict):
|
|
|
715
725
|
ServerId: str
|
|
716
726
|
SessionId: NotRequired[str]
|
|
717
727
|
|
|
718
|
-
class
|
|
728
|
+
class SftpConnectorConfigTypeDef(TypedDict):
|
|
729
|
+
UserSecretId: NotRequired[str]
|
|
730
|
+
TrustedHostKeys: NotRequired[Sequence[str]]
|
|
731
|
+
|
|
732
|
+
class StartDirectoryListingRequestTypeDef(TypedDict):
|
|
719
733
|
ConnectorId: str
|
|
720
734
|
RemoteDirectoryPath: str
|
|
721
735
|
OutputDirectoryPath: str
|
|
722
736
|
MaxItems: NotRequired[int]
|
|
723
737
|
|
|
724
|
-
class
|
|
738
|
+
class StartFileTransferRequestTypeDef(TypedDict):
|
|
725
739
|
ConnectorId: str
|
|
726
740
|
SendFilePaths: NotRequired[Sequence[str]]
|
|
727
741
|
RetrieveFilePaths: NotRequired[Sequence[str]]
|
|
728
742
|
LocalDirectoryPath: NotRequired[str]
|
|
729
743
|
RemoteDirectoryPath: NotRequired[str]
|
|
730
744
|
|
|
731
|
-
class
|
|
745
|
+
class StartServerRequestTypeDef(TypedDict):
|
|
732
746
|
ServerId: str
|
|
733
747
|
|
|
734
|
-
class
|
|
748
|
+
class StopServerRequestTypeDef(TypedDict):
|
|
735
749
|
ServerId: str
|
|
736
750
|
|
|
737
|
-
class
|
|
751
|
+
class TestConnectionRequestTypeDef(TypedDict):
|
|
738
752
|
ConnectorId: str
|
|
739
753
|
|
|
740
|
-
class
|
|
754
|
+
class TestIdentityProviderRequestTypeDef(TypedDict):
|
|
741
755
|
ServerId: str
|
|
742
756
|
UserName: str
|
|
743
757
|
ServerProtocol: NotRequired[ProtocolType]
|
|
744
758
|
SourceIp: NotRequired[str]
|
|
745
759
|
UserPassword: NotRequired[str]
|
|
746
760
|
|
|
747
|
-
class
|
|
761
|
+
class UntagResourceRequestTypeDef(TypedDict):
|
|
748
762
|
Arn: str
|
|
749
763
|
TagKeys: Sequence[str]
|
|
750
764
|
|
|
751
|
-
class
|
|
752
|
-
AgreementId: str
|
|
753
|
-
ServerId: str
|
|
754
|
-
Description: NotRequired[str]
|
|
755
|
-
Status: NotRequired[AgreementStatusTypeType]
|
|
756
|
-
LocalProfileId: NotRequired[str]
|
|
757
|
-
PartnerProfileId: NotRequired[str]
|
|
758
|
-
BaseDirectory: NotRequired[str]
|
|
759
|
-
AccessRole: NotRequired[str]
|
|
760
|
-
PreserveFilename: NotRequired[PreserveFilenameTypeType]
|
|
761
|
-
EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
|
|
762
|
-
|
|
763
|
-
class UpdateHostKeyRequestRequestTypeDef(TypedDict):
|
|
765
|
+
class UpdateHostKeyRequestTypeDef(TypedDict):
|
|
764
766
|
ServerId: str
|
|
765
767
|
HostKeyId: str
|
|
766
768
|
Description: str
|
|
767
769
|
|
|
768
|
-
class
|
|
770
|
+
class UpdateProfileRequestTypeDef(TypedDict):
|
|
769
771
|
ProfileId: str
|
|
770
772
|
CertificateIds: NotRequired[Sequence[str]]
|
|
771
773
|
|
|
@@ -776,42 +778,12 @@ class WorkflowDetailTypeDef(TypedDict):
|
|
|
776
778
|
WorkflowId: str
|
|
777
779
|
ExecutionRole: str
|
|
778
780
|
|
|
779
|
-
class
|
|
781
|
+
class UpdateWebAppCustomizationRequestTypeDef(TypedDict):
|
|
780
782
|
WebAppId: str
|
|
781
783
|
Title: NotRequired[str]
|
|
782
784
|
LogoFile: NotRequired[BlobTypeDef]
|
|
783
785
|
FaviconFile: NotRequired[BlobTypeDef]
|
|
784
786
|
|
|
785
|
-
class CreateAccessRequestRequestTypeDef(TypedDict):
|
|
786
|
-
Role: str
|
|
787
|
-
ServerId: str
|
|
788
|
-
ExternalId: str
|
|
789
|
-
HomeDirectory: NotRequired[str]
|
|
790
|
-
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
791
|
-
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
792
|
-
Policy: NotRequired[str]
|
|
793
|
-
PosixProfile: NotRequired[PosixProfileTypeDef]
|
|
794
|
-
|
|
795
|
-
class UpdateAccessRequestRequestTypeDef(TypedDict):
|
|
796
|
-
ServerId: str
|
|
797
|
-
ExternalId: str
|
|
798
|
-
HomeDirectory: NotRequired[str]
|
|
799
|
-
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
800
|
-
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
801
|
-
Policy: NotRequired[str]
|
|
802
|
-
PosixProfile: NotRequired[PosixProfileTypeDef]
|
|
803
|
-
Role: NotRequired[str]
|
|
804
|
-
|
|
805
|
-
class UpdateUserRequestRequestTypeDef(TypedDict):
|
|
806
|
-
ServerId: str
|
|
807
|
-
UserName: str
|
|
808
|
-
HomeDirectory: NotRequired[str]
|
|
809
|
-
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
810
|
-
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
811
|
-
Policy: NotRequired[str]
|
|
812
|
-
PosixProfile: NotRequired[PosixProfileTypeDef]
|
|
813
|
-
Role: NotRequired[str]
|
|
814
|
-
|
|
815
787
|
class CreateAccessResponseTypeDef(TypedDict):
|
|
816
788
|
ServerId: str
|
|
817
789
|
ExternalId: str
|
|
@@ -939,36 +911,38 @@ class UpdateWebAppResponseTypeDef(TypedDict):
|
|
|
939
911
|
WebAppId: str
|
|
940
912
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
941
913
|
|
|
942
|
-
class
|
|
914
|
+
class UpdateAgreementRequestTypeDef(TypedDict):
|
|
915
|
+
AgreementId: str
|
|
916
|
+
ServerId: str
|
|
917
|
+
Description: NotRequired[str]
|
|
918
|
+
Status: NotRequired[AgreementStatusTypeType]
|
|
919
|
+
LocalProfileId: NotRequired[str]
|
|
920
|
+
PartnerProfileId: NotRequired[str]
|
|
921
|
+
BaseDirectory: NotRequired[str]
|
|
922
|
+
AccessRole: NotRequired[str]
|
|
923
|
+
PreserveFilename: NotRequired[PreserveFilenameTypeType]
|
|
924
|
+
EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
|
|
925
|
+
CustomDirectories: NotRequired[CustomDirectoriesTypeTypeDef]
|
|
926
|
+
|
|
927
|
+
class CreateAgreementRequestTypeDef(TypedDict):
|
|
943
928
|
ServerId: str
|
|
944
929
|
LocalProfileId: str
|
|
945
930
|
PartnerProfileId: str
|
|
946
|
-
BaseDirectory: str
|
|
947
931
|
AccessRole: str
|
|
948
932
|
Description: NotRequired[str]
|
|
933
|
+
BaseDirectory: NotRequired[str]
|
|
949
934
|
Status: NotRequired[AgreementStatusTypeType]
|
|
950
935
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
951
936
|
PreserveFilename: NotRequired[PreserveFilenameTypeType]
|
|
952
937
|
EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
|
|
938
|
+
CustomDirectories: NotRequired[CustomDirectoriesTypeTypeDef]
|
|
953
939
|
|
|
954
|
-
class
|
|
940
|
+
class CreateProfileRequestTypeDef(TypedDict):
|
|
955
941
|
As2Id: str
|
|
956
942
|
ProfileType: ProfileTypeType
|
|
957
943
|
CertificateIds: NotRequired[Sequence[str]]
|
|
958
944
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
959
945
|
|
|
960
|
-
class CreateUserRequestRequestTypeDef(TypedDict):
|
|
961
|
-
Role: str
|
|
962
|
-
ServerId: str
|
|
963
|
-
UserName: str
|
|
964
|
-
HomeDirectory: NotRequired[str]
|
|
965
|
-
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
966
|
-
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
967
|
-
Policy: NotRequired[str]
|
|
968
|
-
PosixProfile: NotRequired[PosixProfileTypeDef]
|
|
969
|
-
SshPublicKeyBody: NotRequired[str]
|
|
970
|
-
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
971
|
-
|
|
972
946
|
class DescribedAgreementTypeDef(TypedDict):
|
|
973
947
|
Arn: str
|
|
974
948
|
AgreementId: NotRequired[str]
|
|
@@ -982,6 +956,7 @@ class DescribedAgreementTypeDef(TypedDict):
|
|
|
982
956
|
Tags: NotRequired[List[TagTypeDef]]
|
|
983
957
|
PreserveFilename: NotRequired[PreserveFilenameTypeType]
|
|
984
958
|
EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
|
|
959
|
+
CustomDirectories: NotRequired[CustomDirectoriesTypeTypeDef]
|
|
985
960
|
|
|
986
961
|
DescribedCertificateTypeDef = TypedDict(
|
|
987
962
|
"DescribedCertificateTypeDef",
|
|
@@ -1023,7 +998,7 @@ class DescribedProfileTypeDef(TypedDict):
|
|
|
1023
998
|
CertificateIds: NotRequired[List[str]]
|
|
1024
999
|
Tags: NotRequired[List[TagTypeDef]]
|
|
1025
1000
|
|
|
1026
|
-
class
|
|
1001
|
+
class ImportHostKeyRequestTypeDef(TypedDict):
|
|
1027
1002
|
ServerId: str
|
|
1028
1003
|
HostKeyBody: str
|
|
1029
1004
|
Description: NotRequired[str]
|
|
@@ -1035,32 +1010,18 @@ class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
|
1035
1010
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1036
1011
|
NextToken: NotRequired[str]
|
|
1037
1012
|
|
|
1038
|
-
class
|
|
1013
|
+
class TagResourceRequestTypeDef(TypedDict):
|
|
1039
1014
|
Arn: str
|
|
1040
1015
|
Tags: Sequence[TagTypeDef]
|
|
1041
1016
|
|
|
1042
|
-
class CreateConnectorRequestRequestTypeDef(TypedDict):
|
|
1043
|
-
Url: str
|
|
1044
|
-
AccessRole: str
|
|
1045
|
-
As2Config: NotRequired[As2ConnectorConfigTypeDef]
|
|
1046
|
-
LoggingRole: NotRequired[str]
|
|
1047
|
-
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1048
|
-
SftpConfig: NotRequired[SftpConnectorConfigTypeDef]
|
|
1049
|
-
SecurityPolicyName: NotRequired[str]
|
|
1050
|
-
|
|
1051
|
-
class UpdateConnectorRequestRequestTypeDef(TypedDict):
|
|
1052
|
-
ConnectorId: str
|
|
1053
|
-
Url: NotRequired[str]
|
|
1054
|
-
As2Config: NotRequired[As2ConnectorConfigTypeDef]
|
|
1055
|
-
AccessRole: NotRequired[str]
|
|
1056
|
-
LoggingRole: NotRequired[str]
|
|
1057
|
-
SftpConfig: NotRequired[SftpConnectorConfigTypeDef]
|
|
1058
|
-
SecurityPolicyName: NotRequired[str]
|
|
1059
|
-
|
|
1060
1017
|
class DescribeSecurityPolicyResponseTypeDef(TypedDict):
|
|
1061
1018
|
SecurityPolicy: DescribedSecurityPolicyTypeDef
|
|
1062
1019
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1063
1020
|
|
|
1021
|
+
class DescribeServerRequestWaitExtraTypeDef(TypedDict):
|
|
1022
|
+
ServerId: str
|
|
1023
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1024
|
+
|
|
1064
1025
|
class DescribeServerRequestWaitTypeDef(TypedDict):
|
|
1065
1026
|
ServerId: str
|
|
1066
1027
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
@@ -1105,6 +1066,8 @@ class DescribedUserTypeDef(TypedDict):
|
|
|
1105
1066
|
Tags: NotRequired[List[TagTypeDef]]
|
|
1106
1067
|
UserName: NotRequired[str]
|
|
1107
1068
|
|
|
1069
|
+
EndpointDetailsUnionTypeDef = Union[EndpointDetailsTypeDef, EndpointDetailsOutputTypeDef]
|
|
1070
|
+
|
|
1108
1071
|
class ExecutionStepResultTypeDef(TypedDict):
|
|
1109
1072
|
StepType: NotRequired[WorkflowStepTypeType]
|
|
1110
1073
|
Outputs: NotRequired[str]
|
|
@@ -1117,7 +1080,7 @@ class FileLocationTypeDef(TypedDict):
|
|
|
1117
1080
|
class WebAppIdentityProviderDetailsTypeDef(TypedDict):
|
|
1118
1081
|
IdentityCenterConfig: NotRequired[IdentityCenterConfigTypeDef]
|
|
1119
1082
|
|
|
1120
|
-
class
|
|
1083
|
+
class ImportCertificateRequestTypeDef(TypedDict):
|
|
1121
1084
|
Usage: CertificateUsageTypeType
|
|
1122
1085
|
Certificate: str
|
|
1123
1086
|
CertificateChain: NotRequired[str]
|
|
@@ -1127,7 +1090,7 @@ class ImportCertificateRequestRequestTypeDef(TypedDict):
|
|
|
1127
1090
|
Description: NotRequired[str]
|
|
1128
1091
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1129
1092
|
|
|
1130
|
-
class
|
|
1093
|
+
class UpdateCertificateRequestTypeDef(TypedDict):
|
|
1131
1094
|
CertificateId: str
|
|
1132
1095
|
ActiveDate: NotRequired[TimestampTypeDef]
|
|
1133
1096
|
InactiveDate: NotRequired[TimestampTypeDef]
|
|
@@ -1237,6 +1200,9 @@ class ListWorkflowsResponseTypeDef(TypedDict):
|
|
|
1237
1200
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1238
1201
|
NextToken: NotRequired[str]
|
|
1239
1202
|
|
|
1203
|
+
PosixProfileUnionTypeDef = Union[PosixProfileTypeDef, PosixProfileOutputTypeDef]
|
|
1204
|
+
ProtocolDetailsUnionTypeDef = Union[ProtocolDetailsTypeDef, ProtocolDetailsOutputTypeDef]
|
|
1205
|
+
|
|
1240
1206
|
class TagStepDetailsOutputTypeDef(TypedDict):
|
|
1241
1207
|
Name: NotRequired[str]
|
|
1242
1208
|
Tags: NotRequired[List[S3TagTypeDef]]
|
|
@@ -1250,6 +1216,10 @@ class TagStepDetailsTypeDef(TypedDict):
|
|
|
1250
1216
|
class ServiceMetadataTypeDef(TypedDict):
|
|
1251
1217
|
UserDetails: UserDetailsTypeDef
|
|
1252
1218
|
|
|
1219
|
+
SftpConnectorConfigUnionTypeDef = Union[
|
|
1220
|
+
SftpConnectorConfigTypeDef, SftpConnectorConfigOutputTypeDef
|
|
1221
|
+
]
|
|
1222
|
+
|
|
1253
1223
|
class UpdateWebAppIdentityProviderDetailsTypeDef(TypedDict):
|
|
1254
1224
|
IdentityCenterConfig: NotRequired[UpdateWebAppIdentityCenterConfigTypeDef]
|
|
1255
1225
|
|
|
@@ -1304,7 +1274,7 @@ class ExecutionResultsTypeDef(TypedDict):
|
|
|
1304
1274
|
Steps: NotRequired[List[ExecutionStepResultTypeDef]]
|
|
1305
1275
|
OnExceptionSteps: NotRequired[List[ExecutionStepResultTypeDef]]
|
|
1306
1276
|
|
|
1307
|
-
class
|
|
1277
|
+
class CreateWebAppRequestTypeDef(TypedDict):
|
|
1308
1278
|
IdentityProviderDetails: WebAppIdentityProviderDetailsTypeDef
|
|
1309
1279
|
AccessEndpoint: NotRequired[str]
|
|
1310
1280
|
WebAppUnits: NotRequired[WebAppUnitsTypeDef]
|
|
@@ -1326,6 +1296,49 @@ DecryptStepDetailsTypeDef = TypedDict(
|
|
|
1326
1296
|
"OverwriteExisting": NotRequired[OverwriteExistingType],
|
|
1327
1297
|
},
|
|
1328
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
|
+
|
|
1329
1342
|
TagStepDetailsUnionTypeDef = Union[TagStepDetailsTypeDef, TagStepDetailsOutputTypeDef]
|
|
1330
1343
|
|
|
1331
1344
|
class ListedExecutionTypeDef(TypedDict):
|
|
@@ -1334,7 +1347,25 @@ class ListedExecutionTypeDef(TypedDict):
|
|
|
1334
1347
|
ServiceMetadata: NotRequired[ServiceMetadataTypeDef]
|
|
1335
1348
|
Status: NotRequired[ExecutionStatusType]
|
|
1336
1349
|
|
|
1337
|
-
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):
|
|
1338
1369
|
WebAppId: str
|
|
1339
1370
|
IdentityProviderDetails: NotRequired[UpdateWebAppIdentityProviderDetailsTypeDef]
|
|
1340
1371
|
AccessEndpoint: NotRequired[str]
|
|
@@ -1364,41 +1395,7 @@ class DescribedServerTypeDef(TypedDict):
|
|
|
1364
1395
|
S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
|
|
1365
1396
|
As2ServiceManagedEgressIpAddresses: NotRequired[List[str]]
|
|
1366
1397
|
|
|
1367
|
-
|
|
1368
|
-
Certificate: NotRequired[str]
|
|
1369
|
-
Domain: NotRequired[DomainType]
|
|
1370
|
-
EndpointDetails: NotRequired[EndpointDetailsTypeDef]
|
|
1371
|
-
EndpointType: NotRequired[EndpointTypeType]
|
|
1372
|
-
HostKey: NotRequired[str]
|
|
1373
|
-
IdentityProviderDetails: NotRequired[IdentityProviderDetailsTypeDef]
|
|
1374
|
-
IdentityProviderType: NotRequired[IdentityProviderTypeType]
|
|
1375
|
-
LoggingRole: NotRequired[str]
|
|
1376
|
-
PostAuthenticationLoginBanner: NotRequired[str]
|
|
1377
|
-
PreAuthenticationLoginBanner: NotRequired[str]
|
|
1378
|
-
Protocols: NotRequired[Sequence[ProtocolType]]
|
|
1379
|
-
ProtocolDetails: NotRequired[ProtocolDetailsTypeDef]
|
|
1380
|
-
SecurityPolicyName: NotRequired[str]
|
|
1381
|
-
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1382
|
-
WorkflowDetails: NotRequired[WorkflowDetailsTypeDef]
|
|
1383
|
-
StructuredLogDestinations: NotRequired[Sequence[str]]
|
|
1384
|
-
S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
|
|
1385
|
-
|
|
1386
|
-
class UpdateServerRequestRequestTypeDef(TypedDict):
|
|
1387
|
-
ServerId: str
|
|
1388
|
-
Certificate: NotRequired[str]
|
|
1389
|
-
ProtocolDetails: NotRequired[ProtocolDetailsTypeDef]
|
|
1390
|
-
EndpointDetails: NotRequired[EndpointDetailsTypeDef]
|
|
1391
|
-
EndpointType: NotRequired[EndpointTypeType]
|
|
1392
|
-
HostKey: NotRequired[str]
|
|
1393
|
-
IdentityProviderDetails: NotRequired[IdentityProviderDetailsTypeDef]
|
|
1394
|
-
LoggingRole: NotRequired[str]
|
|
1395
|
-
PostAuthenticationLoginBanner: NotRequired[str]
|
|
1396
|
-
PreAuthenticationLoginBanner: NotRequired[str]
|
|
1397
|
-
Protocols: NotRequired[Sequence[ProtocolType]]
|
|
1398
|
-
SecurityPolicyName: NotRequired[str]
|
|
1399
|
-
WorkflowDetails: NotRequired[WorkflowDetailsTypeDef]
|
|
1400
|
-
StructuredLogDestinations: NotRequired[Sequence[str]]
|
|
1401
|
-
S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
|
|
1398
|
+
WorkflowDetailsUnionTypeDef = Union[WorkflowDetailsTypeDef, WorkflowDetailsOutputTypeDef]
|
|
1402
1399
|
|
|
1403
1400
|
class DescribeWebAppResponseTypeDef(TypedDict):
|
|
1404
1401
|
WebApp: DescribedWebAppTypeDef
|
|
@@ -1447,6 +1444,42 @@ class DescribeServerResponseTypeDef(TypedDict):
|
|
|
1447
1444
|
Server: DescribedServerTypeDef
|
|
1448
1445
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1449
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
|
+
|
|
1450
1483
|
class DescribeExecutionResponseTypeDef(TypedDict):
|
|
1451
1484
|
WorkflowId: str
|
|
1452
1485
|
Execution: DescribedExecutionTypeDef
|
|
@@ -1466,8 +1499,8 @@ class DescribeWorkflowResponseTypeDef(TypedDict):
|
|
|
1466
1499
|
Workflow: DescribedWorkflowTypeDef
|
|
1467
1500
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1468
1501
|
|
|
1469
|
-
class
|
|
1502
|
+
class CreateWorkflowRequestTypeDef(TypedDict):
|
|
1470
1503
|
Steps: Sequence[WorkflowStepUnionTypeDef]
|
|
1471
1504
|
Description: NotRequired[str]
|
|
1472
|
-
OnExceptionSteps: NotRequired[Sequence[
|
|
1505
|
+
OnExceptionSteps: NotRequired[Sequence[WorkflowStepUnionTypeDef]]
|
|
1473
1506
|
Tags: NotRequired[Sequence[TagTypeDef]]
|