Best Python code snippet using localstack_python
client.pyi
Source:client.pyi
...1855 Updates an association.1856 [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/ssm.html#SSM.Client.update_association)1857 [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_ssm/client.html#update_association)1858 """1859 def update_association_status(1860 self, *, Name: str, InstanceId: str, AssociationStatus: "AssociationStatusTypeDef"1861 ) -> UpdateAssociationStatusResultTypeDef:1862 """1863 Updates the status of the Amazon Web Services Systems Manager document (SSM1864 document) associated with the specified managed node.1865 [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/ssm.html#SSM.Client.update_association_status)1866 [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_ssm/client.html#update_association_status)1867 """1868 def update_document(1869 self,1870 *,1871 Content: str,1872 Name: str,1873 Attachments: List["AttachmentsSourceTypeDef"] = None,...
client.py
Source:client.py
...224 def terminate_session(self, SessionId: str) -> Dict:225 pass226 def update_association(self, AssociationId: str, Parameters: Dict = None, DocumentVersion: str = None, ScheduleExpression: str = None, OutputLocation: Dict = None, Name: str = None, Targets: List = None, AssociationName: str = None, AssociationVersion: str = None, AutomationTargetParameterName: str = None, MaxErrors: str = None, MaxConcurrency: str = None, ComplianceSeverity: str = None) -> Dict:227 pass228 def update_association_status(self, Name: str, InstanceId: str, AssociationStatus: Dict) -> Dict:229 pass230 def update_document(self, Content: str, Name: str, Attachments: List = None, VersionName: str = None, DocumentVersion: str = None, DocumentFormat: str = None, TargetType: str = None) -> Dict:231 pass232 def update_document_default_version(self, Name: str, DocumentVersion: str) -> Dict:233 pass234 def update_maintenance_window(self, WindowId: str, Name: str = None, Description: str = None, StartDate: str = None, EndDate: str = None, Schedule: str = None, ScheduleTimezone: str = None, Duration: int = None, Cutoff: int = None, AllowUnassociatedTargets: bool = None, Enabled: bool = None, Replace: bool = None) -> Dict:235 pass236 def update_maintenance_window_target(self, WindowId: str, WindowTargetId: str, Targets: List = None, OwnerInformation: str = None, Name: str = None, Description: str = None, Replace: bool = None) -> Dict:237 pass238 def update_maintenance_window_task(self, WindowId: str, WindowTaskId: str, Targets: List = None, TaskArn: str = None, ServiceRoleArn: str = None, TaskParameters: Dict = None, TaskInvocationParameters: Dict = None, Priority: int = None, MaxConcurrency: str = None, MaxErrors: str = None, LoggingInfo: Dict = None, Name: str = None, Description: str = None, Replace: bool = None) -> Dict:239 pass240 def update_managed_instance_role(self, InstanceId: str, IamRole: str) -> Dict:241 pass242 def update_patch_baseline(self, BaselineId: str, Name: str = None, GlobalFilters: Dict = None, ApprovalRules: Dict = None, ApprovedPatches: List = None, ApprovedPatchesComplianceLevel: str = None, ApprovedPatchesEnableNonSecurity: bool = None, RejectedPatches: List = None, RejectedPatchesAction: str = None, Description: str = None, Sources: List = None, Replace: 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!!