mypy-boto3-transfer 1.35.40__py3-none-any.whl → 1.35.72__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.
@@ -10,6 +10,8 @@ Usage::
10
10
 
11
11
  data: AgreementStatusTypeType = "ACTIVE"
12
12
  ```
13
+
14
+ Copyright 2024 Vlad Emelianov
13
15
  """
14
16
 
15
17
  import sys
@@ -48,30 +50,31 @@ __all__ = (
48
50
  "ListServersPaginatorName",
49
51
  "ListTagsForResourcePaginatorName",
50
52
  "ListUsersPaginatorName",
53
+ "ListWebAppsPaginatorName",
51
54
  "ListWorkflowsPaginatorName",
52
55
  "MapTypeType",
53
56
  "MdnResponseType",
54
57
  "MdnSigningAlgType",
55
58
  "OverwriteExistingType",
59
+ "PaginatorName",
56
60
  "ProfileTypeType",
57
61
  "ProtocolType",
62
+ "RegionName",
63
+ "ResourceServiceName",
58
64
  "SecurityPolicyProtocolType",
59
65
  "SecurityPolicyResourceTypeType",
60
66
  "ServerOfflineWaiterName",
61
67
  "ServerOnlineWaiterName",
68
+ "ServiceName",
62
69
  "SetStatOptionType",
63
70
  "SftpAuthenticationMethodsType",
64
71
  "SigningAlgType",
65
72
  "StateType",
66
73
  "TlsSessionResumptionModeType",
67
- "TransferTableStatusType",
68
- "WorkflowStepTypeType",
69
74
  "TransferServiceName",
70
- "ServiceName",
71
- "ResourceServiceName",
72
- "PaginatorName",
75
+ "TransferTableStatusType",
73
76
  "WaiterName",
74
- "RegionName",
77
+ "WorkflowStepTypeType",
75
78
  )
76
79
 
77
80
 
@@ -113,6 +116,7 @@ ListSecurityPoliciesPaginatorName = Literal["list_security_policies"]
113
116
  ListServersPaginatorName = Literal["list_servers"]
114
117
  ListTagsForResourcePaginatorName = Literal["list_tags_for_resource"]
115
118
  ListUsersPaginatorName = Literal["list_users"]
119
+ ListWebAppsPaginatorName = Literal["list_web_apps"]
116
120
  ListWorkflowsPaginatorName = Literal["list_workflows"]
117
121
  MapTypeType = Literal["DIRECTORY", "FILE"]
118
122
  MdnResponseType = Literal["NONE", "SYNC"]
@@ -171,10 +175,12 @@ ServiceName = Literal[
171
175
  "backup-gateway",
172
176
  "batch",
173
177
  "bcm-data-exports",
178
+ "bcm-pricing-calculator",
174
179
  "bedrock",
175
180
  "bedrock-agent",
176
181
  "bedrock-agent-runtime",
177
182
  "bedrock-runtime",
183
+ "billing",
178
184
  "billingconductor",
179
185
  "braket",
180
186
  "budgets",
@@ -223,6 +229,7 @@ ServiceName = Literal[
223
229
  "connect",
224
230
  "connect-contact-lens",
225
231
  "connectcampaigns",
232
+ "connectcampaignsv2",
226
233
  "connectcases",
227
234
  "connectparticipant",
228
235
  "controlcatalog",
@@ -284,6 +291,9 @@ ServiceName = Literal[
284
291
  "freetier",
285
292
  "fsx",
286
293
  "gamelift",
294
+ "geo-maps",
295
+ "geo-places",
296
+ "geo-routes",
287
297
  "glacier",
288
298
  "globalaccelerator",
289
299
  "glue",
@@ -302,6 +312,7 @@ ServiceName = Literal[
302
312
  "inspector-scan",
303
313
  "inspector2",
304
314
  "internetmonitor",
315
+ "invoicing",
305
316
  "iot",
306
317
  "iot-data",
307
318
  "iot-jobs-data",
@@ -388,10 +399,13 @@ ServiceName = Literal[
388
399
  "neptune-graph",
389
400
  "neptunedata",
390
401
  "network-firewall",
402
+ "networkflowmonitor",
391
403
  "networkmanager",
392
404
  "networkmonitor",
393
- "nimble",
405
+ "notifications",
406
+ "notificationscontacts",
394
407
  "oam",
408
+ "observabilityadmin",
395
409
  "omics",
396
410
  "opensearch",
397
411
  "opensearchserverless",
@@ -401,6 +415,7 @@ ServiceName = Literal[
401
415
  "osis",
402
416
  "outposts",
403
417
  "panorama",
418
+ "partnercentral-selling",
404
419
  "payment-cryptography",
405
420
  "payment-cryptography-data",
406
421
  "pca-connector-ad",
@@ -463,6 +478,7 @@ ServiceName = Literal[
463
478
  "schemas",
464
479
  "sdb",
465
480
  "secretsmanager",
481
+ "security-ir",
466
482
  "securityhub",
467
483
  "securitylake",
468
484
  "serverlessrepo",
@@ -548,6 +564,7 @@ PaginatorName = Literal[
548
564
  "list_servers",
549
565
  "list_tags_for_resource",
550
566
  "list_users",
567
+ "list_web_apps",
551
568
  "list_workflows",
552
569
  ]
553
570
  WaiterName = Literal["server_offline", "server_online"]
@@ -563,6 +580,7 @@ RegionName = Literal[
563
580
  "ap-southeast-2",
564
581
  "ap-southeast-3",
565
582
  "ap-southeast-4",
583
+ "ap-southeast-5",
566
584
  "ca-central-1",
567
585
  "ca-west-1",
568
586
  "eu-central-1",
@@ -10,6 +10,8 @@ Usage::
10
10
 
11
11
  data: AgreementStatusTypeType = "ACTIVE"
12
12
  ```
