boto3-stubs 1.35.15__py3-none-any.whl → 1.35.36__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.
- boto3-stubs/__init__.pyi +28 -14
- boto3-stubs/docs/action.pyi +13 -9
- boto3-stubs/docs/attr.pyi +10 -6
- boto3-stubs/docs/collection.pyi +14 -12
- boto3-stubs/docs/method.pyi +4 -2
- boto3-stubs/docs/resource.pyi +6 -3
- boto3-stubs/docs/service.pyi +6 -4
- boto3-stubs/docs/subresource.pyi +8 -6
- boto3-stubs/docs/utils.pyi +7 -2
- boto3-stubs/docs/waiter.pyi +5 -3
- boto3-stubs/resources/base.pyi +2 -3
- boto3-stubs/resources/model.pyi +1 -1
- boto3-stubs/session.pyi +30 -15
- {boto3_stubs-1.35.15.dist-info → boto3_stubs-1.35.36.dist-info}/METADATA +25 -14
- {boto3_stubs-1.35.15.dist-info → boto3_stubs-1.35.36.dist-info}/RECORD +18 -18
- {boto3_stubs-1.35.15.dist-info → boto3_stubs-1.35.36.dist-info}/WHEEL +1 -1
- {boto3_stubs-1.35.15.dist-info → boto3_stubs-1.35.36.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.35.15.dist-info → boto3_stubs-1.35.36.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -121,6 +121,7 @@ from mypy_boto3_docdb.client import DocDBClient
|
|
121
121
|
from mypy_boto3_docdb_elastic.client import DocDBElasticClient
|
122
122
|
from mypy_boto3_drs.client import DrsClient
|
123
123
|
from mypy_boto3_ds.client import DirectoryServiceClient
|
124
|
+
from mypy_boto3_ds_data.client import DirectoryServiceDataClient
|
124
125
|
from mypy_boto3_dynamodb.client import DynamoDBClient
|
125
126
|
from mypy_boto3_dynamodb.service_resource import DynamoDBServiceResource
|
126
127
|
from mypy_boto3_dynamodbstreams.client import DynamoDBStreamsClient
|
@@ -241,6 +242,7 @@ from mypy_boto3_marketplace_agreement.client import AgreementServiceClient
|
|
241
242
|
from mypy_boto3_marketplace_catalog.client import MarketplaceCatalogClient
|
242
243
|
from mypy_boto3_marketplace_deployment.client import MarketplaceDeploymentServiceClient
|
243
244
|
from mypy_boto3_marketplace_entitlement.client import MarketplaceEntitlementServiceClient
|
245
|
+
from mypy_boto3_marketplace_reporting.client import MarketplaceReportingServiceClient
|
244
246
|
from mypy_boto3_marketplacecommerceanalytics.client import MarketplaceCommerceAnalyticsClient
|
245
247
|
from mypy_boto3_mediaconnect.client import MediaConnectClient
|
246
248
|
from mypy_boto3_mediaconvert.client import MediaConvertClient
|
@@ -399,7 +401,6 @@ from mypy_boto3_wafv2.client import WAFV2Client
|
|
399
401
|
from mypy_boto3_wellarchitected.client import WellArchitectedClient
|
400
402
|
from mypy_boto3_wisdom.client import ConnectWisdomServiceClient
|
401
403
|
from mypy_boto3_workdocs.client import WorkDocsClient
|
402
|
-
from mypy_boto3_worklink.client import WorkLinkClient
|
403
404
|
from mypy_boto3_workmail.client import WorkMailClient
|
404
405
|
from mypy_boto3_workmailmessageflow.client import WorkMailMessageFlowClient
|
405
406
|
from mypy_boto3_workspaces.client import WorkSpacesClient
|
@@ -1903,6 +1904,19 @@ def client(
|
|
1903
1904
|
config: Optional[Config] = ...,
|
1904
1905
|
) -> DirectoryServiceClient: ...
|
1905
1906
|
@overload
|
1907
|
+
def client(
|
1908
|
+
service_name: Literal["ds-data"],
|
1909
|
+
region_name: Optional[str] = ...,
|
1910
|
+
api_version: Optional[str] = ...,
|
1911
|
+
use_ssl: Optional[bool] = ...,
|
1912
|
+
verify: Union[bool, str, None] = ...,
|
1913
|
+
endpoint_url: Optional[str] = ...,
|
1914
|
+
aws_access_key_id: Optional[str] = ...,
|
1915
|
+
aws_secret_access_key: Optional[str] = ...,
|
1916
|
+
aws_session_token: Optional[str] = ...,
|
1917
|
+
config: Optional[Config] = ...,
|
1918
|
+
) -> DirectoryServiceDataClient: ...
|
1919
|
+
@overload
|
1906
1920
|
def client(
|
1907
1921
|
service_name: Literal["dynamodb"],
|
1908
1922
|
region_name: Optional[str] = ...,
|
@@ -3359,6 +3373,19 @@ def client(
|
|
3359
3373
|
config: Optional[Config] = ...,
|
3360
3374
|
) -> MarketplaceEntitlementServiceClient: ...
|
3361
3375
|
@overload
|
3376
|
+
def client(
|
3377
|
+
service_name: Literal["marketplace-reporting"],
|
3378
|
+
region_name: Optional[str] = ...,
|
3379
|
+
api_version: Optional[str] = ...,
|
3380
|
+
use_ssl: Optional[bool] = ...,
|
3381
|
+
verify: Union[bool, str, None] = ...,
|
3382
|
+
endpoint_url: Optional[str] = ...,
|
3383
|
+
aws_access_key_id: Optional[str] = ...,
|
3384
|
+
aws_secret_access_key: Optional[str] = ...,
|
3385
|
+
aws_session_token: Optional[str] = ...,
|
3386
|
+
config: Optional[Config] = ...,
|
3387
|
+
) -> MarketplaceReportingServiceClient: ...
|
3388
|
+
@overload
|
3362
3389
|
def client(
|
3363
3390
|
service_name: Literal["marketplacecommerceanalytics"],
|
3364
3391
|
region_name: Optional[str] = ...,
|
@@ -5361,19 +5388,6 @@ def client(
|
|
5361
5388
|
config: Optional[Config] = ...,
|
5362
5389
|
) -> WorkDocsClient: ...
|
5363
5390
|
@overload
|
5364
|
-
def client(
|
5365
|
-
service_name: Literal["worklink"],
|
5366
|
-
region_name: Optional[str] = ...,
|
5367
|
-
api_version: Optional[str] = ...,
|
5368
|
-
use_ssl: Optional[bool] = ...,
|
5369
|
-
verify: Union[bool, str, None] = ...,
|
5370
|
-
endpoint_url: Optional[str] = ...,
|
5371
|
-
aws_access_key_id: Optional[str] = ...,
|
5372
|
-
aws_secret_access_key: Optional[str] = ...,
|
5373
|
-
aws_session_token: Optional[str] = ...,
|
5374
|
-
config: Optional[Config] = ...,
|
5375
|
-
) -> WorkLinkClient: ...
|
5376
|
-
@overload
|
5377
5391
|
def client(
|
5378
5392
|
service_name: Literal["workmail"],
|
5379
5393
|
region_name: Optional[str] = ...,
|
boto3-stubs/docs/action.pyi
CHANGED
@@ -1,29 +1,33 @@
|
|
1
|
-
from typing import
|
1
|
+
from typing import Dict, List
|
2
2
|
|
3
|
-
from boto3.
|
3
|
+
from boto3.resources.model import Action
|
4
|
+
from botocore.docs.bcdoc.restdoc import DocumentStructure
|
4
5
|
from botocore.hooks import BaseEventHooks
|
6
|
+
from botocore.model import ServiceModel
|
7
|
+
|
8
|
+
from .base import NestedDocumenter
|
5
9
|
|
6
10
|
PUT_DATA_WARNING_MESSAGE: str
|
7
11
|
WARNING_MESSAGES: Dict[str, Dict[str, str]]
|
8
12
|
IGNORE_PARAMS: Dict[str, Dict[str, List[str]]]
|
9
13
|
|
10
14
|
class ActionDocumenter(NestedDocumenter):
|
11
|
-
def document_actions(self, section:
|
15
|
+
def document_actions(self, section: DocumentStructure) -> None: ...
|
12
16
|
|
13
17
|
def document_action(
|
14
|
-
section:
|
18
|
+
section: DocumentStructure,
|
15
19
|
resource_name: str,
|
16
20
|
event_emitter: BaseEventHooks,
|
17
|
-
action_model:
|
18
|
-
service_model:
|
21
|
+
action_model: Action,
|
22
|
+
service_model: ServiceModel,
|
19
23
|
include_signature: bool = ...,
|
20
24
|
) -> None: ...
|
21
25
|
def document_load_reload_action(
|
22
|
-
section:
|
26
|
+
section: DocumentStructure,
|
23
27
|
action_name: str,
|
24
28
|
resource_name: str,
|
25
29
|
event_emitter: BaseEventHooks,
|
26
|
-
load_model:
|
27
|
-
service_model:
|
30
|
+
load_model: Action,
|
31
|
+
service_model: ServiceModel,
|
28
32
|
include_signature: bool = ...,
|
29
33
|
) -> None: ...
|
boto3-stubs/docs/attr.pyi
CHANGED
@@ -1,23 +1,27 @@
|
|
1
|
-
from
|
2
|
-
|
1
|
+
from boto3.resources.model import Identifier
|
2
|
+
from botocore.docs.bcdoc.restdoc import DocumentStructure
|
3
3
|
from botocore.docs.params import ResponseParamsDocumenter
|
4
4
|
from botocore.hooks import BaseEventHooks
|
5
|
+
from botocore.model import Shape
|
5
6
|
|
6
7
|
class ResourceShapeDocumenter(ResponseParamsDocumenter):
|
7
8
|
EVENT_NAME: str
|
8
9
|
|
9
10
|
def document_attribute(
|
10
|
-
section:
|
11
|
+
section: DocumentStructure,
|
11
12
|
service_name: str,
|
12
13
|
resource_name: str,
|
13
14
|
attr_name: str,
|
14
15
|
event_emitter: BaseEventHooks,
|
15
|
-
attr_model:
|
16
|
+
attr_model: Shape,
|
16
17
|
include_signature: bool = True,
|
17
18
|
) -> None: ...
|
18
19
|
def document_identifier(
|
19
|
-
section:
|
20
|
+
section: DocumentStructure,
|
21
|
+
resource_name: str,
|
22
|
+
identifier_model: Identifier,
|
23
|
+
include_signature: bool = ...,
|
20
24
|
) -> None: ...
|
21
25
|
def document_reference(
|
22
|
-
section:
|
26
|
+
section: DocumentStructure, reference_model: Shape, include_signature: bool = ...
|
23
27
|
) -> None: ...
|
boto3-stubs/docs/collection.pyi
CHANGED
@@ -1,29 +1,31 @@
|
|
1
|
-
from
|
2
|
-
|
3
|
-
from boto3.docs.base import NestedDocumenter
|
1
|
+
from boto3.resources.model import Action, Collection
|
2
|
+
from botocore.docs.bcdoc.restdoc import DocumentStructure
|
4
3
|
from botocore.hooks import BaseEventHooks
|
4
|
+
from botocore.model import ServiceModel
|
5
|
+
|
6
|
+
from .base import NestedDocumenter
|
5
7
|
|
6
8
|
class CollectionDocumenter(NestedDocumenter):
|
7
|
-
def document_collections(self, section:
|
9
|
+
def document_collections(self, section: DocumentStructure) -> None: ...
|
8
10
|
|
9
11
|
def document_collection_object(
|
10
|
-
section:
|
12
|
+
section: DocumentStructure, collection_model: Collection, include_signature: bool = ...
|
11
13
|
) -> None: ...
|
12
14
|
def document_batch_action(
|
13
|
-
section:
|
15
|
+
section: DocumentStructure,
|
14
16
|
resource_name: str,
|
15
17
|
event_emitter: BaseEventHooks,
|
16
|
-
batch_action_model:
|
17
|
-
service_model:
|
18
|
-
collection_model:
|
18
|
+
batch_action_model: Action,
|
19
|
+
service_model: ServiceModel,
|
20
|
+
collection_model: Collection,
|
19
21
|
include_signature: bool = ...,
|
20
22
|
) -> None: ...
|
21
23
|
def document_collection_method(
|
22
|
-
section:
|
24
|
+
section: DocumentStructure,
|
23
25
|
resource_name: str,
|
24
26
|
action_name: str,
|
25
27
|
event_emitter: BaseEventHooks,
|
26
|
-
collection_model:
|
27
|
-
service_model:
|
28
|
+
collection_model: Collection,
|
29
|
+
service_model: ServiceModel,
|
28
30
|
include_signature: bool = ...,
|
29
31
|
) -> None: ...
|
boto3-stubs/docs/method.pyi
CHANGED
@@ -1,9 +1,11 @@
|
|
1
1
|
from typing import Any, Optional
|
2
2
|
|
3
|
+
from boto3.resources.model import Action
|
4
|
+
from botocore.docs.bcdoc.restdoc import DocumentStructure
|
3
5
|
from botocore.hooks import BaseEventHooks
|
4
6
|
|
5
7
|
def document_model_driven_resource_method(
|
6
|
-
section:
|
8
|
+
section: DocumentStructure,
|
7
9
|
method_name: str,
|
8
10
|
operation_model: Any,
|
9
11
|
event_emitter: BaseEventHooks,
|
@@ -14,6 +16,6 @@ def document_model_driven_resource_method(
|
|
14
16
|
exclude_input: Optional[Any] = ...,
|
15
17
|
exclude_output: Optional[Any] = ...,
|
16
18
|
document_output: bool = ...,
|
17
|
-
resource_action_model: Optional[
|
19
|
+
resource_action_model: Optional[Action] = ...,
|
18
20
|
include_signature: bool = ...,
|
19
21
|
) -> None: ...
|
boto3-stubs/docs/resource.pyi
CHANGED
@@ -1,10 +1,13 @@
|
|
1
1
|
from typing import Any
|
2
2
|
|
3
|
-
from
|
3
|
+
from botocore.docs.bcdoc.restdoc import DocumentStructure
|
4
|
+
from botocore.session import Session
|
5
|
+
|
6
|
+
from .base import BaseDocumenter
|
4
7
|
|
5
8
|
class ResourceDocumenter(BaseDocumenter):
|
6
|
-
def __init__(self, resource: Any, botocore_session:
|
7
|
-
def document_resource(self, section:
|
9
|
+
def __init__(self, resource: Any, botocore_session: Session, root_docs_path: str) -> None: ...
|
10
|
+
def document_resource(self, section: DocumentStructure) -> None: ...
|
8
11
|
|
9
12
|
class ServiceResourceDocumenter(ResourceDocumenter):
|
10
13
|
@property
|
boto3-stubs/docs/service.pyi
CHANGED
@@ -1,11 +1,13 @@
|
|
1
|
-
from typing import
|
1
|
+
from typing import List
|
2
2
|
|
3
|
+
from botocore.docs.bcdoc.restdoc import DocumentStructure
|
3
4
|
from botocore.docs.service import ServiceDocumenter as BaseServiceDocumenter
|
5
|
+
from botocore.session import Session
|
4
6
|
|
5
7
|
class ServiceDocumenter(BaseServiceDocumenter):
|
6
8
|
EXAMPLE_PATH: str
|
7
9
|
sections: List[str]
|
8
|
-
def __init__(self, service_name: str, session:
|
10
|
+
def __init__(self, service_name: str, session: Session, root_docs_path: str) -> None: ...
|
9
11
|
def document_service(self) -> bytes: ...
|
10
|
-
def client_api(self, section:
|
11
|
-
def resource_section(self, section:
|
12
|
+
def client_api(self, section: DocumentStructure) -> None: ...
|
13
|
+
def resource_section(self, section: DocumentStructure) -> None: ...
|
boto3-stubs/docs/subresource.pyi
CHANGED
@@ -1,14 +1,16 @@
|
|
1
|
-
from
|
1
|
+
from boto3.resources.model import ResourceModel
|
2
|
+
from botocore.docs.bcdoc.restdoc import DocumentStructure
|
3
|
+
from botocore.model import ServiceModel
|
2
4
|
|
3
|
-
from
|
5
|
+
from .base import NestedDocumenter
|
4
6
|
|
5
7
|
class SubResourceDocumenter(NestedDocumenter):
|
6
|
-
def document_sub_resources(self, section:
|
8
|
+
def document_sub_resources(self, section: DocumentStructure) -> None: ...
|
7
9
|
|
8
10
|
def document_sub_resource(
|
9
|
-
section:
|
11
|
+
section: DocumentStructure,
|
10
12
|
resource_name: str,
|
11
|
-
sub_resource_model:
|
12
|
-
service_model:
|
13
|
+
sub_resource_model: ResourceModel,
|
14
|
+
service_model: ServiceModel,
|
13
15
|
include_signature: bool = ...,
|
14
16
|
) -> None: ...
|
boto3-stubs/docs/utils.pyi
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
from typing import Any, Iterable, List, Mapping, Optional
|
2
2
|
|
3
|
+
from botocore.docs.bcdoc.restdoc import DocumentStructure
|
4
|
+
|
3
5
|
def get_resource_ignore_params(params: Mapping[str, Any]) -> List[str]: ...
|
4
6
|
def is_resource_action(action_handle: Any) -> bool: ...
|
5
7
|
def get_resource_public_actions(resource_class: Any) -> List[Any]: ...
|
@@ -7,7 +9,10 @@ def get_identifier_values_for_example(identifier_names: Iterable[str]) -> str: .
|
|
7
9
|
def get_identifier_args_for_signature(identifier_names: Iterable[str]) -> str: ...
|
8
10
|
def get_identifier_description(resource_name: str, identifier_name: str) -> str: ...
|
9
11
|
def add_resource_type_overview(
|
10
|
-
section:
|
12
|
+
section: DocumentStructure,
|
13
|
+
resource_type: str,
|
14
|
+
description: str,
|
15
|
+
intro_link: Optional[str] = ...,
|
11
16
|
) -> None: ...
|
12
17
|
|
13
18
|
class DocumentModifiedShape:
|
@@ -15,5 +20,5 @@ class DocumentModifiedShape:
|
|
15
20
|
self, shape_name: str, new_type: str, new_description: str, new_example_value: str
|
16
21
|
) -> None: ...
|
17
22
|
def replace_documentation_for_matching_shape(
|
18
|
-
self, event_name: str, section:
|
23
|
+
self, event_name: str, section: DocumentStructure, **kwargs: Any
|
19
24
|
) -> None: ...
|
boto3-stubs/docs/waiter.pyi
CHANGED
@@ -1,10 +1,12 @@
|
|
1
1
|
from typing import Any
|
2
2
|
|
3
|
-
from
|
3
|
+
from botocore.docs.bcdoc.restdoc import DocumentStructure
|
4
4
|
from botocore.hooks import BaseEventHooks
|
5
5
|
from botocore.model import ServiceModel
|
6
6
|
from botocore.waiter import WaiterModel
|
7
7
|
|
8
|
+
from .base import NestedDocumenter
|
9
|
+
|
8
10
|
class WaiterResourceDocumenter(NestedDocumenter):
|
9
11
|
def __init__(
|
10
12
|
self,
|
@@ -12,10 +14,10 @@ class WaiterResourceDocumenter(NestedDocumenter):
|
|
12
14
|
service_waiter_model: WaiterModel,
|
13
15
|
root_docs_path: str,
|
14
16
|
) -> None: ...
|
15
|
-
def document_resource_waiters(self, section:
|
17
|
+
def document_resource_waiters(self, section: DocumentStructure) -> None: ...
|
16
18
|
|
17
19
|
def document_resource_waiter(
|
18
|
-
section:
|
20
|
+
section: DocumentStructure,
|
19
21
|
resource_name: str,
|
20
22
|
event_emitter: BaseEventHooks,
|
21
23
|
service_model: ServiceModel,
|
boto3-stubs/resources/base.pyi
CHANGED
@@ -28,10 +28,9 @@ class ResourceMeta:
|
|
28
28
|
def copy(self: _ResourceMeta) -> _ResourceMeta: ...
|
29
29
|
|
30
30
|
class ServiceResource:
|
31
|
-
meta:
|
31
|
+
meta: ResourceMeta = ... # type: ignore
|
32
32
|
|
33
|
-
def __init__(self, *args: Any, client: Optional[BaseClient] = ..., **kwargs: Any) -> None:
|
34
|
-
self.meta: ResourceMeta
|
33
|
+
def __init__(self, *args: Any, client: Optional[BaseClient] = ..., **kwargs: Any) -> None: ...
|
35
34
|
def __repr__(self) -> str: ...
|
36
35
|
def __eq__(self, other: Any) -> bool: ...
|
37
36
|
def __hash__(self) -> int: ...
|
boto3-stubs/resources/model.pyi
CHANGED
@@ -102,7 +102,7 @@ class ResourceModel:
|
|
102
102
|
self.shape: Optional[str]
|
103
103
|
|
104
104
|
def load_rename_map(self, shape: Optional[Shape] = ...) -> None: ...
|
105
|
-
def get_attributes(self, shape: Shape) -> Dict[str, Tuple[str,
|
105
|
+
def get_attributes(self, shape: Shape) -> Dict[str, Tuple[str, Shape]]: ...
|
106
106
|
@property
|
107
107
|
def identifiers(self) -> List[Identifier]: ...
|
108
108
|
@property
|
boto3-stubs/session.pyi
CHANGED
@@ -127,6 +127,7 @@ from mypy_boto3_docdb.client import DocDBClient
|
|
127
127
|
from mypy_boto3_docdb_elastic.client import DocDBElasticClient
|
128
128
|
from mypy_boto3_drs.client import DrsClient
|
129
129
|
from mypy_boto3_ds.client import DirectoryServiceClient
|
130
|
+
from mypy_boto3_ds_data.client import DirectoryServiceDataClient
|
130
131
|
from mypy_boto3_dynamodb.client import DynamoDBClient
|
131
132
|
from mypy_boto3_dynamodb.service_resource import DynamoDBServiceResource
|
132
133
|
from mypy_boto3_dynamodbstreams.client import DynamoDBStreamsClient
|
@@ -247,6 +248,7 @@ from mypy_boto3_marketplace_agreement.client import AgreementServiceClient
|
|
247
248
|
from mypy_boto3_marketplace_catalog.client import MarketplaceCatalogClient
|
248
249
|
from mypy_boto3_marketplace_deployment.client import MarketplaceDeploymentServiceClient
|
249
250
|
from mypy_boto3_marketplace_entitlement.client import MarketplaceEntitlementServiceClient
|
251
|
+
from mypy_boto3_marketplace_reporting.client import MarketplaceReportingServiceClient
|
250
252
|
from mypy_boto3_marketplacecommerceanalytics.client import MarketplaceCommerceAnalyticsClient
|
251
253
|
from mypy_boto3_mediaconnect.client import MediaConnectClient
|
252
254
|
from mypy_boto3_mediaconvert.client import MediaConvertClient
|
@@ -405,7 +407,6 @@ from mypy_boto3_wafv2.client import WAFV2Client
|
|
405
407
|
from mypy_boto3_wellarchitected.client import WellArchitectedClient
|
406
408
|
from mypy_boto3_wisdom.client import ConnectWisdomServiceClient
|
407
409
|
from mypy_boto3_workdocs.client import WorkDocsClient
|
408
|
-
from mypy_boto3_worklink.client import WorkLinkClient
|
409
410
|
from mypy_boto3_workmail.client import WorkMailClient
|
410
411
|
from mypy_boto3_workmailmessageflow.client import WorkMailMessageFlowClient
|
411
412
|
from mypy_boto3_workspaces.client import WorkSpacesClient
|
@@ -2037,6 +2038,20 @@ class Session:
|
|
2037
2038
|
config: Optional[Config] = ...,
|
2038
2039
|
) -> DirectoryServiceClient: ...
|
2039
2040
|
@overload
|
2041
|
+
def client(
|
2042
|
+
self,
|
2043
|
+
service_name: Literal["ds-data"],
|
2044
|
+
region_name: Optional[str] = ...,
|
2045
|
+
api_version: Optional[str] = ...,
|
2046
|
+
use_ssl: Optional[bool] = ...,
|
2047
|
+
verify: Union[bool, str, None] = ...,
|
2048
|
+
endpoint_url: Optional[str] = ...,
|
2049
|
+
aws_access_key_id: Optional[str] = ...,
|
2050
|
+
aws_secret_access_key: Optional[str] = ...,
|
2051
|
+
aws_session_token: Optional[str] = ...,
|
2052
|
+
config: Optional[Config] = ...,
|
2053
|
+
) -> DirectoryServiceDataClient: ...
|
2054
|
+
@overload
|
2040
2055
|
def client(
|
2041
2056
|
self,
|
2042
2057
|
service_name: Literal["dynamodb"],
|
@@ -3605,6 +3620,20 @@ class Session:
|
|
3605
3620
|
config: Optional[Config] = ...,
|
3606
3621
|
) -> MarketplaceEntitlementServiceClient: ...
|
3607
3622
|
@overload
|
3623
|
+
def client(
|
3624
|
+
self,
|
3625
|
+
service_name: Literal["marketplace-reporting"],
|
3626
|
+
region_name: Optional[str] = ...,
|
3627
|
+
api_version: Optional[str] = ...,
|
3628
|
+
use_ssl: Optional[bool] = ...,
|
3629
|
+
verify: Union[bool, str, None] = ...,
|
3630
|
+
endpoint_url: Optional[str] = ...,
|
3631
|
+
aws_access_key_id: Optional[str] = ...,
|
3632
|
+
aws_secret_access_key: Optional[str] = ...,
|
3633
|
+
aws_session_token: Optional[str] = ...,
|
3634
|
+
config: Optional[Config] = ...,
|
3635
|
+
) -> MarketplaceReportingServiceClient: ...
|
3636
|
+
@overload
|
3608
3637
|
def client(
|
3609
3638
|
self,
|
3610
3639
|
service_name: Literal["marketplacecommerceanalytics"],
|
@@ -5761,20 +5790,6 @@ class Session:
|
|
5761
5790
|
config: Optional[Config] = ...,
|
5762
5791
|
) -> WorkDocsClient: ...
|
5763
5792
|
@overload
|
5764
|
-
def client(
|
5765
|
-
self,
|
5766
|
-
service_name: Literal["worklink"],
|
5767
|
-
region_name: Optional[str] = ...,
|
5768
|
-
api_version: Optional[str] = ...,
|
5769
|
-
use_ssl: Optional[bool] = ...,
|
5770
|
-
verify: Union[bool, str, None] = ...,
|
5771
|
-
endpoint_url: Optional[str] = ...,
|
5772
|
-
aws_access_key_id: Optional[str] = ...,
|
5773
|
-
aws_secret_access_key: Optional[str] = ...,
|
5774
|
-
aws_session_token: Optional[str] = ...,
|
5775
|
-
config: Optional[Config] = ...,
|
5776
|
-
) -> WorkLinkClient: ...
|
5777
|
-
@overload
|
5778
5793
|
def client(
|
5779
5794
|
self,
|
5780
5795
|
service_name: Literal["workmail"],
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: boto3-stubs
|
3
|
-
Version: 1.35.
|
4
|
-
Summary: Type annotations for boto3 1.35.
|
3
|
+
Version: 1.35.36
|
4
|
+
Summary: Type annotations for boto3 1.35.36 generated with mypy-boto3-builder 8.1.2
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
6
6
|
Author: Vlad Emelianov
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
@@ -154,6 +154,7 @@ Requires-Dist: mypy-boto3-docdb<1.36.0,>=1.35.0; extra == "all"
|
|
154
154
|
Requires-Dist: mypy-boto3-docdb-elastic<1.36.0,>=1.35.0; extra == "all"
|
155
155
|
Requires-Dist: mypy-boto3-drs<1.36.0,>=1.35.0; extra == "all"
|
156
156
|
Requires-Dist: mypy-boto3-ds<1.36.0,>=1.35.0; extra == "all"
|
157
|
+
Requires-Dist: mypy-boto3-ds-data<1.36.0,>=1.35.0; extra == "all"
|
157
158
|
Requires-Dist: mypy-boto3-dynamodb<1.36.0,>=1.35.0; extra == "all"
|
158
159
|
Requires-Dist: mypy-boto3-dynamodbstreams<1.36.0,>=1.35.0; extra == "all"
|
159
160
|
Requires-Dist: mypy-boto3-ebs<1.36.0,>=1.35.0; extra == "all"
|
@@ -266,6 +267,7 @@ Requires-Dist: mypy-boto3-marketplace-agreement<1.36.0,>=1.35.0; extra == "all"
|
|
266
267
|
Requires-Dist: mypy-boto3-marketplace-catalog<1.36.0,>=1.35.0; extra == "all"
|
267
268
|
Requires-Dist: mypy-boto3-marketplace-deployment<1.36.0,>=1.35.0; extra == "all"
|
268
269
|
Requires-Dist: mypy-boto3-marketplace-entitlement<1.36.0,>=1.35.0; extra == "all"
|
270
|
+
Requires-Dist: mypy-boto3-marketplace-reporting<1.36.0,>=1.35.0; extra == "all"
|
269
271
|
Requires-Dist: mypy-boto3-marketplacecommerceanalytics<1.36.0,>=1.35.0; extra == "all"
|
270
272
|
Requires-Dist: mypy-boto3-mediaconnect<1.36.0,>=1.35.0; extra == "all"
|
271
273
|
Requires-Dist: mypy-boto3-mediaconvert<1.36.0,>=1.35.0; extra == "all"
|
@@ -420,7 +422,6 @@ Requires-Dist: mypy-boto3-wafv2<1.36.0,>=1.35.0; extra == "all"
|
|
420
422
|
Requires-Dist: mypy-boto3-wellarchitected<1.36.0,>=1.35.0; extra == "all"
|
421
423
|
Requires-Dist: mypy-boto3-wisdom<1.36.0,>=1.35.0; extra == "all"
|
422
424
|
Requires-Dist: mypy-boto3-workdocs<1.36.0,>=1.35.0; extra == "all"
|
423
|
-
Requires-Dist: mypy-boto3-worklink<1.36.0,>=1.35.0; extra == "all"
|
424
425
|
Requires-Dist: mypy-boto3-workmail<1.36.0,>=1.35.0; extra == "all"
|
425
426
|
Requires-Dist: mypy-boto3-workmailmessageflow<1.36.0,>=1.35.0; extra == "all"
|
426
427
|
Requires-Dist: mypy-boto3-workspaces<1.36.0,>=1.35.0; extra == "all"
|
@@ -502,8 +503,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "bedrock-run
|
|
502
503
|
Provides-Extra: billingconductor
|
503
504
|
Requires-Dist: mypy-boto3-billingconductor<1.36.0,>=1.35.0; extra == "billingconductor"
|
504
505
|
Provides-Extra: boto3
|
505
|
-
Requires-Dist: boto3==1.35.
|
506
|
-
Requires-Dist: botocore==1.35.
|
506
|
+
Requires-Dist: boto3==1.35.36; extra == "boto3"
|
507
|
+
Requires-Dist: botocore==1.35.36; extra == "boto3"
|
507
508
|
Provides-Extra: braket
|
508
509
|
Requires-Dist: mypy-boto3-braket<1.36.0,>=1.35.0; extra == "braket"
|
509
510
|
Provides-Extra: budgets
|
@@ -648,6 +649,8 @@ Provides-Extra: drs
|
|
648
649
|
Requires-Dist: mypy-boto3-drs<1.36.0,>=1.35.0; extra == "drs"
|
649
650
|
Provides-Extra: ds
|
650
651
|
Requires-Dist: mypy-boto3-ds<1.36.0,>=1.35.0; extra == "ds"
|
652
|
+
Provides-Extra: ds-data
|
653
|
+
Requires-Dist: mypy-boto3-ds-data<1.36.0,>=1.35.0; extra == "ds-data"
|
651
654
|
Provides-Extra: dynamodb
|
652
655
|
Requires-Dist: mypy-boto3-dynamodb<1.36.0,>=1.35.0; extra == "dynamodb"
|
653
656
|
Provides-Extra: dynamodbstreams
|
@@ -724,6 +727,8 @@ Provides-Extra: freetier
|
|
724
727
|
Requires-Dist: mypy-boto3-freetier<1.36.0,>=1.35.0; extra == "freetier"
|
725
728
|
Provides-Extra: fsx
|
726
729
|
Requires-Dist: mypy-boto3-fsx<1.36.0,>=1.35.0; extra == "fsx"
|
730
|
+
Provides-Extra: full
|
731
|
+
Requires-Dist: boto3-stubs-full; extra == "full"
|
727
732
|
Provides-Extra: gamelift
|
728
733
|
Requires-Dist: mypy-boto3-gamelift<1.36.0,>=1.35.0; extra == "gamelift"
|
729
734
|
Provides-Extra: glacier
|
@@ -880,6 +885,8 @@ Provides-Extra: marketplace-deployment
|
|
880
885
|
Requires-Dist: mypy-boto3-marketplace-deployment<1.36.0,>=1.35.0; extra == "marketplace-deployment"
|
881
886
|
Provides-Extra: marketplace-entitlement
|
882
887
|
Requires-Dist: mypy-boto3-marketplace-entitlement<1.36.0,>=1.35.0; extra == "marketplace-entitlement"
|
888
|
+
Provides-Extra: marketplace-reporting
|
889
|
+
Requires-Dist: mypy-boto3-marketplace-reporting<1.36.0,>=1.35.0; extra == "marketplace-reporting"
|
883
890
|
Provides-Extra: marketplacecommerceanalytics
|
884
891
|
Requires-Dist: mypy-boto3-marketplacecommerceanalytics<1.36.0,>=1.35.0; extra == "marketplacecommerceanalytics"
|
885
892
|
Provides-Extra: mediaconnect
|
@@ -1188,8 +1195,6 @@ Provides-Extra: wisdom
|
|
1188
1195
|
Requires-Dist: mypy-boto3-wisdom<1.36.0,>=1.35.0; extra == "wisdom"
|
1189
1196
|
Provides-Extra: workdocs
|
1190
1197
|
Requires-Dist: mypy-boto3-workdocs<1.36.0,>=1.35.0; extra == "workdocs"
|
1191
|
-
Provides-Extra: worklink
|
1192
|
-
Requires-Dist: mypy-boto3-worklink<1.36.0,>=1.35.0; extra == "worklink"
|
1193
1198
|
Provides-Extra: workmail
|
1194
1199
|
Requires-Dist: mypy-boto3-workmail<1.36.0,>=1.35.0; extra == "workmail"
|
1195
1200
|
Provides-Extra: workmailmessageflow
|
@@ -1215,7 +1220,7 @@ Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
|
|
1215
1220
|

|
1216
1221
|
|
1217
1222
|
Type annotations for
|
1218
|
-
[boto3 1.35.
|
1223
|
+
[boto3 1.35.36](https://boto3.amazonaws.com/v1/documentation/api/1.35.36/index.html)
|
1219
1224
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1220
1225
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1221
1226
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1224,7 +1229,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
1224
1229
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
1225
1230
|
|
1226
1231
|
Generated by
|
1227
|
-
[mypy-boto3-builder 8.
|
1232
|
+
[mypy-boto3-builder 8.1.2](https://github.com/youtype/mypy_boto3_builder).
|
1228
1233
|
|
1229
1234
|
More information can be found in
|
1230
1235
|
[boto3-stubs docs](https://youtype.github.io/boto3_stubs_docs/).
|
@@ -1296,7 +1301,7 @@ python -m pip install 'boto3-stubs[boto3]'
|
|
1296
1301
|
|
1297
1302
|
|
1298
1303
|
# or install all-in-one annotations for all services at once
|
1299
|
-
python -m pip install boto3-stubs
|
1304
|
+
python -m pip install 'boto3-stubs[full]'
|
1300
1305
|
|
1301
1306
|
|
1302
1307
|
|
@@ -1601,7 +1606,10 @@ repository.
|
|
1601
1606
|
|
1602
1607
|
## Submodules
|
1603
1608
|
|
1604
|
-
- `boto3-stubs[
|
1609
|
+
- `boto3-stubs[full]` - Type annotations for all 387 services in one package
|
1610
|
+
(recommended).
|
1611
|
+
- `boto3-stubs[all]` - Type annotations for all 387 services in separate
|
1612
|
+
packages.
|
1605
1613
|
- `boto3-stubs[essential]` - Type annotations for
|
1606
1614
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
1607
1615
|
[DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
|
@@ -1945,6 +1953,9 @@ repository.
|
|
1945
1953
|
- `boto3-stubs[ds]` - Type annotations for
|
1946
1954
|
[DirectoryService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ds/)
|
1947
1955
|
service.
|
1956
|
+
- `boto3-stubs[ds-data]` - Type annotations for
|
1957
|
+
[DirectoryServiceData](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ds_data/)
|
1958
|
+
service.
|
1948
1959
|
- `boto3-stubs[dynamodb]` - Type annotations for
|
1949
1960
|
[DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/)
|
1950
1961
|
service.
|
@@ -2266,6 +2277,9 @@ repository.
|
|
2266
2277
|
- `boto3-stubs[marketplace-entitlement]` - Type annotations for
|
2267
2278
|
[MarketplaceEntitlementService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_marketplace_entitlement/)
|
2268
2279
|
service.
|
2280
|
+
- `boto3-stubs[marketplace-reporting]` - Type annotations for
|
2281
|
+
[MarketplaceReportingService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_marketplace_reporting/)
|
2282
|
+
service.
|
2269
2283
|
- `boto3-stubs[marketplacecommerceanalytics]` - Type annotations for
|
2270
2284
|
[MarketplaceCommerceAnalytics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_marketplacecommerceanalytics/)
|
2271
2285
|
service.
|
@@ -2711,9 +2725,6 @@ repository.
|
|
2711
2725
|
- `boto3-stubs[workdocs]` - Type annotations for
|
2712
2726
|
[WorkDocs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workdocs/)
|
2713
2727
|
service.
|
2714
|
-
- `boto3-stubs[worklink]` - Type annotations for
|
2715
|
-
[WorkLink](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_worklink/)
|
2716
|
-
service.
|
2717
2728
|
- `boto3-stubs[workmail]` - Type annotations for
|
2718
2729
|
[WorkMail](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workmail/)
|
2719
2730
|
service.
|
@@ -1,23 +1,23 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=4rvgNnrDtv6sJpFXl31jEPuJ3RxKgazUPKxDkTzFLNc,208040
|
2
2
|
boto3-stubs/compat.pyi,sha256=xa8V0D9EklCqKSzPAsOCRxSFn9o7ZsabgMB2NbezRU8,151
|
3
3
|
boto3-stubs/crt.pyi,sha256=I9HtByOVDaxLR8UI0IVRgEnd09-9nP7cz6aLchQGJy4,839
|
4
4
|
boto3-stubs/exceptions.pyi,sha256=5RiiwvZt6WJg4NmdBqiw_F3edX-hZCPft50s3YRd_Gg,1253
|
5
5
|
boto3-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
boto3-stubs/session.pyi,sha256=
|
6
|
+
boto3-stubs/session.pyi,sha256=ZSxDjl87GJcS_1bCPE9NR2diNm4kOARXahWJ-PHfYyc,235352
|
7
7
|
boto3-stubs/utils.pyi,sha256=aFM7Aoxm8HuplG367JDYs5-zZ_YQpKr7ONPs1x7f15Y,779
|
8
8
|
boto3-stubs/docs/__init__.pyi,sha256=wGWFUev9EDG-4NT4l-JUjzFUsypBQf2kwFBfdb1uJeU,99
|
9
|
-
boto3-stubs/docs/action.pyi,sha256=
|
10
|
-
boto3-stubs/docs/attr.pyi,sha256=
|
9
|
+
boto3-stubs/docs/action.pyi,sha256=swA73r0izUswkhU7lChbW4FZN491Q8HjcxnwlyDnAuE,960
|
10
|
+
boto3-stubs/docs/attr.pyi,sha256=8HvOBUZModgA6C2ooeZwc4Ohe-Wxtu1CjneDcIzzepc,837
|
11
11
|
boto3-stubs/docs/base.pyi,sha256=hYdyNgO31OXqtBAH3EqVaW1lxHHnaW64tAYOY6mnJoM,386
|
12
12
|
boto3-stubs/docs/client.pyi,sha256=LjD603Ya-woOwSpPDCIuR18Ncybf-7TpX_4USmwvpbg,102
|
13
|
-
boto3-stubs/docs/collection.pyi,sha256=
|
13
|
+
boto3-stubs/docs/collection.pyi,sha256=5EDcfJ-WfaGC9mgwWnbq62bO0EFOSOplcrZ8esC9ngk,1021
|
14
14
|
boto3-stubs/docs/docstring.pyi,sha256=B4SvarMezHVbItbOMYAWRhQf0SYwSgGZn8PD9ncWZ0w,583
|
15
|
-
boto3-stubs/docs/method.pyi,sha256=
|
16
|
-
boto3-stubs/docs/resource.pyi,sha256=
|
17
|
-
boto3-stubs/docs/service.pyi,sha256=
|
18
|
-
boto3-stubs/docs/subresource.pyi,sha256=
|
19
|
-
boto3-stubs/docs/utils.pyi,sha256
|
20
|
-
boto3-stubs/docs/waiter.pyi,sha256=
|
15
|
+
boto3-stubs/docs/method.pyi,sha256=oYhYhMgEzeQNIU6gQDItJzSCEGRW60t7Ywm_SRgNoYc,716
|
16
|
+
boto3-stubs/docs/resource.pyi,sha256=dN9tzbGOLRjUE7uPiC4o-BEDyDMkyHgE0wYpeJHP6gA,473
|
17
|
+
boto3-stubs/docs/service.pyi,sha256=OaXSSMfmfxMnh7ws8mKLdlt91JXMRQxU4Fj7RgRBwx4,569
|
18
|
+
boto3-stubs/docs/subresource.pyi,sha256=1Iia63jqtZwlbiVRwtoxU1e6yvfVHElPEhoM6eebc-k,514
|
19
|
+
boto3-stubs/docs/utils.pyi,sha256=bD81ElRcEIreIuIXIzwcCGJWv7BwuubsS1Ha_IwPtNo,1034
|
20
|
+
boto3-stubs/docs/waiter.pyi,sha256=3qh3S0BGU-papbnpSdOamr8RDLBxGrytY0OOxRRzrP0,794
|
21
21
|
boto3-stubs/dynamodb/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
22
22
|
boto3-stubs/dynamodb/conditions.pyi,sha256=J5gkps9ttGUMc8jqBJR2hdDBtWhfjtHqn_JtGMkZDpA,5463
|
23
23
|
boto3-stubs/dynamodb/table.pyi,sha256=V234sOSuGjpO56ry3-AVRM1ivhs4CDfTB4ebxVgL0AI,995
|
@@ -28,18 +28,18 @@ boto3-stubs/ec2/createtags.pyi,sha256=CcbwkLP_0j8wPMfNft72-_Sqd1-0SXjbvfkACxtpS3
|
|
28
28
|
boto3-stubs/ec2/deletetags.pyi,sha256=1jRFLP0hH_JMRW7wKf1YyH2yGS3MhclEZ999Fy5qJzs,204
|
29
29
|
boto3-stubs/resources/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
30
30
|
boto3-stubs/resources/action.pyi,sha256=Y3gDvwA1gj7MoejxnRrQYXy5znLHRIwWRym-3XPvK5o,1546
|
31
|
-
boto3-stubs/resources/base.pyi,sha256=
|
31
|
+
boto3-stubs/resources/base.pyi,sha256=SdN-6pD5THG6jrEwMyRkAynFOzJt9u3ydTOQfNsqpa8,1101
|
32
32
|
boto3-stubs/resources/collection.pyi,sha256=MurweTycZ2fdOO7PSgRalyKb_zz-GgKi3D2A0-rc_To,1922
|
33
33
|
boto3-stubs/resources/factory.pyi,sha256=9A0RHo8kRPE8xuzDCSHkxJCAsKk_oHmDiXwVj-i9_fk,496
|
34
|
-
boto3-stubs/resources/model.pyi,sha256=
|
34
|
+
boto3-stubs/resources/model.pyi,sha256=QAZczHtWlTvfW08NCQDUi88ipInPNRK38SHpDMICxOM,3705
|
35
35
|
boto3-stubs/resources/params.pyi,sha256=v7-qSPWhisLYXC3xdB1JKAkOgKBBEbvPiZqFglzaSY4,565
|
36
36
|
boto3-stubs/resources/response.pyi,sha256=fYbfRbFvoWRXejmVi9iL8kWoagj336M_cFfWwSzhNs4,1607
|
37
37
|
boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
38
38
|
boto3-stubs/s3/constants.pyi,sha256=9MYiVx6cRf9tcrxvpy0Ubi4HGyrmUj19WQA54lmfoR8,75
|
39
39
|
boto3-stubs/s3/inject.pyi,sha256=UxVi6tYfEYdvc8cKldt9StTEGFHWTdd-867frSfxF9w,4577
|
40
40
|
boto3-stubs/s3/transfer.pyi,sha256=zQ7pQpsCWWo9cdYrOoiuKyiLz_t1sG0_OOznd5DETTo,2508
|
41
|
-
boto3_stubs-1.35.
|
42
|
-
boto3_stubs-1.35.
|
43
|
-
boto3_stubs-1.35.
|
44
|
-
boto3_stubs-1.35.
|
45
|
-
boto3_stubs-1.35.
|
41
|
+
boto3_stubs-1.35.36.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
42
|
+
boto3_stubs-1.35.36.dist-info/METADATA,sha256=-_u_T_ZH_Blo25KpewzK5QQ4Dl5ZjHjcFJdl4IiN0L8,141730
|
43
|
+
boto3_stubs-1.35.36.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
44
|
+
boto3_stubs-1.35.36.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
boto3_stubs-1.35.36.dist-info/RECORD,,
|
File without changes
|
File without changes
|