def __init__(self):
		RpcRequest.__init__(self, 'Ram', '2015-05-01', 'GetLoginProfile','Ram')
		self.set_protocol_type('https')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
Exemplo n.º 2
0
	def __init__(self):
		RpcRequest.__init__(self, 'Ram', '2015-05-01', 'CreateVirtualMFADevice','Ram')
		self.set_protocol_type('https')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
	def __init__(self):
		RpcRequest.__init__(self, 'Ram', '2015-05-01', 'AttachPolicyToGroup','Ram')
		self.set_protocol_type('https')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
 def __init__(self):
     RpcRequest.__init__(self, 'Ram', '2015-05-01', 'SetSecurityPreference',
                         'Ram')
     self.set_protocol_type('https')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())