mypy-boto3-transfer 1.36.6__py3-none-any.whl → 1.37.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mypy_boto3_transfer/__init__.py +4 -2
- mypy_boto3_transfer/__init__.pyi +4 -2
- mypy_boto3_transfer/__main__.py +4 -4
- mypy_boto3_transfer/client.py +140 -146
- mypy_boto3_transfer/client.pyi +140 -146
- mypy_boto3_transfer/literals.py +2 -3
- mypy_boto3_transfer/literals.pyi +2 -3
- mypy_boto3_transfer/paginator.py +2 -2
- mypy_boto3_transfer/paginator.pyi +2 -2
- mypy_boto3_transfer/type_defs.py +289 -261
- mypy_boto3_transfer/type_defs.pyi +272 -250
- mypy_boto3_transfer/version.py +1 -1
- mypy_boto3_transfer/waiter.py +4 -4
- mypy_boto3_transfer/waiter.pyi +4 -4
- {mypy_boto3_transfer-1.36.6.dist-info → mypy_boto3_transfer-1.37.0.dist-info}/METADATA +12 -8
- mypy_boto3_transfer-1.37.0.dist-info/RECORD +20 -0
- mypy_boto3_transfer-1.36.6.dist-info/RECORD +0 -20
- {mypy_boto3_transfer-1.36.6.dist-info → mypy_boto3_transfer-1.37.0.dist-info}/LICENSE +0 -0
- {mypy_boto3_transfer-1.36.6.dist-info → mypy_boto3_transfer-1.37.0.dist-info}/WHEEL +0 -0
- {mypy_boto3_transfer-1.36.6.dist-info → mypy_boto3_transfer-1.37.0.dist-info}/top_level.txt +0 -0
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,64 +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
93
|
"CustomDirectoriesTypeTypeDef",
|
|
94
94
|
"CustomStepDetailsTypeDef",
|
|
95
95
|
"DecryptStepDetailsTypeDef",
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
96
|
+
"DeleteAccessRequestTypeDef",
|
|
97
|
+
"DeleteAgreementRequestTypeDef",
|
|
98
|
+
"DeleteCertificateRequestTypeDef",
|
|
99
|
+
"DeleteConnectorRequestTypeDef",
|
|
100
|
+
"DeleteHostKeyRequestTypeDef",
|
|
101
|
+
"DeleteProfileRequestTypeDef",
|
|
102
|
+
"DeleteServerRequestTypeDef",
|
|
103
|
+
"DeleteSshPublicKeyRequestTypeDef",
|
|
104
104
|
"DeleteStepDetailsTypeDef",
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
105
|
+
"DeleteUserRequestTypeDef",
|
|
106
|
+
"DeleteWebAppCustomizationRequestTypeDef",
|
|
107
|
+
"DeleteWebAppRequestTypeDef",
|
|
108
|
+
"DeleteWorkflowRequestTypeDef",
|
|
109
|
+
"DescribeAccessRequestTypeDef",
|
|
110
110
|
"DescribeAccessResponseTypeDef",
|
|
111
|
-
"
|
|
111
|
+
"DescribeAgreementRequestTypeDef",
|
|
112
112
|
"DescribeAgreementResponseTypeDef",
|
|
113
|
-
"
|
|
113
|
+
"DescribeCertificateRequestTypeDef",
|
|
114
114
|
"DescribeCertificateResponseTypeDef",
|
|
115
|
-
"
|
|
115
|
+
"DescribeConnectorRequestTypeDef",
|
|
116
116
|
"DescribeConnectorResponseTypeDef",
|
|
117
|
-
"
|
|
117
|
+
"DescribeExecutionRequestTypeDef",
|
|
118
118
|
"DescribeExecutionResponseTypeDef",
|
|
119
|
-
"
|
|
119
|
+
"DescribeHostKeyRequestTypeDef",
|
|
120
120
|
"DescribeHostKeyResponseTypeDef",
|
|
121
|
-
"
|
|
121
|
+
"DescribeProfileRequestTypeDef",
|
|
122
122
|
"DescribeProfileResponseTypeDef",
|
|
123
|
-
"
|
|
123
|
+
"DescribeSecurityPolicyRequestTypeDef",
|
|
124
124
|
"DescribeSecurityPolicyResponseTypeDef",
|
|
125
|
-
"
|
|
125
|
+
"DescribeServerRequestTypeDef",
|
|
126
|
+
"DescribeServerRequestWaitExtraTypeDef",
|
|
126
127
|
"DescribeServerRequestWaitTypeDef",
|
|
127
128
|
"DescribeServerResponseTypeDef",
|
|
128
|
-
"
|
|
129
|
+
"DescribeUserRequestTypeDef",
|
|
129
130
|
"DescribeUserResponseTypeDef",
|
|
130
|
-
"
|
|
131
|
+
"DescribeWebAppCustomizationRequestTypeDef",
|
|
131
132
|
"DescribeWebAppCustomizationResponseTypeDef",
|
|
132
|
-
"
|
|
133
|
+
"DescribeWebAppRequestTypeDef",
|
|
133
134
|
"DescribeWebAppResponseTypeDef",
|
|
134
|
-
"
|
|
135
|
+
"DescribeWorkflowRequestTypeDef",
|
|
135
136
|
"DescribeWorkflowResponseTypeDef",
|
|
136
137
|
"DescribedAccessTypeDef",
|
|
137
138
|
"DescribedAgreementTypeDef",
|
|
@@ -152,6 +153,7 @@ __all__ = (
|
|
|
152
153
|
"EmptyResponseMetadataTypeDef",
|
|
153
154
|
"EndpointDetailsOutputTypeDef",
|
|
154
155
|
"EndpointDetailsTypeDef",
|
|
156
|
+
"EndpointDetailsUnionTypeDef",
|
|
155
157
|
"ExecutionErrorTypeDef",
|
|
156
158
|
"ExecutionResultsTypeDef",
|
|
157
159
|
"ExecutionStepResultTypeDef",
|
|
@@ -159,53 +161,53 @@ __all__ = (
|
|
|
159
161
|
"HomeDirectoryMapEntryTypeDef",
|
|
160
162
|
"IdentityCenterConfigTypeDef",
|
|
161
163
|
"IdentityProviderDetailsTypeDef",
|
|
162
|
-
"
|
|
164
|
+
"ImportCertificateRequestTypeDef",
|
|
163
165
|
"ImportCertificateResponseTypeDef",
|
|
164
|
-
"
|
|
166
|
+
"ImportHostKeyRequestTypeDef",
|
|
165
167
|
"ImportHostKeyResponseTypeDef",
|
|
166
|
-
"
|
|
168
|
+
"ImportSshPublicKeyRequestTypeDef",
|
|
167
169
|
"ImportSshPublicKeyResponseTypeDef",
|
|
168
170
|
"InputFileLocationTypeDef",
|
|
169
171
|
"ListAccessesRequestPaginateTypeDef",
|
|
170
|
-
"
|
|
172
|
+
"ListAccessesRequestTypeDef",
|
|
171
173
|
"ListAccessesResponseTypeDef",
|
|
172
174
|
"ListAgreementsRequestPaginateTypeDef",
|
|
173
|
-
"
|
|
175
|
+
"ListAgreementsRequestTypeDef",
|
|
174
176
|
"ListAgreementsResponseTypeDef",
|
|
175
177
|
"ListCertificatesRequestPaginateTypeDef",
|
|
176
|
-
"
|
|
178
|
+
"ListCertificatesRequestTypeDef",
|
|
177
179
|
"ListCertificatesResponseTypeDef",
|
|
178
180
|
"ListConnectorsRequestPaginateTypeDef",
|
|
179
|
-
"
|
|
181
|
+
"ListConnectorsRequestTypeDef",
|
|
180
182
|
"ListConnectorsResponseTypeDef",
|
|
181
183
|
"ListExecutionsRequestPaginateTypeDef",
|
|
182
|
-
"
|
|
184
|
+
"ListExecutionsRequestTypeDef",
|
|
183
185
|
"ListExecutionsResponseTypeDef",
|
|
184
186
|
"ListFileTransferResultsRequestPaginateTypeDef",
|
|
185
|
-
"
|
|
187
|
+
"ListFileTransferResultsRequestTypeDef",
|
|
186
188
|
"ListFileTransferResultsResponseTypeDef",
|
|
187
|
-
"
|
|
189
|
+
"ListHostKeysRequestTypeDef",
|
|
188
190
|
"ListHostKeysResponseTypeDef",
|
|
189
191
|
"ListProfilesRequestPaginateTypeDef",
|
|
190
|
-
"
|
|
192
|
+
"ListProfilesRequestTypeDef",
|
|
191
193
|
"ListProfilesResponseTypeDef",
|
|
192
194
|
"ListSecurityPoliciesRequestPaginateTypeDef",
|
|
193
|
-
"
|
|
195
|
+
"ListSecurityPoliciesRequestTypeDef",
|
|
194
196
|
"ListSecurityPoliciesResponseTypeDef",
|
|
195
197
|
"ListServersRequestPaginateTypeDef",
|
|
196
|
-
"
|
|
198
|
+
"ListServersRequestTypeDef",
|
|
197
199
|
"ListServersResponseTypeDef",
|
|
198
200
|
"ListTagsForResourceRequestPaginateTypeDef",
|
|
199
|
-
"
|
|
201
|
+
"ListTagsForResourceRequestTypeDef",
|
|
200
202
|
"ListTagsForResourceResponseTypeDef",
|
|
201
203
|
"ListUsersRequestPaginateTypeDef",
|
|
202
|
-
"
|
|
204
|
+
"ListUsersRequestTypeDef",
|
|
203
205
|
"ListUsersResponseTypeDef",
|
|
204
206
|
"ListWebAppsRequestPaginateTypeDef",
|
|
205
|
-
"
|
|
207
|
+
"ListWebAppsRequestTypeDef",
|
|
206
208
|
"ListWebAppsResponseTypeDef",
|
|
207
209
|
"ListWorkflowsRequestPaginateTypeDef",
|
|
208
|
-
"
|
|
210
|
+
"ListWorkflowsRequestTypeDef",
|
|
209
211
|
"ListWorkflowsResponseTypeDef",
|
|
210
212
|
"ListedAccessTypeDef",
|
|
211
213
|
"ListedAgreementTypeDef",
|
|
@@ -222,56 +224,59 @@ __all__ = (
|
|
|
222
224
|
"PaginatorConfigTypeDef",
|
|
223
225
|
"PosixProfileOutputTypeDef",
|
|
224
226
|
"PosixProfileTypeDef",
|
|
227
|
+
"PosixProfileUnionTypeDef",
|
|
225
228
|
"ProtocolDetailsOutputTypeDef",
|
|
226
229
|
"ProtocolDetailsTypeDef",
|
|
230
|
+
"ProtocolDetailsUnionTypeDef",
|
|
227
231
|
"ResponseMetadataTypeDef",
|
|
228
232
|
"S3FileLocationTypeDef",
|
|
229
233
|
"S3InputFileLocationTypeDef",
|
|
230
234
|
"S3StorageOptionsTypeDef",
|
|
231
235
|
"S3TagTypeDef",
|
|
232
|
-
"
|
|
236
|
+
"SendWorkflowStepStateRequestTypeDef",
|
|
233
237
|
"ServiceMetadataTypeDef",
|
|
234
238
|
"SftpConnectorConfigOutputTypeDef",
|
|
235
239
|
"SftpConnectorConfigTypeDef",
|
|
240
|
+
"SftpConnectorConfigUnionTypeDef",
|
|
236
241
|
"SshPublicKeyTypeDef",
|
|
237
|
-
"
|
|
242
|
+
"StartDirectoryListingRequestTypeDef",
|
|
238
243
|
"StartDirectoryListingResponseTypeDef",
|
|
239
|
-
"
|
|
244
|
+
"StartFileTransferRequestTypeDef",
|
|
240
245
|
"StartFileTransferResponseTypeDef",
|
|
241
|
-
"
|
|
242
|
-
"
|
|
243
|
-
"
|
|
246
|
+
"StartServerRequestTypeDef",
|
|
247
|
+
"StopServerRequestTypeDef",
|
|
248
|
+
"TagResourceRequestTypeDef",
|
|
244
249
|
"TagStepDetailsOutputTypeDef",
|
|
245
250
|
"TagStepDetailsTypeDef",
|
|
246
251
|
"TagStepDetailsUnionTypeDef",
|
|
247
252
|
"TagTypeDef",
|
|
248
|
-
"
|
|
253
|
+
"TestConnectionRequestTypeDef",
|
|
249
254
|
"TestConnectionResponseTypeDef",
|
|
250
|
-
"
|
|
255
|
+
"TestIdentityProviderRequestTypeDef",
|
|
251
256
|
"TestIdentityProviderResponseTypeDef",
|
|
252
257
|
"TimestampTypeDef",
|
|
253
|
-
"
|
|
254
|
-
"
|
|
258
|
+
"UntagResourceRequestTypeDef",
|
|
259
|
+
"UpdateAccessRequestTypeDef",
|
|
255
260
|
"UpdateAccessResponseTypeDef",
|
|
256
|
-
"
|
|
261
|
+
"UpdateAgreementRequestTypeDef",
|
|
257
262
|
"UpdateAgreementResponseTypeDef",
|
|
258
|
-
"
|
|
263
|
+
"UpdateCertificateRequestTypeDef",
|
|
259
264
|
"UpdateCertificateResponseTypeDef",
|
|
260
|
-
"
|
|
265
|
+
"UpdateConnectorRequestTypeDef",
|
|
261
266
|
"UpdateConnectorResponseTypeDef",
|
|
262
|
-
"
|
|
267
|
+
"UpdateHostKeyRequestTypeDef",
|
|
263
268
|
"UpdateHostKeyResponseTypeDef",
|
|
264
|
-
"
|
|
269
|
+
"UpdateProfileRequestTypeDef",
|
|
265
270
|
"UpdateProfileResponseTypeDef",
|
|
266
|
-
"
|
|
271
|
+
"UpdateServerRequestTypeDef",
|
|
267
272
|
"UpdateServerResponseTypeDef",
|
|
268
|
-
"
|
|
273
|
+
"UpdateUserRequestTypeDef",
|
|
269
274
|
"UpdateUserResponseTypeDef",
|
|
270
|
-
"
|
|
275
|
+
"UpdateWebAppCustomizationRequestTypeDef",
|
|
271
276
|
"UpdateWebAppCustomizationResponseTypeDef",
|
|
272
277
|
"UpdateWebAppIdentityCenterConfigTypeDef",
|
|
273
278
|
"UpdateWebAppIdentityProviderDetailsTypeDef",
|
|
274
|
-
"
|
|
279
|
+
"UpdateWebAppRequestTypeDef",
|
|
275
280
|
"UpdateWebAppResponseTypeDef",
|
|
276
281
|
"UserDetailsTypeDef",
|
|
277
282
|
"WaiterConfigTypeDef",
|
|
@@ -280,6 +285,7 @@ __all__ = (
|
|
|
280
285
|
"WorkflowDetailTypeDef",
|
|
281
286
|
"WorkflowDetailsOutputTypeDef",
|
|
282
287
|
"WorkflowDetailsTypeDef",
|
|
288
|
+
"WorkflowDetailsUnionTypeDef",
|
|
283
289
|
"WorkflowStepOutputTypeDef",
|
|
284
290
|
"WorkflowStepTypeDef",
|
|
285
291
|
"WorkflowStepUnionTypeDef",
|
|
@@ -319,12 +325,6 @@ HomeDirectoryMapEntryTypeDef = TypedDict(
|
|
|
319
325
|
)
|
|
320
326
|
|
|
321
327
|
|
|
322
|
-
class PosixProfileTypeDef(TypedDict):
|
|
323
|
-
Uid: int
|
|
324
|
-
Gid: int
|
|
325
|
-
SecondaryGids: NotRequired[Sequence[int]]
|
|
326
|
-
|
|
327
|
-
|
|
328
328
|
class ResponseMetadataTypeDef(TypedDict):
|
|
329
329
|
RequestId: str
|
|
330
330
|
HTTPStatusCode: int
|
|
@@ -346,19 +346,6 @@ class TagTypeDef(TypedDict):
|
|
|
346
346
|
Value: str
|
|
347
347
|
|
|
348
348
|
|
|
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
349
|
class IdentityProviderDetailsTypeDef(TypedDict):
|
|
363
350
|
Url: NotRequired[str]
|
|
364
351
|
InvocationRole: NotRequired[str]
|
|
@@ -367,13 +354,6 @@ class IdentityProviderDetailsTypeDef(TypedDict):
|
|
|
367
354
|
SftpAuthenticationMethods: NotRequired[SftpAuthenticationMethodsType]
|
|
368
355
|
|
|
369
356
|
|
|
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
357
|
class S3StorageOptionsTypeDef(TypedDict):
|
|
378
358
|
DirectoryListingOptimization: NotRequired[DirectoryListingOptimizationType]
|
|
379
359
|
|
|
@@ -389,38 +369,38 @@ class CustomStepDetailsTypeDef(TypedDict):
|
|
|
389
369
|
SourceFileLocation: NotRequired[str]
|
|
390
370
|
|
|
391
371
|
|
|
392
|
-
class
|
|
372
|
+
class DeleteAccessRequestTypeDef(TypedDict):
|
|
393
373
|
ServerId: str
|
|
394
374
|
ExternalId: str
|
|
395
375
|
|
|
396
376
|
|
|
397
|
-
class
|
|
377
|
+
class DeleteAgreementRequestTypeDef(TypedDict):
|
|
398
378
|
AgreementId: str
|
|
399
379
|
ServerId: str
|
|
400
380
|
|
|
401
381
|
|
|
402
|
-
class
|
|
382
|
+
class DeleteCertificateRequestTypeDef(TypedDict):
|
|
403
383
|
CertificateId: str
|
|
404
384
|
|
|
405
385
|
|
|
406
|
-
class
|
|
386
|
+
class DeleteConnectorRequestTypeDef(TypedDict):
|
|
407
387
|
ConnectorId: str
|
|
408
388
|
|
|
409
389
|
|
|
410
|
-
class
|
|
390
|
+
class DeleteHostKeyRequestTypeDef(TypedDict):
|
|
411
391
|
ServerId: str
|
|
412
392
|
HostKeyId: str
|
|
413
393
|
|
|
414
394
|
|
|
415
|
-
class
|
|
395
|
+
class DeleteProfileRequestTypeDef(TypedDict):
|
|
416
396
|
ProfileId: str
|
|
417
397
|
|
|
418
398
|
|
|
419
|
-
class
|
|
399
|
+
class DeleteServerRequestTypeDef(TypedDict):
|
|
420
400
|
ServerId: str
|
|
421
401
|
|
|
422
402
|
|
|
423
|
-
class
|
|
403
|
+
class DeleteSshPublicKeyRequestTypeDef(TypedDict):
|
|
424
404
|
ServerId: str
|
|
425
405
|
SshPublicKeyId: str
|
|
426
406
|
UserName: str
|
|
@@ -431,56 +411,56 @@ class DeleteStepDetailsTypeDef(TypedDict):
|
|
|
431
411
|
SourceFileLocation: NotRequired[str]
|
|
432
412
|
|
|
433
413
|
|
|
434
|
-
class
|
|
414
|
+
class DeleteUserRequestTypeDef(TypedDict):
|
|
435
415
|
ServerId: str
|
|
436
416
|
UserName: str
|
|
437
417
|
|
|
438
418
|
|
|
439
|
-
class
|
|
419
|
+
class DeleteWebAppCustomizationRequestTypeDef(TypedDict):
|
|
440
420
|
WebAppId: str
|
|
441
421
|
|
|
442
422
|
|
|
443
|
-
class
|
|
423
|
+
class DeleteWebAppRequestTypeDef(TypedDict):
|
|
444
424
|
WebAppId: str
|
|
445
425
|
|
|
446
426
|
|
|
447
|
-
class
|
|
427
|
+
class DeleteWorkflowRequestTypeDef(TypedDict):
|
|
448
428
|
WorkflowId: str
|
|
449
429
|
|
|
450
430
|
|
|
451
|
-
class
|
|
431
|
+
class DescribeAccessRequestTypeDef(TypedDict):
|
|
452
432
|
ServerId: str
|
|
453
433
|
ExternalId: str
|
|
454
434
|
|
|
455
435
|
|
|
456
|
-
class
|
|
436
|
+
class DescribeAgreementRequestTypeDef(TypedDict):
|
|
457
437
|
AgreementId: str
|
|
458
438
|
ServerId: str
|
|
459
439
|
|
|
460
440
|
|
|
461
|
-
class
|
|
441
|
+
class DescribeCertificateRequestTypeDef(TypedDict):
|
|
462
442
|
CertificateId: str
|
|
463
443
|
|
|
464
444
|
|
|
465
|
-
class
|
|
445
|
+
class DescribeConnectorRequestTypeDef(TypedDict):
|
|
466
446
|
ConnectorId: str
|
|
467
447
|
|
|
468
448
|
|
|
469
|
-
class
|
|
449
|
+
class DescribeExecutionRequestTypeDef(TypedDict):
|
|
470
450
|
ExecutionId: str
|
|
471
451
|
WorkflowId: str
|
|
472
452
|
|
|
473
453
|
|
|
474
|
-
class
|
|
454
|
+
class DescribeHostKeyRequestTypeDef(TypedDict):
|
|
475
455
|
ServerId: str
|
|
476
456
|
HostKeyId: str
|
|
477
457
|
|
|
478
458
|
|
|
479
|
-
class
|
|
459
|
+
class DescribeProfileRequestTypeDef(TypedDict):
|
|
480
460
|
ProfileId: str
|
|
481
461
|
|
|
482
462
|
|
|
483
|
-
class
|
|
463
|
+
class DescribeSecurityPolicyRequestTypeDef(TypedDict):
|
|
484
464
|
SecurityPolicyName: str
|
|
485
465
|
|
|
486
466
|
|
|
@@ -500,7 +480,7 @@ DescribedSecurityPolicyTypeDef = TypedDict(
|
|
|
500
480
|
)
|
|
501
481
|
|
|
502
482
|
|
|
503
|
-
class
|
|
483
|
+
class DescribeServerRequestTypeDef(TypedDict):
|
|
504
484
|
ServerId: str
|
|
505
485
|
|
|
506
486
|
|
|
@@ -509,12 +489,12 @@ class WaiterConfigTypeDef(TypedDict):
|
|
|
509
489
|
MaxAttempts: NotRequired[int]
|
|
510
490
|
|
|
511
491
|
|
|
512
|
-
class
|
|
492
|
+
class DescribeUserRequestTypeDef(TypedDict):
|
|
513
493
|
ServerId: str
|
|
514
494
|
UserName: str
|
|
515
495
|
|
|
516
496
|
|
|
517
|
-
class
|
|
497
|
+
class DescribeWebAppCustomizationRequestTypeDef(TypedDict):
|
|
518
498
|
WebAppId: str
|
|
519
499
|
|
|
520
500
|
|
|
@@ -526,11 +506,11 @@ class DescribedWebAppCustomizationTypeDef(TypedDict):
|
|
|
526
506
|
FaviconFile: NotRequired[bytes]
|
|
527
507
|
|
|
528
508
|
|
|
529
|
-
class
|
|
509
|
+
class DescribeWebAppRequestTypeDef(TypedDict):
|
|
530
510
|
WebAppId: str
|
|
531
511
|
|
|
532
512
|
|
|
533
|
-
class
|
|
513
|
+
class DescribeWorkflowRequestTypeDef(TypedDict):
|
|
534
514
|
WorkflowId: str
|
|
535
515
|
|
|
536
516
|
|
|
@@ -582,6 +562,14 @@ class EfsFileLocationTypeDef(TypedDict):
|
|
|
582
562
|
Path: NotRequired[str]
|
|
583
563
|
|
|
584
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
|
+
|
|
585
573
|
ExecutionErrorTypeDef = TypedDict(
|
|
586
574
|
"ExecutionErrorTypeDef",
|
|
587
575
|
{
|
|
@@ -606,7 +594,7 @@ class IdentityCenterConfigTypeDef(TypedDict):
|
|
|
606
594
|
TimestampTypeDef = Union[datetime, str]
|
|
607
595
|
|
|
608
596
|
|
|
609
|
-
class
|
|
597
|
+
class ImportSshPublicKeyRequestTypeDef(TypedDict):
|
|
610
598
|
ServerId: str
|
|
611
599
|
SshPublicKeyBody: str
|
|
612
600
|
UserName: str
|
|
@@ -623,7 +611,7 @@ class PaginatorConfigTypeDef(TypedDict):
|
|
|
623
611
|
StartingToken: NotRequired[str]
|
|
624
612
|
|
|
625
613
|
|
|
626
|
-
class
|
|
614
|
+
class ListAccessesRequestTypeDef(TypedDict):
|
|
627
615
|
ServerId: str
|
|
628
616
|
MaxResults: NotRequired[int]
|
|
629
617
|
NextToken: NotRequired[str]
|
|
@@ -636,7 +624,7 @@ class ListedAccessTypeDef(TypedDict):
|
|
|
636
624
|
ExternalId: NotRequired[str]
|
|
637
625
|
|
|
638
626
|
|
|
639
|
-
class
|
|
627
|
+
class ListAgreementsRequestTypeDef(TypedDict):
|
|
640
628
|
ServerId: str
|
|
641
629
|
MaxResults: NotRequired[int]
|
|
642
630
|
NextToken: NotRequired[str]
|
|
@@ -652,7 +640,7 @@ class ListedAgreementTypeDef(TypedDict):
|
|
|
652
640
|
PartnerProfileId: NotRequired[str]
|
|
653
641
|
|
|
654
642
|
|
|
655
|
-
class
|
|
643
|
+
class ListCertificatesRequestTypeDef(TypedDict):
|
|
656
644
|
MaxResults: NotRequired[int]
|
|
657
645
|
NextToken: NotRequired[str]
|
|
658
646
|
|
|
@@ -672,7 +660,7 @@ ListedCertificateTypeDef = TypedDict(
|
|
|
672
660
|
)
|
|
673
661
|
|
|
674
662
|
|
|
675
|
-
class
|
|
663
|
+
class ListConnectorsRequestTypeDef(TypedDict):
|
|
676
664
|
MaxResults: NotRequired[int]
|
|
677
665
|
NextToken: NotRequired[str]
|
|
678
666
|
|
|
@@ -683,20 +671,20 @@ class ListedConnectorTypeDef(TypedDict):
|
|
|
683
671
|
Url: NotRequired[str]
|
|
684
672
|
|
|
685
673
|
|
|
686
|
-
class
|
|
674
|
+
class ListExecutionsRequestTypeDef(TypedDict):
|
|
687
675
|
WorkflowId: str
|
|
688
676
|
MaxResults: NotRequired[int]
|
|
689
677
|
NextToken: NotRequired[str]
|
|
690
678
|
|
|
691
679
|
|
|
692
|
-
class
|
|
680
|
+
class ListFileTransferResultsRequestTypeDef(TypedDict):
|
|
693
681
|
ConnectorId: str
|
|
694
682
|
TransferId: str
|
|
695
683
|
NextToken: NotRequired[str]
|
|
696
684
|
MaxResults: NotRequired[int]
|
|
697
685
|
|
|
698
686
|
|
|
699
|
-
class
|
|
687
|
+
class ListHostKeysRequestTypeDef(TypedDict):
|
|
700
688
|
ServerId: str
|
|
701
689
|
MaxResults: NotRequired[int]
|
|
702
690
|
NextToken: NotRequired[str]
|
|
@@ -715,7 +703,7 @@ ListedHostKeyTypeDef = TypedDict(
|
|
|
715
703
|
)
|
|
716
704
|
|
|
717
705
|
|
|
718
|
-
class
|
|
706
|
+
class ListProfilesRequestTypeDef(TypedDict):
|
|
719
707
|
MaxResults: NotRequired[int]
|
|
720
708
|
NextToken: NotRequired[str]
|
|
721
709
|
ProfileType: NotRequired[ProfileTypeType]
|
|
@@ -728,12 +716,12 @@ class ListedProfileTypeDef(TypedDict):
|
|
|
728
716
|
ProfileType: NotRequired[ProfileTypeType]
|
|
729
717
|
|
|
730
718
|
|
|
731
|
-
class
|
|
719
|
+
class ListSecurityPoliciesRequestTypeDef(TypedDict):
|
|
732
720
|
MaxResults: NotRequired[int]
|
|
733
721
|
NextToken: NotRequired[str]
|
|
734
722
|
|
|
735
723
|
|
|
736
|
-
class
|
|
724
|
+
class ListServersRequestTypeDef(TypedDict):
|
|
737
725
|
MaxResults: NotRequired[int]
|
|
738
726
|
NextToken: NotRequired[str]
|
|
739
727
|
|
|
@@ -749,13 +737,13 @@ class ListedServerTypeDef(TypedDict):
|
|
|
749
737
|
UserCount: NotRequired[int]
|
|
750
738
|
|
|
751
739
|
|
|
752
|
-
class
|
|
740
|
+
class ListTagsForResourceRequestTypeDef(TypedDict):
|
|
753
741
|
Arn: str
|
|
754
742
|
MaxResults: NotRequired[int]
|
|
755
743
|
NextToken: NotRequired[str]
|
|
756
744
|
|
|
757
745
|
|
|
758
|
-
class
|
|
746
|
+
class ListUsersRequestTypeDef(TypedDict):
|
|
759
747
|
ServerId: str
|
|
760
748
|
MaxResults: NotRequired[int]
|
|
761
749
|
NextToken: NotRequired[str]
|
|
@@ -770,7 +758,7 @@ class ListedUserTypeDef(TypedDict):
|
|
|
770
758
|
UserName: NotRequired[str]
|
|
771
759
|
|
|
772
760
|
|
|
773
|
-
class
|
|
761
|
+
class ListWebAppsRequestTypeDef(TypedDict):
|
|
774
762
|
MaxResults: NotRequired[int]
|
|
775
763
|
NextToken: NotRequired[str]
|
|
776
764
|
|
|
@@ -782,7 +770,7 @@ class ListedWebAppTypeDef(TypedDict):
|
|
|
782
770
|
WebAppEndpoint: NotRequired[str]
|
|
783
771
|
|
|
784
772
|
|
|
785
|
-
class
|
|
773
|
+
class ListWorkflowsRequestTypeDef(TypedDict):
|
|
786
774
|
MaxResults: NotRequired[int]
|
|
787
775
|
NextToken: NotRequired[str]
|
|
788
776
|
|
|
@@ -793,12 +781,25 @@ class ListedWorkflowTypeDef(TypedDict):
|
|
|
793
781
|
Arn: NotRequired[str]
|
|
794
782
|
|
|
795
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
|
+
|
|
796
797
|
class S3TagTypeDef(TypedDict):
|
|
797
798
|
Key: str
|
|
798
799
|
Value: str
|
|
799
800
|
|
|
800
801
|
|
|
801
|
-
class
|
|
802
|
+
class SendWorkflowStepStateRequestTypeDef(TypedDict):
|
|
802
803
|
WorkflowId: str
|
|
803
804
|
ExecutionId: str
|
|
804
805
|
Token: str
|
|
@@ -811,14 +812,19 @@ class UserDetailsTypeDef(TypedDict):
|
|
|
811
812
|
SessionId: NotRequired[str]
|
|
812
813
|
|
|
813
814
|
|
|
814
|
-
class
|
|
815
|
+
class SftpConnectorConfigTypeDef(TypedDict):
|
|
816
|
+
UserSecretId: NotRequired[str]
|
|
817
|
+
TrustedHostKeys: NotRequired[Sequence[str]]
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
class StartDirectoryListingRequestTypeDef(TypedDict):
|
|
815
821
|
ConnectorId: str
|
|
816
822
|
RemoteDirectoryPath: str
|
|
817
823
|
OutputDirectoryPath: str
|
|
818
824
|
MaxItems: NotRequired[int]
|
|
819
825
|
|
|
820
826
|
|
|
821
|
-
class
|
|
827
|
+
class StartFileTransferRequestTypeDef(TypedDict):
|
|
822
828
|
ConnectorId: str
|
|
823
829
|
SendFilePaths: NotRequired[Sequence[str]]
|
|
824
830
|
RetrieveFilePaths: NotRequired[Sequence[str]]
|
|
@@ -826,19 +832,19 @@ class StartFileTransferRequestRequestTypeDef(TypedDict):
|
|
|
826
832
|
RemoteDirectoryPath: NotRequired[str]
|
|
827
833
|
|
|
828
834
|
|
|
829
|
-
class
|
|
835
|
+
class StartServerRequestTypeDef(TypedDict):
|
|
830
836
|
ServerId: str
|
|
831
837
|
|
|
832
838
|
|
|
833
|
-
class
|
|
839
|
+
class StopServerRequestTypeDef(TypedDict):
|
|
834
840
|
ServerId: str
|
|
835
841
|
|
|
836
842
|
|
|
837
|
-
class
|
|
843
|
+
class TestConnectionRequestTypeDef(TypedDict):
|
|
838
844
|
ConnectorId: str
|
|
839
845
|
|
|
840
846
|
|
|
841
|
-
class
|
|
847
|
+
class TestIdentityProviderRequestTypeDef(TypedDict):
|
|
842
848
|
ServerId: str
|
|
843
849
|
UserName: str
|
|
844
850
|
ServerProtocol: NotRequired[ProtocolType]
|
|
@@ -846,18 +852,18 @@ class TestIdentityProviderRequestRequestTypeDef(TypedDict):
|
|
|
846
852
|
UserPassword: NotRequired[str]
|
|
847
853
|
|
|
848
854
|
|
|
849
|
-
class
|
|
855
|
+
class UntagResourceRequestTypeDef(TypedDict):
|
|
850
856
|
Arn: str
|
|
851
857
|
TagKeys: Sequence[str]
|
|
852
858
|
|
|
853
859
|
|
|
854
|
-
class
|
|
860
|
+
class UpdateHostKeyRequestTypeDef(TypedDict):
|
|
855
861
|
ServerId: str
|
|
856
862
|
HostKeyId: str
|
|
857
863
|
Description: str
|
|
858
864
|
|
|
859
865
|
|
|
860
|
-
class
|
|
866
|
+
class UpdateProfileRequestTypeDef(TypedDict):
|
|
861
867
|
ProfileId: str
|
|
862
868
|
CertificateIds: NotRequired[Sequence[str]]
|
|
863
869
|
|
|
@@ -871,46 +877,13 @@ class WorkflowDetailTypeDef(TypedDict):
|
|
|
871
877
|
ExecutionRole: str
|
|
872
878
|
|
|
873
879
|
|
|
874
|
-
class
|
|
880
|
+
class UpdateWebAppCustomizationRequestTypeDef(TypedDict):
|
|
875
881
|
WebAppId: str
|
|
876
882
|
Title: NotRequired[str]
|
|
877
883
|
LogoFile: NotRequired[BlobTypeDef]
|
|
878
884
|
FaviconFile: NotRequired[BlobTypeDef]
|
|
879
885
|
|
|
880
886
|
|
|
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
887
|
class CreateAccessResponseTypeDef(TypedDict):
|
|
915
888
|
ServerId: str
|
|
916
889
|
ExternalId: str
|
|
@@ -1066,7 +1039,7 @@ class UpdateWebAppResponseTypeDef(TypedDict):
|
|
|
1066
1039
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1067
1040
|
|
|
1068
1041
|
|
|
1069
|
-
class
|
|
1042
|
+
class UpdateAgreementRequestTypeDef(TypedDict):
|
|
1070
1043
|
AgreementId: str
|
|
1071
1044
|
ServerId: str
|
|
1072
1045
|
Description: NotRequired[str]
|
|
@@ -1080,7 +1053,7 @@ class UpdateAgreementRequestRequestTypeDef(TypedDict):
|
|
|
1080
1053
|
CustomDirectories: NotRequired[CustomDirectoriesTypeTypeDef]
|
|
1081
1054
|
|
|
1082
1055
|
|
|
1083
|
-
class
|
|
1056
|
+
class CreateAgreementRequestTypeDef(TypedDict):
|
|
1084
1057
|
ServerId: str
|
|
1085
1058
|
LocalProfileId: str
|
|
1086
1059
|
PartnerProfileId: str
|
|
@@ -1094,26 +1067,13 @@ class CreateAgreementRequestRequestTypeDef(TypedDict):
|
|
|
1094
1067
|
CustomDirectories: NotRequired[CustomDirectoriesTypeTypeDef]
|
|
1095
1068
|
|
|
1096
1069
|
|
|
1097
|
-
class
|
|
1070
|
+
class CreateProfileRequestTypeDef(TypedDict):
|
|
1098
1071
|
As2Id: str
|
|
1099
1072
|
ProfileType: ProfileTypeType
|
|
1100
1073
|
CertificateIds: NotRequired[Sequence[str]]
|
|
1101
1074
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1102
1075
|
|
|
1103
1076
|
|
|
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
1077
|
class DescribedAgreementTypeDef(TypedDict):
|
|
1118
1078
|
Arn: str
|
|
1119
1079
|
AgreementId: NotRequired[str]
|
|
@@ -1172,7 +1132,7 @@ class DescribedProfileTypeDef(TypedDict):
|
|
|
1172
1132
|
Tags: NotRequired[List[TagTypeDef]]
|
|
1173
1133
|
|
|
1174
1134
|
|
|
1175
|
-
class
|
|
1135
|
+
class ImportHostKeyRequestTypeDef(TypedDict):
|
|
1176
1136
|
ServerId: str
|
|
1177
1137
|
HostKeyBody: str
|
|
1178
1138
|
Description: NotRequired[str]
|
|
@@ -1186,36 +1146,21 @@ class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
|
1186
1146
|
NextToken: NotRequired[str]
|
|
1187
1147
|
|
|
1188
1148
|
|
|
1189
|
-
class
|
|
1149
|
+
class TagResourceRequestTypeDef(TypedDict):
|
|
1190
1150
|
Arn: str
|
|
1191
1151
|
Tags: Sequence[TagTypeDef]
|
|
1192
1152
|
|
|
1193
1153
|
|
|
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
1154
|
class DescribeSecurityPolicyResponseTypeDef(TypedDict):
|
|
1215
1155
|
SecurityPolicy: DescribedSecurityPolicyTypeDef
|
|
1216
1156
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1217
1157
|
|
|
1218
1158
|
|
|
1159
|
+
class DescribeServerRequestWaitExtraTypeDef(TypedDict):
|
|
1160
|
+
ServerId: str
|
|
1161
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1162
|
+
|
|
1163
|
+
|
|
1219
1164
|
class DescribeServerRequestWaitTypeDef(TypedDict):
|
|
1220
1165
|
ServerId: str
|
|
1221
1166
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
@@ -1266,6 +1211,9 @@ class DescribedUserTypeDef(TypedDict):
|
|
|
1266
1211
|
UserName: NotRequired[str]
|
|
1267
1212
|
|
|
1268
1213
|
|
|
1214
|
+
EndpointDetailsUnionTypeDef = Union[EndpointDetailsTypeDef, EndpointDetailsOutputTypeDef]
|
|
1215
|
+
|
|
1216
|
+
|
|
1269
1217
|
class ExecutionStepResultTypeDef(TypedDict):
|
|
1270
1218
|
StepType: NotRequired[WorkflowStepTypeType]
|
|
1271
1219
|
Outputs: NotRequired[str]
|
|
@@ -1281,7 +1229,7 @@ class WebAppIdentityProviderDetailsTypeDef(TypedDict):
|
|
|
1281
1229
|
IdentityCenterConfig: NotRequired[IdentityCenterConfigTypeDef]
|
|
1282
1230
|
|
|
1283
1231
|
|
|
1284
|
-
class
|
|
1232
|
+
class ImportCertificateRequestTypeDef(TypedDict):
|
|
1285
1233
|
Usage: CertificateUsageTypeType
|
|
1286
1234
|
Certificate: str
|
|
1287
1235
|
CertificateChain: NotRequired[str]
|
|
@@ -1292,7 +1240,7 @@ class ImportCertificateRequestRequestTypeDef(TypedDict):
|
|
|
1292
1240
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1293
1241
|
|
|
1294
1242
|
|
|
1295
|
-
class
|
|
1243
|
+
class UpdateCertificateRequestTypeDef(TypedDict):
|
|
1296
1244
|
CertificateId: str
|
|
1297
1245
|
ActiveDate: NotRequired[TimestampTypeDef]
|
|
1298
1246
|
InactiveDate: NotRequired[TimestampTypeDef]
|
|
@@ -1427,6 +1375,10 @@ class ListWorkflowsResponseTypeDef(TypedDict):
|
|
|
1427
1375
|
NextToken: NotRequired[str]
|
|
1428
1376
|
|
|
1429
1377
|
|
|
1378
|
+
PosixProfileUnionTypeDef = Union[PosixProfileTypeDef, PosixProfileOutputTypeDef]
|
|
1379
|
+
ProtocolDetailsUnionTypeDef = Union[ProtocolDetailsTypeDef, ProtocolDetailsOutputTypeDef]
|
|
1380
|
+
|
|
1381
|
+
|
|
1430
1382
|
class TagStepDetailsOutputTypeDef(TypedDict):
|
|
1431
1383
|
Name: NotRequired[str]
|
|
1432
1384
|
Tags: NotRequired[List[S3TagTypeDef]]
|
|
@@ -1443,6 +1395,11 @@ class ServiceMetadataTypeDef(TypedDict):
|
|
|
1443
1395
|
UserDetails: UserDetailsTypeDef
|
|
1444
1396
|
|
|
1445
1397
|
|
|
1398
|
+
SftpConnectorConfigUnionTypeDef = Union[
|
|
1399
|
+
SftpConnectorConfigTypeDef, SftpConnectorConfigOutputTypeDef
|
|
1400
|
+
]
|
|
1401
|
+
|
|
1402
|
+
|
|
1446
1403
|
class UpdateWebAppIdentityProviderDetailsTypeDef(TypedDict):
|
|
1447
1404
|
IdentityCenterConfig: NotRequired[UpdateWebAppIdentityCenterConfigTypeDef]
|
|
1448
1405
|
|
|
@@ -1509,7 +1466,7 @@ class ExecutionResultsTypeDef(TypedDict):
|
|
|
1509
1466
|
OnExceptionSteps: NotRequired[List[ExecutionStepResultTypeDef]]
|
|
1510
1467
|
|
|
1511
1468
|
|
|
1512
|
-
class
|
|
1469
|
+
class CreateWebAppRequestTypeDef(TypedDict):
|
|
1513
1470
|
IdentityProviderDetails: WebAppIdentityProviderDetailsTypeDef
|
|
1514
1471
|
AccessEndpoint: NotRequired[str]
|
|
1515
1472
|
WebAppUnits: NotRequired[WebAppUnitsTypeDef]
|
|
@@ -1533,6 +1490,54 @@ DecryptStepDetailsTypeDef = TypedDict(
|
|
|
1533
1490
|
"OverwriteExisting": NotRequired[OverwriteExistingType],
|
|
1534
1491
|
},
|
|
1535
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
|
+
|
|
1536
1541
|
TagStepDetailsUnionTypeDef = Union[TagStepDetailsTypeDef, TagStepDetailsOutputTypeDef]
|
|
1537
1542
|
|
|
1538
1543
|
|
|
@@ -1543,7 +1548,27 @@ class ListedExecutionTypeDef(TypedDict):
|
|
|
1543
1548
|
Status: NotRequired[ExecutionStatusType]
|
|
1544
1549
|
|
|
1545
1550
|
|
|
1546
|
-
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):
|
|
1547
1572
|
WebAppId: str
|
|
1548
1573
|
IdentityProviderDetails: NotRequired[UpdateWebAppIdentityProviderDetailsTypeDef]
|
|
1549
1574
|
AccessEndpoint: NotRequired[str]
|
|
@@ -1575,42 +1600,7 @@ class DescribedServerTypeDef(TypedDict):
|
|
|
1575
1600
|
As2ServiceManagedEgressIpAddresses: NotRequired[List[str]]
|
|
1576
1601
|
|
|
1577
1602
|
|
|
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]
|
|
1603
|
+
WorkflowDetailsUnionTypeDef = Union[WorkflowDetailsTypeDef, WorkflowDetailsOutputTypeDef]
|
|
1614
1604
|
|
|
1615
1605
|
|
|
1616
1606
|
class DescribeWebAppResponseTypeDef(TypedDict):
|
|
@@ -1665,6 +1655,44 @@ class DescribeServerResponseTypeDef(TypedDict):
|
|
|
1665
1655
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1666
1656
|
|
|
1667
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
|
+
|
|
1668
1696
|
class DescribeExecutionResponseTypeDef(TypedDict):
|
|
1669
1697
|
WorkflowId: str
|
|
1670
1698
|
Execution: DescribedExecutionTypeDef
|
|
@@ -1688,8 +1716,8 @@ class DescribeWorkflowResponseTypeDef(TypedDict):
|
|
|
1688
1716
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1689
1717
|
|
|
1690
1718
|
|
|
1691
|
-
class
|
|
1719
|
+
class CreateWorkflowRequestTypeDef(TypedDict):
|
|
1692
1720
|
Steps: Sequence[WorkflowStepUnionTypeDef]
|
|
1693
1721
|
Description: NotRequired[str]
|
|
1694
|
-
OnExceptionSteps: NotRequired[Sequence[
|
|
1722
|
+
OnExceptionSteps: NotRequired[Sequence[WorkflowStepUnionTypeDef]]
|
|
1695
1723
|
Tags: NotRequired[Sequence[TagTypeDef]]
|