boto3-stubs 1.34.147__py3-none-any.whl → 1.34.155__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 CHANGED
@@ -367,6 +367,7 @@ from mypy_boto3_sqs.service_resource import SQSServiceResource
367
367
  from mypy_boto3_ssm.client import SSMClient
368
368
  from mypy_boto3_ssm_contacts.client import SSMContactsClient
369
369
  from mypy_boto3_ssm_incidents.client import SSMIncidentsClient
370
+ from mypy_boto3_ssm_quicksetup.client import SystemsManagerQuickSetupClient
370
371
  from mypy_boto3_ssm_sap.client import SsmSapClient
371
372
  from mypy_boto3_sso.client import SSOClient
372
373
  from mypy_boto3_sso_admin.client import SSOAdminClient
@@ -4944,6 +4945,19 @@ def client(
4944
4945
  config: Optional[Config] = ...,
4945
4946
  ) -> SSMIncidentsClient: ...
4946
4947
  @overload
4948
+ def client(
4949
+ service_name: Literal["ssm-quicksetup"],
4950
+ region_name: Optional[str] = ...,
4951
+ api_version: Optional[str] = ...,
4952
+ use_ssl: Optional[bool] = ...,
4953
+ verify: Union[bool, str, None] = ...,
4954
+ endpoint_url: Optional[str] = ...,
4955
+ aws_access_key_id: Optional[str] = ...,
4956
+ aws_secret_access_key: Optional[str] = ...,
4957
+ aws_session_token: Optional[str] = ...,
4958
+ config: Optional[Config] = ...,
4959
+ ) -> SystemsManagerQuickSetupClient: ...
4960
+ @overload
4947
4961
  def client(
4948
4962
  service_name: Literal["ssm-sap"],
4949
4963
  region_name: Optional[str] = ...,
boto3-stubs/session.pyi CHANGED
@@ -373,6 +373,7 @@ from mypy_boto3_sqs.service_resource import SQSServiceResource
373
373
  from mypy_boto3_ssm.client import SSMClient
374
374
  from mypy_boto3_ssm_contacts.client import SSMContactsClient
375
375
  from mypy_boto3_ssm_incidents.client import SSMIncidentsClient
376
+ from mypy_boto3_ssm_quicksetup.client import SystemsManagerQuickSetupClient
376
377
  from mypy_boto3_ssm_sap.client import SsmSapClient
377
378
  from mypy_boto3_sso.client import SSOClient
378
379
  from mypy_boto3_sso_admin.client import SSOAdminClient
@@ -5312,6 +5313,20 @@ class Session:
5312
5313
  config: Optional[Config] = ...,
5313
5314
  ) -> SSMIncidentsClient: ...
5314
5315
  @overload
5316
+ def client(
5317
+ self,
5318
+ service_name: Literal["ssm-quicksetup"],
5319
+ region_name: Optional[str] = ...,
5320
+ api_version: Optional[str] = ...,
5321
+ use_ssl: Optional[bool] = ...,
5322
+ verify: Union[bool, str, None] = ...,
5323
+ endpoint_url: Optional[str] = ...,
5324
+ aws_access_key_id: Optional[str] = ...,
5325
+ aws_secret_access_key: Optional[str] = ...,
5326
+ aws_session_token: Optional[str] = ...,
5327
+ config: Optional[Config] = ...,
5328
+ ) -> SystemsManagerQuickSetupClient: ...
5329
+ @overload
5315
5330
  def client(
5316
5331
  self,
5317
5332
  service_name: Literal["ssm-sap"],