13
+
14
+ Copyright 2024 Vlad Emelianov
13
15
  """
14
16
 
15
17
  import sys
@@ -47,30 +49,31 @@ __all__ = (
47
49
  "ListServersPaginatorName",
48
50
  "ListTagsForResourcePaginatorName",
49
51
  "ListUsersPaginatorName",
52
+ "ListWebAppsPaginatorName",
50
53
  "ListWorkflowsPaginatorName",
51
54
  "MapTypeType",
52
55
  "MdnResponseType",
53
56
  "MdnSigningAlgType",
54
57
  "OverwriteExistingType",
58
+ "PaginatorName",
55
59
  "ProfileTypeType",
56
60
  "ProtocolType",
61
+ "RegionName",
62
+ "ResourceServiceName",
57
63
  "SecurityPolicyProtocolType",
58
64
  "SecurityPolicyResourceTypeType",
59
65
  "ServerOfflineWaiterName",
60
66
  "ServerOnlineWaiterName",
67
+ "ServiceName",
61
68
  "SetStatOptionType",
62
69
  "SftpAuthenticationMethodsType",
63
70
  "SigningAlgType",
64
71
  "StateType",
65
72
  "TlsSessionResumptionModeType",
66
- "TransferTableStatusType",
67
- "WorkflowStepTypeType",
68
73
  "TransferServiceName",
69
- "ServiceName",
70
- "ResourceServiceName",
71
- "PaginatorName",
74
+ "TransferTableStatusType",
72
75
  "WaiterName",
73
- "RegionName",
76
+ "WorkflowStepTypeType",
74
77
  )
75
78
 
76
79
  AgreementStatusTypeType = Literal["ACTIVE", "INACTIVE"]
@@ -111,6 +114,7 @@ ListSecurityPoliciesPaginatorName = Literal["list_security_policies"]
111
114
  ListServersPaginatorName = Literal["list_servers"]
112
115
  ListTagsForResourcePaginatorName = Literal["list_tags_for_resource"]
113
116
  ListUsersPaginatorName = Literal["list_users"]
117
+ ListWebAppsPaginatorName = Literal["list_web_apps"]
114
118
  ListWorkflowsPaginatorName = Literal["list_workflows"]
115
119
  MapTypeType = Literal["DIRECTORY", "FILE"]
116
120
  MdnResponseType = Literal["NONE", "SYNC"]
@@ -169,10 +173,12 @@ ServiceName = Literal[
169
173
  "backup-gateway",
170
174
  "batch",
171
175
  "bcm-data-exports",
176
+ "bcm-pricing-calculator",
172
177
  "bedrock",
173
178
  "bedrock-agent",
174
179
  "bedrock-agent-runtime",
175
180
  "bedrock-runtime",
181
+ "billing",
176
182
  "billingconductor",
177
183
  "braket",
178
184
  "budgets",
@@ -221,6 +227,7 @@ ServiceName = Literal[
221
227
  "connect",
222
228
  "connect-contact-lens",
223
229
  "connectcampaigns",
230
+ "connectcampaignsv2",
224
231
  "connectcases",
225
232
  "connectparticipant",
226
233
  "controlcatalog",
@@ -282,6 +289,9 @@ ServiceName = Literal[
282
289
  "freetier",
283
290
  "fsx",
284
291
  "gamelift",
292
+ "geo-maps",
293
+ "geo-places",
294
+ "geo-routes",
285
295
  "glacier",
286
296
  "globalaccelerator",
287
297
  "glue",
@@ -300,6 +310,7 @@ ServiceName = Literal[
300
310
  "inspector-scan",
301
311
  "inspector2",
302
312
  "internetmonitor",
313
+ "invoicing",
303
314
  "iot",
304
315
  "iot-data",
305
316
  "iot-jobs-data",
@@ -386,10 +397,13 @@ ServiceName = Literal[
386
397
  "neptune-graph",
387
398
  "neptunedata",
388
399
  "network-firewall",
400
+ "networkflowmonitor",
389
401
  "networkmanager",
390
402
  "networkmonitor",
391
- "nimble",
403
+ "notifications",
404
+ "notificationscontacts",
392
405
  "oam",
406
+ "observabilityadmin",
393
407
  "omics",
394
408
  "opensearch",
395
409
  "opensearchserverless",
@@ -399,6 +413,7 @@ ServiceName = Literal[
399
413
  "osis",
400
414
  "outposts",
401
415
  "panorama",
416
+ "partnercentral-selling",
402
417
  "payment-cryptography",
403
418
  "payment-cryptography-data",
404
419
  "pca-connector-ad",
@@ -461,6 +476,7 @@ ServiceName = Literal[
461
476
  "schemas",
462
477
  "sdb",
463
478
  "secretsmanager",
479
+ "security-ir",
464
480
  "securityhub",
465
481
  "securitylake",
466
482
  "serverlessrepo",
@@ -546,6 +562,7 @@ PaginatorName = Literal[
546
562
  "list_servers",
547
563
  "list_tags_for_resource",
548
564
  "list_users",
565
+ "list_web_apps",
549
566
  "list_workflows",
550
567
  ]
551
568
  WaiterName = Literal["server_offline", "server_online"]
@@ -561,6 +578,7 @@ RegionName = Literal[
561
578
  "ap-southeast-2",
562
579
  "ap-southeast-3",
563
580
  "ap-southeast-4",
581
+ "ap-southeast-5",
564
582
  "ca-central-1",
565
583
  "ca-west-1",
566
584
  "eu-central-1",
@@ -21,6 +21,7 @@ Usage::
21
21
  ListServersPaginator,
22
22
  ListTagsForResourcePaginator,
23
23
  ListUsersPaginator,
24
+ ListWebAppsPaginator,
24
25
  ListWorkflowsPaginator,
25
26
  )
26
27
 
@@ -38,8 +39,11 @@ Usage::
38
39
  list_servers_paginator: ListServersPaginator = client.get_paginator("list_servers")
39
40
  list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator("list_tags_for_resource")
40
41
  list_users_paginator: ListUsersPaginator = client.get_paginator("list_users")
42
+ list_web_apps_paginator: ListWebAppsPaginator = client.get_paginator("list_web_apps")
41
43
  list_workflows_paginator: ListWorkflowsPaginator = client.get_paginator("list_workflows")
42
44
  ```
45
+
46
+ Copyright 2024 Vlad Emelianov
43
47
  """
