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
|
@@ -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
|
|
|
@@ -73,64 +74,65 @@ __all__ = (
|
|
|
73
74
|
"BlobTypeDef",
|
|
74
75
|
"ConnectorFileTransferResultTypeDef",
|
|
75
76
|
"CopyStepDetailsTypeDef",
|
|
76
|
-
"
|
|
77
|
+
"CreateAccessRequestTypeDef",
|
|
77
78
|
"CreateAccessResponseTypeDef",
|
|
78
|
-
"
|
|
79
|
+
"CreateAgreementRequestTypeDef",
|
|
79
80
|
"CreateAgreementResponseTypeDef",
|
|
80
|
-
"
|
|
81
|
+
"CreateConnectorRequestTypeDef",
|
|
81
82
|
"CreateConnectorResponseTypeDef",
|
|
82
|
-
"
|
|
83
|
+
"CreateProfileRequestTypeDef",
|
|
83
84
|
"CreateProfileResponseTypeDef",
|
|
84
|
-
"
|
|
85
|
+
"CreateServerRequestTypeDef",
|
|
85
86
|
"CreateServerResponseTypeDef",
|
|
86
|
-
"
|
|
87
|
+
"CreateUserRequestTypeDef",
|
|
87
88
|
"CreateUserResponseTypeDef",
|
|
88
|
-
"
|
|
89
|
+
"CreateWebAppRequestTypeDef",
|
|
89
90
|
"CreateWebAppResponseTypeDef",
|
|
90
|
-
"
|
|
91
|
+
"CreateWorkflowRequestTypeDef",
|
|
91
92
|
"CreateWorkflowResponseTypeDef",
|
|
92
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",
|
|
@@ -313,11 +320,6 @@ HomeDirectoryMapEntryTypeDef = TypedDict(
|
|
|
313
320
|
},
|
|
314
321
|
)
|
|
315
322
|
|
|
316
|
-
class PosixProfileTypeDef(TypedDict):
|
|
317
|
-
Uid: int
|
|
318
|
-
Gid: int
|
|
319
|
-
SecondaryGids: NotRequired[Sequence[int]]
|
|
320
|
-
|
|
321
323
|
class ResponseMetadataTypeDef(TypedDict):
|
|
322
324
|
RequestId: str
|
|
323
325
|
HTTPStatusCode: int
|
|
@@ -336,17 +338,6 @@ class TagTypeDef(TypedDict):
|
|
|
336
338
|
Key: str
|
|
337
339
|
Value: str
|
|
338
340
|
|
|
339
|
-
class SftpConnectorConfigTypeDef(TypedDict):
|
|
340
|
-
UserSecretId: NotRequired[str]
|
|
341
|
-
TrustedHostKeys: NotRequired[Sequence[str]]
|
|
342
|
-
|
|
343
|
-
class EndpointDetailsTypeDef(TypedDict):
|
|
344
|
-
AddressAllocationIds: NotRequired[Sequence[str]]
|
|
345
|
-
SubnetIds: NotRequired[Sequence[str]]
|
|
346
|
-
VpcEndpointId: NotRequired[str]
|
|
347
|
-
VpcId: NotRequired[str]
|
|
348
|
-
SecurityGroupIds: NotRequired[Sequence[str]]
|
|
349
|
-
|
|
350
341
|
class IdentityProviderDetailsTypeDef(TypedDict):
|
|
351
342
|
Url: NotRequired[str]
|
|
352
343
|
InvocationRole: NotRequired[str]
|
|
@@ -354,12 +345,6 @@ class IdentityProviderDetailsTypeDef(TypedDict):
|
|
|
354
345
|
Function: NotRequired[str]
|
|
355
346
|
SftpAuthenticationMethods: NotRequired[SftpAuthenticationMethodsType]
|
|
356
347
|
|
|
357
|
-
class ProtocolDetailsTypeDef(TypedDict):
|
|
358
|
-
PassiveIp: NotRequired[str]
|
|
359
|
-
TlsSessionResumptionMode: NotRequired[TlsSessionResumptionModeType]
|
|
360
|
-
SetStatOption: NotRequired[SetStatOptionType]
|
|
361
|
-
As2Transports: NotRequired[Sequence[Literal["HTTP"]]]
|
|
362
|
-
|
|
363
348
|
class S3StorageOptionsTypeDef(TypedDict):
|
|
364
349
|
DirectoryListingOptimization: NotRequired[DirectoryListingOptimizationType]
|
|
365
350
|
|
|
@@ -372,31 +357,31 @@ class CustomStepDetailsTypeDef(TypedDict):
|
|
|
372
357
|
TimeoutSeconds: NotRequired[int]
|
|
373
358
|
SourceFileLocation: NotRequired[str]
|
|
374
359
|
|
|
375
|
-
class
|
|
360
|
+
class DeleteAccessRequestTypeDef(TypedDict):
|
|
376
361
|
ServerId: str
|
|
377
362
|
ExternalId: str
|
|
378
363
|
|
|
379
|
-
class
|
|
364
|
+
class DeleteAgreementRequestTypeDef(TypedDict):
|
|
380
365
|
AgreementId: str
|
|
381
366
|
ServerId: str
|
|
382
367
|
|
|
383
|
-
class
|
|
368
|
+
class DeleteCertificateRequestTypeDef(TypedDict):
|
|
384
369
|
CertificateId: str
|
|
385
370
|
|
|
386
|
-
class
|
|
371
|
+
class DeleteConnectorRequestTypeDef(TypedDict):
|
|
387
372
|
ConnectorId: str
|
|
388
373
|
|
|
389
|
-
class
|
|
374
|
+
class DeleteHostKeyRequestTypeDef(TypedDict):
|
|
390
375
|
ServerId: str
|
|
391
376
|
HostKeyId: str
|
|
392
377
|
|
|
393
|
-
class
|
|
378
|
+
class DeleteProfileRequestTypeDef(TypedDict):
|
|
394
379
|
ProfileId: str
|
|
395
380
|
|
|
396
|
-
class
|
|
381
|
+
class DeleteServerRequestTypeDef(TypedDict):
|
|
397
382
|
ServerId: str
|
|
398
383
|
|
|
399
|
-
class
|
|
384
|
+
class DeleteSshPublicKeyRequestTypeDef(TypedDict):
|
|
400
385
|
ServerId: str
|
|
401
386
|
SshPublicKeyId: str
|
|
402
387
|
UserName: str
|
|
@@ -405,45 +390,45 @@ class DeleteStepDetailsTypeDef(TypedDict):
|
|
|
405
390
|
Name: NotRequired[str]
|
|
406
391
|
SourceFileLocation: NotRequired[str]
|
|
407
392
|
|
|
408
|
-
class
|
|
393
|
+
class DeleteUserRequestTypeDef(TypedDict):
|
|
409
394
|
ServerId: str
|
|
410
395
|
UserName: str
|
|
411
396
|
|
|
412
|
-
class
|
|
397
|
+
class DeleteWebAppCustomizationRequestTypeDef(TypedDict):
|
|
413
398
|
WebAppId: str
|
|
414
399
|
|
|
415
|
-
class
|
|
400
|
+
class DeleteWebAppRequestTypeDef(TypedDict):
|
|
416
401
|
WebAppId: str
|
|
417
402
|
|
|
418
|
-
class
|
|
403
|
+
class DeleteWorkflowRequestTypeDef(TypedDict):
|
|
419
404
|
WorkflowId: str
|
|
420
405
|
|
|
421
|
-
class
|
|
406
|
+
class DescribeAccessRequestTypeDef(TypedDict):
|
|
422
407
|
ServerId: str
|
|
423
408
|
ExternalId: str
|
|
424
409
|
|
|
425
|
-
class
|
|
410
|
+
class DescribeAgreementRequestTypeDef(TypedDict):
|
|
426
411
|
AgreementId: str
|
|
427
412
|
ServerId: str
|
|
428
413
|
|
|
429
|
-
class
|
|
414
|
+
class DescribeCertificateRequestTypeDef(TypedDict):
|
|
430
415
|
CertificateId: str
|
|
431
416
|
|
|
432
|
-
class
|
|
417
|
+
class DescribeConnectorRequestTypeDef(TypedDict):
|
|
433
418
|
ConnectorId: str
|
|
434
419
|
|
|
435
|
-
class
|
|
420
|
+
class DescribeExecutionRequestTypeDef(TypedDict):
|
|
436
421
|
ExecutionId: str
|
|
437
422
|
WorkflowId: str
|
|
438
423
|
|
|
439
|
-
class
|
|
424
|
+
class DescribeHostKeyRequestTypeDef(TypedDict):
|
|
440
425
|
ServerId: str
|
|
441
426
|
HostKeyId: str
|
|
442
427
|
|
|
443
|
-
class
|
|
428
|
+
class DescribeProfileRequestTypeDef(TypedDict):
|
|
444
429
|
ProfileId: str
|
|
445
430
|
|
|
446
|
-
class
|
|
431
|
+
class DescribeSecurityPolicyRequestTypeDef(TypedDict):
|
|
447
432
|
SecurityPolicyName: str
|
|
448
433
|
|
|
449
434
|
DescribedSecurityPolicyTypeDef = TypedDict(
|
|
@@ -461,18 +446,18 @@ DescribedSecurityPolicyTypeDef = TypedDict(
|
|
|
461
446
|
},
|
|
462
447
|
)
|
|
463
448
|
|
|
464
|
-
class
|
|
449
|
+
class DescribeServerRequestTypeDef(TypedDict):
|
|
465
450
|
ServerId: str
|
|
466
451
|
|
|
467
452
|
class WaiterConfigTypeDef(TypedDict):
|
|
468
453
|
Delay: NotRequired[int]
|
|
469
454
|
MaxAttempts: NotRequired[int]
|
|
470
455
|
|
|
471
|
-
class
|
|
456
|
+
class DescribeUserRequestTypeDef(TypedDict):
|
|
472
457
|
ServerId: str
|
|
473
458
|
UserName: str
|
|
474
459
|
|
|
475
|
-
class
|
|
460
|
+
class DescribeWebAppCustomizationRequestTypeDef(TypedDict):
|
|
476
461
|
WebAppId: str
|
|
477
462
|
|
|
478
463
|
class DescribedWebAppCustomizationTypeDef(TypedDict):
|
|
@@ -482,10 +467,10 @@ class DescribedWebAppCustomizationTypeDef(TypedDict):
|
|
|
482
467
|
LogoFile: NotRequired[bytes]
|
|
483
468
|
FaviconFile: NotRequired[bytes]
|
|
484
469
|
|
|
485
|
-
class
|
|
470
|
+
class DescribeWebAppRequestTypeDef(TypedDict):
|
|
486
471
|
WebAppId: str
|
|
487
472
|
|
|
488
|
-
class
|
|
473
|
+
class DescribeWorkflowRequestTypeDef(TypedDict):
|
|
489
474
|
WorkflowId: str
|
|
490
475
|
|
|
491
476
|
class PosixProfileOutputTypeDef(TypedDict):
|
|
@@ -528,6 +513,13 @@ class EfsFileLocationTypeDef(TypedDict):
|
|
|
528
513
|
FileSystemId: NotRequired[str]
|
|
529
514
|
Path: NotRequired[str]
|
|
530
515
|
|
|
516
|
+
class EndpointDetailsTypeDef(TypedDict):
|
|
517
|
+
AddressAllocationIds: NotRequired[Sequence[str]]
|
|
518
|
+
SubnetIds: NotRequired[Sequence[str]]
|
|
519
|
+
VpcEndpointId: NotRequired[str]
|
|
520
|
+
VpcId: NotRequired[str]
|
|
521
|
+
SecurityGroupIds: NotRequired[Sequence[str]]
|
|
522
|
+
|
|
531
523
|
ExecutionErrorTypeDef = TypedDict(
|
|
532
524
|
"ExecutionErrorTypeDef",
|
|
533
525
|
{
|
|
@@ -548,7 +540,7 @@ class IdentityCenterConfigTypeDef(TypedDict):
|
|
|
548
540
|
|
|
549
541
|
TimestampTypeDef = Union[datetime, str]
|
|
550
542
|
|
|
551
|
-
class
|
|
543
|
+
class ImportSshPublicKeyRequestTypeDef(TypedDict):
|
|
552
544
|
ServerId: str
|
|
553
545
|
SshPublicKeyBody: str
|
|
554
546
|
UserName: str
|
|
@@ -562,7 +554,7 @@ class PaginatorConfigTypeDef(TypedDict):
|
|
|
562
554
|
PageSize: NotRequired[int]
|
|
563
555
|
StartingToken: NotRequired[str]
|
|
564
556
|
|
|
565
|
-
class
|
|
557
|
+
class ListAccessesRequestTypeDef(TypedDict):
|
|
566
558
|
ServerId: str
|
|
567
559
|
MaxResults: NotRequired[int]
|
|
568
560
|
NextToken: NotRequired[str]
|
|
@@ -573,7 +565,7 @@ class ListedAccessTypeDef(TypedDict):
|
|
|
573
565
|
Role: NotRequired[str]
|
|
574
566
|
ExternalId: NotRequired[str]
|
|
575
567
|
|
|
576
|
-
class
|
|
568
|
+
class ListAgreementsRequestTypeDef(TypedDict):
|
|
577
569
|
ServerId: str
|
|
578
570
|
MaxResults: NotRequired[int]
|
|
579
571
|
NextToken: NotRequired[str]
|
|
@@ -587,7 +579,7 @@ class ListedAgreementTypeDef(TypedDict):
|
|
|
587
579
|
LocalProfileId: NotRequired[str]
|
|
588
580
|
PartnerProfileId: NotRequired[str]
|
|
589
581
|
|
|
590
|
-
class
|
|
582
|
+
class ListCertificatesRequestTypeDef(TypedDict):
|
|
591
583
|
MaxResults: NotRequired[int]
|
|
592
584
|
NextToken: NotRequired[str]
|
|
593
585
|
|
|
@@ -605,7 +597,7 @@ ListedCertificateTypeDef = TypedDict(
|
|
|
605
597
|
},
|
|
606
598
|
)
|
|
607
599
|
|
|
608
|
-
class
|
|
600
|
+
class ListConnectorsRequestTypeDef(TypedDict):
|
|
609
601
|
MaxResults: NotRequired[int]
|
|
610
602
|
NextToken: NotRequired[str]
|
|
611
603
|
|
|
@@ -614,18 +606,18 @@ class ListedConnectorTypeDef(TypedDict):
|
|
|
614
606
|
ConnectorId: NotRequired[str]
|
|
615
607
|
Url: NotRequired[str]
|
|
616
608
|
|
|
617
|
-
class
|
|
609
|
+
class ListExecutionsRequestTypeDef(TypedDict):
|
|
618
610
|
WorkflowId: str
|
|
619
611
|
MaxResults: NotRequired[int]
|
|
620
612
|
NextToken: NotRequired[str]
|
|
621
613
|
|
|
622
|
-
class
|
|
614
|
+
class ListFileTransferResultsRequestTypeDef(TypedDict):
|
|
623
615
|
ConnectorId: str
|
|
624
616
|
TransferId: str
|
|
625
617
|
NextToken: NotRequired[str]
|
|
626
618
|
MaxResults: NotRequired[int]
|
|
627
619
|
|
|
628
|
-
class
|
|
620
|
+
class ListHostKeysRequestTypeDef(TypedDict):
|
|
629
621
|
ServerId: str
|
|
630
622
|
MaxResults: NotRequired[int]
|
|
631
623
|
NextToken: NotRequired[str]
|
|
@@ -642,7 +634,7 @@ ListedHostKeyTypeDef = TypedDict(
|
|
|
642
634
|
},
|
|
643
635
|
)
|
|
644
636
|
|
|
645
|
-
class
|
|
637
|
+
class ListProfilesRequestTypeDef(TypedDict):
|
|
646
638
|
MaxResults: NotRequired[int]
|
|
647
639
|
NextToken: NotRequired[str]
|
|
648
640
|
ProfileType: NotRequired[ProfileTypeType]
|
|
@@ -653,11 +645,11 @@ class ListedProfileTypeDef(TypedDict):
|
|
|
653
645
|
As2Id: NotRequired[str]
|
|
654
646
|
ProfileType: NotRequired[ProfileTypeType]
|
|
655
647
|
|
|
656
|
-
class
|
|
648
|
+
class ListSecurityPoliciesRequestTypeDef(TypedDict):
|
|
657
649
|
MaxResults: NotRequired[int]
|
|
658
650
|
NextToken: NotRequired[str]
|
|
659
651
|
|
|
660
|
-
class
|
|
652
|
+
class ListServersRequestTypeDef(TypedDict):
|
|
661
653
|
MaxResults: NotRequired[int]
|
|
662
654
|
NextToken: NotRequired[str]
|
|
663
655
|
|
|
@@ -671,12 +663,12 @@ class ListedServerTypeDef(TypedDict):
|
|
|
671
663
|
State: NotRequired[StateType]
|
|
672
664
|
UserCount: NotRequired[int]
|
|
673
665
|
|
|
674
|
-
class
|
|
666
|
+
class ListTagsForResourceRequestTypeDef(TypedDict):
|
|
675
667
|
Arn: str
|
|
676
668
|
MaxResults: NotRequired[int]
|
|
677
669
|
NextToken: NotRequired[str]
|
|
678
670
|
|
|
679
|
-
class
|
|
671
|
+
class ListUsersRequestTypeDef(TypedDict):
|
|
680
672
|
ServerId: str
|
|
681
673
|
MaxResults: NotRequired[int]
|
|
682
674
|
NextToken: NotRequired[str]
|
|
@@ -689,7 +681,7 @@ class ListedUserTypeDef(TypedDict):
|
|
|
689
681
|
SshPublicKeyCount: NotRequired[int]
|
|
690
682
|
UserName: NotRequired[str]
|
|
691
683
|
|
|
692
|
-
class
|
|
684
|
+
class ListWebAppsRequestTypeDef(TypedDict):
|
|
693
685
|
MaxResults: NotRequired[int]
|
|
694
686
|
NextToken: NotRequired[str]
|
|
695
687
|
|
|
@@ -699,7 +691,7 @@ class ListedWebAppTypeDef(TypedDict):
|
|
|
699
691
|
AccessEndpoint: NotRequired[str]
|
|
700
692
|
WebAppEndpoint: NotRequired[str]
|
|
701
693
|
|
|
702
|
-
class
|
|
694
|
+
class ListWorkflowsRequestTypeDef(TypedDict):
|
|
703
695
|
MaxResults: NotRequired[int]
|
|
704
696
|
NextToken: NotRequired[str]
|
|
705
697
|
|
|
@@ -708,11 +700,22 @@ class ListedWorkflowTypeDef(TypedDict):
|
|
|
708
700
|
Description: NotRequired[str]
|
|
709
701
|
Arn: NotRequired[str]
|
|
710
702
|
|
|
703
|
+
class PosixProfileTypeDef(TypedDict):
|
|
704
|
+
Uid: int
|
|
705
|
+
Gid: int
|
|
706
|
+
SecondaryGids: NotRequired[Sequence[int]]
|
|
707
|
+
|
|
708
|
+
class ProtocolDetailsTypeDef(TypedDict):
|
|
709
|
+
PassiveIp: NotRequired[str]
|
|
710
|
+
TlsSessionResumptionMode: NotRequired[TlsSessionResumptionModeType]
|
|
711
|
+
SetStatOption: NotRequired[SetStatOptionType]
|
|
712
|
+
As2Transports: NotRequired[Sequence[Literal["HTTP"]]]
|
|
713
|
+
|
|
711
714
|
class S3TagTypeDef(TypedDict):
|
|
712
715
|
Key: str
|
|
713
716
|
Value: str
|
|
714
717
|
|
|
715
|
-
class
|
|
718
|
+
class SendWorkflowStepStateRequestTypeDef(TypedDict):
|
|
716
719
|
WorkflowId: str
|
|
717
720
|
ExecutionId: str
|
|
718
721
|
Token: str
|
|
@@ -723,45 +726,49 @@ class UserDetailsTypeDef(TypedDict):
|
|
|
723
726
|
ServerId: str
|
|
724
727
|
SessionId: NotRequired[str]
|
|
725
728
|
|
|
726
|
-
class
|
|
729
|
+
class SftpConnectorConfigTypeDef(TypedDict):
|
|
730
|
+
UserSecretId: NotRequired[str]
|
|
731
|
+
TrustedHostKeys: NotRequired[Sequence[str]]
|
|
732
|
+
|
|
733
|
+
class StartDirectoryListingRequestTypeDef(TypedDict):
|
|
727
734
|
ConnectorId: str
|
|
728
735
|
RemoteDirectoryPath: str
|
|
729
736
|
OutputDirectoryPath: str
|
|
730
737
|
MaxItems: NotRequired[int]
|
|
731
738
|
|
|
732
|
-
class
|
|
739
|
+
class StartFileTransferRequestTypeDef(TypedDict):
|
|
733
740
|
ConnectorId: str
|
|
734
741
|
SendFilePaths: NotRequired[Sequence[str]]
|
|
735
742
|
RetrieveFilePaths: NotRequired[Sequence[str]]
|
|
736
743
|
LocalDirectoryPath: NotRequired[str]
|
|
737
744
|
RemoteDirectoryPath: NotRequired[str]
|
|
738
745
|
|
|
739
|
-
class
|
|
746
|
+
class StartServerRequestTypeDef(TypedDict):
|
|
740
747
|
ServerId: str
|
|
741
748
|
|
|
742
|
-
class
|
|
749
|
+
class StopServerRequestTypeDef(TypedDict):
|
|
743
750
|
ServerId: str
|
|
744
751
|
|
|
745
|
-
class
|
|
752
|
+
class TestConnectionRequestTypeDef(TypedDict):
|
|
746
753
|
ConnectorId: str
|
|
747
754
|
|
|
748
|
-
class
|
|
755
|
+
class TestIdentityProviderRequestTypeDef(TypedDict):
|
|
749
756
|
ServerId: str
|
|
750
757
|
UserName: str
|
|
751
758
|
ServerProtocol: NotRequired[ProtocolType]
|
|
752
759
|
SourceIp: NotRequired[str]
|
|
753
760
|
UserPassword: NotRequired[str]
|
|
754
761
|
|
|
755
|
-
class
|
|
762
|
+
class UntagResourceRequestTypeDef(TypedDict):
|
|
756
763
|
Arn: str
|
|
757
764
|
TagKeys: Sequence[str]
|
|
758
765
|
|
|
759
|
-
class
|
|
766
|
+
class UpdateHostKeyRequestTypeDef(TypedDict):
|
|
760
767
|
ServerId: str
|
|
761
768
|
HostKeyId: str
|
|
762
769
|
Description: str
|
|
763
770
|
|
|
764
|
-
class
|
|
771
|
+
class UpdateProfileRequestTypeDef(TypedDict):
|
|
765
772
|
ProfileId: str
|
|
766
773
|
CertificateIds: NotRequired[Sequence[str]]
|
|
767
774
|
|
|
@@ -772,42 +779,12 @@ class WorkflowDetailTypeDef(TypedDict):
|
|
|
772
779
|
WorkflowId: str
|
|
773
780
|
ExecutionRole: str
|
|
774
781
|
|
|
775
|
-
class
|
|
782
|
+
class UpdateWebAppCustomizationRequestTypeDef(TypedDict):
|
|
776
783
|
WebAppId: str
|
|
777
784
|
Title: NotRequired[str]
|
|
778
785
|
LogoFile: NotRequired[BlobTypeDef]
|
|
779
786
|
FaviconFile: NotRequired[BlobTypeDef]
|
|
780
787
|
|
|
781
|
-
class CreateAccessRequestRequestTypeDef(TypedDict):
|
|
782
|
-
Role: str
|
|
783
|
-
ServerId: str
|
|
784
|
-
ExternalId: str
|
|
785
|
-
HomeDirectory: NotRequired[str]
|
|
786
|
-
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
787
|
-
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
788
|
-
Policy: NotRequired[str]
|
|
789
|
-
PosixProfile: NotRequired[PosixProfileTypeDef]
|
|
790
|
-
|
|
791
|
-
class UpdateAccessRequestRequestTypeDef(TypedDict):
|
|
792
|
-
ServerId: str
|
|
793
|
-
ExternalId: str
|
|
794
|
-
HomeDirectory: NotRequired[str]
|
|
795
|
-
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
796
|
-
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
797
|
-
Policy: NotRequired[str]
|
|
798
|
-
PosixProfile: NotRequired[PosixProfileTypeDef]
|
|
799
|
-
Role: NotRequired[str]
|
|
800
|
-
|
|
801
|
-
class UpdateUserRequestRequestTypeDef(TypedDict):
|
|
802
|
-
ServerId: str
|
|
803
|
-
UserName: str
|
|
804
|
-
HomeDirectory: NotRequired[str]
|
|
805
|
-
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
806
|
-
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
807
|
-
Policy: NotRequired[str]
|
|
808
|
-
PosixProfile: NotRequired[PosixProfileTypeDef]
|
|
809
|
-
Role: NotRequired[str]
|
|
810
|
-
|
|
811
788
|
class CreateAccessResponseTypeDef(TypedDict):
|
|
812
789
|
ServerId: str
|
|
813
790
|
ExternalId: str
|
|
@@ -935,7 +912,7 @@ class UpdateWebAppResponseTypeDef(TypedDict):
|
|
|
935
912
|
WebAppId: str
|
|
936
913
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
937
914
|
|
|
938
|
-
class
|
|
915
|
+
class UpdateAgreementRequestTypeDef(TypedDict):
|
|
939
916
|
AgreementId: str
|
|
940
917
|
ServerId: str
|
|
941
918
|
Description: NotRequired[str]
|
|
@@ -948,7 +925,7 @@ class UpdateAgreementRequestRequestTypeDef(TypedDict):
|
|
|
948
925
|
EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
|
|
949
926
|
CustomDirectories: NotRequired[CustomDirectoriesTypeTypeDef]
|
|
950
927
|
|
|
951
|
-
class
|
|
928
|
+
class CreateAgreementRequestTypeDef(TypedDict):
|
|
952
929
|
ServerId: str
|
|
953
930
|
LocalProfileId: str
|
|
954
931
|
PartnerProfileId: str
|
|
@@ -961,24 +938,12 @@ class CreateAgreementRequestRequestTypeDef(TypedDict):
|
|
|
961
938
|
EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
|
|
962
939
|
CustomDirectories: NotRequired[CustomDirectoriesTypeTypeDef]
|
|
963
940
|
|
|
964
|
-
class
|
|
941
|
+
class CreateProfileRequestTypeDef(TypedDict):
|
|
965
942
|
As2Id: str
|
|
966
943
|
ProfileType: ProfileTypeType
|
|
967
944
|
CertificateIds: NotRequired[Sequence[str]]
|
|
968
945
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
969
946
|
|
|
970
|
-
class CreateUserRequestRequestTypeDef(TypedDict):
|
|
971
|
-
Role: str
|
|
972
|
-
ServerId: str
|
|
973
|
-
UserName: str
|
|
974
|
-
HomeDirectory: NotRequired[str]
|
|
975
|
-
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
976
|
-
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
977
|
-
Policy: NotRequired[str]
|
|
978
|
-
PosixProfile: NotRequired[PosixProfileTypeDef]
|
|
979
|
-
SshPublicKeyBody: NotRequired[str]
|
|
980
|
-
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
981
|
-
|
|
982
947
|
class DescribedAgreementTypeDef(TypedDict):
|
|
983
948
|
Arn: str
|
|
984
949
|
AgreementId: NotRequired[str]
|
|
@@ -1034,7 +999,7 @@ class DescribedProfileTypeDef(TypedDict):
|
|
|
1034
999
|
CertificateIds: NotRequired[List[str]]
|
|
1035
1000
|
Tags: NotRequired[List[TagTypeDef]]
|
|
1036
1001
|
|
|
1037
|
-
class
|
|
1002
|
+
class ImportHostKeyRequestTypeDef(TypedDict):
|
|
1038
1003
|
ServerId: str
|
|
1039
1004
|
HostKeyBody: str
|
|
1040
1005
|
Description: NotRequired[str]
|
|
@@ -1046,32 +1011,18 @@ class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
|
1046
1011
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1047
1012
|
NextToken: NotRequired[str]
|
|
1048
1013
|
|
|
1049
|
-
class
|
|
1014
|
+
class TagResourceRequestTypeDef(TypedDict):
|
|
1050
1015
|
Arn: str
|
|
1051
1016
|
Tags: Sequence[TagTypeDef]
|
|
1052
1017
|
|
|
1053
|
-
class CreateConnectorRequestRequestTypeDef(TypedDict):
|
|
1054
|
-
Url: str
|
|
1055
|
-
AccessRole: str
|
|
1056
|
-
As2Config: NotRequired[As2ConnectorConfigTypeDef]
|
|
1057
|
-
LoggingRole: NotRequired[str]
|
|
1058
|
-
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1059
|
-
SftpConfig: NotRequired[SftpConnectorConfigTypeDef]
|
|
1060
|
-
SecurityPolicyName: NotRequired[str]
|
|
1061
|
-
|
|
1062
|
-
class UpdateConnectorRequestRequestTypeDef(TypedDict):
|
|
1063
|
-
ConnectorId: str
|
|
1064
|
-
Url: NotRequired[str]
|
|
1065
|
-
As2Config: NotRequired[As2ConnectorConfigTypeDef]
|
|
1066
|
-
AccessRole: NotRequired[str]
|
|
1067
|
-
LoggingRole: NotRequired[str]
|
|
1068
|
-
SftpConfig: NotRequired[SftpConnectorConfigTypeDef]
|
|
1069
|
-
SecurityPolicyName: NotRequired[str]
|
|
1070
|
-
|
|
1071
1018
|
class DescribeSecurityPolicyResponseTypeDef(TypedDict):
|
|
1072
1019
|
SecurityPolicy: DescribedSecurityPolicyTypeDef
|
|
1073
1020
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1074
1021
|
|
|
1022
|
+
class DescribeServerRequestWaitExtraTypeDef(TypedDict):
|
|
1023
|
+
ServerId: str
|
|
1024
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1025
|
+
|
|
1075
1026
|
class DescribeServerRequestWaitTypeDef(TypedDict):
|
|
1076
1027
|
ServerId: str
|
|
1077
1028
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
@@ -1116,6 +1067,8 @@ class DescribedUserTypeDef(TypedDict):
|
|
|
1116
1067
|
Tags: NotRequired[List[TagTypeDef]]
|
|
1117
1068
|
UserName: NotRequired[str]
|
|
1118
1069
|
|
|
1070
|
+
EndpointDetailsUnionTypeDef = Union[EndpointDetailsTypeDef, EndpointDetailsOutputTypeDef]
|
|
1071
|
+
|
|
1119
1072
|
class ExecutionStepResultTypeDef(TypedDict):
|
|
1120
1073
|
StepType: NotRequired[WorkflowStepTypeType]
|
|
1121
1074
|
Outputs: NotRequired[str]
|
|
@@ -1128,7 +1081,7 @@ class FileLocationTypeDef(TypedDict):
|
|
|
1128
1081
|
class WebAppIdentityProviderDetailsTypeDef(TypedDict):
|
|
1129
1082
|
IdentityCenterConfig: NotRequired[IdentityCenterConfigTypeDef]
|
|
1130
1083
|
|
|
1131
|
-
class
|
|
1084
|
+
class ImportCertificateRequestTypeDef(TypedDict):
|
|
1132
1085
|
Usage: CertificateUsageTypeType
|
|
1133
1086
|
Certificate: str
|
|
1134
1087
|
CertificateChain: NotRequired[str]
|
|
@@ -1138,7 +1091,7 @@ class ImportCertificateRequestRequestTypeDef(TypedDict):
|
|
|
1138
1091
|
Description: NotRequired[str]
|
|
1139
1092
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1140
1093
|
|
|
1141
|
-
class
|
|
1094
|
+
class UpdateCertificateRequestTypeDef(TypedDict):
|
|
1142
1095
|
CertificateId: str
|
|
1143
1096
|
ActiveDate: NotRequired[TimestampTypeDef]
|
|
1144
1097
|
InactiveDate: NotRequired[TimestampTypeDef]
|
|
@@ -1248,6 +1201,9 @@ class ListWorkflowsResponseTypeDef(TypedDict):
|
|
|
1248
1201
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1249
1202
|
NextToken: NotRequired[str]
|
|
1250
1203
|
|
|
1204
|
+
PosixProfileUnionTypeDef = Union[PosixProfileTypeDef, PosixProfileOutputTypeDef]
|
|
1205
|
+
ProtocolDetailsUnionTypeDef = Union[ProtocolDetailsTypeDef, ProtocolDetailsOutputTypeDef]
|
|
1206
|
+
|
|
1251
1207
|
class TagStepDetailsOutputTypeDef(TypedDict):
|
|
1252
1208
|
Name: NotRequired[str]
|
|
1253
1209
|
Tags: NotRequired[List[S3TagTypeDef]]
|
|
@@ -1261,6 +1217,10 @@ class TagStepDetailsTypeDef(TypedDict):
|
|
|
1261
1217
|
class ServiceMetadataTypeDef(TypedDict):
|
|
1262
1218
|
UserDetails: UserDetailsTypeDef
|
|
1263
1219
|
|
|
1220
|
+
SftpConnectorConfigUnionTypeDef = Union[
|
|
1221
|
+
SftpConnectorConfigTypeDef, SftpConnectorConfigOutputTypeDef
|
|
1222
|
+
]
|
|
1223
|
+
|
|
1264
1224
|
class UpdateWebAppIdentityProviderDetailsTypeDef(TypedDict):
|
|
1265
1225
|
IdentityCenterConfig: NotRequired[UpdateWebAppIdentityCenterConfigTypeDef]
|
|
1266
1226
|
|
|
@@ -1305,6 +1265,7 @@ class DescribedWebAppTypeDef(TypedDict):
|
|
|
1305
1265
|
WebAppEndpoint: NotRequired[str]
|
|
1306
1266
|
WebAppUnits: NotRequired[WebAppUnitsTypeDef]
|
|
1307
1267
|
Tags: NotRequired[List[TagTypeDef]]
|
|
1268
|
+
WebAppEndpointPolicy: NotRequired[WebAppEndpointPolicyType]
|
|
1308
1269
|
|
|
1309
1270
|
class DescribeUserResponseTypeDef(TypedDict):
|
|
1310
1271
|
ServerId: str
|
|
@@ -1315,11 +1276,12 @@ class ExecutionResultsTypeDef(TypedDict):
|
|
|
1315
1276
|
Steps: NotRequired[List[ExecutionStepResultTypeDef]]
|
|
1316
1277
|
OnExceptionSteps: NotRequired[List[ExecutionStepResultTypeDef]]
|
|
1317
1278
|
|
|
1318
|
-
class
|
|
1279
|
+
class CreateWebAppRequestTypeDef(TypedDict):
|
|
1319
1280
|
IdentityProviderDetails: WebAppIdentityProviderDetailsTypeDef
|
|
1320
1281
|
AccessEndpoint: NotRequired[str]
|
|
1321
1282
|
WebAppUnits: NotRequired[WebAppUnitsTypeDef]
|
|
1322
1283
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1284
|
+
WebAppEndpointPolicy: NotRequired[WebAppEndpointPolicyType]
|
|
1323
1285
|
|
|
1324
1286
|
class CopyStepDetailsTypeDef(TypedDict):
|
|
1325
1287
|
Name: NotRequired[str]
|
|
@@ -1337,6 +1299,49 @@ DecryptStepDetailsTypeDef = TypedDict(
|
|
|
1337
1299
|
"OverwriteExisting": NotRequired[OverwriteExistingType],
|
|
1338
1300
|
},
|
|
1339
1301
|
)
|
|
1302
|
+
|
|
1303
|
+
class CreateAccessRequestTypeDef(TypedDict):
|
|
1304
|
+
Role: str
|
|
1305
|
+
ServerId: str
|
|
1306
|
+
ExternalId: str
|
|
1307
|
+
HomeDirectory: NotRequired[str]
|
|
1308
|
+
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
1309
|
+
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
1310
|
+
Policy: NotRequired[str]
|
|
1311
|
+
PosixProfile: NotRequired[PosixProfileUnionTypeDef]
|
|
1312
|
+
|
|
1313
|
+
class CreateUserRequestTypeDef(TypedDict):
|
|
1314
|
+
Role: str
|
|
1315
|
+
ServerId: str
|
|
1316
|
+
UserName: str
|
|
1317
|
+
HomeDirectory: NotRequired[str]
|
|
1318
|
+
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
1319
|
+
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
1320
|
+
Policy: NotRequired[str]
|
|
1321
|
+
PosixProfile: NotRequired[PosixProfileUnionTypeDef]
|
|
1322
|
+
SshPublicKeyBody: NotRequired[str]
|
|
1323
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1324
|
+
|
|
1325
|
+
class UpdateAccessRequestTypeDef(TypedDict):
|
|
1326
|
+
ServerId: str
|
|
1327
|
+
ExternalId: str
|
|
1328
|
+
HomeDirectory: NotRequired[str]
|
|
1329
|
+
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
1330
|
+
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
1331
|
+
Policy: NotRequired[str]
|
|
1332
|
+
PosixProfile: NotRequired[PosixProfileUnionTypeDef]
|
|
1333
|
+
Role: NotRequired[str]
|
|
1334
|
+
|
|
1335
|
+
class UpdateUserRequestTypeDef(TypedDict):
|
|
1336
|
+
ServerId: str
|
|
1337
|
+
UserName: str
|
|
1338
|
+
HomeDirectory: NotRequired[str]
|
|
1339
|
+
HomeDirectoryType: NotRequired[HomeDirectoryTypeType]
|
|
1340
|
+
HomeDirectoryMappings: NotRequired[Sequence[HomeDirectoryMapEntryTypeDef]]
|
|
1341
|
+
Policy: NotRequired[str]
|
|
1342
|
+
PosixProfile: NotRequired[PosixProfileUnionTypeDef]
|
|
1343
|
+
Role: NotRequired[str]
|
|
1344
|
+
|
|
1340
1345
|
TagStepDetailsUnionTypeDef = Union[TagStepDetailsTypeDef, TagStepDetailsOutputTypeDef]
|
|
1341
1346
|
|
|
1342
1347
|
class ListedExecutionTypeDef(TypedDict):
|
|
@@ -1345,7 +1350,25 @@ class ListedExecutionTypeDef(TypedDict):
|
|
|
1345
1350
|
ServiceMetadata: NotRequired[ServiceMetadataTypeDef]
|
|
1346
1351
|
Status: NotRequired[ExecutionStatusType]
|
|
1347
1352
|
|
|
1348
|
-
class
|
|
1353
|
+
class CreateConnectorRequestTypeDef(TypedDict):
|
|
1354
|
+
Url: str
|
|
1355
|
+
AccessRole: str
|
|
1356
|
+
As2Config: NotRequired[As2ConnectorConfigTypeDef]
|
|
1357
|
+
LoggingRole: NotRequired[str]
|
|
1358
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1359
|
+
SftpConfig: NotRequired[SftpConnectorConfigUnionTypeDef]
|
|
1360
|
+
SecurityPolicyName: NotRequired[str]
|
|
1361
|
+
|
|
1362
|
+
class UpdateConnectorRequestTypeDef(TypedDict):
|
|
1363
|
+
ConnectorId: str
|
|
1364
|
+
Url: NotRequired[str]
|
|
1365
|
+
As2Config: NotRequired[As2ConnectorConfigTypeDef]
|
|
1366
|
+
AccessRole: NotRequired[str]
|
|
1367
|
+
LoggingRole: NotRequired[str]
|
|
1368
|
+
SftpConfig: NotRequired[SftpConnectorConfigUnionTypeDef]
|
|
1369
|
+
SecurityPolicyName: NotRequired[str]
|
|
1370
|
+
|
|
1371
|
+
class UpdateWebAppRequestTypeDef(TypedDict):
|
|
1349
1372
|
WebAppId: str
|
|
1350
1373
|
IdentityProviderDetails: NotRequired[UpdateWebAppIdentityProviderDetailsTypeDef]
|
|
1351
1374
|
AccessEndpoint: NotRequired[str]
|
|
@@ -1375,41 +1398,7 @@ class DescribedServerTypeDef(TypedDict):
|
|
|
1375
1398
|
S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
|
|
1376
1399
|
As2ServiceManagedEgressIpAddresses: NotRequired[List[str]]
|
|
1377
1400
|
|
|
1378
|
-
|
|
1379
|
-
Certificate: NotRequired[str]
|
|
1380
|
-
Domain: NotRequired[DomainType]
|
|
1381
|
-
EndpointDetails: NotRequired[EndpointDetailsTypeDef]
|
|
1382
|
-
EndpointType: NotRequired[EndpointTypeType]
|
|
1383
|
-
HostKey: NotRequired[str]
|
|
1384
|
-
IdentityProviderDetails: NotRequired[IdentityProviderDetailsTypeDef]
|
|
1385
|
-
IdentityProviderType: NotRequired[IdentityProviderTypeType]
|
|
1386
|
-
LoggingRole: NotRequired[str]
|
|
1387
|
-
PostAuthenticationLoginBanner: NotRequired[str]
|
|
1388
|
-
PreAuthenticationLoginBanner: NotRequired[str]
|
|
1389
|
-
Protocols: NotRequired[Sequence[ProtocolType]]
|
|
1390
|
-
ProtocolDetails: NotRequired[ProtocolDetailsTypeDef]
|
|
1391
|
-
SecurityPolicyName: NotRequired[str]
|
|
1392
|
-
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1393
|
-
WorkflowDetails: NotRequired[WorkflowDetailsTypeDef]
|
|
1394
|
-
StructuredLogDestinations: NotRequired[Sequence[str]]
|
|
1395
|
-
S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
|
|
1396
|
-
|
|
1397
|
-
class UpdateServerRequestRequestTypeDef(TypedDict):
|
|
1398
|
-
ServerId: str
|
|
1399
|
-
Certificate: NotRequired[str]
|
|
1400
|
-
ProtocolDetails: NotRequired[ProtocolDetailsTypeDef]
|
|
1401
|
-
EndpointDetails: NotRequired[EndpointDetailsTypeDef]
|
|
1402
|
-
EndpointType: NotRequired[EndpointTypeType]
|
|
1403
|
-
HostKey: NotRequired[str]
|
|
1404
|
-
IdentityProviderDetails: NotRequired[IdentityProviderDetailsTypeDef]
|
|
1405
|
-
LoggingRole: NotRequired[str]
|
|
1406
|
-
PostAuthenticationLoginBanner: NotRequired[str]
|
|
1407
|
-
PreAuthenticationLoginBanner: NotRequired[str]
|
|
1408
|
-
Protocols: NotRequired[Sequence[ProtocolType]]
|
|
1409
|
-
SecurityPolicyName: NotRequired[str]
|
|
1410
|
-
WorkflowDetails: NotRequired[WorkflowDetailsTypeDef]
|
|
1411
|
-
StructuredLogDestinations: NotRequired[Sequence[str]]
|
|
1412
|
-
S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
|
|
1401
|
+
WorkflowDetailsUnionTypeDef = Union[WorkflowDetailsTypeDef, WorkflowDetailsOutputTypeDef]
|
|
1413
1402
|
|
|
1414
1403
|
class DescribeWebAppResponseTypeDef(TypedDict):
|
|
1415
1404
|
WebApp: DescribedWebAppTypeDef
|
|
@@ -1458,6 +1447,42 @@ class DescribeServerResponseTypeDef(TypedDict):
|
|
|
1458
1447
|
Server: DescribedServerTypeDef
|
|
1459
1448
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1460
1449
|
|
|
1450
|
+
class CreateServerRequestTypeDef(TypedDict):
|
|
1451
|
+
Certificate: NotRequired[str]
|
|
1452
|
+
Domain: NotRequired[DomainType]
|
|
1453
|
+
EndpointDetails: NotRequired[EndpointDetailsUnionTypeDef]
|
|
1454
|
+
EndpointType: NotRequired[EndpointTypeType]
|
|
1455
|
+
HostKey: NotRequired[str]
|
|
1456
|
+
IdentityProviderDetails: NotRequired[IdentityProviderDetailsTypeDef]
|
|
1457
|
+
IdentityProviderType: NotRequired[IdentityProviderTypeType]
|
|
1458
|
+
LoggingRole: NotRequired[str]
|
|
1459
|
+
PostAuthenticationLoginBanner: NotRequired[str]
|
|
1460
|
+
PreAuthenticationLoginBanner: NotRequired[str]
|
|
1461
|
+
Protocols: NotRequired[Sequence[ProtocolType]]
|
|
1462
|
+
ProtocolDetails: NotRequired[ProtocolDetailsUnionTypeDef]
|
|
1463
|
+
SecurityPolicyName: NotRequired[str]
|
|
1464
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1465
|
+
WorkflowDetails: NotRequired[WorkflowDetailsUnionTypeDef]
|
|
1466
|
+
StructuredLogDestinations: NotRequired[Sequence[str]]
|
|
1467
|
+
S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
|
|
1468
|
+
|
|
1469
|
+
class UpdateServerRequestTypeDef(TypedDict):
|
|
1470
|
+
ServerId: str
|
|
1471
|
+
Certificate: NotRequired[str]
|
|
1472
|
+
ProtocolDetails: NotRequired[ProtocolDetailsUnionTypeDef]
|
|
1473
|
+
EndpointDetails: NotRequired[EndpointDetailsUnionTypeDef]
|
|
1474
|
+
EndpointType: NotRequired[EndpointTypeType]
|
|
1475
|
+
HostKey: NotRequired[str]
|
|
1476
|
+
IdentityProviderDetails: NotRequired[IdentityProviderDetailsTypeDef]
|
|
1477
|
+
LoggingRole: NotRequired[str]
|
|
1478
|
+
PostAuthenticationLoginBanner: NotRequired[str]
|
|
1479
|
+
PreAuthenticationLoginBanner: NotRequired[str]
|
|
1480
|
+
Protocols: NotRequired[Sequence[ProtocolType]]
|
|
1481
|
+
SecurityPolicyName: NotRequired[str]
|
|
1482
|
+
WorkflowDetails: NotRequired[WorkflowDetailsUnionTypeDef]
|
|
1483
|
+
StructuredLogDestinations: NotRequired[Sequence[str]]
|
|
1484
|
+
S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
|
|
1485
|
+
|
|
1461
1486
|
class DescribeExecutionResponseTypeDef(TypedDict):
|
|
1462
1487
|
WorkflowId: str
|
|
1463
1488
|
Execution: DescribedExecutionTypeDef
|
|
@@ -1477,8 +1502,8 @@ class DescribeWorkflowResponseTypeDef(TypedDict):
|
|
|
1477
1502
|
Workflow: DescribedWorkflowTypeDef
|
|
1478
1503
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1479
1504
|
|
|
1480
|
-
class
|
|
1505
|
+
class CreateWorkflowRequestTypeDef(TypedDict):
|
|
1481
1506
|
Steps: Sequence[WorkflowStepUnionTypeDef]
|
|
1482
1507
|
Description: NotRequired[str]
|
|
1483
|
-
OnExceptionSteps: NotRequired[Sequence[
|
|
1508
|
+
OnExceptionSteps: NotRequired[Sequence[WorkflowStepUnionTypeDef]]
|
|
1484
1509
|
Tags: NotRequired[Sequence[TagTypeDef]]
|