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
mypy_boto3_transfer/type_defs.py
CHANGED
|
@@ -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
|
|
@@ -74,63 +74,65 @@ __all__ = (
|
|
|
74
74
|
"BlobTypeDef",
|
|
75
75
|
"ConnectorFileTransferResultTypeDef",
|
|
76
76
|
"CopyStepDetailsTypeDef",
|
|
77
|
-
"
|
|
77
|
+
"CreateAccessRequestTypeDef",
|
|
78
78
|
"CreateAccessResponseTypeDef",
|
|
79
|
-
"
|
|
79
|
+
"CreateAgreementRequestTypeDef",
|
|
80
80
|
"CreateAgreementResponseTypeDef",
|
|
81
|
-
"
|
|
81
|
+
"CreateConnectorRequestTypeDef",
|
|
82
82
|
"CreateConnectorResponseTypeDef",
|
|
83
|
-
"
|
|
83
|
+
"CreateProfileRequestTypeDef",
|
|
84
84
|
"CreateProfileResponseTypeDef",
|
|
85
|
-
"
|
|
85
|
+
"CreateServerRequestTypeDef",
|
|
86
86
|
"CreateServerResponseTypeDef",
|
|
87
|
-
"
|
|
87
|
+
"CreateUserRequestTypeDef",
|
|
88
88
|
"CreateUserResponseTypeDef",
|
|
89
|
-
"
|
|
89
|
+
"CreateWebAppRequestTypeDef",
|
|
90
90
|
"CreateWebAppResponseTypeDef",
|
|
91
|
-
"
|
|
91
|
+
"CreateWorkflowRequestTypeDef",
|
|
92
92
|
"CreateWorkflowResponseTypeDef",
|
|
93
|
+
"CustomDirectoriesTypeTypeDef",
|
|
93
94
|
"CustomStepDetailsTypeDef",
|
|
94
95
|
"DecryptStepDetailsTypeDef",
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
96
|
+
"DeleteAccessRequestTypeDef",
|
|
97
|
+
"DeleteAgreementRequestTypeDef",
|
|
98
|
+
"DeleteCertificateRequestTypeDef",
|
|
99
|
+
"DeleteConnectorRequestTypeDef",
|
|
100
|
+
"DeleteHostKeyRequestTypeDef",
|
|
101
|
+
"DeleteProfileRequestTypeDef",
|
|
102
|
+
"DeleteServerRequestTypeDef",
|
|
103
|
+
"DeleteSshPublicKeyRequestTypeDef",
|
|
103
104
|
"DeleteStepDetailsTypeDef",
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
105
|
+
"DeleteUserRequestTypeDef",
|
|
106
|
+
"DeleteWebAppCustomizationRequestTypeDef",
|
|
107
|
+
"DeleteWebAppRequestTypeDef",
|
|
108
|
+
"DeleteWorkflowRequestTypeDef",
|
|
109
|
+
"DescribeAccessRequestTypeDef",
|
|
109
110
|
"DescribeAccessResponseTypeDef",
|
|
110
|
-
"
|
|
111
|
+
"DescribeAgreementRequestTypeDef",
|
|
111
112
|
"DescribeAgreementResponseTypeDef",
|
|
112
|
-
"
|
|
113
|
+
"DescribeCertificateRequestTypeDef",
|
|
113
114
|
"DescribeCertificateResponseTypeDef",
|
|
114
|
-
"
|
|
115
|
+
"DescribeConnectorRequestTypeDef",
|
|
115
116
|
"DescribeConnectorResponseTypeDef",
|
|
116
|
-
"
|
|
117
|
+
"DescribeExecutionRequestTypeDef",
|
|
117
118
|
"DescribeExecutionResponseTypeDef",
|
|
118
|
-
"
|
|
119
|
+
"DescribeHostKeyRequestTypeDef",
|
|
119
120
|
"DescribeHostKeyResponseTypeDef",
|
|
120
|
-
"
|
|
121
|
+
"DescribeProfileRequestTypeDef",
|
|
121
122
|
"DescribeProfileResponseTypeDef",
|
|
122
|
-
"
|
|
123
|
+
"DescribeSecurityPolicyRequestTypeDef",
|
|
123
124
|
"DescribeSecurityPolicyResponseTypeDef",
|
|
124
|
-
"
|
|
125
|
+
"DescribeServerRequestTypeDef",
|
|
126
|
+
"DescribeServerRequestWaitExtraTypeDef",
|
|
125
127
|
"DescribeServerRequestWaitTypeDef",
|
|
126
128
|
"DescribeServerResponseTypeDef",
|
|
127
|
-
"
|
|
129
|
+
"DescribeUserRequestTypeDef",
|
|
128
130
|
"DescribeUserResponseTypeDef",
|
|
129
|
-
"
|
|
131
|
+
"DescribeWebAppCustomizationRequestTypeDef",
|
|
130
132
|
"DescribeWebAppCustomizationResponseTypeDef",
|
|
131
|
-
"
|
|
133
|
+
"DescribeWebAppRequestTypeDef",
|
|
132
134
|
"DescribeWebAppResponseTypeDef",
|
|
133
|
-
"
|
|
135
|
+
"DescribeWorkflowRequestTypeDef",
|
|
134
136
|
"DescribeWorkflowResponseTypeDef",
|
|
135
137
|
"DescribedAccessTypeDef",
|
|
136
138
|
"DescribedAgreementTypeDef",
|
|
@@ -151,6 +153,7 @@ __all__ = (
|
|
|
151
153
|
"EmptyResponseMetadataTypeDef",
|
|
152
154
|
"EndpointDetailsOutputTypeDef",
|
|
153
155
|
"EndpointDetailsTypeDef",
|
|
156
|
+
"EndpointDetailsUnionTypeDef",
|
|
154
157
|
"ExecutionErrorTypeDef",
|
|
155
158
|
"ExecutionResultsTypeDef",
|
|
156
159
|
"ExecutionStepResultTypeDef",
|
|
@@ -158,53 +161,53 @@ __all__ = (
|
|
|
158
161
|
"HomeDirectoryMapEntryTypeDef",
|
|
159
162
|
"IdentityCenterConfigTypeDef",
|
|
160
163
|
"IdentityProviderDetailsTypeDef",
|
|
161
|
-
"
|
|
164
|
+
"ImportCertificateRequestTypeDef",
|
|
162
165
|
"ImportCertificateResponseTypeDef",
|
|
163
|
-
"
|
|
166
|
+
"ImportHostKeyRequestTypeDef",
|
|
164
167
|
"ImportHostKeyResponseTypeDef",
|
|
165
|
-
"
|
|
168
|
+
"ImportSshPublicKeyRequestTypeDef",
|
|
166
169
|
"ImportSshPublicKeyResponseTypeDef",
|
|
167
170
|
"InputFileLocationTypeDef",
|
|
168
171
|
"ListAccessesRequestPaginateTypeDef",
|
|
169
|
-
"
|
|
172
|
+
"ListAccessesRequestTypeDef",
|
|
170
173
|
"ListAccessesResponseTypeDef",
|
|
171
174
|
"ListAgreementsRequestPaginateTypeDef",
|
|
172
|
-
"
|
|
175
|
+
"ListAgreementsRequestTypeDef",
|
|
173
176
|
"ListAgreementsResponseTypeDef",
|
|
174
177
|
"ListCertificatesRequestPaginateTypeDef",
|
|
175
|
-
"
|
|
178
|
+
"ListCertificatesRequestTypeDef",
|
|
176
179
|
"ListCertificatesResponseTypeDef",
|
|
177
180
|
"ListConnectorsRequestPaginateTypeDef",
|
|
178
|
-
"
|
|
181
|
+
"ListConnectorsRequestTypeDef",
|
|
179
182
|
"ListConnectorsResponseTypeDef",
|
|
180
183
|
"ListExecutionsRequestPaginateTypeDef",
|
|
181
|
-
"
|
|
184
|
+
"ListExecutionsRequestTypeDef",
|
|
182
185
|
"ListExecutionsResponseTypeDef",
|
|
183
186
|
"ListFileTransferResultsRequestPaginateTypeDef",
|
|
184
|
-
"
|
|
187
|
+
"ListFileTransferResultsRequestTypeDef",
|
|
185
188
|
"ListFileTransferResultsResponseTypeDef",
|
|
186
|
-
"
|
|
189
|
+
"ListHostKeysRequestTypeDef",
|
|
187
190
|
"ListHostKeysResponseTypeDef",
|
|
188
191
|
"ListProfilesRequestPaginateTypeDef",
|
|
189
|
-
"
|
|
192
|
+
"ListProfilesRequestTypeDef",
|
|
190
193
|
"ListProfilesResponseTypeDef",
|
|
191
194
|
"ListSecurityPoliciesRequestPaginateTypeDef",
|
|
192
|
-
"
|
|
195
|
+
"ListSecurityPoliciesRequestTypeDef",
|
|
193
196
|
"ListSecurityPoliciesResponseTypeDef",
|
|
194
197
|
"ListServersRequestPaginateTypeDef",
|
|
195
|
-
"
|
|
198
|
+
"ListServersRequestTypeDef",
|
|
196
199
|
"ListServersResponseTypeDef",
|
|
197
200
|
"ListTagsForResourceRequestPaginateTypeDef",
|
|
198
|
-
"
|
|
201
|
+
"ListTagsForResourceRequestTypeDef",
|
|
199
202
|
"ListTagsForResourceResponseTypeDef",
|
|
200
203
|
"ListUsersRequestPaginateTypeDef",
|
|
201
|
-
"
|
|
204
|
+
"ListUsersRequestTypeDef",
|
|
202
205
|
"ListUsersResponseTypeDef",
|
|
203
206
|
"ListWebAppsRequestPaginateTypeDef",
|
|
204
|
-
"
|
|
207
|
+
"ListWebAppsRequestTypeDef",
|
|
205
208
|
"ListWebAppsResponseTypeDef",
|
|
206
209
|
"ListWorkflowsRequestPaginateTypeDef",
|
|
207
|
-
"
|
|
210
|
+
"ListWorkflowsRequestTypeDef",
|
|
208
211
|
"ListWorkflowsResponseTypeDef",
|
|
209
212
|
"ListedAccessTypeDef",
|
|
210
213
|
"ListedAgreementTypeDef",
|
|
@@ -221,56 +224,59 @@ __all__ = (
|
|
|
221
224
|
"PaginatorConfigTypeDef",
|
|
222
225
|
"PosixProfileOutputTypeDef",
|
|
223
226
|
"PosixProfileTypeDef",
|
|
227
|
+
"PosixProfileUnionTypeDef",
|
|
224
228
|
"ProtocolDetailsOutputTypeDef",
|
|
225
229
|
"ProtocolDetailsTypeDef",
|
|
230
|
+
"ProtocolDetailsUnionTypeDef",
|
|
226
231
|
"ResponseMetadataTypeDef",
|
|
227
232
|
"S3FileLocationTypeDef",
|
|
228
233
|
"S3InputFileLocationTypeDef",
|
|
229
234
|
"S3StorageOptionsTypeDef",
|
|
230
235
|
"S3TagTypeDef",
|
|
231
|
-
"
|
|
236
|
+
"SendWorkflowStepStateRequestTypeDef",
|
|
232
237
|
"ServiceMetadataTypeDef",
|
|
233
238
|
"SftpConnectorConfigOutputTypeDef",
|
|
234
239
|
"SftpConnectorConfigTypeDef",
|
|
240
|
+
"SftpConnectorConfigUnionTypeDef",
|
|
235
241
|
"SshPublicKeyTypeDef",
|
|
236
|
-
"
|
|
242
|
+
"StartDirectoryListingRequestTypeDef",
|
|
237
243
|
"StartDirectoryListingResponseTypeDef",
|
|
238
|
-
"
|
|
244
|
+
"StartFileTransferRequestTypeDef",
|
|
239
245
|
"StartFileTransferResponseTypeDef",
|
|
240
|
-
"
|
|
241
|
-
"
|
|
242
|
-
"
|
|
246
|
+
"StartServerRequestTypeDef",
|
|
247
|
+
"StopServerRequestTypeDef",
|
|
248
|
+
"TagResourceRequestTypeDef",
|
|
243
249
|
"TagStepDetailsOutputTypeDef",
|
|
244
250
|
"TagStepDetailsTypeDef",
|
|
245
251
|
"TagStepDetailsUnionTypeDef",
|
|
246
252
|
"TagTypeDef",
|
|
247
|
-
"
|
|
253
|
+
"TestConnectionRequestTypeDef",
|
|
248
254
|
"TestConnectionResponseTypeDef",
|
|
249
|
-
"
|
|
255
|
+
"TestIdentityProviderRequestTypeDef",
|
|
250
256
|
"TestIdentityProviderResponseTypeDef",
|
|
251
257
|
"TimestampTypeDef",
|
|
252
|
-
"
|
|
253
|
-
"
|
|
258
|
+
"UntagResourceRequestTypeDef",
|
|
259
|
+
"UpdateAccessRequestTypeDef",
|
|
254
260
|
"UpdateAccessResponseTypeDef",
|
|
255
|
-
"
|
|
261
|
+
"UpdateAgreementRequestTypeDef",
|
|
256
262
|
"UpdateAgreementResponseTypeDef",
|
|
257
|
-
"
|
|
263
|
+
"UpdateCertificateRequestTypeDef",
|
|
258
264
|
"UpdateCertificateResponseTypeDef",
|
|
259
|
-
"
|
|
265
|
+
"UpdateConnectorRequestTypeDef",
|
|
260
266
|
"UpdateConnectorResponseTypeDef",
|
|
261
|
-
"
|
|
267
|
+
"UpdateHostKeyRequestTypeDef",
|
|
262
268
|
"UpdateHostKeyResponseTypeDef",
|
|
263
|
-
"
|
|
269
|
+
"UpdateProfileRequestTypeDef",
|
|
264
270
|
"UpdateProfileResponseTypeDef",
|
|
265
|
-
"
|
|
271
|
+
"UpdateServerRequestTypeDef",
|
|
266
272
|
"UpdateServerResponseTypeDef",
|
|
267
|
-
"
|
|
273
|
+
"UpdateUserRequestTypeDef",
|
|
268
274
|
"UpdateUserResponseTypeDef",
|
|
269
|
-
"
|
|
275
|
+
"UpdateWebAppCustomizationRequestTypeDef",
|
|
270
276
|
"UpdateWebAppCustomizationResponseTypeDef",
|
|
271
277
|
"UpdateWebAppIdentityCenterConfigTypeDef",
|
|
272
278
|
"UpdateWebAppIdentityProviderDetailsTypeDef",
|
|
273
|
-
"
|
|
279
|
+
"UpdateWebAppRequestTypeDef",
|
|
274
280
|
"UpdateWebAppResponseTypeDef",
|
|
275
281
|
"UserDetailsTypeDef",
|
|
276
282
|
"WaiterConfigTypeDef",
|
|
@@ -279,6 +285,7 @@ __all__ = (
|
|
|
279
285
|
"WorkflowDetailTypeDef",
|
|
280
286
|
"WorkflowDetailsOutputTypeDef",
|
|
281
287
|
"WorkflowDetailsTypeDef",
|
|
288
|
+
"WorkflowDetailsUnionTypeDef",
|
|
282
289
|
"WorkflowStepOutputTypeDef",
|
|
283
290
|
"WorkflowStepTypeDef",
|
|
284
291
|
"WorkflowStepUnionTypeDef",
|
|
@@ -318,12 +325,6 @@ HomeDirectoryMapEntryTypeDef = TypedDict(
|
|
|
318
325
|
)
|
|
319
326
|
|
|
320
327
|
|
|
321
|
-
class PosixProfileTypeDef(TypedDict):
|
|
322
|
-
Uid: int
|
|
323
|
-
Gid: int
|
|
324
|
-
SecondaryGids: NotRequired[Sequence[int]]
|
|
325
|
-
|
|
326
|
-
|
|
327
328
|
class ResponseMetadataTypeDef(TypedDict):
|
|
328
329
|
RequestId: str
|
|
329
330
|
HTTPStatusCode: int
|
|
@@ -332,24 +333,19 @@ class ResponseMetadataTypeDef(TypedDict):
|
|
|
332
333
|
HostId: NotRequired[str]
|
|
333
334
|
|
|
334
335
|
|
|
336
|
+
class CustomDirectoriesTypeTypeDef(TypedDict):
|
|
337
|
+
FailedFilesDirectory: str
|
|
338
|
+
MdnFilesDirectory: str
|
|
339
|
+
PayloadFilesDirectory: str
|
|
340
|
+
StatusFilesDirectory: str
|
|
341
|
+
TemporaryFilesDirectory: str
|
|
342
|
+
|
|
343
|
+
|
|
335
344
|
class TagTypeDef(TypedDict):
|
|
336
345
|
Key: str
|
|
337
346
|
Value: str
|
|
338
347
|
|
|
339
348
|
|
|
340
|
-
class SftpConnectorConfigTypeDef(TypedDict):
|
|
341
|
-
UserSecretId: NotRequired[str]
|
|
342
|
-
TrustedHostKeys: NotRequired[Sequence[str]]
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
class EndpointDetailsTypeDef(TypedDict):
|
|
346
|
-
AddressAllocationIds: NotRequired[Sequence[str]]
|
|
347
|
-
SubnetIds: NotRequired[Sequence[str]]
|
|
348
|
-
VpcEndpointId: NotRequired[str]
|
|
349
|
-
VpcId: NotRequired[str]
|
|
350
|
-
SecurityGroupIds: NotRequired[Sequence[str]]
|
|
351
|
-
|
|
352
|
-
|
|
353
349
|
class IdentityProviderDetailsTypeDef(TypedDict):
|
|
354
350
|
Url: NotRequired[str]
|
|
355
351
|
InvocationRole: NotRequired[str]
|
|
@@ -358,13 +354,6 @@ class IdentityProviderDetailsTypeDef(TypedDict):
|
|
|
358
354
|
SftpAuthenticationMethods: NotRequired[SftpAuthenticationMethodsType]
|
|
359
355
|
|
|
360
356
|
|
|
361
|
-
class ProtocolDetailsTypeDef(TypedDict):
|
|
362
|
-
PassiveIp: NotRequired[str]
|
|
363
|
-
TlsSessionResumptionMode: NotRequired[TlsSessionResumptionModeType]
|
|
364
|
-
SetStatOption: NotRequired[SetStatOptionType]
|
|
365
|
-
As2Transports: NotRequired[Sequence[Literal["HTTP"]]]
|
|
366
|
-
|
|
367
|
-
|
|
368
357
|
class S3StorageOptionsTypeDef(TypedDict):
|
|
369
358
|
DirectoryListingOptimization: NotRequired[DirectoryListingOptimizationType]
|
|
370
359
|
|
|
@@ -380,38 +369,38 @@ class CustomStepDetailsTypeDef(TypedDict):
|
|
|
380
369
|
SourceFileLocation: NotRequired[str]
|
|
381
370
|
|
|
382
371
|
|
|
383
|
-
class
|
|
372
|
+
class DeleteAccessRequestTypeDef(TypedDict):
|
|
384
373
|
ServerId: str
|
|
385
374
|
ExternalId: str
|
|
386
375
|
|
|
387
376
|
|
|
388
|
-
class
|
|
377
|
+
class DeleteAgreementRequestTypeDef(TypedDict):
|
|
389
378
|
AgreementId: str
|
|
390
379
|
ServerId: str
|
|
391
380
|
|
|
392
381
|
|
|
393
|
-
class
|
|
382
|
+
class DeleteCertificateRequestTypeDef(TypedDict):
|
|
394
383
|
CertificateId: str
|
|
395
384
|
|
|
396
385
|
|
|
397
|
-
class
|
|
386
|
+
class DeleteConnectorRequestTypeDef(TypedDict):
|
|
398
387
|
ConnectorId: str
|
|
399
388
|
|
|
400
389
|
|
|
401
|
-
class
|
|
390
|
+
class DeleteHostKeyRequestTypeDef(TypedDict):
|
|
402
391
|
ServerId: str
|
|
403
392
|
HostKeyId: str
|
|
404
393
|
|
|
405
394
|
|
|
406
|
-
class
|
|
395
|
+
class DeleteProfileRequestTypeDef(TypedDict):
|
|
407
396
|
ProfileId: str
|
|
408
397
|
|
|
409
398
|
|
|
410
|
-
class
|
|
399
|
+
class DeleteServerRequestTypeDef(TypedDict):
|
|
411
400
|
ServerId: str
|
|
412
401
|
|
|
413
402
|
|
|
414
|
-
class
|
|
403
|
+
class DeleteSshPublicKeyRequestTypeDef(TypedDict):
|
|
415
404
|
ServerId: str
|
|
416
405
|
SshPublicKeyId: str
|
|
417
406
|
UserName: str
|
|
@@ -422,56 +411,56 @@ class DeleteStepDetailsTypeDef(TypedDict):
|
|
|
422
411
|
SourceFileLocation: NotRequired[str]
|
|
423
412
|
|
|
424
413
|
|
|
425
|
-
class
|
|
414
|
+
class DeleteUserRequestTypeDef(TypedDict):
|
|
426
415
|
ServerId: str
|
|
427
416
|
UserName: str
|
|
428
417
|
|
|
429
418
|
|
|
430
|
-
class
|
|
419
|
+
class DeleteWebAppCustomizationRequestTypeDef(TypedDict):
|
|
431
420
|
WebAppId: str
|
|
432
421
|
|
|
433
422
|
|
|
434
|
-
class
|
|
423
|
+
class DeleteWebAppRequestTypeDef(TypedDict):
|
|
435
424
|
WebAppId: str
|
|
436
425
|
|
|
437
426
|
|
|
438
|
-
class
|
|
427
|
+
class DeleteWorkflowRequestTypeDef(TypedDict):
|
|
439
428
|
WorkflowId: str
|
|
440
429
|
|
|
441
430
|
|
|
442
|
-
class
|
|
431
|
+
class DescribeAccessRequestTypeDef(TypedDict):
|
|
443
432
|
ServerId: str
|
|
444
433
|
ExternalId: str
|
|
445
434
|
|
|
446
435
|
|
|
447
|
-
class
|
|
436
|
+
class DescribeAgreementRequestTypeDef(TypedDict):
|
|
448
437
|
AgreementId: str
|
|
449
438
|
ServerId: str
|
|
450
439
|
|
|
451
440
|
|
|
452
|
-
class
|
|
441
|
+
class DescribeCertificateRequestTypeDef(TypedDict):
|
|
453
442
|
CertificateId: str
|
|
454
443
|
|
|
455
444
|
|
|
456
|
-
class
|
|
445
|
+
class DescribeConnectorRequestTypeDef(TypedDict):
|
|
457
446
|
ConnectorId: str
|
|
458
447
|
|
|
459
448
|
|
|
460
|
-
class
|
|
449
|
+
class DescribeExecutionRequestTypeDef(TypedDict):
|
|
461
450
|
ExecutionId: str
|
|
462
451
|
WorkflowId: str
|
|
463
452
|
|
|
464
453
|
|
|
465
|
-
class
|
|
454
|
+
class DescribeHostKeyRequestTypeDef(TypedDict):
|
|
466
455
|
ServerId: str
|
|
467
456
|
HostKeyId: str
|
|
468
457
|
|
|
469
458
|
|
|
470
|
-
class
|
|
459
|
+
class DescribeProfileRequestTypeDef(TypedDict):
|
|
471
460
|
ProfileId: str
|
|
472
461
|
|
|
473
462
|
|
|
474
|
-
class
|
|
463
|
+
class DescribeSecurityPolicyRequestTypeDef(TypedDict):
|
|
475
464
|
SecurityPolicyName: str
|
|
476
465
|
|
|
477
466
|
|
|
@@ -491,7 +480,7 @@ DescribedSecurityPolicyTypeDef = TypedDict(
|
|
|
491
480
|
)
|
|
492
481
|
|
|
493
482
|
|
|
494
|
-
class
|
|
483
|
+
class DescribeServerRequestTypeDef(TypedDict):
|
|
495
484
|
ServerId: str
|
|
496
485
|
|
|
497
486
|
|
|
@@ -500,12 +489,12 @@ class WaiterConfigTypeDef(TypedDict):
|
|
|
500
489
|
MaxAttempts: NotRequired[int]
|
|
501
490
|
|
|
502
491
|
|
|
503
|
-
class
|
|
492
|
+
class DescribeUserRequestTypeDef(TypedDict):
|
|
504
493
|
ServerId: str
|
|
505
494
|
UserName: str
|
|
506
495
|
|
|
507
496
|
|
|
508
|
-
class
|
|
497
|
+
class DescribeWebAppCustomizationRequestTypeDef(TypedDict):
|
|
509
498
|
WebAppId: str
|
|
510
499
|
|
|
511
500
|
|
|
@@ -517,11 +506,11 @@ class DescribedWebAppCustomizationTypeDef(TypedDict):
|
|
|
517
506
|
FaviconFile: NotRequired[bytes]
|
|
518
507
|
|
|
519
508
|
|
|
520
|
-
class
|
|
509
|
+
class DescribeWebAppRequestTypeDef(TypedDict):
|
|
521
510
|
WebAppId: str
|
|
522
511
|
|
|
523
512
|
|
|
524
|
-
class
|
|
513
|
+
class DescribeWorkflowRequestTypeDef(TypedDict):
|
|
525
514
|
WorkflowId: str
|
|
526
515
|
|
|
527
516
|
|
|
@@ -573,6 +562,14 @@ class EfsFileLocationTypeDef(TypedDict):
|
|
|
573
562
|
Path: NotRequired[str]
|
|
574
563
|
|
|
575
564
|
|
|
565
|
+
class EndpointDetailsTypeDef(TypedDict):
|
|
566
|
+
AddressAllocationIds: NotRequired[Sequence[str]]
|
|
567
|
+
SubnetIds: NotRequired[Sequence[str]]
|
|
568
|
+
VpcEndpointId: NotRequired[str]
|
|
569
|
+
VpcId: NotRequired[str]
|
|
570
|
+
SecurityGroupIds: NotRequired[Sequence[str]]
|
|
571
|
+
|
|
572
|
+
|
|
576
573
|
ExecutionErrorTypeDef = TypedDict(
|
|
577
574
|
"ExecutionErrorTypeDef",
|
|
578
575
|
{
|
|
@@ -597,7 +594,7 @@ class IdentityCenterConfigTypeDef(TypedDict):
|
|
|
597
594
|
TimestampTypeDef = Union[datetime, str]
|
|
598
595
|
|
|
599
596
|
|
|
600
|
-
class
|
|
597
|
+
class ImportSshPublicKeyRequestTypeDef(TypedDict):
|
|
601
598
|
ServerId: str
|
|
602
599
|
SshPublicKeyBody: str
|
|
603
600
|
UserName: str
|
|
@@ -614,7 +611,7 @@ class PaginatorConfigTypeDef(TypedDict):
|
|
|
614
611
|
StartingToken: NotRequired[str]
|
|
615
612
|
|
|
616
613
|
|
|
617
|
-
class
|
|
614
|
+
class ListAccessesRequestTypeDef(TypedDict):
|
|
618
615
|
ServerId: str
|
|
619
616
|
MaxResults: NotRequired[int]
|
|
620
617
|
NextToken: NotRequired[str]
|
|
@@ -627,7 +624,7 @@ class ListedAccessTypeDef(TypedDict):
|
|
|
627
624
|
ExternalId: NotRequired[str]
|
|
628
625
|
|
|
629
626
|
|
|
630
|
-
class
|
|
627
|
+
class ListAgreementsRequestTypeDef(TypedDict):
|
|
631
628
|
ServerId: str
|
|
632
629
|
MaxResults: NotRequired[int]
|
|
633
630
|
NextToken: NotRequired[str]
|
|
@@ -643,7 +640,7 @@ class ListedAgreementTypeDef(TypedDict):
|
|
|
643
640
|
PartnerProfileId: NotRequired[str]
|
|
644
641
|
|
|
645
642
|
|
|
646
|
-
class
|
|
643
|
+
class ListCertificatesRequestTypeDef(TypedDict):
|
|
647
644
|
MaxResults: NotRequired[int]
|
|
648
645
|
NextToken: NotRequired[str]
|
|
649
646
|
|
|
@@ -663,7 +660,7 @@ ListedCertificateTypeDef = TypedDict(
|
|
|
663
660
|
)
|
|
664
661
|
|
|
665
662
|
|
|
666
|
-
class
|
|
663
|
+
class ListConnectorsRequestTypeDef(TypedDict):
|
|
667
664
|
MaxResults: NotRequired[int]
|
|
668
665
|
NextToken: NotRequired[str]
|
|
669
666
|
|
|
@@ -674,20 +671,20 @@ class ListedConnectorTypeDef(TypedDict):
|
|
|
674
671
|
Url: NotRequired[str]
|
|
675
672
|
|
|
676
673
|
|
|
677
|
-
class
|
|
674
|
+
class ListExecutionsRequestTypeDef(TypedDict):
|
|
678
675
|
WorkflowId: str
|
|
679
676
|
MaxResults: NotRequired[int]
|
|
680
677
|
NextToken: NotRequired[str]
|
|
681
678
|
|
|
682
679
|
|
|
683
|
-
class
|
|
680
|
+
class ListFileTransferResultsRequestTypeDef(TypedDict):
|
|
684
681
|
ConnectorId: str
|
|
685
682
|
TransferId: str
|
|
686
683
|
NextToken: NotRequired[str]
|
|
687
684
|
MaxResults: NotRequired[int]
|
|
688
685
|
|
|
689
686
|
|
|
690
|
-
class
|
|
687
|
+
class ListHostKeysRequestTypeDef(TypedDict):
|
|
691
688
|
ServerId: str
|
|
692
689
|
MaxResults: NotRequired[int]
|
|
693
690
|
NextToken: NotRequired[str]
|
|
@@ -706,7 +703,7 @@ ListedHostKeyTypeDef = TypedDict(
|
|
|
706
703
|
)
|
|
707
704
|
|
|
708
705
|
|
|
709
|
-
class
|
|
706
|
+
class ListProfilesRequestTypeDef(TypedDict):
|
|
710
707
|
MaxResults: NotRequired[int]
|
|
711
708
|
NextToken: NotRequired[str]
|
|
712
709
|
ProfileType: NotRequired[ProfileTypeType]
|
|
@@ -719,12 +716,12 @@ class ListedProfileTypeDef(TypedDict):
|
|
|
719
716
|
ProfileType: NotRequired[ProfileTypeType]
|
|
720
717
|
|
|
721
718
|
|
|
722
|
-
class
|
|
719
|
+
class ListSecurityPoliciesRequestTypeDef(TypedDict):
|
|
723
720
|
MaxResults: NotRequired[int]
|
|
724
721
|
NextToken: NotRequired[str]
|
|
725
722
|
|
|
726
723
|
|
|
727
|
-
class
|
|
724
|
+
class ListServersRequestTypeDef(TypedDict):
|
|
728
725
|
MaxResults: NotRequired[int]
|
|
729
726
|
NextToken: NotRequired[str]
|
|
730
727
|
|
|
@@ -740,13 +737,13 @@ class ListedServerTypeDef(TypedDict):
|
|
|
740
737
|
UserCount: NotRequired[int]
|
|
741
738
|
|
|
742
739
|
|
|
743
|
-
class
|
|
740
|
+
class ListTagsForResourceRequestTypeDef(TypedDict):
|
|
744
741
|
Arn: str
|
|
745
742
|
MaxResults: NotRequired[int]
|
|
746
743
|
NextToken: NotRequired[str]
|
|
747
744
|
|
|
748
745
|
|
|
749
|
-
class
|
|
746
|
+
class ListUsersRequestTypeDef(TypedDict):
|
|
750
747
|
ServerId: str
|
|
751
748
|
MaxResults: NotRequired[int]
|
|
752
749
|
NextToken: NotRequired[str]
|
|
@@ -761,7 +758,7 @@ class ListedUserTypeDef(TypedDict):
|
|
|
761
758
|
UserName: NotRequired[str]
|
|
762
759
|
|
|
763
760
|
|
|
764
|
-
class
|
|
761
|
+
class ListWebAppsRequestTypeDef(TypedDict):
|
|
765
762
|
MaxResults: NotRequired[int]
|
|
766
763
|
NextToken: NotRequired[str]
|
|
767
764
|
|
|
@@ -773,7 +770,7 @@ class ListedWebAppTypeDef(TypedDict):
|
|
|
773
770
|
WebAppEndpoint: NotRequired[str]
|
|
774
771
|
|
|
775
772
|
|
|
776
|
-
class
|
|
773
|
+
class ListWorkflowsRequestTypeDef(TypedDict):
|
|
777
774
|
MaxResults: NotRequired[int]
|
|
778
775
|
NextToken: NotRequired[str]
|
|
779
776
|
|
|
@@ -784,12 +781,25 @@ class ListedWorkflowTypeDef(TypedDict):
|
|
|
784
781
|
Arn: NotRequired[str]
|
|
785
782
|
|
|
786
783
|
|
|
784
|
+
class PosixProfileTypeDef(TypedDict):
|
|
785
|
+
Uid: int
|
|
786
|
+
Gid: int
|
|
787
|
+
SecondaryGids: NotRequired[Sequence[int]]
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
class ProtocolDetailsTypeDef(TypedDict):
|
|
791
|
+
PassiveIp: NotRequired[str]
|
|
792
|
+
TlsSessionResumptionMode: NotRequired[TlsSessionResumptionModeType]
|
|
793
|
+
SetStatOption: NotRequired[SetStatOptionType]
|
|
794
|
+
As2Transports: NotRequired[Sequence[Literal["HTTP"]]]
|
|
795
|
+
|
|
796
|
+
|
|
787
797
|
class S3TagTypeDef(TypedDict):
|
|
788
798
|
Key: str
|
|
789
799
|
Value: str
|
|
790
800
|
|
|
791
801
|
|
|
792
|
-
class
|
|
802
|
+
class SendWorkflowStepStateRequestTypeDef(TypedDict):
|
|
793
803
|
WorkflowId: str
|
|
794
804
|
ExecutionId: str
|
|
795
805
|
Token: str
|
|
@@ -802,14 +812,19 @@ class UserDetailsTypeDef(TypedDict):
|
|
|
802
812
|
SessionId: NotRequired[str]
|
|
803
813
|
|
|
804
814
|
|
|
805
|
-
class
|
|
815
|
+
class SftpConnectorConfigTypeDef(TypedDict):
|
|
816
|
+
UserSecretId: NotRequired[str]
|
|
817
|
+
TrustedHostKeys: NotRequired[Sequence[str]]
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
class StartDirectoryListingRequestTypeDef(TypedDict):
|
|
806
821
|
ConnectorId: str
|
|
807
822
|
RemoteDirectoryPath: str
|
|
808
823
|
OutputDirectoryPath: str
|
|
809
824
|
MaxItems: NotRequired[int]
|
|
810
825
|
|
|
811
826
|
|
|
812
|
-
class
|
|
827
|
+
class StartFileTransferRequestTypeDef(TypedDict):
|
|
813
828
|
ConnectorId: str
|
|
814
829
|
SendFilePaths: NotRequired[Sequence[str]]
|
|
815
830
|
RetrieveFilePaths: NotRequired[Sequence[str]]
|
|
@@ -817,19 +832,19 @@ class StartFileTransferRequestRequestTypeDef(TypedDict):
|
|
|
817
832
|
RemoteDirectoryPath: NotRequired[str]
|
|
818
833
|
|
|
819
834
|
|
|
820
|
-
class
|
|
835
|
+
class StartServerRequestTypeDef(TypedDict):
|
|
821
836
|
ServerId: str
|
|
822
837
|
|
|
823
838
|
|
|
824
|
-
class
|
|
839
|
+
class StopServerRequestTypeDef(TypedDict):
|
|
825
840
|
ServerId: str
|
|
826
841
|
|
|
827
842
|
|
|
828
|
-
class
|
|
843
|
+
class TestConnectionRequestTypeDef(TypedDict):
|
|
829
844
|
ConnectorId: str
|
|
830
845
|
|
|
831
846
|
|
|
832
|
-
class
|
|
847
|
+
class TestIdentityProviderRequestTypeDef(TypedDict):
|
|
833
848
|
ServerId: str
|
|
834
849
|
UserName: str
|
|
835
850
|
ServerProtocol: NotRequired[ProtocolType]
|
|
@@ -837,31 +852,18 @@ class TestIdentityProviderRequestRequestTypeDef(TypedDict):
|
|
|
837
852
|
UserPassword: NotRequired[str]
|
|
838
853
|
|
|
839
854
|
|
|
840
|
-
class
|
|
855
|
+
class UntagResourceRequestTypeDef(TypedDict):
|
|
841
856
|
Arn: str
|
|
842
857
|
TagKeys: Sequence[str]
|
|
843
858
|
|
|
844
859
|
|
|
845
|
-
class
|
|
846
|
-
AgreementId: str
|
|
847
|
-
ServerId: str
|
|
848
|
-
Description: NotRequired[str]
|
|
849
|
-
Status: NotRequired[AgreementStatusTypeType]
|
|
850
|
-
LocalProfileId: NotRequired[str]
|
|
851
|
-
PartnerProfileId: NotRequired[str]
|
|
852
|
-
BaseDirectory: NotRequired[str]
|
|
853
|
-
AccessRole: NotRequired[str]
|
|
854
|
-
PreserveFilename: NotRequired[PreserveFilenameTypeType]
|
|
855
|
-
EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
class UpdateHostKeyRequestRequestTypeDef(TypedDict):
|
|
860
|
+
class UpdateHostKeyRequestTypeDef(TypedDict):
|
|
859
861
|
ServerId: str
|
|
860
862
|
HostKeyId: str
|
|
861
863
|
Description: str
|
|
862
864
|
|
|
863
865
|
|
|
864
|
-
class
|
|
866
|
+
class UpdateProfileRequestTypeDef(TypedDict):
|
|
865
867
|
ProfileId: str
|
|
866
868
|
CertificateIds: NotRequired[Sequence[str]]
|
|
867
869
|
|
|
@@ -875,46 +877,13 @@ class WorkflowDetailTypeDef(TypedDict):
|
|
|
875
877
|
ExecutionRole: str
|
|
876
878
|
|
|
877
879
|
|
|
878
|
-
class
|
|
880
|
+
class UpdateWebAppCustomizationRequestTypeDef(TypedDict):
|
|
879
881
|
WebAppId: str
|
|
880
882
|
Title: NotRequired[str]
|
|
881
883
|
LogoFile: NotRequired[BlobTypeDef]
|
|
882
884
|
FaviconFile: NotRequired[BlobTypeDef]
|
|
883
885
|
|
|
884
886
|
|
|
885
|
-
class CreateAccessRequestRequestTypeDef(TypedDict):
|
|
886
|
-
Role: str
|
|
887
|
-
ServerId: str
|
|
888
|
-
ExternalId: str
|
|
889
|
-
HomeDirectory: NotRequired[str]
|
|
890
|
-
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
891
|
-
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
892
|
-
Policy: NotRequired[str]
|
|
893
|
-
PosixProfile: NotRequired[PosixProfileTypeDef]
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
class UpdateAccessRequestRequestTypeDef(TypedDict):
|
|
897
|
-
ServerId: str
|
|
898
|
-
ExternalId: str
|
|
899
|
-
HomeDirectory: NotRequired[str]
|
|
900
|
-
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
901
|
-
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
902
|
-
Policy: NotRequired[str]
|
|
903
|
-
PosixProfile: NotRequired[PosixProfileTypeDef]
|
|
904
|
-
Role: NotRequired[str]
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
class UpdateUserRequestRequestTypeDef(TypedDict):
|
|
908
|
-
ServerId: str
|
|
909
|
-
UserName: str
|
|
910
|
-
HomeDirectory: NotRequired[str]
|
|
911
|
-
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
912
|
-
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
913
|
-
Policy: NotRequired[str]
|
|
914
|
-
PosixProfile: NotRequired[PosixProfileTypeDef]
|
|
915
|
-
Role: NotRequired[str]
|
|
916
|
-
|
|
917
|
-
|
|
918
887
|
class CreateAccessResponseTypeDef(TypedDict):
|
|
919
888
|
ServerId: str
|
|
920
889
|
ExternalId: str
|
|
@@ -1070,39 +1039,41 @@ class UpdateWebAppResponseTypeDef(TypedDict):
|
|
|
1070
1039
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1071
1040
|
|
|
1072
1041
|
|
|
1073
|
-
class
|
|
1042
|
+
class UpdateAgreementRequestTypeDef(TypedDict):
|
|
1043
|
+
AgreementId: str
|
|
1044
|
+
ServerId: str
|
|
1045
|
+
Description: NotRequired[str]
|
|
1046
|
+
Status: NotRequired[AgreementStatusTypeType]
|
|
1047
|
+
LocalProfileId: NotRequired[str]
|
|
1048
|
+
PartnerProfileId: NotRequired[str]
|
|
1049
|
+
BaseDirectory: NotRequired[str]
|
|
1050
|
+
AccessRole: NotRequired[str]
|
|
1051
|
+
PreserveFilename: NotRequired[PreserveFilenameTypeType]
|
|
1052
|
+
EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
|
|
1053
|
+
CustomDirectories: NotRequired[CustomDirectoriesTypeTypeDef]
|
|
1054
|
+
|
|
1055
|
+
|
|
1056
|
+
class CreateAgreementRequestTypeDef(TypedDict):
|
|
1074
1057
|
ServerId: str
|
|
1075
1058
|
LocalProfileId: str
|
|
1076
1059
|
PartnerProfileId: str
|
|
1077
|
-
BaseDirectory: str
|
|
1078
1060
|
AccessRole: str
|
|
1079
1061
|
Description: NotRequired[str]
|
|
1062
|
+
BaseDirectory: NotRequired[str]
|
|
1080
1063
|
Status: NotRequired[AgreementStatusTypeType]
|
|
1081
1064
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1082
1065
|
PreserveFilename: NotRequired[PreserveFilenameTypeType]
|
|
1083
1066
|
EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
|
|
1067
|
+
CustomDirectories: NotRequired[CustomDirectoriesTypeTypeDef]
|
|
1084
1068
|
|
|
1085
1069
|
|
|
1086
|
-
class
|
|
1070
|
+
class CreateProfileRequestTypeDef(TypedDict):
|
|
1087
1071
|
As2Id: str
|
|
1088
1072
|
ProfileType: ProfileTypeType
|
|
1089
1073
|
CertificateIds: NotRequired[Sequence[str]]
|
|
1090
1074
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1091
1075
|
|
|
1092
1076
|
|
|
1093
|
-
class CreateUserRequestRequestTypeDef(TypedDict):
|
|
1094
|
-
Role: str
|
|
1095
|
-
ServerId: str
|
|
1096
|
-
UserName: str
|
|
1097
|
-
HomeDirectory: NotRequired[str]
|
|
1098
|
-
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
1099
|
-
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
1100
|
-
Policy: NotRequired[str]
|
|
1101
|
-
PosixProfile: NotRequired[PosixProfileTypeDef]
|
|
1102
|
-
SshPublicKeyBody: NotRequired[str]
|
|
1103
|
-
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
1077
|
class DescribedAgreementTypeDef(TypedDict):
|
|
1107
1078
|
Arn: str
|
|
1108
1079
|
AgreementId: NotRequired[str]
|
|
@@ -1116,6 +1087,7 @@ class DescribedAgreementTypeDef(TypedDict):
|
|
|
1116
1087
|
Tags: NotRequired[List[TagTypeDef]]
|
|
1117
1088
|
PreserveFilename: NotRequired[PreserveFilenameTypeType]
|
|
1118
1089
|
EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
|
|
1090
|
+
CustomDirectories: NotRequired[CustomDirectoriesTypeTypeDef]
|
|
1119
1091
|
|
|
1120
1092
|
|
|
1121
1093
|
DescribedCertificateTypeDef = TypedDict(
|
|
@@ -1160,7 +1132,7 @@ class DescribedProfileTypeDef(TypedDict):
|
|
|
1160
1132
|
Tags: NotRequired[List[TagTypeDef]]
|
|
1161
1133
|
|
|
1162
1134
|
|
|
1163
|
-
class
|
|
1135
|
+
class ImportHostKeyRequestTypeDef(TypedDict):
|
|
1164
1136
|
ServerId: str
|
|
1165
1137
|
HostKeyBody: str
|
|
1166
1138
|
Description: NotRequired[str]
|
|
@@ -1174,36 +1146,21 @@ class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
|
1174
1146
|
NextToken: NotRequired[str]
|
|
1175
1147
|
|
|
1176
1148
|
|
|
1177
|
-
class
|
|
1149
|
+
class TagResourceRequestTypeDef(TypedDict):
|
|
1178
1150
|
Arn: str
|
|
1179
1151
|
Tags: Sequence[TagTypeDef]
|
|
1180
1152
|
|
|
1181
1153
|
|
|
1182
|
-
class CreateConnectorRequestRequestTypeDef(TypedDict):
|
|
1183
|
-
Url: str
|
|
1184
|
-
AccessRole: str
|
|
1185
|
-
As2Config: NotRequired[As2ConnectorConfigTypeDef]
|
|
1186
|
-
LoggingRole: NotRequired[str]
|
|
1187
|
-
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1188
|
-
SftpConfig: NotRequired[SftpConnectorConfigTypeDef]
|
|
1189
|
-
SecurityPolicyName: NotRequired[str]
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
class UpdateConnectorRequestRequestTypeDef(TypedDict):
|
|
1193
|
-
ConnectorId: str
|
|
1194
|
-
Url: NotRequired[str]
|
|
1195
|
-
As2Config: NotRequired[As2ConnectorConfigTypeDef]
|
|
1196
|
-
AccessRole: NotRequired[str]
|
|
1197
|
-
LoggingRole: NotRequired[str]
|
|
1198
|
-
SftpConfig: NotRequired[SftpConnectorConfigTypeDef]
|
|
1199
|
-
SecurityPolicyName: NotRequired[str]
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
1154
|
class DescribeSecurityPolicyResponseTypeDef(TypedDict):
|
|
1203
1155
|
SecurityPolicy: DescribedSecurityPolicyTypeDef
|
|
1204
1156
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1205
1157
|
|
|
1206
1158
|
|
|
1159
|
+
class DescribeServerRequestWaitExtraTypeDef(TypedDict):
|
|
1160
|
+
ServerId: str
|
|
1161
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1162
|
+
|
|
1163
|
+
|
|
1207
1164
|
class DescribeServerRequestWaitTypeDef(TypedDict):
|
|
1208
1165
|
ServerId: str
|
|
1209
1166
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
@@ -1254,6 +1211,9 @@ class DescribedUserTypeDef(TypedDict):
|
|
|
1254
1211
|
UserName: NotRequired[str]
|
|
1255
1212
|
|
|
1256
1213
|
|
|
1214
|
+
EndpointDetailsUnionTypeDef = Union[EndpointDetailsTypeDef, EndpointDetailsOutputTypeDef]
|
|
1215
|
+
|
|
1216
|
+
|
|
1257
1217
|
class ExecutionStepResultTypeDef(TypedDict):
|
|
1258
1218
|
StepType: NotRequired[WorkflowStepTypeType]
|
|
1259
1219
|
Outputs: NotRequired[str]
|
|
@@ -1269,7 +1229,7 @@ class WebAppIdentityProviderDetailsTypeDef(TypedDict):
|
|
|
1269
1229
|
IdentityCenterConfig: NotRequired[IdentityCenterConfigTypeDef]
|
|
1270
1230
|
|
|
1271
1231
|
|
|
1272
|
-
class
|
|
1232
|
+
class ImportCertificateRequestTypeDef(TypedDict):
|
|
1273
1233
|
Usage: CertificateUsageTypeType
|
|
1274
1234
|
Certificate: str
|
|
1275
1235
|
CertificateChain: NotRequired[str]
|
|
@@ -1280,7 +1240,7 @@ class ImportCertificateRequestRequestTypeDef(TypedDict):
|
|
|
1280
1240
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1281
1241
|
|
|
1282
1242
|
|
|
1283
|
-
class
|
|
1243
|
+
class UpdateCertificateRequestTypeDef(TypedDict):
|
|
1284
1244
|
CertificateId: str
|
|
1285
1245
|
ActiveDate: NotRequired[TimestampTypeDef]
|
|
1286
1246
|
InactiveDate: NotRequired[TimestampTypeDef]
|
|
@@ -1415,6 +1375,10 @@ class ListWorkflowsResponseTypeDef(TypedDict):
|
|
|
1415
1375
|
NextToken: NotRequired[str]
|
|
1416
1376
|
|
|
1417
1377
|
|
|
1378
|
+
PosixProfileUnionTypeDef = Union[PosixProfileTypeDef, PosixProfileOutputTypeDef]
|
|
1379
|
+
ProtocolDetailsUnionTypeDef = Union[ProtocolDetailsTypeDef, ProtocolDetailsOutputTypeDef]
|
|
1380
|
+
|
|
1381
|
+
|
|
1418
1382
|
class TagStepDetailsOutputTypeDef(TypedDict):
|
|
1419
1383
|
Name: NotRequired[str]
|
|
1420
1384
|
Tags: NotRequired[List[S3TagTypeDef]]
|
|
@@ -1431,6 +1395,11 @@ class ServiceMetadataTypeDef(TypedDict):
|
|
|
1431
1395
|
UserDetails: UserDetailsTypeDef
|
|
1432
1396
|
|
|
1433
1397
|
|
|
1398
|
+
SftpConnectorConfigUnionTypeDef = Union[
|
|
1399
|
+
SftpConnectorConfigTypeDef, SftpConnectorConfigOutputTypeDef
|
|
1400
|
+
]
|
|
1401
|
+
|
|
1402
|
+
|
|
1434
1403
|
class UpdateWebAppIdentityProviderDetailsTypeDef(TypedDict):
|
|
1435
1404
|
IdentityCenterConfig: NotRequired[UpdateWebAppIdentityCenterConfigTypeDef]
|
|
1436
1405
|
|
|
@@ -1497,7 +1466,7 @@ class ExecutionResultsTypeDef(TypedDict):
|
|
|
1497
1466
|
OnExceptionSteps: NotRequired[List[ExecutionStepResultTypeDef]]
|
|
1498
1467
|
|
|
1499
1468
|
|
|
1500
|
-
class
|
|
1469
|
+
class CreateWebAppRequestTypeDef(TypedDict):
|
|
1501
1470
|
IdentityProviderDetails: WebAppIdentityProviderDetailsTypeDef
|
|
1502
1471
|
AccessEndpoint: NotRequired[str]
|
|
1503
1472
|
WebAppUnits: NotRequired[WebAppUnitsTypeDef]
|
|
@@ -1521,6 +1490,54 @@ DecryptStepDetailsTypeDef = TypedDict(
|
|
|
1521
1490
|
"OverwriteExisting": NotRequired[OverwriteExistingType],
|
|
1522
1491
|
},
|
|
1523
1492
|
)
|
|
1493
|
+
|
|
1494
|
+
|
|
1495
|
+
class CreateAccessRequestTypeDef(TypedDict):
|
|
1496
|
+
Role: str
|
|
1497
|
+
ServerId: str
|
|
1498
|
+
ExternalId: str
|
|
1499
|
+
HomeDirectory: NotRequired[str]
|
|
1500
|
+
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
1501
|
+
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
1502
|
+
Policy: NotRequired[str]
|
|
1503
|
+
PosixProfile: NotRequired[PosixProfileUnionTypeDef]
|
|
1504
|
+
|
|
1505
|
+
|
|
1506
|
+
class CreateUserRequestTypeDef(TypedDict):
|
|
1507
|
+
Role: str
|
|
1508
|
+
ServerId: str
|
|
1509
|
+
UserName: str
|
|
1510
|
+
HomeDirectory: NotRequired[str]
|
|
1511
|
+
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
1512
|
+
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
1513
|
+
Policy: NotRequired[str]
|
|
1514
|
+
PosixProfile: NotRequired[PosixProfileUnionTypeDef]
|
|
1515
|
+
SshPublicKeyBody: NotRequired[str]
|
|
1516
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1517
|
+
|
|
1518
|
+
|
|
1519
|
+
class UpdateAccessRequestTypeDef(TypedDict):
|
|
1520
|
+
ServerId: str
|
|
1521
|
+
ExternalId: str
|
|
1522
|
+
HomeDirectory: NotRequired[str]
|
|
1523
|
+
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
1524
|
+
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
1525
|
+
Policy: NotRequired[str]
|
|
1526
|
+
PosixProfile: NotRequired[PosixProfileUnionTypeDef]
|
|
1527
|
+
Role: NotRequired[str]
|
|
1528
|
+
|
|
1529
|
+
|
|
1530
|
+
class UpdateUserRequestTypeDef(TypedDict):
|
|
1531
|
+
ServerId: str
|
|
1532
|
+
UserName: str
|
|
1533
|
+
HomeDirectory: NotRequired[str]
|
|
1534
|
+
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
1535
|
+
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
1536
|
+
Policy: NotRequired[str]
|
|
1537
|
+
PosixProfile: NotRequired[PosixProfileUnionTypeDef]
|
|
1538
|
+
Role: NotRequired[str]
|
|
1539
|
+
|
|
1540
|
+
|
|
1524
1541
|
TagStepDetailsUnionTypeDef = Union[TagStepDetailsTypeDef, TagStepDetailsOutputTypeDef]
|
|
1525
1542
|
|
|
1526
1543
|
|
|
@@ -1531,7 +1548,27 @@ class ListedExecutionTypeDef(TypedDict):
|
|
|
1531
1548
|
Status: NotRequired[ExecutionStatusType]
|
|
1532
1549
|
|
|
1533
1550
|
|
|
1534
|
-
class
|
|
1551
|
+
class CreateConnectorRequestTypeDef(TypedDict):
|
|
1552
|
+
Url: str
|
|
1553
|
+
AccessRole: str
|
|
1554
|
+
As2Config: NotRequired[As2ConnectorConfigTypeDef]
|
|
1555
|
+
LoggingRole: NotRequired[str]
|
|
1556
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1557
|
+
SftpConfig: NotRequired[SftpConnectorConfigUnionTypeDef]
|
|
1558
|
+
SecurityPolicyName: NotRequired[str]
|
|
1559
|
+
|
|
1560
|
+
|
|
1561
|
+
class UpdateConnectorRequestTypeDef(TypedDict):
|
|
1562
|
+
ConnectorId: str
|
|
1563
|
+
Url: NotRequired[str]
|
|
1564
|
+
As2Config: NotRequired[As2ConnectorConfigTypeDef]
|
|
1565
|
+
AccessRole: NotRequired[str]
|
|
1566
|
+
LoggingRole: NotRequired[str]
|
|
1567
|
+
SftpConfig: NotRequired[SftpConnectorConfigUnionTypeDef]
|
|
1568
|
+
SecurityPolicyName: NotRequired[str]
|
|
1569
|
+
|
|
1570
|
+
|
|
1571
|
+
class UpdateWebAppRequestTypeDef(TypedDict):
|
|
1535
1572
|
WebAppId: str
|
|
1536
1573
|
IdentityProviderDetails: NotRequired[UpdateWebAppIdentityProviderDetailsTypeDef]
|
|
1537
1574
|
AccessEndpoint: NotRequired[str]
|
|
@@ -1563,42 +1600,7 @@ class DescribedServerTypeDef(TypedDict):
|
|
|
1563
1600
|
As2ServiceManagedEgressIpAddresses: NotRequired[List[str]]
|
|
1564
1601
|
|
|
1565
1602
|
|
|
1566
|
-
|
|
1567
|
-
Certificate: NotRequired[str]
|
|
1568
|
-
Domain: NotRequired[DomainType]
|
|
1569
|
-
EndpointDetails: NotRequired[EndpointDetailsTypeDef]
|
|
1570
|
-
EndpointType: NotRequired[EndpointTypeType]
|
|
1571
|
-
HostKey: NotRequired[str]
|
|
1572
|
-
IdentityProviderDetails: NotRequired[IdentityProviderDetailsTypeDef]
|
|
1573
|
-
IdentityProviderType: NotRequired[IdentityProviderTypeType]
|
|
1574
|
-
LoggingRole: NotRequired[str]
|
|
1575
|
-
PostAuthenticationLoginBanner: NotRequired[str]
|
|
1576
|
-
PreAuthenticationLoginBanner: NotRequired[str]
|
|
1577
|
-
Protocols: NotRequired[Sequence[ProtocolType]]
|
|
1578
|
-
ProtocolDetails: NotRequired[ProtocolDetailsTypeDef]
|
|
1579
|
-
SecurityPolicyName: NotRequired[str]
|
|
1580
|
-
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1581
|
-
WorkflowDetails: NotRequired[WorkflowDetailsTypeDef]
|
|
1582
|
-
StructuredLogDestinations: NotRequired[Sequence[str]]
|
|
1583
|
-
S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
class UpdateServerRequestRequestTypeDef(TypedDict):
|
|
1587
|
-
ServerId: str
|
|
1588
|
-
Certificate: NotRequired[str]
|
|
1589
|
-
ProtocolDetails: NotRequired[ProtocolDetailsTypeDef]
|
|
1590
|
-
EndpointDetails: NotRequired[EndpointDetailsTypeDef]
|
|
1591
|
-
EndpointType: NotRequired[EndpointTypeType]
|
|
1592
|
-
HostKey: NotRequired[str]
|
|
1593
|
-
IdentityProviderDetails: NotRequired[IdentityProviderDetailsTypeDef]
|
|
1594
|
-
LoggingRole: NotRequired[str]
|
|
1595
|
-
PostAuthenticationLoginBanner: NotRequired[str]
|
|
1596
|
-
PreAuthenticationLoginBanner: NotRequired[str]
|
|
1597
|
-
Protocols: NotRequired[Sequence[ProtocolType]]
|
|
1598
|
-
SecurityPolicyName: NotRequired[str]
|
|
1599
|
-
WorkflowDetails: NotRequired[WorkflowDetailsTypeDef]
|
|
1600
|
-
StructuredLogDestinations: NotRequired[Sequence[str]]
|
|
1601
|
-
S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
|
|
1603
|
+
WorkflowDetailsUnionTypeDef = Union[WorkflowDetailsTypeDef, WorkflowDetailsOutputTypeDef]
|
|
1602
1604
|
|
|
1603
1605
|
|
|
1604
1606
|
class DescribeWebAppResponseTypeDef(TypedDict):
|
|
@@ -1653,6 +1655,44 @@ class DescribeServerResponseTypeDef(TypedDict):
|
|
|
1653
1655
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1654
1656
|
|
|
1655
1657
|
|
|
1658
|
+
class CreateServerRequestTypeDef(TypedDict):
|
|
1659
|
+
Certificate: NotRequired[str]
|
|
1660
|
+
Domain: NotRequired[DomainType]
|
|
1661
|
+
EndpointDetails: NotRequired[EndpointDetailsUnionTypeDef]
|
|
1662
|
+
EndpointType: NotRequired[EndpointTypeType]
|
|
1663
|
+
HostKey: NotRequired[str]
|
|
1664
|
+
IdentityProviderDetails: NotRequired[IdentityProviderDetailsTypeDef]
|
|
1665
|
+
IdentityProviderType: NotRequired[IdentityProviderTypeType]
|
|
1666
|
+
LoggingRole: NotRequired[str]
|
|
1667
|
+
PostAuthenticationLoginBanner: NotRequired[str]
|
|
1668
|
+
PreAuthenticationLoginBanner: NotRequired[str]
|
|
1669
|
+
Protocols: NotRequired[Sequence[ProtocolType]]
|
|
1670
|
+
ProtocolDetails: NotRequired[ProtocolDetailsUnionTypeDef]
|
|
1671
|
+
SecurityPolicyName: NotRequired[str]
|
|
1672
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1673
|
+
WorkflowDetails: NotRequired[WorkflowDetailsUnionTypeDef]
|
|
1674
|
+
StructuredLogDestinations: NotRequired[Sequence[str]]
|
|
1675
|
+
S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
|
|
1676
|
+
|
|
1677
|
+
|
|
1678
|
+
class UpdateServerRequestTypeDef(TypedDict):
|
|
1679
|
+
ServerId: str
|
|
1680
|
+
Certificate: NotRequired[str]
|
|
1681
|
+
ProtocolDetails: NotRequired[ProtocolDetailsUnionTypeDef]
|
|
1682
|
+
EndpointDetails: NotRequired[EndpointDetailsUnionTypeDef]
|
|
1683
|
+
EndpointType: NotRequired[EndpointTypeType]
|
|
1684
|
+
HostKey: NotRequired[str]
|
|
1685
|
+
IdentityProviderDetails: NotRequired[IdentityProviderDetailsTypeDef]
|
|
1686
|
+
LoggingRole: NotRequired[str]
|
|
1687
|
+
PostAuthenticationLoginBanner: NotRequired[str]
|
|
1688
|
+
PreAuthenticationLoginBanner: NotRequired[str]
|
|
1689
|
+
Protocols: NotRequired[Sequence[ProtocolType]]
|
|
1690
|
+
SecurityPolicyName: NotRequired[str]
|
|
1691
|
+
WorkflowDetails: NotRequired[WorkflowDetailsUnionTypeDef]
|
|
1692
|
+
StructuredLogDestinations: NotRequired[Sequence[str]]
|
|
1693
|
+
S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
|
|
1694
|
+
|
|
1695
|
+
|
|
1656
1696
|
class DescribeExecutionResponseTypeDef(TypedDict):
|
|
1657
1697
|
WorkflowId: str
|
|
1658
1698
|
Execution: DescribedExecutionTypeDef
|
|
@@ -1676,8 +1716,8 @@ class DescribeWorkflowResponseTypeDef(TypedDict):
|
|
|
1676
1716
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1677
1717
|
|
|
1678
1718
|
|
|
1679
|
-
class
|
|
1719
|
+
class CreateWorkflowRequestTypeDef(TypedDict):
|
|
1680
1720
|
Steps: Sequence[WorkflowStepUnionTypeDef]
|
|
1681
1721
|
Description: NotRequired[str]
|
|
1682
|
-
OnExceptionSteps: NotRequired[Sequence[
|
|
1722
|
+
OnExceptionSteps: NotRequired[Sequence[WorkflowStepUnionTypeDef]]
|
|
1683
1723
|
Tags: NotRequired[Sequence[TagTypeDef]]
|