44
48
 
45
49
  import sys
@@ -70,6 +74,8 @@ from .type_defs import (
70
74
  ListTagsForResourceResponseTypeDef,
71
75
  ListUsersRequestListUsersPaginateTypeDef,
72
76
  ListUsersResponseTypeDef,
77
+ ListWebAppsRequestListWebAppsPaginateTypeDef,
78
+ ListWebAppsResponseTypeDef,
73
79
  ListWorkflowsRequestListWorkflowsPaginateTypeDef,
74
80
  ListWorkflowsResponseTypeDef,
75
81
  )
@@ -92,6 +98,7 @@ __all__ = (
92
98
  "ListServersPaginator",
93
99
  "ListTagsForResourcePaginator",
94
100
  "ListUsersPaginator",
101
+ "ListWebAppsPaginator",
95
102
  "ListWorkflowsPaginator",
96
103
  )
97
104
 
@@ -99,7 +106,7 @@ __all__ = (
99
106
  _ItemTypeDef = TypeVar("_ItemTypeDef")
100
107
 
101
108
 
102
- class _PageIterator(Generic[_ItemTypeDef], PageIterator):
109
+ class _PageIterator(PageIterator, Generic[_ItemTypeDef]):
103
110
  def __iter__(self) -> Iterator[_ItemTypeDef]:
104
111
  """
105
112
  Proxy method to specify iterator item type.
@@ -108,7 +115,7 @@ class _PageIterator(Generic[_ItemTypeDef], PageIterator):
108
115
 
109
116
  class ListAccessesPaginator(Paginator):
110
117
  """
111
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListAccesses)
118
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListAccesses.html#Transfer.Paginator.ListAccesses)
112
119
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listaccessespaginator)
113
120
  """
114
121
 
@@ -116,14 +123,14 @@ class ListAccessesPaginator(Paginator):
116
123
  self, **kwargs: Unpack[ListAccessesRequestListAccessesPaginateTypeDef]
117
124
  ) -> _PageIterator[ListAccessesResponseTypeDef]:
118
125
  """
