Best Python code snippet using localstack_python
client.pyi
Source:client.pyi
...356 Enable or disable the ability of your account to send email.357 [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/pinpoint-email.html#PinpointEmail.Client.put_account_sending_attributes)358 [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_pinpoint_email/client.html#put_account_sending_attributes)359 """360 def put_configuration_set_delivery_options(361 self,362 *,363 ConfigurationSetName: str,364 TlsPolicy: TlsPolicyType = None,365 SendingPoolName: str = None366 ) -> Dict[str, Any]:367 """368 Associate a configuration set with a dedicated IP pool.369 [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/pinpoint-email.html#PinpointEmail.Client.put_configuration_set_delivery_options)370 [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_pinpoint_email/client.html#put_configuration_set_delivery_options)371 """372 def put_configuration_set_reputation_options(373 self, *, ConfigurationSetName: str, ReputationMetricsEnabled: bool = None374 ) -> Dict[str, Any]:...
client.py
Source:client.py
...66 def put_account_dedicated_ip_warmup_attributes(self, AutoWarmupEnabled: bool = None) -> Dict:67 pass68 def put_account_sending_attributes(self, SendingEnabled: bool = None) -> Dict:69 pass70 def put_configuration_set_delivery_options(self, ConfigurationSetName: str, SendingPoolName: str = None) -> Dict:71 pass72 def put_configuration_set_reputation_options(self, ConfigurationSetName: str, ReputationMetricsEnabled: bool = None) -> Dict:73 pass74 def put_configuration_set_sending_options(self, ConfigurationSetName: str, SendingEnabled: bool = None) -> Dict:75 pass76 def put_configuration_set_tracking_options(self, ConfigurationSetName: str, CustomRedirectDomain: str = None) -> Dict:77 pass78 def put_dedicated_ip_in_pool(self, Ip: str, DestinationPoolName: str) -> Dict:79 pass80 def put_dedicated_ip_warmup_attributes(self, Ip: str, WarmupPercentage: int) -> Dict:81 pass82 def put_deliverability_dashboard_option(self, DashboardEnabled: bool) -> Dict:83 pass84 def put_email_identity_dkim_attributes(self, EmailIdentity: str, SigningEnabled: bool = None) -> Dict:...
Learn to execute automation testing from scratch with LambdaTest Learning Hub. Right from setting up the prerequisites to run your first automation test, to following best practices and diving deeper into advanced test scenarios. LambdaTest Learning Hubs compile a list of step-by-step guides to help you be proficient with different test automation frameworks i.e. Selenium, Cypress, TestNG etc.
You could also refer to video tutorials over LambdaTest YouTube channel to get step by step demonstration from industry experts.
Get 100 minutes of automation test minutes FREE!!