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