119
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListAccesses.paginate)
126
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListAccesses.html#Transfer.Paginator.ListAccesses.paginate)
120
127
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listaccessespaginator)
121
128
  """
122
129
 
123
130
 
124
131
  class ListAgreementsPaginator(Paginator):
125
132
  """
126
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListAgreements)
133
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListAgreements.html#Transfer.Paginator.ListAgreements)
127
134
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listagreementspaginator)
128
135
  """
129
136
 
@@ -131,14 +138,14 @@ class ListAgreementsPaginator(Paginator):
131
138
  self, **kwargs: Unpack[ListAgreementsRequestListAgreementsPaginateTypeDef]
132
139
  ) -> _PageIterator[ListAgreementsResponseTypeDef]:
133
140
  """
134
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListAgreements.paginate)
141
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListAgreements.html#Transfer.Paginator.ListAgreements.paginate)
135
142
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listagreementspaginator)
136
143
  """
137
144
 
138
145
 
139
146
  class ListCertificatesPaginator(Paginator):
140
147
  """
141
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListCertificates)
148
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListCertificates.html#Transfer.Paginator.ListCertificates)
142
149
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listcertificatespaginator)
143
150
  """
144
151
 
@@ -146,14 +153,14 @@ class ListCertificatesPaginator(Paginator):
146
153
  self, **kwargs: Unpack[ListCertificatesRequestListCertificatesPaginateTypeDef]
147
154
  ) -> _PageIterator[ListCertificatesResponseTypeDef]:
148
155
  """
149
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListCertificates.paginate)
156
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListCertificates.html#Transfer.Paginator.ListCertificates.paginate)
150
157
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listcertificatespaginator)
151
158
  """
152
159
 
153
160
 
154
161
  class ListConnectorsPaginator(Paginator):
155
162
  """
156
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListConnectors)
163
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListConnectors.html#Transfer.Paginator.ListConnectors)
157
164
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listconnectorspaginator)
158
165
  """
159
166
 
@@ -161,14 +168,14 @@ class ListConnectorsPaginator(Paginator):
161
168
  self, **kwargs: Unpack[ListConnectorsRequestListConnectorsPaginateTypeDef]
162
169
  ) -> _PageIterator[ListConnectorsResponseTypeDef]:
163
170
  """
164
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListConnectors.paginate)
171
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListConnectors.html#Transfer.Paginator.ListConnectors.paginate)
165
172
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listconnectorspaginator)
166
173
  """
167
174
 
168
175
 
169
176
  class ListExecutionsPaginator(Paginator):
170
177
  """
171
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListExecutions)
178
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListExecutions.html#Transfer.Paginator.ListExecutions)
172
179
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listexecutionspaginator)
173
180
  """
174
181
 
@@ -176,14 +183,14 @@ class ListExecutionsPaginator(Paginator):
176
183
  self, **kwargs: Unpack[ListExecutionsRequestListExecutionsPaginateTypeDef]
177
184
  ) -> _PageIterator[ListExecutionsResponseTypeDef]:
178
185
  """
179
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListExecutions.paginate)
186
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListExecutions.html#Transfer.Paginator.ListExecutions.paginate)
180
187
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listexecutionspaginator)
181
188
  """
182
189
 
183
190
 
184
191
  class ListFileTransferResultsPaginator(Paginator):
185
192
  """
186
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListFileTransferResults)
193
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListFileTransferResults.html#Transfer.Paginator.ListFileTransferResults)
187
194
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listfiletransferresultspaginator)
188
195
  """
189
196
 
@@ -191,14 +198,14 @@ class ListFileTransferResultsPaginator(Paginator):
191
198
  self, **kwargs: Unpack[ListFileTransferResultsRequestListFileTransferResultsPaginateTypeDef]
192
199
  ) -> _PageIterator[ListFileTransferResultsResponseTypeDef]:
193
200
  """
194
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListFileTransferResults.paginate)
201
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListFileTransferResults.html#Transfer.Paginator.ListFileTransferResults.paginate)
195
202
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listfiletransferresultspaginator)
196
203
  """
197
204
 
198
205
 
199
206
  class ListProfilesPaginator(Paginator):
200
207
  """
201
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListProfiles)
208
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListProfiles.html#Transfer.Paginator.ListProfiles)
202
209
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listprofilespaginator)
203
210
  """
204
211
 
@@ -206,14 +213,14 @@ class ListProfilesPaginator(Paginator):
206
213
  self, **kwargs: Unpack[ListProfilesRequestListProfilesPaginateTypeDef]
207
214
  ) -> _PageIterator[ListProfilesResponseTypeDef]:
208
215
  """
209
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListProfiles.paginate)
216
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListProfiles.html#Transfer.Paginator.ListProfiles.paginate)
210
217
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listprofilespaginator)
211
218
  """
212
219
 
213
220
 
214
221
  class ListSecurityPoliciesPaginator(Paginator):
215
222
  """
216
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListSecurityPolicies)
223
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListSecurityPolicies.html#Transfer.Paginator.ListSecurityPolicies)
217
224
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listsecuritypoliciespaginator)
218
225
  """
219
226
 
@@ -221,14 +228,14 @@ class ListSecurityPoliciesPaginator(Paginator):
221
228
  self, **kwargs: Unpack[ListSecurityPoliciesRequestListSecurityPoliciesPaginateTypeDef]
222
229
  ) -> _PageIterator[ListSecurityPoliciesResponseTypeDef]:
223
230
  """
224
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListSecurityPolicies.paginate)
231
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListSecurityPolicies.html#Transfer.Paginator.ListSecurityPolicies.paginate)
225
232
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listsecuritypoliciespaginator)
226
233
  """
227
234
 
228
235
 
229
236
  class ListServersPaginator(Paginator):
230
237
  """
231
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListServers)
238
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListServers.html#Transfer.Paginator.ListServers)
232
239
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listserverspaginator)
233
240
  """
234
241
 
@@ -236,14 +243,14 @@ class ListServersPaginator(Paginator):
236
243
  self, **kwargs: Unpack[ListServersRequestListServersPaginateTypeDef]
237
244
  ) -> _PageIterator[ListServersResponseTypeDef]:
238
245
  """
239
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListServers.paginate)
246
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListServers.html#Transfer.Paginator.ListServers.paginate)
240
247
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listserverspaginator)
241
248
  """
242
249
 
243
250
 
244
251
  class ListTagsForResourcePaginator(Paginator):
245
252
  """
246
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListTagsForResource)
253
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListTagsForResource.html#Transfer.Paginator.ListTagsForResource)
247
254
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listtagsforresourcepaginator)
248
255
  """
249
256
 
@@ -251,14 +258,14 @@ class ListTagsForResourcePaginator(Paginator):
251
258
  self, **kwargs: Unpack[ListTagsForResourceRequestListTagsForResourcePaginateTypeDef]
252
259
  ) -> _PageIterator[ListTagsForResourceResponseTypeDef]:
253
260
  """
254
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListTagsForResource.paginate)
261
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListTagsForResource.html#Transfer.Paginator.ListTagsForResource.paginate)
255
262
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listtagsforresourcepaginator)
256
263
  """
257
264
 
258
265
 
259
266
  class ListUsersPaginator(Paginator):
260
267
  """
261
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListUsers)
268
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListUsers.html#Transfer.Paginator.ListUsers)
262
269
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listuserspaginator)
263
270
  """
264
271
 
@@ -266,14 +273,29 @@ class ListUsersPaginator(Paginator):
266
273
  self, **kwargs: Unpack[ListUsersRequestListUsersPaginateTypeDef]
267
274
  ) -> _PageIterator[ListUsersResponseTypeDef]:
268
275
  """
269
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListUsers.paginate)
276
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListUsers.html#Transfer.Paginator.ListUsers.paginate)
270
277
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listuserspaginator)
271
278
  """
272
279
 
273
280
 
281
+ class ListWebAppsPaginator(Paginator):
282
+ """
283
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListWebApps.html#Transfer.Paginator.ListWebApps)
284
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listwebappspaginator)
285
+ """
286
+
287
+ def paginate(
288
+ self, **kwargs: Unpack[ListWebAppsRequestListWebAppsPaginateTypeDef]
289
+ ) -> _PageIterator[ListWebAppsResponseTypeDef]:
290
+ """
291
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListWebApps.html#Transfer.Paginator.ListWebApps.paginate)
292
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listwebappspaginator)
293
+ """
294
+
295
+
274
296
  class ListWorkflowsPaginator(Paginator):
275
297
  """
276
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListWorkflows)
298
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListWorkflows.html#Transfer.Paginator.ListWorkflows)
277
299
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listworkflowspaginator)
278
300
  """
279
301
 
@@ -281,6 +303,6 @@ class ListWorkflowsPaginator(Paginator):
281
303
  self, **kwargs: Unpack[ListWorkflowsRequestListWorkflowsPaginateTypeDef]
282
304
  ) -> _PageIterator[ListWorkflowsResponseTypeDef]:
283
305
  """
284
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Paginator.ListWorkflows.paginate)
306
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/paginator/ListWorkflows.html#Transfer.Paginator.ListWorkflows.paginate)
285
307
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/#listworkflowspaginator)
286
308
  """